- 13 Nov, 2020 17 commits
-
-
Anna Gringauze authored
* Disable failing test due to SDK issue * Disable failing debugger and hot reload windows tests
-
engine-flutter-autoroll authored
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
Jonah Williams authored
-
Jonah Williams authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Yuqian Li authored
Address comment in https://github.com/flutter/flutter/pull/66386/files#r522671103
-
engine-flutter-autoroll authored
* 03ff8a409 TBR: remove the extra values which was overshadowing the test result (flutter/engine#22483) * e9b6a428f Roll Skia from a06b63c56ecd to 8ead30d51c86 (1 revision) (flutter/engine#22487) * ee700513e Roll Fuchsia Linux SDK from fULjPqtx9... to B4PaMsNWM... (flutter/engine#22490) * 4cbb684ef Roll Dart SDK from 3e502e0c7e04 to 41893ff76b0f (1 revision) (flutter/engine#22491) * 38b6c22d5 PlatformViewIOS CreateExternalViewEmbedder refactor (flutter/engine#22353) * bbcf19ad1 Roll Skia from 8ead30d51c86 to 011218edb590 (4 revisions) (flutter/engine#22493)
-
Casey Hillers authored
-
Michael Goderbauer authored
-
Jonah Williams authored
[flutter_tools] use initially parsed package config for language version, sound mode determination (#70323)
-
Jonah Williams authored
Revert "[integration_test] Add a `run` method for proper reporting of test results (#70075)" (#70466) This reverts commit af5eb3b9.
-
Jia Hao authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
Greg Spencer authored
Change the semantics of Actions.invoke so that if the action it finds is disabled, then it keeps looking for an ancestor Actions widgets that has a matching intent where the action is not disabled.
-
- 12 Nov, 2020 20 commits
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
Jenn Magder authored
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
Jonah Williams authored
This reverts commit a0ec4d67.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Yuqian Li authored
Unit tests that cover their translations are also added.
-
Jason Simmons authored
This allows the two videos in the demo to play simultaneously (matching the behavior from before the recent upgrade to the video player plugin)
-
Todd Volkert authored
-
Greg Spencer authored
This reverts usages of the binding's platformDispatcher to use window again temporarily, because there isn't a TestPlatformDispatcher yet, and so some tests were failing because they mocked the TestWindow to return certain things (locales) that were returning the real values instead of the test values. Once I've created a TestPlatformDispatcher to allow fake data to be passed to it, we can go back to using the platformDispatcher in all of these places
-
Hans Muller authored
-
Emmanuel Garcia authored
-
Greg Spencer authored
-
Jonah Williams authored
-
Michael Goderbauer authored
-
Zachary Anderson authored
This reverts commit 1f0df545.
-
Zachary Anderson authored
This reverts commit 15d2d8a8.
-
engine-flutter-autoroll authored
-
keyonghan authored
-
- 11 Nov, 2020 3 commits
-
-
engine-flutter-autoroll authored
-
Anna Gringauze authored
* Move web integration tool tests to web.shard Web integration tool tests depend on DDC changes in SDK. This change moves them to a separate shard and subshard so CI bot configurations can run them separately. In particular, with will allow running those tests on dart CI flutter HHH web bot instead of a non-web one, allowing early detection and easy classification of issues caused by SDK changes as VM- or Web related. * Enabled verbose mode for flaky web_tool_tests * Split out the test changes to be commited first
-
J-P Nurmi authored
-