- 17 Aug, 2021 6 commits
-
-
engine-flutter-autoroll authored
-
Todd Volkert authored
-
Jonah Williams authored
-
Emmanuel Garcia authored
This reverts commit b586695c.
-
Emmanuel Garcia authored
* Bump to Gradle 7 and use Open JDK 11 * Add caches * Fixes * Remove org.gradle.java.home
-
engine-flutter-autoroll authored
-
- 16 Aug, 2021 17 commits
-
-
Christopher Fujino authored
-
Dan Field authored
-
Gary Qian authored
-
Dan Field authored
-
Jason Simmons authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
xubaolin authored
-
LongCatIsLooong authored
-
Kaushik Iska authored
-
engine-flutter-autoroll authored
-
YeungKC authored
Consolidate duplicated cut/copy/paste/selectall code so it can be done via Actions in the future.
-
Flutter GitHub Bot authored
-
Jenn Magder authored
-
Swiftaxe authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> The TapGestureRecognizer in the test named 'TapGestureRecognizer _sentTapDown toString' was not disposed, which was breaking a couple of other tests. This worked fine when not shuffling the tests as the test was executed last.
-
Swiftaxe authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> Fixes test/animation/animation_controller_test.dart in #85160 Problem: The test 'animateTo can deal with duration == Duration.Zero' was failing with the following error: Expected: <0> Actual: <5> Expected no animation. package:test_api expect package:flutter_test/src/widget_tester.dart 484:3 expect test/animation/animation_controller_test.dart 511:5 main. Following line finds 5 transientCallbacks scheduled, while expecting zero, if shuffled with seed 123: expect(SchedulerBinding.instance!.transientCallbackCount, equals(0), reason: 'Expected no animation.'); This is caused by some other test leaving transientCallbacks scheduled. Fix: By disposing the AnimationController after each test, the transientCallbacks get cleaned up. I chose to dispose all controllers in every test, to make sure there is no risk of leaks.
-
- 15 Aug, 2021 2 commits
-
-
engine-flutter-autoroll authored
99c5f6139 Move test packages from `dependencies` to `dev_dependencies` (flutter/plugins#4231) (#88244)
-
Pierre-Louis authored
* Improved update_icons.dart * Handle _ * Update dartdoc * Rename function * formatting * fix type * Refactor ID generation * rename * cleanup * update comment * replace typedef with type
-
- 14 Aug, 2021 11 commits
-
-
engine-flutter-autoroll authored
* c388bfab7 Roll Skia from 1049d8206120 to abe39f5cb932 (6 revisions) (flutter/engine#28090) * 5ba9ed516 [web] Clean up legacy Paragraph implementation (flutter/engine#28050) * b1ccc4175 Revert "Sets focus before sending a11y focus event in Android (#27992)" (flutter/engine#28092) * 1af0a2079 Roll Fuchsia Linux SDK from WoiEzs7XB... to 54i7Z2kLS... (flutter/engine#28093)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
This reverts commit bfe47591.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
Revert "[EditableText] call `onSelectionChanged` only when there're actual selection/cause changes (#87971)" (#88183)
-
yusufm authored
* Adding a timeout and retry to upload results step. * Adding tests for retries and timeout. * Adding async to call * Fixing sleep to trigger the timeout, and adding addition timeout test. * Fixing minor typo. * Fixing some minor flutter style issues. * Adding vs_build dependency to Windows hot_mode_dev_cycle_win_target__benchmark Co-authored-by: yusufm <mohsinally@google.com>
-
Zachary Anderson authored
-
Jenn Magder authored
-
Abhishek Ghaskata authored
-
- 13 Aug, 2021 4 commits
-
-
Michael Goderbauer authored
This reverts commit 91e0759b.
-
Emmanuel Garcia authored
-
engine-flutter-autoroll authored
-
zuvola authored
Moving the focus with the tab key on the external keyboard will move the focus to the widget that is hidden by AnimatedCrossFade.
-