- 08 Jun, 2020 20 commits
-
-
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
-
Jenn Magder authored
-
Helin Shiah authored
* Revert "Revert "Send text error in JSON and print in tools (#58284)" (#58872)" This reverts commit c2d5e18c. * Put streamListen in try/catch if extension events already listened for
-
Hans Muller authored
-
LongCatIsLooong authored
-
Jonah Williams authored
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
Jonah Williams authored
Instead of targets/dart.dart -> targets/common.dart
-
Greg Spencer authored
Turn off flaky indicator for flutter_gallery__back_button_memory and flutter_gallery__memory_nav (#58838) After updating the GBoard on the devicelab machines, these tests are no longer flaky.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 07 Jun, 2020 6 commits
-
-
engine-flutter-autoroll authored
8516b39dc Roll Dart SDK from 48b4528a44ac to 87c5e3612b70 (1 revision) (flutter/engine#18879) (#58935)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 25bfe1147 Roll Dart SDK from 578fa6bee9eb to 4b9c2356e962 (1 revision) (flutter/engine#18871) * 3f224d8e8 [nnbd] un-fork sky engine (flutter/engine#18830)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 06 Jun, 2020 5 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
liyuqian authored
-
Jonah Williams authored
This reverts commit cce6b3c5.
-
Helin Shiah authored
* Send text error in JSON and print in tools * Add test for error text * Fix analysis issues * Move streamListen to try/catch and use global.printStatus * Extract print error fn and listen for events in web runner * Add extension listen request to test * Update packages/flutter_tools/lib/src/resident_runner.dart Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Rename error parsing method * Allow crash if listen for extension stream fails * Add test for error and non-error extension events * Fix formatting for TextTreeRenderer * Use shorter message for second exceptions * Specify types for map * Add empty JSON for resident_web_runner test * Move stream listen to vmservice and add vmservice test * Fix stream type * Move structured error log definition to vmservice * Use correct test matcher isNot Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
- 05 Jun, 2020 9 commits
-
-
Kabo authored
-
chunhtai authored
* fix cupertino page route dismisses hero transition when swipe to the edge * add more comment * addressing comments
-
engine-flutter-autoroll authored
-
chunhtai authored
* fix navigator observer announcement order * addressing review comments * update * fix analyzer
-
Nils Reichardt authored
[web & desktop] Hide all characters in a TextField, when obscureText is true on web & desktop (#56794)
-
Greg Spencer authored
This adds some information about the chosen device to the output log so that we can tell what type of device/OS Level/API Level the test is running on when doing a postmortem on a failed test.
-
Jonah Williams authored
So that we have a release where both are available without a deprecation warning.
-
Michael Goderbauer authored
-
Jonah Williams authored
-