25730 Commits

Author SHA1 Message Date
chunhtai
0e9665e4ef
Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. (#88814) 2021-08-24 18:09:04 -07:00
creativecreatorormaybenot
38186c8971
Add WidgetsFlutterBinding Assertion to setMethodCallHandler (#88819) 2021-08-24 17:04:03 -07:00
engine-flutter-autoroll
fad666bdff
fb6622092 [flutter_plugin_tools] Introduce a class for packages (flutter/plugins#4252) (#88817) 2021-08-24 14:34:03 -07:00
Dan Field
5feee0d8fa
Fix DPR in test view configuration (#88609) 2021-08-24 14:26:54 -07:00
Zachary Anderson
9a190e5b39
Add pageDelay to fullscreen_textfield_perf_test (#88807) 2021-08-24 13:39:03 -07:00
engine-flutter-autoroll
2e3cb0f7d6
97f61147c [flutter_plugin_tools] Improve process mocking (flutter/plugins#4254) (#88803) 2021-08-24 13:29:05 -07:00
keyonghan
b468be3030
Use default value for ResultData when uploading metrics from test runner (#88749) 2021-08-24 12:04:03 -07:00
Gary Qian
b68cdfcf44
Add TESTOWNER for Linux android views (#88797) 2021-08-24 11:39:03 -07:00
engine-flutter-autoroll
09fa3fcaaa
Roll Engine from 35ee8bde43a8 to a9efb963de52 (3 revisions) (#88798) 2021-08-24 11:34:05 -07:00
engine-flutter-autoroll
9fa3e877ce
Roll Engine from 926ce0d85501 to 35ee8bde43a8 (3 revisions) (#88788) 2021-08-24 10:29:04 -07:00
Zachary Anderson
b4e0472b04
Revert "Use dart pub instead of pub to invoke pub from tools (#88509)" (#88792)
This reverts commit 7c24ff2c5bfeff34991dba5e7ee210a1085a1e22.
2021-08-24 09:00:22 -07:00
Sigurd Meldgaard
7c24ff2c5b
Use dart pub instead of pub to invoke pub from tools (#88509)
Top level `pub` is being deprecated.
2021-08-24 15:51:08 +02:00
Deepak Penaganti
6dc18ef74e
Blurstyle for boxshadow v2 (#88697) 2021-08-23 22:39:04 -07:00
Gary Qian
c8e30bf407
Remove dependency in Linux Android Views (#88764) 2021-08-23 22:31:47 -07:00
engine-flutter-autoroll
56b681247d
Roll Engine from 9d9c532f62f5 to 926ce0d85501 (2 revisions) (#88750) 2021-08-23 17:44:05 -07:00
Gary Qian
76996f9256
Add android_views integration tests to ci.yaml (#88633) 2021-08-23 16:39:05 -07:00
Jenn Magder
76618918e3
Mark module_test_ios unflaky (#88618) 2021-08-23 16:09:06 -07:00
chunhtai
b9908f6b86
Fixes renderparagraph crashes due to truncated semantics node (#88190)
* Fixes renderparagraph crashes due to truncated semantics node

* add period
2021-08-23 16:03:49 -07:00
engine-flutter-autoroll
c6b8bf9ac3
Roll Engine from ff018b8cf29c to 9d9c532f62f5 (2 revisions) (#88744) 2021-08-23 15:44:03 -07:00
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
engine-flutter-autoroll
db3cc6e318
Roll Engine from e3d19b3303c7 to ff018b8cf29c (6 revisions) (#88734) 2021-08-23 14:32:04 -07:00
Janice Collins
f74be66494
Update dartdoc to 2.0.0. (#88729) 2021-08-23 14:27:04 -07:00
Christopher Fujino
efaa9a4637
update-packages --force-upgrade (#88728) 2021-08-23 12:57:08 -07:00
engine-flutter-autoroll
597464aea3
e3d19b330 Add browser_launcher and webkit_inspection_protocol packages (flutter/engine#28252) (#88722) 2021-08-23 12:52:05 -07:00
engine-flutter-autoroll
7e83f38a8a
0a86ac866 [camera] android-rework part 9: Final implementation of camera class (flutter/plugins#4059) (#88718) 2021-08-23 12:47:03 -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
engine-flutter-autoroll
8789d2135d
d5adde01d Roll Skia from 6b335c53e8c2 to 2f0debc807d1 (2 revisions) (flutter/engine#28256) (#88714) 2021-08-23 09:57:03 -07:00
engine-flutter-autoroll
369a0e2bc0
6a8681e7a [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (flutter/plugins#4228) (#88699) 2021-08-23 06:17:04 -07:00
engine-flutter-autoroll
05bfbbfbec
710af46d5 Roll Dart SDK from c17fd9df122a to 2b84af1e5f1a (1 revision) (flutter/engine#28254) (#88675) 2021-08-22 18:37:03 -07:00
engine-flutter-autoroll
201d7750e8
00af6c957 Roll Skia from 51e33b51542b to 6b335c53e8c2 (2 revisions) (flutter/engine#28251) (#88673) 2021-08-22 15:02:04 -07:00
engine-flutter-autoroll
2526cb07cb
4783663ee Roll Dart SDK from c20ef394e132 to c17fd9df122a (1 revision) (flutter/engine#28247) (#88657) 2021-08-21 20:42:01 -07:00
engine-flutter-autoroll
4b35b07846
1a531179d Roll Dart SDK from 64d00fee8462 to c20ef394e132 (1 revision) (flutter/engine#28245) (#88654) 2021-08-21 16:32:01 -07:00
engine-flutter-autoroll
d1888c719a
5e5f0a9b2 Roll Wuffs to 0.3.0-beta.8 (flutter/engine#28234) (#88652) 2021-08-21 15:12:01 -07:00
engine-flutter-autoroll
92d2856dda
1accc709a Roll Dart SDK from ee5b5dc4d910 to 64d00fee8462 (1 revision) (flutter/engine#28244) (#88631) 2021-08-21 00:22:04 -07:00
engine-flutter-autoroll
2227c83379
Roll Engine from 59e72723c762 to 483eef3b699c (2 revisions) (#88626) 2021-08-20 20:57:01 -07:00
engine-flutter-autoroll
b2812fb30e
59e72723c Roll Dart SDK from 9665bccced0a to ee5b5dc4d910 (1 revision) (flutter/engine#28241) (#88623) 2021-08-20 19:52:03 -07:00
engine-flutter-autoroll
760f2b8c7b
Roll Engine from 62cd3220be97 to 455655e43756 (5 revisions) (#88617) 2021-08-20 17:22:02 -07:00
Christopher Fujino
4288937acc
[flutter_conductor] Push correct revision to mirror remote from conductor (#88607) 2021-08-20 16:52:01 -07:00
engine-flutter-autoroll
8fe859fb97
62cd3220b Issues/86577 reland (flutter/engine#28211) (#88605) 2021-08-20 15:12:04 -07:00
nt4f04uNd
b5932065fa
Ensure RawImage render object updates (#88369) 2021-08-20 15:03:37 -07:00