- 05 May, 2020 13 commits
-
-
Jonah Williams authored
This reverts commit 209bdcb6.
-
Siva authored
this is being done to revert the previous comment which was a trial version of the engine that has a NNBD enabled Dart sdk.
-
Jonah Williams authored
Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
-
Siva authored
* Trial PR to use an engine that has the null safety unfork CL in it. * Fix mack specification for test.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
* enable macOS desktop * enable all configs on CI * Update track_widget_creation_enabled_task.dart * Update framework.dart * remove FLUTTER_WEB * remove config environment variables * configure in correct spot
-
Chase Latta authored
-
Jia Hao authored
-
Andre authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 04 May, 2020 12 commits
-
-
Jonah Williams authored
This is required to run the macOS twc enabled devicelab test.
-
David Morgan authored
-
engine-flutter-autoroll authored
-
Devon Carew authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Đào Hoàng Sơn authored
-
Peter Lauri authored
-
Jonah Williams authored
Ensure --no-track-widget-creation is piped through android/macOS. Adds integration testing for iOS/android/macOS
-
Dan Field authored
-
Paul Berry authored
An upcoming Dart SDK change (https://github.com/dart-lang/sdk/commit/fa2fd41166db35afa4777e63f900e83d25709c5c) changes the precise text of the exception generated by `utf8.decode` if a non-UTF8 file is found. This is causing a breakage in the Dart team's `flutter-analyze` bot (and will presumably cause a breakage in the corresponding Flutter bot as soon as this change is rolled into Flutter). To avoid this breakage, the bot shouldn't rely on the exact exception text; it is sufficient to simply catch a FormatException.
-
engine-flutter-autoroll authored
2037e0f18 Roll src/third_party/dart c3ce87355614..d5af40b640f7 (1 commits) (flutter/engine#18110) (#56258)
-
- 03 May, 2020 6 commits
-
-
engine-flutter-autoroll authored
-
stuartmorgan authored
Redirects stdout/stderr in the Windows template when creating a console. This fixes the console opened when running from Visual Studio to actually show output, instead of being empty. Fixes #53169
-
engine-flutter-autoroll authored
7a492012a Roll src/third_party/skia 80cab814091d..57f289d7423c (1 commits) (flutter/engine#18105) (#56233)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
813fd04c7 Roll src/third_party/dart a42e6ac0356d..c3ce87355614 (3 commits) (flutter/engine#18103) (#56225)
-
engine-flutter-autoroll authored
94e6baa75 Roll src/third_party/dart be1f85847fd5..a42e6ac0356d (1 commits) (flutter/engine#18102) (#56215)
-
- 02 May, 2020 8 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
86c0c54be Roll src/third_party/dart eca696c0268f..be1f85847fd5 (3 commits) (flutter/engine#18100) (#56187)
-
engine-flutter-autoroll authored
d0bcc6980 Roll src/third_party/skia 64964bb1150e..80cab814091d (1 commits) (flutter/engine#18099) (#56182)
-
engine-flutter-autoroll authored
edf65e286 Roll fuchsia/sdk/core/linux-amd64 from cIjMH... to Rp56G... (flutter/engine#18098) (#56177)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Shi-Hao Hong authored
* Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass
-
Jonah Williams authored
Introduce BuildSystem.buildIncremental, which keeps an in-memory cache of timestamps instead of file hashes. This will be used to implement localization generation through the same build system API.
-
- 01 May, 2020 1 commit
-
-
Hans Muller authored
-