Commit Graph

29177 Commits

Author SHA1 Message Date
engine-flutter-autoroll
859d830247 Roll Flutter Engine from 436f18b5a22e to 1400fd73b6bf (3 revisions) (#104831) 2022-05-27 08:43:09 -07:00
Hans Muller
180566f2e5 Added MaterialStatesController, updated InkWell et al. (#103167) 2022-05-27 08:38:42 -07:00
engine-flutter-autoroll
df52b510ca Roll Flutter Engine from 866faabf8981 to 436f18b5a22e (2 revisions) (#104814) 2022-05-27 03:13:06 -07:00
engine-flutter-autoroll
9e7f13c2a4 Roll Flutter Engine from 8bb09b59521f to 866faabf8981 (1 revision) (#104809) 2022-05-27 02:08:09 -07:00
engine-flutter-autoroll
6ebda49f4b Roll Flutter Engine from 8bbb45d55e52 to 8bb09b59521f (1 revision) (#104806) 2022-05-27 01:03:07 -07:00
engine-flutter-autoroll
4f703c2734 Roll Flutter Engine from 50b3a6e7a3f9 to 8bbb45d55e52 (1 revision) (#104801) 2022-05-26 23:55:12 -07:00
engine-flutter-autoroll
b99c3462e9 Roll Flutter Engine from 5af8579cbecb to 50b3a6e7a3f9 (2 revisions) (#104796) 2022-05-26 22:50:07 -07:00
engine-flutter-autoroll
0777b0d2c4 Roll Flutter Engine from 8b221027f3b7 to 5af8579cbecb (2 revisions) (#104794) 2022-05-26 21:45:12 -07:00
engine-flutter-autoroll
5f742c96d3 Roll Flutter Engine from 34123d2518bc to 8b221027f3b7 (1 revision) (#104782) 2022-05-26 19:35:09 -07:00
engine-flutter-autoroll
2c96696169 Roll Flutter Engine from 34123d2518bc to 8b221027f3b7 (1 revision) (#104781) 2022-05-26 18:50:10 -07:00
David Iglesias
b7eaad8b14 [tool][web] Fix flutter.js in Safari 13 (#104761) 2022-05-26 17:50:10 -07:00
engine-flutter-autoroll
812641b97e Roll Flutter Engine from 686283a80fe7 to 34123d2518bc (3 revisions) (#104773) 2022-05-26 17:45:07 -07:00
Tim Sneath
fdf9b6e93d Update Windows manifest to declare Windows 11 (#104768) 2022-05-26 17:40:07 -07:00
engine-flutter-autoroll
96f9254c24 Roll Flutter Engine from b20508eee679 to 686283a80fe7 (5 revisions) (#104763) 2022-05-26 16:20:04 -07:00
chunhtai
6a88c221d5 SelectableRegion does not merge child semantics nodes (#104659) 2022-05-26 15:40:09 -07:00
Greg Spencer
3e7e01c893 Remove extraneous InheritedWidget (#104676)
When I removed Shortcuts.of and Shortcuts.maybeOf, I forgot to also remove the associated InheritedWidget. This does that.
2022-05-26 15:25:48 -07:00
Dan Field
be7a4227c7 Add a macrobenchmark for laying out text in a list (#104736) 2022-05-26 15:25:10 -07:00
Anna Gringauze
5cd979e441 Retry getting tabs in chrome launcher on ConnectionException (#104218) 2022-05-26 15:20:11 -07:00
keyonghan
b2eafd735d Revert "Removing minor version from device_os value. (#104727)" (#104755)
This reverts commit 8461e573f8.

Co-authored-by: Jenn Magder <magder@google.com>
2022-05-26 14:26:49 -07:00
engine-flutter-autoroll
84b5e9916d Roll Flutter Engine from 36e9609cd4d8 to b20508eee679 (2 revisions) (#104744) 2022-05-26 14:10:11 -07:00
yusuf-goog
8461e573f8 Removing minor version from device_os value. (#104727) 2022-05-26 14:05:10 -07:00
Gary Qian
cc733660ed Add link to more detailed multidex information. (#104558) 2022-05-26 13:05:08 -07:00
Justin McCandless
91836d6a62 its => it (#104730)
Just a small grammar fix in the PipelineOwner docs.
2022-05-26 12:59:03 -07:00
engine-flutter-autoroll
b1e13eebef Roll Flutter Engine from e12e62de3611 to 36e9609cd4d8 (3 revisions) (#104738) 2022-05-26 12:35:13 -07:00
engine-flutter-autoroll
a88e4cd7cb Roll Flutter Engine from 4a519a80e13d to e12e62de3611 (1 revision) (#104733) 2022-05-26 11:25:11 -07:00
engine-flutter-autoroll
5acf9f4004 Roll Flutter Engine from 07540fbf3958 to 4a519a80e13d (1 revision) (#104725) 2022-05-26 09:25:08 -07:00
engine-flutter-autoroll
1347257dd6 Roll Plugins from 287af0f8f99d to ae6757435c97 (5 revisions) (#104719) 2022-05-26 09:05:11 -07:00
engine-flutter-autoroll
7e4ac03bc6 Roll Flutter Engine from 1576e5cfa5e2 to 07540fbf3958 (1 revision) (#104707) 2022-05-26 06:10:07 -07:00
Bruno Leroux
bc53e6202e Add error message and documentation when a SnackBar is off screen (#102073) 2022-05-26 05:15:07 -07:00
Nils Reichardt
5764b5dd67 Fix typo "technicallv" in editable_text.dart (#104701) 2022-05-26 13:22:47 +02:00
engine-flutter-autoroll
99f4ab6407 Roll Flutter Engine from 22b121418944 to 1576e5cfa5e2 (4 revisions) (#104695) 2022-05-26 02:30:10 -07:00
Danny Tuppeny
147020366a Fix issues running integration tests through DAP debug adapter (#104618)
* Fix issues running integration tests through DAP

These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).

Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
2022-05-26 09:36:30 +01:00
Pierre-Louis
2aa348b940 Use curly_braces_in_flow_control_structures for widgets (#104609)
* Use `curly_braces_in_flow_control_structures` for `widgets`

* fix comments

* fix comments
2022-05-26 09:48:09 +02:00
engine-flutter-autoroll
f22c203394 Roll Flutter Engine from 9c964789e94c to 22b121418944 (2 revisions) (#104684) 2022-05-26 00:20:09 -07:00
Pierre-Louis
308b543783 Use curly_braces_in_flow_control_structures for sample code (#104617)
* use `flutter_lints` for sample code

* update packages

* Revert "update packages"

This reverts commit 14da3c69a8da9a093ad9c2acd3fc5d6c7f7751ed.

* revert
2022-05-26 08:59:37 +02:00
Pierre-Louis
332c22f391 Update links to material library docs (#104392)
* Update links to `material` library docs

* outsmart bot heuristics
2022-05-26 08:56:35 +02:00
engine-flutter-autoroll
2f85571a8c Roll Flutter Engine from 480610ca4cf5 to 9c964789e94c (2 revisions) (#104682) 2022-05-25 20:30:07 -07:00
gaaclarke
20a9f1d8d7 Added option for Platform Channel statistics and Timeline events (#104531) 2022-05-25 18:43:11 -07:00
engine-flutter-autoroll
5aca8bd15e Roll Flutter Engine from 41930ecd1825 to 480610ca4cf5 (4 revisions) (#104669) 2022-05-25 17:48:07 -07:00
engine-flutter-autoroll
36fe51524f Roll Flutter Engine from b067d1ae1593 to 41930ecd1825 (15 revisions) (#104660) 2022-05-25 16:18:11 -07:00
Jenn Magder
dce355d801 Remove google_sign_in plugin from module test (#104657) 2022-05-25 16:13:10 -07:00
dependabot[bot]
dfda76da54 Bump ossf/scorecard-action from 1.0.4 to 1.1.0 (#104658) 2022-05-25 16:03:10 -07:00
engine-flutter-autoroll
568dcba1e9 Roll Flutter Engine from 7274f79325b7 to b067d1ae1593 (1 revision) (#104564) 2022-05-25 15:08:11 -07:00
engine-flutter-autoroll
29cf64462f Roll Flutter Engine from 7274f79325b7 to b067d1ae1593 (1 revision) (#104563) 2022-05-25 15:03:10 -07:00
Taha Tesser
a9c71d7e23 [Reland]: Fix DropdownButton menu clip (#104251) 2022-05-25 14:58:09 -07:00
Greg Spencer
406d86b4ba PlatformMenuBar changes to bring it into line with upcoming MenuBar implementation (#104565)
When I was doing the MenuBar implementation, I made some changes to the PlatformMenuBar to allow it to understand shortcuts a little more, and to deprecate the body parameter rename it to child to match most other widgets.

These are those changes, separated out because they are separable, and I'm trying to make the MenuBar PR smaller.
2022-05-25 14:48:28 -07:00
xubaolin
6efdf0ae7b fix a _DraggableScrollableSheetScrollPosition update bug (#103328) 2022-05-25 14:48:10 -07:00
Jonas Uekötter
9f856ac182 Improve PlatformMenu MenuItem documentation (#104321) 2022-05-25 14:43:12 -07:00
Flutter GitHub Bot
e8995736bf Marks Mac_ios large_image_changer_perf_ios to be unflaky (#104627) 2022-05-25 14:33:14 -07:00
Flutter GitHub Bot
5d6c8b0983 Marks Linux_android new_gallery__crane_perf to be unflaky (#104624) 2022-05-25 14:28:10 -07:00