Michael Goderbauer
5491c8c146
Auto-format Framework ( #160545 )
...
This auto-formats all *.dart files in the repository outside of the
`engine` subdirectory and enforces that these files stay formatted with
a presubmit check.
**Reviewers:** Please carefully review all the commits except for the
one titled "formatted". The "formatted" commit was auto-generated by
running `dev/tools/format.sh -a -f`. The other commits were hand-crafted
to prepare the repo for the formatting change. I recommend reviewing the
commits one-by-one via the "Commits" tab and avoiding Github's "Files
changed" tab as it will likely slow down your browser because of the
size of this PR.
---------
Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com>
2024-12-19 20:06:21 +00:00
Dan Field
a21f33e7ad
avoid incorrect usage of TimelineTask ( #127527 )
...
This code was added based on a misunderstanding of the API surface.
2023-05-25 09:17:02 -07:00
Alexandre Ardhuin
07f1c20474
add missing trailing commas in list/set/map literals ( #102585 )
2022-04-27 09:15:35 +02:00
Ian Hickson
ab89ce285f
Clean up the bindings APIs. ( #89451 )
2022-02-03 14:55:15 -08:00
Ian Hickson
840e109e07
Improve tracing ( #93086 )
2021-12-10 10:09:24 -08:00
Jason Simmons
c2f452c0a8
Reuse a TimelineTask for the scheduler frame and animate events ( #90168 )
2021-09-17 10:07:06 -07:00
Dan Field
c02961256a
Reland remove DefaultShaderWarmup ( #88455 )
2021-08-18 21:37:03 -07:00
Darren Austin
9c3cd40af2
Skip test audit for dev tests. ( #87147 )
2021-08-03 11:17:41 -07:00
Jim Graham
c451b6b0d7
Revert "Perform no shader warm-up by default ( #87126 )" ( #87238 )
...
This reverts commit 32c2e2bad9
.
2021-07-29 15:14:16 -07:00
Dan Field
32c2e2bad9
Perform no shader warm-up by default ( #87126 )
2021-07-27 16:34:05 -07:00
Ren You
3dea9f0251
Revert "Clean up the bindings APIs ( #86438 )" ( #86484 )
...
This reverts commit d056500bfe
.
2021-07-15 09:29:16 -07:00
Ian Hickson
d056500bfe
Clean up the bindings APIs ( #86438 )
2021-07-14 14:41:24 -07:00
Zachary Anderson
7f741e9181
Revert "Clean up the bindings APIs ( #86388 )" ( #86404 )
...
This reverts commit 31de052e3f
.
2021-07-13 21:32:29 -07:00
Ian Hickson
31de052e3f
Clean up the bindings APIs ( #86388 )
2021-07-13 18:31:11 -07:00
Ian Hickson
c800b9c3e4
Revert "Clean up the bindings APIs ( #83843 )" ( #86386 )
...
This reverts commit e2490f2906
.
2021-07-13 15:47:40 -07:00
Ian Hickson
e2490f2906
Clean up the bindings APIs ( #83843 )
2021-07-13 12:41:03 -07:00
Michael Goderbauer
15703fb93b
Migrate some dev/ things to null-safety ( #74861 )
2021-01-28 09:54:03 -08:00
Dan Field
7eb8447485
Allow new methods to be added to ui.Image for tests ( #65876 )
...
Remove fake image implementations, add createTestImage to flutter_test
2020-09-22 11:55:39 -07:00
Devon Carew
9d58a87066
fix a typo in trace events for the image cache ( #57821 )
2020-05-22 22:37:01 -07:00
Dan Field
2ae0e5a37a
Roll packages, drop custom timeline parsing for tracing tests ( #55433 )
2020-04-22 21:43:03 -07:00
Kate Lovett
cbc121e392
ToDo Audit - Cupertino+ Library ( #54798 )
2020-04-22 16:33:01 -07:00
Dan Field
c75db98337
Live image cache ( #51485 )
...
* Reland "Live image cache" (#51441 )
This reverts commit 419a2853a8
.
* Make evict safer
2020-02-26 16:01:56 -08:00
Dan Field
419a2853a8
Revert "Live image cache" ( #51441 )
...
* Revert "Live image cache (#51249 )"
This reverts commit e2dcdb60e3
.
* fix tests for other commit
2020-02-25 16:52:47 -08:00
Dan Field
e2dcdb60e3
Live image cache ( #51249 )
...
* Revert "Revert "Live image cache (#50318 )" (#51131 )"
This reverts commit 2f09d601b5
.
* Fix eviction of a pending image
2020-02-24 13:47:53 -08:00
Dan Field
d46d77dc05
Make test more flexible for new args from vm ( #51217 )
2020-02-21 10:35:54 -08:00
Dan Field
2f09d601b5
Revert "Live image cache ( #50318 )" ( #51131 )
...
This reverts commit 1602be6ab6
.
2020-02-20 13:20:28 -08:00
Dan Field
1602be6ab6
Live image cache ( #50318 )
...
Track images available on screen
2020-02-14 15:03:05 -08:00
Dan Field
766bd70598
Image tracing ( #50648 )
2020-02-13 14:04:02 -08:00