- 28 Aug, 2020 12 commits
-
-
Ming Lyu (CareF) authored
-
engine-flutter-autoroll authored
-
Paul Berry authored
-
Casey Hillers authored
-
Yuqian Li authored
-
Jenn Magder authored
-
xubaolin authored
-
Justin McCandless authored
-
Kate Lovett authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
- 27 Aug, 2020 16 commits
-
-
Matt Carroll authored
-
chunhtai authored
-
Ian Hickson authored
-
Ming Lyu (CareF) authored
-
Ben Konyi authored
This change re-enables DDS and outputs the DDS URI in place of the VM service URI on the console. If --disable-dds is not provided, --host-vmservice-port will be used to determine the port for DDS rather than the host port for the VM service, which will instead be randomly chosen.
-
engine-flutter-autoroll authored
-
Tong Wu authored
Because the test bed's CPU is too hot. Bug: https://github.com/flutter/flutter/issues/64723
-
Jonah Williams authored
* [flutter_tools] add analytics to code size, add more testing * add gradle case * Update build_macos_test.dart * move analytics to code size tooling * Update analyze_size.dart * fix analysis
-
Jonah Williams authored
Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs. In general, not much can be done with an Android Device if the actual SDK is not installed. Reland with fixed code + tests for null SDK + adb in AndroidDeviceDiscovery
-
Casey Hillers authored
-
Christopher Fujino authored
-
Mouad Debbar authored
-
younghwan authored
-
Haeseok Lee authored
-
engine-flutter-autoroll authored
* b08c6b95e Fixing synthesizing keys for multiple keys pressed down on flutter web (flutter/engine#19632) * 8308b6ad8 Avoid passing nil to IOS accessibility announcement (flutter/engine#20700) * 950b6a030 Roll Skia from ead4ca052b99 to 5da7327358e3 (1 revision) (flutter/engine#20782) * 87fd0e497 Guard recording_canvas against restore calls without ending recording (flutter/engine#20786) * 388193a67 Add tests for lerpDouble (flutter/engine#20778)
-
Alexander Brusher authored
-
- 26 Aug, 2020 12 commits
-
-
engine-flutter-autoroll authored
-
Remi Rousselet authored
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)
-
Jonah Williams authored
Revert "Reland: Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64498)" (#64652) This reverts commit 54e2a0e6.
-
Dan Field authored
* Use Pixel4 for better wait times According to the firebase team, these have lower wait times for tests.
-
engine-flutter-autoroll authored
-
Kenzie Schmoll authored
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
Revert "[flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524)" (#64602) This reverts commit 47596c62.
-
engine-flutter-autoroll authored
-