- 25 Jun, 2020 6 commits
-
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Shi-Hao Hong authored
Revert "Revert "[PageTransitionsBuilder] Fix 'ZoomPageTransition' built more than once (#58686)" (#59992)" (#60245)
-
- 24 Jun, 2020 28 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
These tests will hit the real Cache, failing if the flutter root has been modified
-
Jonah Williams authored
First pass at fixing #57985 and implementing #59602 This doesn't have enough metadata to be useful for IDEs yet, but it prevents the issue from getting worse while we iterate on it.
-
Jonah Williams authored
WebAssetServer could fail if some of the global statics it depended on were initialized in a different order. Fix this by removing globals. Delete dwds startup test that needs to spawn a real server.
-
engine-flutter-autoroll authored
-
chunhtai authored
-
Ayush Bherwani authored
-
Kate Lovett authored
-
stuartmorgan authored
Remove the version checking and associated warnings. The Linux template and build process will now be subject to more typical Flutter breaking change policy, and should no longer require regularly deleting and recreating the platform directory.
-
Justin McCandless authored
-
Jonah Williams authored
The vm_service_integration test flake is caused by trying to call the method before the framework is initialized (and the extension added). The run errors failure is caused by the error taking some time to propagate to the harness
-
engine-flutter-autoroll authored
-
David Worsham authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Chris Yang authored
-
chunhtai authored
* Add semantics sort key for modal scope and modal barrier * fix test * fix test * fix test * fix space * fix more tests * addressing comments
-
rami-a authored
-
Tianguang authored
-
Jonah Williams authored
Fix tests broken under tester
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
Jonah Williams authored
Fixes additional bugs uncovered by tester, style fixes to prevent suggested imports.
-
liyuqian authored
-
Justin McCandless authored
-
Chris Yang authored
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-
- 23 Jun, 2020 6 commits
-
-
Jonah Williams authored
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders: - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally. - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line. - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
-
Darren Austin authored
-
Dan Field authored
-
Justin McCandless authored
Use Dart's characters package to fix user-facing grapheme cluster bugs.
-
engine-flutter-autoroll authored
-
chunhtai authored
-