Commit graph

25036 commits

Author SHA1 Message Date
Ian Hickson d056500bfe
Clean up the bindings APIs (#86438) 2021-07-14 14:41:24 -07:00
Pierre-Louis 666185c027
[Fonts] Fix icons sorting (#86434)
* Fix sorting

* Update icons.dart
2021-07-14 23:25:16 +02:00
Eng Zer Jun 57a4b023f1
build: update dependencies (#86433) 2021-07-14 13:46:04 -07:00
Tong Mu c8d0b1d9db
New scheme for keyboard logical key ID (#85121)
This PR updates the ID used by logical keyboard keys.

The logical key ID is still composed of 2 parts: 32 bits of value, and 8 bits of plane. But the assignment of planes has been drastically changed. HID plane is removed, and unprintable plane and Flutter plane are added. This is to reflect the new generation method for logical key IDs. Now keys that are defined by Flutter but not by dom_key_data are placed into the Flutter plane, including numpad keys, sided modifier keys, and gamepad keys. The values for platform planes have also been adjusted.

The generation script and README have been updated accordingly as well.

A new file, test_utils/key_codes.h is now generated to assist engine unit testing.

All lists generated by the script are now sorted by the key.
2021-07-14 13:07:22 -07:00
Kate Lovett 252f6a0285
Add fixes for ThemeData (#86369) 2021-07-14 09:31:02 -07:00
Yegor 81c91924f0
[web] use resident resident runner in flutter drive (#86381)
* [web] use resident resident runner in flutter drive
2021-07-14 08:46:38 -07:00
engine-flutter-autoroll e990f4b912
Roll Engine from bde2f528888b to 093c4ed1a3d7 (3 revisions) (#86406) 2021-07-13 22:26:04 -07:00
Darren Austin a0e5fe84ac
Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
William Hesse e01d327239
Always write devicelab test results to a file if the resultsPath option is present (#86393)
Some runs of DeviceLab performance tests are run without a gitBranch option, but
still must save their results to a local file.
2021-07-13 22:00:26 -07:00
Zachary Anderson 7f741e9181
Revert "Clean up the bindings APIs (#86388)" (#86404)
This reverts commit 31de052e3f.
2021-07-13 21:32:29 -07:00
engine-flutter-autoroll c3d6187304
Roll Engine from 57720b2f3679 to bde2f528888b (8 revisions) (#86390) 2021-07-13 18:36:04 -07:00
Ian Hickson 31de052e3f
Clean up the bindings APIs (#86388) 2021-07-13 18:31:11 -07:00
engine-flutter-autoroll 13a84f5a22
fbb4b3a85 [flutter_plugin_tools] Improve license-check output (flutter/plugins#4154) (#86380) 2021-07-13 18:26:03 -07:00
Darren Austin 4c96cb26d2
Fixed a cast issue with host_mode_tests.dart. (#86392) 2021-07-13 17:31:02 -07:00
engine-flutter-autoroll a815084db0
Roll Engine from c74f25f4cb0a to 57720b2f3679 (2 revisions) (#86373) 2021-07-13 17:01:18 -07:00
Ian Hickson 1133921c4d
Add more debugging logs to overall_experience_test (#86368) 2021-07-13 16:56:06 -07:00
Casey Hillers d2094a5dbc
[ci.yaml] Nest tags under properties (#86364) 2021-07-13 16:51:05 -07:00
Hans Muller 7d52c2c4a2
Added AppBarTheme shape property (#86372) 2021-07-13 16:50:07 -07:00
Jonah Williams 2900347afe
[flutter] prevent errant text field clicks from losing focus (#86041) 2021-07-13 16:46:04 -07:00
Darren Austin f6e5227b28
Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
Darren Austin 0c81077582
Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
Ian Hickson c800b9c3e4
Revert "Clean up the bindings APIs (#83843)" (#86386)
This reverts commit e2490f2906.
2021-07-13 15:47:40 -07:00
Ian Hickson e2490f2906
Clean up the bindings APIs (#83843) 2021-07-13 12:41:03 -07:00
engine-flutter-autoroll fb0df05c46
Roll Engine from 07d04041d58e to c74f25f4cb0a (8 revisions) (#86366) 2021-07-13 12:21:02 -07:00
Darren Austin ef5ffd08f6
Migrate devicelab framework code to null safety. (#86325)
(Attempt to reland #85993)
2021-07-13 12:14:50 -07:00
Viren Khatri 43ed3b6bed
Added rethrowError to FutureBuilder (#84308) 2021-07-13 12:11:05 -07:00
dependabot[bot] d2057d50c4
Bump addressable from 2.7.0 to 2.8.0 in /dev/ci/mac (#86329) 2021-07-13 11:01:03 -07:00
engine-flutter-autoroll 78eb169262
ce371a6e7 [webview_flutter] Fix broken keyboard issue link (flutter/plugins#3266) (#86358) 2021-07-13 10:46:03 -07:00
Jonah Williams 63a4013160
Revert "[flutter_tools] let the logger know about machine mode (#86116)" (#86363)
This reverts commit 53d8cba3ec.
2021-07-13 10:39:35 -07:00
Kristóf Horváth 28b4b84f37
Fix documentation of equality functions. (#84847)
The first line of the documentation of equality functions listEquals, mapEquals, and setEquals claimed that they are deep equality functions. A later paragraph explained that they check for deep equality only if the elements, which are collections, implement the equality operator to do so. That is almost never the case.

The first line of the documentation was changed to element-by-element equality, and a reference was added to the DeepCollectionEquality class.
2021-07-13 10:24:06 -07:00
engine-flutter-autoroll aae019e1c3
Roll Engine from 0bf8bfdf1796 to 07d04041d58e (3 revisions) (#86356) 2021-07-13 10:11:04 -07:00
Kate Lovett b730ba1a3e
Dart Fixes for clipBehavior breaks (#86323) 2021-07-13 10:06:04 -07:00
Hans Muller caf21362f5
Additional ListTile API doc - Material widget dependency (#86355) 2021-07-13 09:31:39 -07:00
engine-flutter-autoroll 1bf84b7cba
Roll Engine from a984a833baaf to 0bf8bfdf1796 (5 revisions) (#86350) 2021-07-13 08:46:04 -07:00
engine-flutter-autoroll 81a85b8939
d68f26313 [flutter_plugin_tools] Support format on Windows (flutter/plugins#4150) (#86327) 2021-07-12 19:01:02 -07:00
engine-flutter-autoroll abbed87d65
Roll Engine from 5a3945cdcbcd to a984a833baaf (2 revisions) (#86322) 2021-07-12 16:26:04 -07:00
Kate Lovett 6e6bd3a1d4
Revert "Revert "Remove TextTheme deprecations (#83924)" (#86171)" (#86318) 2021-07-12 15:56:05 -07:00
engine-flutter-autoroll e22f020ffa
Roll Engine from 26b430373207 to 5a3945cdcbcd (6 revisions) (#86319) 2021-07-12 15:21:04 -07:00
Ian Hickson d3c17acf9d
Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
Hans Muller 3eca034ffd
AppBar.backwardsCompatibility now default false, deprecated (#86198) 2021-07-12 13:38:12 -07:00
michaellee8 6a51e0c237
[flutter_tools] Add support for launching fuchsia app using session_control (#85752) 2021-07-12 13:26:05 -07:00
engine-flutter-autoroll d3c3b891c9
Roll Engine from 7851449b4d33 to 26b430373207 (2 revisions) (#86301) 2021-07-12 11:56:02 -07:00
Jonah Williams 53d8cba3ec
[flutter_tools] let the logger know about machine mode (#86116) 2021-07-12 10:41:03 -07:00
Payam Zahedi b1e1dd68ae
borderRadius param updated in copyWith functions (#85822) 2021-07-12 10:31:02 -07:00
Jonah Williams 7a0b4669fc
[flutter_tools] switch web integration tests to use html (#85325) 2021-07-12 09:01:04 -07:00
engine-flutter-autoroll d6a844360a
7851449b4 Roll Fuchsia Mac SDK from gySDhb-Ea... to DM-zc7Snb... (flutter/engine#27322) (#86277) 2021-07-12 02:06:04 -07:00
engine-flutter-autoroll 480ada5bc9
Roll Engine from ed25e8f01efe to 0e2b9bebfb8d (2 revisions) (#86273) 2021-07-12 01:01:19 -07:00
Darren Austin 08ef7752d5
Revert "Migrate core devicelab framework to null safety. (#85993)" (#86269)
This reverts commit 2175e64e4f.
2021-07-11 23:25:25 -07:00
Darren Austin 28cb43e601
Revert "Migrate core devicelab tasks a-f null safety. (#85996)" (#86268)
This reverts commit 9d3563a8ea.
2021-07-11 23:17:00 -07:00
Zachary Anderson 83835436cb
Revert "Migrate core devicelab tasks f-i null safety. (#85997)" (#86267)
This reverts commit d4afa28957.
2021-07-11 22:36:43 -07:00