- 02 Jun, 2020 12 commits
-
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
Tong Mu authored
-
Tong Mu authored
* Adds support for material state mouse cursor to InkWell and InkResponse * Set their default cursors to be MaterialStateMouseCursor.clickable.
-
Jenn Magder authored
-
Jonah Williams authored
-
Dan Field authored
* Do not assume imageCache is created when handleMemoryPressure is called * comment for test
-
Jenn Magder authored
This reverts commit 8adaea90.
-
VisheshAtWork authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Jonah Williams authored
This reverts commit 39d1e4b7.
-
- 01 Jun, 2020 12 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Remove copying from the shutdown stage since that seems risky. If the tool copies the first compilation there will still be a decent dill for initialization.
-
Jonah Williams authored
If a dependency specified uses-material-design: true and the main pubspec specifies uses-material-design: false, then the MaterialIcons font would be included in the font manifest, but not in the AssetManifest or final bundle. Remove it from the FontManifest if this occurs
-
engine-flutter-autoroll authored
-
Jonah Williams authored
removes globals from devFS operations and cleans up testing to be context free. Removes unused and unnecessarily temp directory in testing.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Work-around large timeline data killing devicelab machines by requesting data in 1 second intervals and combining at the end. Non-breaking change to the driver API.
-
Jenn Magder authored
-
LongCatIsLooong authored
-
Greg Spencer authored
This reverts the flutter command to use shlock when flock isn't available. It seems that the mkdir method isn't as reliable as we want. I think that this is because the trap isn't always be executed, which is why I think that shlock uses PIDs to help it be more reliable. Unfortunately, that means that we're back to not working over network shares (which is where things were before I moved to the mkdir method, so not really a regression). I did leave in the mkdir method for platforms that have neither flock nor shlock (which should be very few and far between, but still), so at least we'll do some locking there now.
-
Ekaterina Gerasimova authored
-
stuartmorgan authored
-
- 31 May, 2020 5 commits
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
engine-flutter-autoroll authored
-
Jim Graham authored
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
- 30 May, 2020 1 commit
-
-
engine-flutter-autoroll authored
-
- 29 May, 2020 10 commits
-
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Greg Spencer authored
This makes the callback arguments to FocusableActionDetector optional, if you (for instance) only want to define shortcuts and actions and a focus node for something.
-
Jenn Magder authored
-
Justin McCandless authored
-
Jonah Williams authored
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-
Marcus Tomlinson authored
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-
Greg Spencer authored
This removes the extraneous whitespace printed when the flutter command is invoked, but didn't wait for a lock. It only is a problem when the carriage return isn't honored (as in IDE consoles).
-