22338 Commits

Author SHA1 Message Date
Dan Field
d1538320d2
Roll packages to null safe (vm_service, test, etc.) (#74671) 2021-01-26 09:15:54 -08:00
engine-flutter-autoroll
fc9addb88b
f47ab4434 Roll Skia from 3419dda0588d to 76389b7d2444 (1 revision) (flutter/engine#23940) (#74694) 2021-01-26 00:24:03 -08:00
Jia Hao
22f1700427
[flutter_tools] Make setting of CWD consistent for flutter test (#74622) 2021-01-25 22:34:03 -08:00
Greg Spencer
2eeeba9c09
Remove nullOk from Actions.invoke, add Actions.maybeInvoke (#74680)
This removes the nullOk parameter from Actions.invoke, and adds an Actions.maybeInvoke function. The difference is that invoke will now always (in debug mode) throw if an enabled action isn't found, and maybeInvoke will return null if an enabled action isn't found. The invoke function can still return null as the result of the invocation, though, so I purposely didn't change the return value to Object from Object?.
2021-01-25 20:52:30 -08:00
engine-flutter-autoroll
268adc5298
Roll Engine from ecbafdd52327 to 6e391c5942b4 (5 revisions) (#74693) 2021-01-25 20:39:03 -08:00
Daniel
fbc3683b18
ChoiceChip's default "selected" style in dark mode theme is unreadable #49984 (#74610) 2021-01-25 20:04:03 -08:00
Yurii Cherniavskyi
6d9e3c3fa9
Expose insetPadding and clipBehavior in SimpleDialog (#73571) 2021-01-25 19:44:05 -08:00
engine-flutter-autoroll
f5c0a7b352
Roll Plugins from 18124285feeb to 919eaef4dcc7 (2 revisions) (#74691) 2021-01-25 19:39:03 -08:00
engine-flutter-autoroll
5f80fb6b72
Roll Engine from ee07d1b448ba to ecbafdd52327 (4 revisions) (#74690) 2021-01-25 19:24:05 -08:00
Jenn Magder
754bc4a594
Move android_plugin_example_app_build_test from devicelab to tool integration tests (#74685) 2021-01-25 19:23:53 -08:00
Mouad Debbar
47f8e956d3
Swap the Shortcuts widget with its child in TextField (#74683) 2021-01-25 19:19:04 -08:00
Jenn Magder
7475510ba9
Remove unused deploy_gallery.sh (#74675) 2021-01-25 19:14:07 -08:00
Sam Rawlins
2b63181116
Remove "unnecessary" imports. (#74385) 2021-01-25 19:09:05 -08:00
Sam Rawlins
006638839c
Remove "unnecessary" imports. (#74383) 2021-01-25 19:04:05 -08:00
Alexandre Ardhuin
bd69fa5935
use predefined constants (#74627) 2021-01-25 18:59:05 -08:00
Darren Austin
efe8a397a8
Added some tests and comments from Shi-Hao for the ReorderableLists. (#74689) 2021-01-25 18:54:10 -08:00
xubaolin
1e7f3955ce
fix a RenderBox.size access exception (#74402) 2021-01-25 18:54:05 -08:00
engine-flutter-autoroll
b4f69eb7eb
Roll Engine from 45579893b117 to ee07d1b448ba (10 revisions) (#74681)
* 08daa2c89 Rename TextInputManager to TextInputManagerWin32 (flutter/engine#23905)

* 611a8d537 Roll Skia from 069e484cc3b9 to 607a382298b2 (1 revision) (flutter/engine#23907)

* aa56ae2cf Roll Skia from 607a382298b2 to fe8a4faa4bb2 (4 revisions) (flutter/engine#23910)

* 86e05f042 Roll Fuchsia Linux SDK from mrFdelzNr... to GLRm7LJRm... (flutter/engine#23913)

* 155827a34 Roll Skia from fe8a4faa4bb2 to bd91660b6e12 (4 revisions) (flutter/engine#23920)

* ef4f5a857 Roll Dart SDK from 2ddf810f71f6 to 70c7daa78288 (1 revision) (flutter/engine#23922)

* 790af8a5b [macos] Support smooth resizing for Metal (flutter/engine#23924)

* 2707c21c4 use a single clang toolchain (flutter/engine#23842)

* 523c8c888 Adds a mechanism for announce events to be forwarded to a11y. (flutter/engine#23499)

* ee07d1b44 Roll Skia from bd91660b6e12 to fff4099358bd (9 revisions) (flutter/engine#23929)
2021-01-25 16:17:29 -08:00
Greg Spencer
8f10a262c9
Remove vestigal nullOk parameter from Localizations.localeOf (#74657)
This removes the nullOk parameter on the Localizations.localeOf method. This was already changed to have a maybeLocaleOf method, but the nullOk parameter wasn't removed because some third party tests failed. Those have been updated, so this can go in now.
2021-01-25 15:04:47 -08:00
Shi-Hao Hong
c17be7194e
Update localizations (#74635) 2021-01-25 14:46:07 -08:00
Jonah Williams
efcf2c664e
[flutter_tools] check if process manager can find adb (#74672) 2021-01-25 14:15:23 -08:00
engine-flutter-autoroll
6358f481f7
Roll Engine from 05b4bec8b3c1 to 45579893b117 (24 revisions) (#74666)
* 63b344063 Roll Fuchsia Linux SDK from mODEe2CNk... to edqShE0QE... (flutter/engine#23873)

* f0e25c533 Roll Skia from 3193ff271628 to 2a4c0fbdca1a (3 revisions) (flutter/engine#23875)

* 492759ecf Roll Dart SDK from 82b4c77fb17f to 748993c3997a (1 revision) (flutter/engine#23874)

* 8671aef05 Notify Win32FlutterWindow of cursor updates (flutter/engine#23795)

* c8620c3fc Implement delayed key event synthesis for Windows (flutter/engine#23524)

* ebbf0dfdd Roll Skia from 2a4c0fbdca1a to 8a42b09c162e (9 revisions) (flutter/engine#23878)

* bb00cb6c6 Roll Fuchsia Linux Toolchain from IJxh_9dNS... to 8LaTdqf7w... (flutter/engine#23876)

* f77fea282 Roll Dart SDK from 748993c3997a to 2ddf810f71f6 (1 revision) (flutter/engine#23881)

* dc22edea2 Roll Skia from 8a42b09c162e to 9702fc6f3852 (1 revision) (flutter/engine#23882)

* 1f30e56f6 Roll Fuchsia Mac SDK from tuJCioUf3... to 9Lh_vPIXU... (flutter/engine#23883)

* 443bf5c3e Roll Fuchsia Linux SDK from edqShE0QE... to uMOnDLfvl... (flutter/engine#23886)

* a15247096 Roll Fuchsia Mac SDK from 9Lh_vPIXU... to PsYsfVNbW... (flutter/engine#23888)

* 221259bc4 Roll Skia from 9702fc6f3852 to 07c5f52c947d (2 revisions) (flutter/engine#23890)

* 381d8bd07 Roll Skia from 07c5f52c947d to 8d29ab630996 (1 revision) (flutter/engine#23892)

* 397274f34 Roll Skia from 8d29ab630996 to d396cd50ff15 (1 revision) (flutter/engine#23893)

* a5c305e4e push methods return layers with correct class names (flutter/engine#23542)

* 4e87f60ea Read loading unit mapping from AndroidManifest instead of strings (flutter/engine#23868)

* d3a1acbc9 Roll Fuchsia Linux SDK from uMOnDLfvl... to VYUnZ3Tbh... (flutter/engine#23894)

* 3d966fa60 Roll Fuchsia Mac SDK from PsYsfVNbW... to 6swTf93jz... (flutter/engine#23897)

* cae91309a Roll Skia from d396cd50ff15 to 5bbf72757349 (2 revisions) (flutter/engine#23898)

* f3c5687c8 Roll Skia from 5bbf72757349 to 069e484cc3b9 (2 revisions) (flutter/engine#23900)

* 9365230ac Add support for IME-based text input on Windows (flutter/engine#23853)

* cad597fd6 Roll Fuchsia Linux SDK from VYUnZ3Tbh... to mrFdelzNr... (flutter/engine#23903)

* 45579893b Roll Fuchsia Mac SDK from 6swTf93jz... to 7LGbVIHUD... (flutter/engine#23904)
2021-01-25 14:04:35 -08:00
Christopher Fujino
353add83e7
Re-land codesign test improvement (#73997) 2021-01-25 14:04:04 -08:00
Jenn Magder
35000147e6
Re-add tool test general per-test timeout (#74531) 2021-01-25 12:47:01 -08:00
Ben Konyi
92427f260a
Handle 'Existing VM service clients' error from old VM service instances (#74665) 2021-01-25 12:29:05 -08:00
Romain Rastel
30cf0d4a16
[integration_test] fix zip command (#74473) 2021-01-25 12:16:06 -08:00
Jonah Williams
9ba06b4d3b
[flutter_tools] handle waitForExtension having no isolates (#74664) 2021-01-25 11:54:03 -08:00
Ian Hickson
5d8dfa44b6
Don't crash on narrow window widths (#74365) 2021-01-25 11:39:45 -08:00
Michael Goderbauer
b400534dc7
remove some stray nullOK mentions from docs (#74661) 2021-01-25 11:34:04 -08:00
engine-flutter-autoroll
4ba184d434
18124285f Revert "[ci][image_picker]enable xcode 12/iOS 14 for all tasks except lint (#3304)" (flutter/plugins#3459) (#74663) 2021-01-25 11:29:03 -08:00
Jenn Magder
c8e8d55365
Allow tests to override _DevFSHttpWriter._startWrite throttle time (#74545) 2021-01-25 10:58:26 -08:00
Jenn Magder
9baca0c3d7
Fail ColdRunner.attach() eagerly when device connection fails (#74543) 2021-01-25 10:54:05 -08:00
YeungKC
e623d93d2b
Fix dropdown menu overscroll (#73654) 2021-01-25 10:49:04 -08:00
engine-flutter-autoroll
97878a2f61
Roll Engine from fdddf8708039 to 05b4bec8b3c1 (8 revisions) (#74540)
* 004d8ad04 Roll Skia from cc6961b9ac5e to 6a272434c2b2 (3 revisions) (flutter/engine#23864)

* 7c2da3bf6 reland of https://github.com/flutter/engine/pull/23634 (flutter/engine#23865)

* a4f02b787 Share Android surface GrDirectContext (flutter/engine#23798)

* 31ef1dd8c Roll Skia from 6a272434c2b2 to bfc9be0f773f (2 revisions) (flutter/engine#23867)

* 6dec57f57 Remove workarounds now that type promotion accounts for local boolean variables. (flutter/engine#23862)

* a78722910 Roll Skia from bfc9be0f773f to 3193ff271628 (5 revisions) (flutter/engine#23872)

* a242dd866 [web] Fix shadows for arbitrary paths on PhysicalShape (flutter/engine#23830)

* 05b4bec8b Started using Dart_CreateInGroup when using spawn on a release build (flutter/engine#23782)
2021-01-25 10:47:00 -08:00
Chinmoy
76d411433f
Added padding property to NavigationRail items (#69404) 2021-01-25 10:44:05 -08:00
Kenzie Schmoll
c89d649847
Add connectedVmServiceUri service extension and set from flutter_tools (#74534)
* Add connectedVmServiceUri service extension and set from flutter_tools
2021-01-25 10:40:14 -08:00
Zachary Anderson
2007186d2e
Reland: Handle more cases where the tool receives RPCError 112 (#74602)
* Reland: Handle more cases where the tool receives RPCError 112

* Add null-aware access
2021-01-24 12:54:00 -08:00
Zachary Anderson
6be4d1c8bf
Revert "Handle more cases where the tool receives RPCError 112 (#74574)" (#74601)
This reverts commit c87f15fe094b5645305efd4cc638fc17788eab30.
2021-01-24 09:52:27 -08:00
Zachary Anderson
c87f15fe09
Handle more cases where the tool receives RPCError 112 (#74574) 2021-01-23 23:11:15 -08:00
engine-flutter-autoroll
f9a8c86d79
712dcc184 [ci][image_picker]enable xcode 12/iOS 14 for all tasks except lint (flutter/plugins#3304) (#74570) 2021-01-23 12:04:04 -08:00
Darren Austin
8529e5a05c
New Reorderable list widgets (#74299)
Introduced new widget/ReorderableList and widget/SliverReorderableList widgets.
2021-01-22 21:44:13 -08:00
Jonah Williams
c2cd4ef35c
[flutter_tools] ensure unstable compiler features are not available on stable (#74526) 2021-01-22 18:11:59 -08:00
Jonah Williams
fa0880c309
[flutter_tools] test toggle debugPaintsize (#74464) 2021-01-22 18:11:37 -08:00
Justin McCandless
f3947ea0cd
Autocomplete (Material) (#73753)
* Material Autocomplete widget
2021-01-23 10:02:30 +08:00
Justin McCandless
d9a69e3b72
Desktop keys: up/down + line modifier (#74425)
up/down arrows + cmd (optionally + shift) works on desktop to jump selection to beginning/end of field
2021-01-22 17:56:18 -08:00
Ben Konyi
35b9288e13
Handle RPCError when VM service disappears while invoking VmService.getIsolate (#74528)
* Handle RPCError when VM service disappears while invoking `VmService.getIsolate`

* Add test
2021-01-22 17:21:39 -08:00
Dan Field
0d046b34ea
Drop metrics_center (#74535) 2021-01-22 17:20:08 -08:00
engine-flutter-autoroll
120966f98e
6783cd5eb [google_maps_flutter_platform_interface] Fixes for custom tiles (flutter/plugins#3449) (#74514) 2021-01-22 16:44:04 -08:00
Mouad Debbar
e204eb2fca
Space and arrow keys in a text field shouldn't scroll (#74454) 2021-01-22 16:39:04 -08:00
Paul Berry
177fd261bb
Remove workaround now that type promotion accounts for local boolean variables. (#74449) 2021-01-22 16:34:06 -08:00