- 15 Jul, 2021 3 commits
-
-
Mohammad Ghalayini authored
-
Pierre-Louis authored
* Fix sorting * Update icons.dart * [Fonts] Use instead matching instead of prefix * Add new
- 14 Jul, 2021 17 commits
-
-
Jonah Williams authored
-
keyonghan authored
-
Ian Hickson authored
-
Pierre-Louis authored
* Fix sorting * Update icons.dart
-
Eng Zer Jun authored
-
Tong Mu authored
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.
-
Kate Lovett authored
-
Yegor authored
* [web] use resident resident runner in flutter drive
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
William Hesse authored
Some runs of DeviceLab performance tests are run without a gitBranch option, but still must save their results to a local file.
-
Zachary Anderson authored
This reverts commit 31de052e.
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
engine-flutter-autoroll authored
-
- 13 Jul, 2021 20 commits
-
-
Ian Hickson authored
-
Casey Hillers authored
-
Hans Muller authored
-
Jonah Williams authored
-
Darren Austin authored
-
Darren Austin authored
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
(Attempt to reland #85993)
-
Viren Khatri authored
-
dependabot[bot] authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
This reverts commit 53d8cba3.
-
Kristóf Horváth authored
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.
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
Hans Muller authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-