Commit graph

22468 commits

Author SHA1 Message Date
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 c87f15fe09.
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
Kenzie Schmoll 0b3162bd9c
Create custom DiagnosticsNode type for DevTools deep links. (#74455)
* Create custom DiagnosticsNode type for DevTools deep links.
2021-01-22 16:29:42 -08:00
Kate Lovett 74e5182147
Remove span deprecations (#73747) 2021-01-22 16:29:02 -08:00
Kate Lovett 5af0429fa5
Remove API (#73746) 2021-01-22 16:24:04 -08:00
Dan Field 1b373f45b7
Remove unused bigquery code and deps (#74532) 2021-01-22 16:21:01 -08:00
Shi-Hao Hong 5801f0e5fe
Expose DialogRoutes for state restoration support (#73829) 2021-01-22 16:20:44 -08:00
engine-flutter-autoroll ea3aa674da
Roll Engine from 90641fa92385 to fdddf8708039 (32 revisions) (#74517)
* 5b2defd5c Roll Fuchsia Mac SDK from MrtHftV0U... to 7nZajqutF... (flutter/engine#23827)

* c8ffb20c6 Roll Skia from 87a055b02027 to e0d023562bd9 (1 revision) (flutter/engine#23829)

* 296902b8e implemented GetMainContext() for opengl (flutter/engine#23634)

* 5cf3eaed1 Roll Skia from e0d023562bd9 to 982127b7d57d (4 revisions) (flutter/engine#23831)

* fd9a079ac [iOS] Fixes DisplayLinkManager leaks (flutter/engine#22194)

* b241537cc Roll Fuchsia Linux Toolchain from git_revision:2c0536b76b35fa592ac7b4a0e4bb176eaf55af75 to IJxh_9dNS... (flutter/engine#23832)

* 5c2003f0e Roll Skia from 982127b7d57d to 6de1e52d0b12 (1 revision) (flutter/engine#23834)

* 5b9cd44b1 Automatically download Noto fonts as backup fonts in CanvasKit mode (flutter/engine#23728)

* 70a682493 Roll Dart SDK from 5e24a66b1bb8 to 704928da5702 (2 revisions) (flutter/engine#23838)

* b0c46d88e Roll Skia from 6de1e52d0b12 to 8a37fb2c605b (5 revisions) (flutter/engine#23836)

* d4132eafd Use references when iterating over SkParagraph text boxes (flutter/engine#23837)

* 87960d8b3 Fix typo in embedder unit tests (flutter/engine#23783)

* 7f6671483 iOS deeplink sends "path + query" instead of just path (flutter/engine#23562)

* 1474d0873 Roll Skia from 8a37fb2c605b to 37d16f135265 (4 revisions) (flutter/engine#23839)

* 3da13fccf Make android more lenient when it comes to out-of-order key event responses (flutter/engine#23604)

* 922307370 Fix background crash when FlutterView going appear while app goes background (flutter/engine#23175)

* 7c19824c6 Pass the filename directly to JNI for loading deferred component. (flutter/engine#23824)

* 5dc24693d Reland path vol tracker (flutter/engine#23840)

* e7e76f1d1 Roll Skia from 37d16f135265 to e89d8ea20b62 (2 revisions) (flutter/engine#23841)

* 07f486116 Roll Dart SDK from 704928da5702 to 1db2d4d95562 (1 revision) (flutter/engine#23846)

* 993ab786e Roll Skia from e89d8ea20b62 to c09761f57605 (1 revision) (flutter/engine#23843)

* a4836a61f Call Dart plugin registrant if available (flutter/engine#23813)

* 475a2349d Roll Fuchsia Linux SDK from UGavhI1zv... to mODEe2CNk... (flutter/engine#23848)

* b51da31eb Roll Skia from c09761f57605 to 450f8565c7f3 (5 revisions) (flutter/engine#23851)

* cb7106dd7 Roll Skia from 450f8565c7f3 to 372791761157 (1 revision) (flutter/engine#23855)

* 69980e5b8 Roll Fuchsia Mac SDK from 7nZajqutF... to tuJCioUf3... (flutter/engine#23857)

* 20ff574d8 Roll Skia from 372791761157 to ce75036b3eaf (4 revisions) (flutter/engine#23858)

* 0118b5439 Implements accessibility bridge in common library (flutter/engine#23491)

* ffc77f0da Search multiple paths when loading deferred component .so files. (flutter/engine#23849)

* 71d264dcf Revert "implemented GetMainContext() for opengl (#23634)" (flutter/engine#23859)

* fb4873562 Roll Skia from ce75036b3eaf to cc6961b9ac5e (3 revisions) (flutter/engine#23860)

* fdddf8708 Roll Dart SDK from 1db2d4d95562 to 82b4c77fb17f (2 revisions) (flutter/engine#23861)
2021-01-22 16:20:15 -08:00
Shi-Hao Hong 3f37d86fff
Document TableRowInkWell and DataTable interactions better (#73018) 2021-01-22 16:19:06 -08:00
Jenn Magder 9817cabf88
Remove build_gallery tests (#74463)
* Remove build_gallery tests

* Re-add deploy_gallery.sh
2021-01-22 13:10:06 -08:00
Jonah Williams e599cdd414
[flutter_tools] fix web messaging (#74513) 2021-01-22 11:07:08 -08:00
Jonah Williams 1d3f697160
[flutter_tools] flag flip (#74444) 2021-01-22 09:29:57 -08:00
Zain Ur Rehman 46b0797b58
Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541)
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541)
ong <shihaohong@google.com>

Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2021-01-22 17:48:49 +08:00
Jonah Williams 32db0fe791
[flutter_tools] provide correct sources and metadata for different base hrefs (#74452) 2021-01-21 23:04:03 -08:00
Ben Konyi 08068fd94c
Handle service disappeared RPCError when VM service connection disappears (#74424)
* Handle service disappeared RPCError when VM service connection
disappears while invoking a service extension registered by the
framework

* Add unit test, handle non-trivial cases
2021-01-21 22:51:03 -08:00
godofredoc 1f07fde45d
Remove devicelab mac android tasks from manifest.yaml (#74459)
All these tests are already running in luci and were added to
prod_builders.json file.

Bug: https://github.com/flutter/flutter/issues/71960
Bug: https://github.com/flutter/flutter/issues/74059
2021-01-21 19:15:35 -08:00
engine-flutter-autoroll f67d6960a3
Roll Plugins from 07cf89a08b88 to 6fa2ead23e8d (2 revisions) (#74456) 2021-01-21 18:49:03 -08:00
xubaolin 5b1a771269
MaterialBanner alignment fixes and improvements (#74309) 2021-01-21 18:44:03 -08:00
engine-flutter-autoroll 747980294f
Roll Engine from 30486859d161 to 90641fa92385 (4 revisions) (#74427) 2021-01-21 17:44:01 -08:00
engine-flutter-autoroll cfc01bbb73
Roll Plugins from faa26ec364cd to 07cf89a08b88 (5 revisions) (#74426) 2021-01-21 17:39:03 -08:00
Kate Lovett eb9bac6489
ScaffoldMessenger only shows to root nested Scaffold (#74093) 2021-01-21 17:34:05 -08:00
xubaolin 4bdea117a4
fix a tap gesture exception (#73846) 2021-01-21 17:29:04 -08:00