Commit Graph

25557 Commits

Author SHA1 Message Date
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
Emmanuel Garcia
65deca30a4 DEPS (#88603) 2021-08-20 15:00:50 -07:00
nt4f04uNd
123ec80cfd init (#88427) 2021-08-20 14:57:03 -07:00
engine-flutter-autoroll
7d023f0de0 Roll Engine from d29cda9ef58e to 8e08f5899c83 (4 revisions) (#88599) 2021-08-20 14:07:02 -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
engine-flutter-autoroll
17114231ab Roll Plugins from a22f5912f6ba to b1fe1912e016 (4 revisions) (#88595) 2021-08-20 13:07:04 -07:00
engine-flutter-autoroll
04d5c01c58 Roll Engine from 17ddfb3ee4f7 to d29cda9ef58e (4 revisions) (#88583) 2021-08-20 13:02:04 -07:00
keyonghan
208d312ff0 Upload devicelab test metrics from test runner (#88447) 2021-08-20 12:57:03 -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
engine-flutter-autoroll
2b6cf3f857 a22f5912f [in_app_purchase] Add toString() to IAPError (flutter/plugins#4162) (#88530) 2021-08-20 09:52: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
Zachary Anderson
deacb8d434 Revert "Manually close the tree for issue #88531 (#88532)" (#88580)
This reverts commit de08016913.
2021-08-20 08:33:16 -07:00
engine-flutter-autoroll
de67f817a3 Roll Engine from b20c1a37749d to 17ddfb3ee4f7 (4 revisions) (#88562)
* 53bc60075 Fix regression in system UI colors (flutter/engine#28206)

* b423776e4 Roll Dart SDK from bc7cf49acc5c to 0f5cc29e104b (1 revision) (flutter/engine#28210)

* 60574530c Revert "Roll Fuchsia Mac SDK from 9xK8HkMEI... to EZSVwdQoz... (#28200)" (flutter/engine#28214)

* 17ddfb3ee Revert "Roll Fuchsia Linux SDK from ZSqn1OAt7... to czYvw1Rk3... (#28201)" (flutter/engine#28213)
2021-08-20 00:02:20 -07:00
engine-flutter-autoroll
c37fe7c4fa Roll Engine from b482f5ad0230 to b20c1a37749d (4 revisions) (#88553)
* 565281149 Roll Skia from eb0195e5b4d5 to cd2c1beb1e4e (2 revisions) (flutter/engine#28203)

* f21f5a8d3 Fix stack-buffer-overflow in linux value tests (flutter/engine#28204)

* c3c26c440 Roll Skia from cd2c1beb1e4e to e453fa063da5 (2 revisions) (flutter/engine#28205)

* b20c1a377 Revert "Adds semantics tooltip support (#27893)" (flutter/engine#28207)
2021-08-19 16:02:41 -07:00
engine-flutter-autoroll
c5e47992c7 Roll Engine from 9001c03e3265 to b482f5ad0230 (6 revisions) (#88544)
* c29952028 Roll Dart SDK from cbbe9b6f08c8 to 0bfe86dce459 (1 revision) (flutter/engine#28191)

* a8874640f Roll Skia from 85108183bc04 to eb0195e5b4d5 (11 revisions) (flutter/engine#28198)

* f4cecc816 Roll Dart SDK from 0bfe86dce459 to bc7cf49acc5c (1 revision) (flutter/engine#28199)

* 19f639dbe Roll Fuchsia Mac SDK from 9xK8HkMEI... to EZSVwdQoz... (flutter/engine#28200)

* a116cc0d2 Roll Fuchsia Linux SDK from ZSqn1OAt7... to czYvw1Rk3... (flutter/engine#28201)

* b482f5ad0 Revert "Add SPIR-V FragmentShader API to painting.dart (#26996)" (flutter/engine#28202)
2021-08-19 14:05:49 -07:00
Zachary Anderson
de08016913 Manually close the tree for issue #88531 (#88532) 2021-08-19 07:57:53 -07:00
engine-flutter-autoroll
d5611a6d70 Roll Engine from 27696e7b2995 to 9001c03e3265 (2 revisions) (#88529) 2021-08-19 07:47:02 -07:00
engine-flutter-autoroll
6f97ba00e5 Roll Engine from 9a54e9e05c96 to 27696e7b2995 (2 revisions) (#88517) 2021-08-19 05:07:04 -07:00
engine-flutter-autoroll
ff547a9234 Roll Engine from 609295afd7c6 to 9a54e9e05c96 (3 revisions) (#88494) 2021-08-18 22:17:04 -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