chunhtai
93a1484ae0
Add a hook for scroll position to notify scrolling context when dimen… ( #87076 )
2021-08-23 15:39:18 -07:00
Alexander Dahlberg
02bb8a4355
Fixed leak and removed no-shuffle tag in platform_channel_test.dart ( #88432 )
...
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se >
This PR fixed the problem that prevented platform_channel_test.dart being shuffled. Part of #85160 .
A couple of tests sets up callbacks through setMethodCallHandler() that gets unresolved and breaks other tests.
This PR clears those callbacks by passing null to setMethodCallHandler.
2021-08-23 15:32:44 -07:00
Alexander Dahlberg
86d7ec4548
Fixed leak and removed no-shuffle tag in ticker_test.dart ( #88426 )
2021-08-23 15:22:06 -07:00
Alexander Dahlberg
04de2ed3d5
Fixed leak and removed no-shuffle tag on scaffold_test.dart ( #88375 )
2021-08-23 15:17:05 -07:00
creativecreatorormaybenot
87b17c8ccf
Add RichText support to find.text() ( #87197 )
2021-08-23 14:47:29 -07:00
Christopher Fujino
efaa9a4637
update-packages --force-upgrade ( #88728 )
2021-08-23 12:57:08 -07:00
Jonah Williams
fa0782b696
reassign jonahwilliams todos ( #88707 )
2021-08-23 12:27:07 -07:00
Iman khoshabi
adb25e1801
Correct PointerExitEvent class documentation ( #88650 )
2021-08-23 12:22:07 -07:00
Abhishek Ghaskata
49bf933b59
add margin to vertical stepper ( #86067 )
...
* add marging to vertical stepper
* Remove tralling spaces
* Update docstring
2021-08-23 12:02:02 -07:00
Alexander Dahlberg
1a5692b722
Fixed leak and removed no-shuffle tag in widgets/app_overrides_test.dart ( #88469 )
...
This PR fixed the problem that has prevented app_overrides_test.dart being shuffled. Part of #85160 .
This test is testing WidgetsApp.showPerformanceOverlayOverride and WidgetsApp.debugAllowBannerOverride.
The problem: There was a strong dependecy to the default ordering of the tests. The value of showPerformanceOverlayOverride or debugAllowBannerOverride was expected to be the value that was set in previous test.
The fix: Make the values be set to default values after each test:
WidgetsApp.showPerformanceOverlayOverride=false
WidgetsApp.debugAllowBannerOverride=true
Set the expected value at the start of the test, if the default value is not expected.
2021-08-23 10:03:49 -07:00
Alexander Dahlberg
83b9e99cfb
Fixed leak and removed no-shuffle tag in scheduler_test.dart ( #88423 )
...
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se >
This PR fixed the problem that has prevented scheduler_test.dart being shuffled. Part of #85160 .
One test schedules a task, but events are locked so the scheduled task does not execute and this messes up other tests.
This PR adds a teardown that executes the scheduled task after the test, when events are unlocked.
2021-08-23 10:03:21 -07:00
Alexander Dahlberg
2ee0234471
Fixed leak and removed no-shuffle tag in image_stream_test.dart ( #88376 )
...
Fixes test/painting/image_stream_test.dart of #85160
The problem: The timeDilation was changed to 2.0 but not restored. The changed timeDilation carried on to following tests which messed up some of them when using test ordering seed 456.
The Fix: Restore timeDilation to 1.0 at the end of test.
2021-08-23 10:03:03 -07:00
Alexander Dahlberg
60ed5cc8e4
Fixed leak and removed no-shuffle tag in long_press_test.dart ( #88373 )
...
Fixes test/gestures/long_press_test.dart of #85160
The LongPressGestureRecognizer in test 'non-allowed pointer does not inadvertently reset the recognizer' was not disposed breaking a lot of other tests.
2021-08-23 10:02:21 -07:00
nt4f04uNd
b5932065fa
Ensure RawImage render object updates ( #88369 )
2021-08-20 15:03:37 -07:00
nt4f04uNd
123ec80cfd
init ( #88427 )
2021-08-20 14:57:03 -07:00
Jonah Williams
01d0c53571
partial revert of gesture config ( #88534 )
...
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
2021-08-20 13:43:16 -07:00
Ian Hickson
9f9aa46b7d
Update the timeouts since tests time out after 15 minutes not 30 seconds. ( #88061 )
2021-08-20 12:52:03 -07:00
Dan Field
d5d8265079
Revert "Write timelines to separate files ( #88473 )" ( #88594 )
...
This reverts commit fa83fefa42 .
2021-08-20 11:57:32 -07:00
Emmanuel Garcia
a7f8687d23
Reland: Bump to Gradle 7 and use Open JDK 11 ( #88540 )
2021-08-20 09:57:02 -07:00
Dan Field
fa83fefa42
Write timelines to separate files ( #88473 )
2021-08-20 09:47:04 -07:00
nt4f04uNd
17f0d2e5de
init ( #88391 )
2021-08-20 09:42:05 -07:00
Dan Field
c02961256a
Reland remove DefaultShaderWarmup ( #88455 )
2021-08-18 21:37:03 -07:00
sigmundch
7a21bd1000
reland disable ideographic script test on web ( #88383 )
2021-08-18 21:32:04 -07:00
Hans Muller
afe58fbab5
Revert "Reland "Android Q transition by default ( #82670 )" ( #88409 )" ( #88482 )
2021-08-18 20:22:04 -07:00
Bernardo Ferrari
6318b5096c
Add favicon to web template ( #88141 )
2021-08-18 17:12:02 -07:00
Anna Gringauze
2685e866f3
Update dwds and other packages ( #88450 )
...
- Update all packages (bringing in dwds 11.2.1)
Closes: https://github.com/flutter/flutter/issues/84012
2021-08-18 14:15:57 -07:00
chunhtai
89d1b9e4c5
Makes PlatformInformationProvider aware of the browser default route … ( #88122 )
2021-08-18 13:37:02 -07:00
Jenn Magder
563c8f43e3
Verbosify every command in ios_content_validation_test ( #88404 )
2021-08-18 10:42:02 -07:00
ColdPaleLight
33f5ac6650
ImageInfo adds a new getter named sizeBytes to decouple ImageCache and ui.Image ( #86555 )
2021-08-18 09:21:12 -07:00
Alex Li
df399f9a8d
Reland "Android Q transition by default ( #82670 )" ( #88409 )
...
* Reland "Android Q transition by default (#82670 )"
This reverts commit 4053b4b16c .
* Fix `overall_experience_test.dart` for flutter_tools
2021-08-18 09:11:27 -07:00
Taha Tesser
d72287522b
[tools] Fix Android Studio duplicate detection ( #88384 )
2021-08-18 02:02:03 -07:00
Jenn Magder
2d55032939
Migrate dds.dart to null safety ( #88382 )
2021-08-17 21:12:03 -07:00
Michael Goderbauer
922b70dda6
Typo fixes ( #88379 )
2021-08-17 18:52:05 -07:00
Christopher Fujino
81eb54bf78
update-packages ( #88387 )
2021-08-17 18:49:32 -07:00
Kate Lovett
3a9e7e3bef
New PR ( #88365 )
2021-08-17 18:42:03 -07:00
Anna Gringauze
831d82c8ea
Fix race conditions in test_driver for tool tests ( #88322 )
2021-08-17 18:37:04 -07:00
Jenn Magder
4053b4b16c
Revert "Android Q transition by default ( #82670 )" ( #88394 )
...
This reverts commit a1ae4feac5 .
2021-08-17 17:48:52 -07:00
chunhtai
71948b72db
Enable soft transition for tooltip ( #88318 )
2021-08-17 16:07:03 -07:00
Alexandre Daigle
ddfaec19ad
Fix null check for content dimensions in page getter ( #87824 )
2021-08-17 15:57:06 -07:00
Taha Tesser
42a6b7913c
[tools] Add Xcode version to non-verbose Flutter doctor ( #87022 )
2021-08-17 15:52:03 -07:00
Alex Li
a1ae4feac5
Android Q transition by default ( #82670 )
2021-08-17 15:47:07 -07:00
Zachary Anderson
463f9739f7
Revert "Refactor iOS integration_test API to support Swift, dynamically add native tests ( #88013 )" ( #88377 )
...
This reverts commit 9e3de9a328 .
2021-08-17 14:54:14 -07:00
Zachary Anderson
3572a7e8b7
Revert "feat: migrate base/dds.dart to null-safety ( #88015 )" ( #88367 )
2021-08-17 11:52:05 -07:00
Jenn Magder
9e3de9a328
Refactor iOS integration_test API to support Swift, dynamically add native tests ( #88013 )
2021-08-17 11:42:05 -07:00
Swiftaxe
2f46d36bf4
Fixed leak and removed no-shuffle tag in test/gestures/tap_test.dart ( #88342 )
2021-08-17 10:07:05 -07:00
Todd Volkert
a2e33dec7c
l10n updates for August beta ( #88328 )
2021-08-16 22:51:16 -07:00
Jonah Williams
060e4608b1
clean up stale or unnecessary TODOS ( #88308 )
2021-08-16 21:37:03 -07:00
Emmanuel Garcia
d39d542691
Revert "Reland: Bump to Gradle 7 and use Open JDK 11 ( #88319 )" ( #88326 )
...
This reverts commit b586695c82 .
2021-08-16 20:38:32 -07:00
Emmanuel Garcia
b586695c82
Reland: Bump to Gradle 7 and use Open JDK 11 ( #88319 )
...
* Bump to Gradle 7 and use Open JDK 11
* Add caches
* Fixes
* Remove org.gradle.java.home
2021-08-16 18:40:39 -07:00
Dan Field
c91a298249
Take DPR into account for image inversion ( #88309 )
2021-08-16 15:35:10 -07:00