Commit graph

25345 commits

Author SHA1 Message Date
engine-flutter-autoroll 575043fc8b
Roll Engine from f3ca5fd71537 to 22a29ac9b38c (2 revisions) (#87705) 2021-08-04 21:15:03 -07:00
engine-flutter-autoroll 9d33293967
Roll Engine from 36eb9a67a8ff to f3ca5fd71537 (5 revisions) (#87703) 2021-08-04 20:10:03 -07:00
engine-flutter-autoroll cabf35ad1d
36eb9a67a Roll Skia from 40b82c6b5c2c to 9fdcc517b2be (4 revisions) (flutter/engine#27891) (#87701) 2021-08-04 19:05:03 -07:00
Kate Lovett 0f465e5b2a
Revert "update ScrollMetricsNotification (#87421)" (#87693)
This reverts commit 52bf9dbbd7.
2021-08-04 17:59:50 -05:00
chunhtai c38feb3b33
Router replaces browser history entry if state changes (#83509) 2021-08-04 15:30:04 -07:00
Taha Tesser 28f311ada9
[Documentation] Add AlignTransition interactive example (#87021) 2021-08-04 15:18:50 -07:00
engine-flutter-autoroll 3391c7e6d9
a0d89b1a5 Roll Skia from cef047a4904e to 40b82c6b5c2c (3 revisions) (flutter/engine#27889) (#87687) 2021-08-04 14:45:02 -07:00
Viren Khatri f134f039c6
added autofocus and test (#87591) 2021-08-04 14:00:02 -07:00
engine-flutter-autoroll d841dd40b3
00697cd65 Roll Skia from af844c79d535 to cef047a4904e (1 revision) (flutter/engine#27888) (#87679) 2021-08-04 13:40:04 -07:00
Viren Khatri dc6913042e
changed Scrollbar to StatelessWidget (#87647) 2021-08-04 12:35:04 -07:00
LongCatIsLooong 0f4e1db7ed
[Focus] defer autofocus resolution to _applyFocusChange (#85562) 2021-08-04 12:30:02 -07:00
engine-flutter-autoroll 8847015a0d
Roll Engine from a1187633594e to 0ea039e23989 (4 revisions) (#87674) 2021-08-04 12:25:04 -07:00
keyonghan c5f4f58640
Skip flaky test debugger_stepping_test (#87670) 2021-08-04 12:20:04 -07:00
Todd Volkert 6490a4e942
Add SerialTapGestureRecognizer (#83082)
This gesture recognizer can be used to recognize the classic
"onclick" behavior, where each tap in a series fires an event
with an incrementing "count" of how many taps have occurred
in series. This can in turn be used to build widgets that respond
to both tap and double-tap, or for widgets like the YouTube TV
player, where each subsequent tap in a series of >2 taps adjusts
the playhead another 15 seconds.

Fixes https://github.com/flutter/flutter/issues/81657
2021-08-04 12:12:38 -07:00
keyonghan 36cee180e9
Revert "mark flaky (#87606)" (#87668) 2021-08-04 10:50:04 -07:00
Yazeed AlKhalaf e7fd092f7f
🔋 Enhance cupertino button fade in and fade out (#87139) 2021-08-04 10:30:05 -07:00
engine-flutter-autoroll 725f48fecc
601009084 Don't use 'flutter upgrade' on Cirrus (flutter/plugins#4213) (#87651) 2021-08-04 09:45:03 -07:00
engine-flutter-autoroll 36a2178bc0
Roll Engine from f7f57a7376f2 to a1187633594e (2 revisions) (#87640) 2021-08-04 09:40:06 -07:00
engine-flutter-autoroll 8212b58a7f
f7f57a737 Add configuration for windows android aot. (flutter/engine#27877) (#87624) 2021-08-03 22:40:03 -07:00
engine-flutter-autoroll ff4e693842
ddec16deb Roll Skia from 6ff2b7a4e556 to 38d9e0e812ca (1 revision) (flutter/engine#27876) (#87620) 2021-08-03 21:35:01 -07:00
Casey Hillers 3cf4002a7e
Mark Windows plugin_dependencies_test as unflaky (#87617) 2021-08-03 21:10:05 -07:00
Lau Ching Jun 95217eb72a
Add new hook for setupHotReload and after updating devFS is complete (#87532)
* Add new hook for setupHotReload and after updating devFS is complete

* Handle the case where updateDevFS failed
2021-08-03 21:09:56 -07:00
engine-flutter-autoroll 788aea4b4c
498df33f7 [flutter_plugin_tools] Track and log exclusions (flutter/plugins#4205) (#87613) 2021-08-03 20:45:04 -07:00
keyonghan 8d6ba790cb
mark flaky (#87606) 2021-08-03 20:40:05 -07:00
engine-flutter-autoroll 014abf7f1a
Roll Engine from ae8071be209b to b84d9fc6f649 (2 revisions) (#87612) 2021-08-03 20:30:04 -07:00
Jenn Magder 675135a2e8
Mark 'Mac plugin_dependencies_test' unflaky (#87354) 2021-08-03 19:15:05 -07:00
xubaolin 5a48a416b8
Update some Focus docs (#87561) 2021-08-03 18:25:05 -07:00
engine-flutter-autoroll 536e7a2ec4
Roll Engine from a474664cf546 to ae8071be209b (2 revisions) (#87605) 2021-08-03 18:20:04 -07:00
godofredoc 640c08dc80
Run lock workflow only in flutter/flutter. (#87601)
This is to prevent trying to run the workflow in forks.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-03 17:55:21 -07:00
Greg Spencer 169bb1b73f
Fix the sample code analyzer to properly handle missing_identifier errors (#87593)
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.

In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
2021-08-03 17:39:12 -07:00
Anna Gringauze cc63c81408
Update all packages (#87579)
- Update dwds and and the rest of the packages

Closes: https://github.com/flutter/flutter/issues/87100
2021-08-03 16:37:48 -07:00
engine-flutter-autoroll 9a9b8f0046
Roll Engine from 85cd2dd4f9af to a474664cf546 (5 revisions) (#87594) 2021-08-03 15:45:02 -07:00
Casey Hillers acd0db9b9f
[ci.yaml] Add LUCI config information (#87583) 2021-08-03 15:30:05 -07:00
Kate Lovett 1a76a01f0f
Skip flaky test (#87589) 2021-08-03 14:35:03 -07:00
engine-flutter-autoroll b0ba49b010
Roll Plugins from c59b32ce495c to 643c928c2f2f (2 revisions) (#87587) 2021-08-03 14:15:03 -07:00
xubaolin 79d32877c9
fix the DropdownButtonFormField's label display bug when the hint is non-null (#87104) 2021-08-03 14:10:03 -07:00
yusufm fe52e56614
Adding a timeout and retry to upload results step. (#87306)
* 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.

Co-authored-by: yusufm <mohsinally@google.com>
2021-08-03 13:40:28 -07:00
engine-flutter-autoroll e14705275b
Roll Engine from d6ddc31542b4 to 85cd2dd4f9af (11 revisions) (#87586) 2021-08-03 13:35:03 -07:00
Jonah Williams 0d3b44e835
[flutter] replace 'checked mode' with 'debug mode' (#87408) 2021-08-03 13:25:05 -07:00
engine-flutter-autoroll 6f9de0a919
Roll Plugins from 477a13d8b0af to c59b32ce495c (3 revisions) (#87585) 2021-08-03 13:05:03 -07:00
keyonghan 01d5b621b8
rebase (#87570) 2021-08-03 12:15:04 -07:00
Kalidas VijayBhak fcca654e60
updated readme.md (#84525) 2021-08-03 11:55:03 -07:00
engine-flutter-autoroll 8550efa6cb
d6ddc3154 Added assertion up to cv99 for FontFeature.characterVariant (flutter/engine#27745) (#87550) 2021-08-03 11:25:04 -07:00
Darren Austin 9c3cd40af2
Skip test audit for dev tests. (#87147) 2021-08-03 11:17:41 -07:00
Darren Austin 1b77fca735
Updated skipped tests for painting directory. (#87546) 2021-08-03 11:16:53 -07:00
Casey Hillers fb6a816595
[ci.yaml] Add hot_mode_dev_cycle_win_target__benchmark and Linux gradle_plugin_light_apk_test (#87366) 2021-08-03 11:05:06 -07:00
Anna Gringauze 44d9af80cb
Flutter_tools for web: report error messages with stacks on exit (#87386)
* Flutter_tools for web platform: report error messages with stacks on toolExit

Print error messages and stacks in verbose mode before calling
`throwToolExit` on communication errors to chrome and dwds.

This will help us disagnose CI flakes:

Helps: https://github.com/flutter/flutter/issues/84012
Closes: https://github.com/flutter/flutter/issues/87149

* Added tests

* Extend timeout for testing failure to connect to chrome

* Update rest of chrome tests to await until matching is finished
2021-08-03 10:51:35 -07:00
Jenn Magder d1eff7f4e3
Add Cupterino button animation test (#87535) 2021-08-03 10:40:05 -07:00
Jenn Magder f61074c230
Fix Cuptertino dialog test to check correct fade transition (#87533) 2021-08-03 10:35:05 -07:00
Greg Spencer 0151359c07
Fix some errors in snippets (#87528) 2021-08-03 10:20:04 -07:00