- 13 Jul, 2020 18 commits
-
-
Hans Muller authored
-
chunhtai authored
-
chunhtai authored
-
Hans Muller authored
-
Jonah Williams authored
Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args) - Fixes #59643 - Fixes #55084 - Fixes #60417
-
engine-flutter-autoroll authored
-
Emmanuel Garcia authored
-
Dan Field authored
* Optionally invert oversized images
-
Justin McCandless authored
-
Todd Volkert authored
-
Darren Austin authored
-
Hans Muller authored
-
Danny Tuppeny authored
-
Tong Mu authored
-
chunhtai authored
-
rami-a authored
-
Jenn Magder authored
-
- 11 Jul, 2020 5 commits
-
-
xster authored
-
Hans Muller authored
-
Tong Wu authored
-
Greg Spencer authored
This fixes a compile error in the form field example, and switches to using space instead of enter as the example for moving to the next field, since the text field on web unfocuses automatically when enter is pressed. (#61123)
-
Yegor authored
* Add a benchmark the focuses on Paint object performance
-
- 10 Jul, 2020 16 commits
-
-
Anna Gringauze authored
Made flutter tools serve metadata produced by the frontend server: pass --experimental-emit-metadata flag to flutter engine store and serve metadata from web asset server store and serve merged metadata from web asset server add tests to verify that metadata is served from memory update dwds version so it can read metadata configure dwds to read metadata from file Prerequisite changes (landed): sdk: https://dart-review.googlesource.com/c/sdk/+/150181 flutter engine: flutter/engine#19168 webdev:dart-lang/webdev#1064
-
Dan Field authored
* Fix bold not getting cleared on new line
-
Ben Konyi authored
-
Nolan Scobie authored
-
Ming Lyu (CareF) authored
* Add input event array support * Add a tap test * remove unused import * remove extra assert
-
Jonah Williams authored
-
Kaushik Iska authored
Category isn't preserved by timeline events as `Dart_TimelineEvent` specifies the category as `embedder`. Fixes: https://github.com/flutter/flutter/issues/60008
-
Jonah Williams authored
Remove global variables from device manager, flutter tester devices and update tests
-
Jonah Williams authored
We have too many loggers, and the logger construction rules are too complicated to be untested. Capture these in a LoggerFactory and test that construction is correct.
-
Jonah Williams authored
Now that google3 has been updated, remove the LICENSE loading fallback. This was done in cl/320506032 #16723
-
Ayush Bherwani authored
-
Jonah Williams authored
Inject loggers in the right order, test WIP. Otherwise verbose machine would not get the AppRunLogger
-
Jenn Magder authored
-
Jonah Williams authored
Running flutter doctor -v prints out extra details instead of running in verbose mode. Allow disabling this with -vv so it can be debugged.
-
Kate Lovett authored
-
- 09 Jul, 2020 1 commit
-
-
Jenn Magder authored
-