- 26 Oct, 2020 2 commits
-
-
Pierre-Louis authored
* refactor update_icons * fix trailing space * address feedback * Rename to _iconsMirroredWhenRTL
-
Justin McCandless authored
This reverts commit 95909c2a.
-
- 25 Oct, 2020 3 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 24 Oct, 2020 5 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 23 Oct, 2020 21 commits
-
-
Dan Field authored
-
engine-flutter-autoroll authored
* 000bf4b47 Roll Skia from 2d2f82c00aeb to 5c7bb326a7b3 (33 revisions) (flutter/engine#22059) * ae92dbf4d Roll Fuchsia Linux SDK from lPMs_KwnU... to gqS_DIjN4... (flutter/engine#22057) * 92cd74e00 Roll Fuchsia Mac SDK from pZ9FgVZTK... to WLxBkBnZa... (flutter/engine#22055) * e51c710e1 Roll Dart SDK from a3d902d8598e to 9f907e198970 (2 revisions) (flutter/engine#22058) * 326b202cc Reland fuchsia external view embedder will be shared with platform view (flutter/engine#22008) * a9a9a2f34 Roll Skia from 5c7bb326a7b3 to 65674e4c2e56 (3 revisions) (flutter/engine#22060) * 1233fe490 Revert "Revert "Explicitly make the X connection for EGL. (#21831)" (#21851)" (flutter/engine#21871) * aed8e019b Fixes Edge trigger route change announcement (flutter/engine#21975) * 6bc70e4a1 Reland: Migration to PlatformDispatcher and multi-window (flutter/engine#21932) * 5ca5e2614 Add FlEventChannel (flutter/engine#21316) * 77b005247 Roll Skia from 65674e4c2e56 to 01b05e5b830b (3 revisions) (flutter/engine#22062) * 3d27fd5b2 Support loading assets from Android dynamic feature modules (flutter/engine#21504) * 742dfbefa support uri intent launcher in android (flutter/engine#21275) * cde1e3fca Auto detect mode to determine which rendering backend to use. (flutter/engine#21852) * 329ccf775 Roll Skia from 01b05e5b830b to 53281c712159 (1 revision) (flutter/engine#22065) * cde78c162 Add a golden scenario test for fallback font rendering on iOS take 2 (flutter/engine#22033) * 4f4599b26 Roll Dart SDK from 9f907e198970 to 37ccceacad41 (3 revisions) (flutter/engine#22069) * f0b10c54b [web] Prevent using DOM nodes for canvas with large number of draws (flutter/engine#22064) * a86ba5706 Roll Fuchsia Mac SDK from WLxBkBnZa... to zDfaxkqlv... (flutter/engine#22073) * 645198aa7 Roll Fuchsia Linux SDK from gqS_DIjN4... to vuKxZmSVj... (flutter/engine#22074) * 0b26570e9 Revert dart rolls (flutter/engine#22078)
-
Jonah Williams authored
* [flutter_tools] null safety mode is used for dill naming * add bad test case
-
Roc Boronat authored
-
Jenn Magder authored
-
Yash Johri authored
-
Justin McCandless authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
* [devicelab] mark uncaight exceptions as flaky * add print error output * try and fix test
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
Michael Goderbauer authored
-
Casey Hillers authored
-
Casey Hillers authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Cyp authored
-
Jonah Williams authored
Revert "[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)" (#68845) This reverts commit 2e75f52a.
-
Jonah Williams authored
This reverts commit bde85ea3.
-
- 22 Oct, 2020 9 commits
-
-
xubaolin authored
* Fix mutiple pointers bug * Add unit test case * Remove unnecessary map clone
-
xubaolin authored
Fixes a bug where keyboard capitalization mode was exited when pressing clear.
-
Kate Lovett authored
-
YeungKC authored
Corrects the space available to the label in an outlined text field
-
Alexander Brusher authored
-
stuartmorgan authored
Enables build_test for Windows. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for Windows. Other example/test projects can be brought online for Windows in the future just by adding the windows/ directory to the project.
-
Jonah Williams authored
[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451) Overhaul of flutter drive in order to deliver a better experience, namely: flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. Removes web-initialize-platform as this is no longer used flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
xubaolin authored
-
Ian Hickson authored
-