- 15 Sep, 2020 8 commits
-
-
Aman Verma authored
-
Ayush Bherwani authored
-
stuartmorgan authored
-
Filip Hracek authored
-
Jonah Williams authored
[flutter_tools] handle terminals that do not support single char mode in Terminal.promptForCharInput (#65418) Some terminals stdin do not support single char mode (like an emacs terminal buffer apparently). If this is the case, then the presented choice values would always have an appended newline \n which would prevent us from finding the value in the listed index (or using it as a signal for the default choice). To fix, treat '' as the default choice and always trim the choice value. While this has seemingly always been broken, it wasn't noticeable until the multi-device selection prompt was added a few months ago. Fixes #65267
-
Jonah Williams authored
Because the Status spinner was only created on setup, the second stop would asset/crash. Fixes #65449
-
Jonah Williams authored
Currently these tests are taking CI time without providing any value, because there is no verification that network connectivity is avoided. This is better covered by a unit test that verifies that --offline is passed to pub.
-
LongCatIsLooong authored
-
- 14 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 13 Sep, 2020 6 commits
-
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
engine-flutter-autoroll authored
097facfac Roll Dart SDK from 4bf1f624d06e to b6f67aa2cc72 (1 revision) (flutter/engine#21139) (#65712)
-
Zachary Anderson authored
This reverts commit 33f79950.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 12 Sep, 2020 8 commits
-
-
engine-flutter-autoroll authored
-
sehee Jeong authored
-
engine-flutter-autoroll authored
-
Ming Lyu (CareF) authored
-
Satsuki Ueno authored
* fuchsia_remote_debug_protocol allows open port on remote device Allows defining a port forwarding function for which the accessible port is not on the host device. Examples include tunneling solutions where a tunneling program on the same device as the Dart VM exposes an open port through which it tunnels connections to the VM. * Move ssh-specific comment to SshPortForwarder
-
engine-flutter-autoroll authored
-
chunhtai authored
-
Tong Mu authored
* Adds a new web benchmark bench_mouse_region_mixed_grid_hover
-
- 11 Sep, 2020 13 commits
-
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
Yuqian Li authored
-
Danny Tuppeny authored
-
TerrenceAddison authored
Bug fix where MouseScrollWheel zoom in flutter-web does not execute onInteraction functions (#65313)
-
Justin McCandless authored
-
Juyeong Lee authored
-
engine-flutter-autoroll authored
983b0ef16 Roll Dart SDK from 1abce6d054ad to 14f1940f537e (1 revision) (flutter/engine#21092) (#65639)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
godofredoc authored
-
engine-flutter-autoroll authored
-
- 10 Sep, 2020 4 commits
-
-
Alexander Brusher authored
This change disables a failing test prevent PR #20385 from merging.
-
Ben Konyi authored
-
Greg Spencer authored
-
Hans Muller authored
This reverts commit adc5f26b.
-