- 10 Jun, 2020 5 commits
-
-
Hans Muller authored
-
Nate Bosch authored
-
Jonah Williams authored
The tool was setting the output preferences in a sub-context. Originally these were not injected before the arg parsers were created, though that was fixed by the lazy command creation. Once local engine is removed, the inner flutter_command Zone can be removed.
-
Jonah Williams authored
Remove global Platfrom from proxy validator. move tests to new file, and update asserts to cover message contents.
-
Jose Alba authored
-
- 09 Jun, 2020 20 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
[flutter_tools] create NotifyingLogger at the top level when running flutter run --machine or flutter attach --machine (#59087) Removes dependency on injecting additional logger with zones
-
Kate Lovett authored
-
Jenn Magder authored
-
Alexandre Ardhuin authored
-
Jonah Williams authored
Support Microsoft Edge as a device for flutter run when web is enabled. Currently this only works on Windows, and does not include a validator for edge. Fixes #55322
-
Jonah Williams authored
This prevents using a cached kernel file with different defines, since --initialize-from-dill does not handle this correctly. Fixes #58976
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Helin Shiah authored
-
Jonah Williams authored
Adds support for --bundle-sksl-path to windows, linux, macOS, and iOS. Fixes #53115
-
chunhtai authored
-
Jason Simmons authored
-
Pierre-Louis authored
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
Jonah Williams authored
This reverts commit 9ed3e5be.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
Jenn Magder authored
-
Kaushik Iska authored
As of flutter.dev/go/engine-cpu-profiling, we collect the CPU and Memory usage. With work being done to collect GPU usage on iOS as well. This adds them to the timeline summary. Fixes: https://github.com/flutter/flutter/issues/58803
-
- 08 Jun, 2020 15 commits
-
-
xster authored
-
liyuqian authored
-
engine-flutter-autoroll authored
-
chunhtai authored
-
chunhtai authored
-
Jenn Magder authored
This reverts commit 43e28084.
-
Ming Lyu (CareF) authored
-
Greg Spencer authored
This PR makes _RenderSlider not be a semantics container. This is so that the FocusableActionDetector in the Slider widget will get to aggregate the semantics information, since otherwise Talkback won't focus the slider because it thinks that the focus node doesn't have anything to say (which it doesn't but the _RenderSlider child does). If the _RenderSlider is a semantics container, then it keeps its speakable information to itself, but it isn't the Focus widget, so when the keyboard focus goes to the focus node, the accessibility focus doesn't move. Since the _RenderSlider is always wrapped by the Slider widget, there's nothing lost in making it not be a container.
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Per Classon authored
-
dev-aentgs authored
-
Jonah Williams authored
update flutter_service_worker.js to NOTICES
-
Jonah Williams authored
This reverts commit f0174b17.
-
Jonah Williams authored
-