- 01 Jun, 2020 8 commits
-
-
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 17 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).
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Work towards #16723 This is only safe to land after #58131 lands in google3. Only build NOTICES in asset manfiest, and load either LICENSE or NOTICES from pubspec dependencies.
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Pedro Massango authored
Prevent WhitelistingTextInputFormatter to return a empty string if the current value does not satisfy the formatter (#57264)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 28 May, 2020 9 commits
-
-
Helin Shiah authored
* Add function to set structured error early * Remove unused imports * Save test handler in setUp * Add utils file for shared test service * Rename structured error functions * Use setUpAll to save error handler and call initStructuredError from other init * Rename widget inspector test service * Remove debugging print statement * Move error handling setting back to initServiceExtensions * Rename structured error handler in test * Namespace environment variable * Rename test
-
Jonah Williams authored
-
liyuqian authored
-
Hansol Lee authored
Error message when size has not been set in RenderBox's performLayout should be well versed (#58151)
-
engine-flutter-autoroll authored
-
stuartmorgan authored
PR #57749 included changes to the way the project interacts with the build process (e.g., bundling the necessary library), so should have incremented the template version to trigger the messaging to developers.
-
Tong Mu authored
* Adds default cursor and/or mouseCursor property to a number of widgets. * Adds `MaterialStateMouseCurrsor`.
-
Yegor authored
-
stuartmorgan authored
Builds and bundles an 'app.so' containing AOT data, and downloads and packages the release/profile artifacts for those builds, rather than always using the debug artifacts. Fixes https://github.com/flutter/flutter/issues/38477 Fixes https://github.com/flutter/flutter/issues/39664
-