Commit graph

22365 commits

Author SHA1 Message Date
Jenn Magder fe921211df
Replace MockXcode with Xcode.test in more unit tests (#74827) 2021-01-27 13:07:07 -08:00
Jonah Williams 91437a0641
[flutter_tools] delete old directories when unzipping ontop of them (#74818)
Fixes #74772

stale files from previous SDKs were getting left in the cache, confusing the analyzer.
2021-01-27 12:56:21 -08:00
Dan Field a204f038fc
Null safe migration for fuchsia_remote_debug_protocol (#74762) 2021-01-27 11:44:51 -08:00
Alexandre Ardhuin d546e1d311
fix for upcoming lint use_named_constants (#74788) 2021-01-27 20:20:44 +01:00
Ian Hickson 37a0189773
Don't leak exceptions thrown by message channels (#74446) 2021-01-27 11:19:04 -08:00
Jenn Magder 1ad6edb8d5
Remove MockProcessManager from channel_test and other tests (#74780) 2021-01-27 11:17:29 -08:00
Jenn Magder 675fd5540e
Replace MockXcode with Xcode.test in unit tests (#74777) 2021-01-27 11:04:03 -08:00
Shi-Hao Hong c6a428d500
[State Restoration] CupertinoModalPopupRoute (#74805)
* Expose CupertinoModalPopupRoute for state restoration

* Add state restoration test, expose kCupertinoModalBarrierColor
2021-01-28 03:00:01 +08:00
Sam Rawlins 6ea2806b71
Remove unnecessary imports (#74382) 2021-01-27 10:59:05 -08:00
Hans Muller 2d9fad09ba
Added ButtonStyle.fixedSize (#74773) 2021-01-27 10:54:06 -08:00
Mouad Debbar 7f4bb1eea9
Use the shortcuts temporary solution only on web (#74768) 2021-01-27 10:49:04 -08:00
Jonah Williams 7c0300a358
[flutter] throw more specific error messages if a lerp'd type does not conform to Tween API (#74684) 2021-01-27 09:20:56 -08:00
Jonah Williams 4a1445bb1d
[flutter_tools] handle further devtools NPE (#74764) 2021-01-27 09:11:26 -08:00
Dan Field 71aec53acb
roll packages (#74781) 2021-01-26 21:53:04 -08:00
Jenn Magder bf37a3964b
Rename setUpMockXcodeBuildHandler -> setUpFakeXcodeBuildHandler in tests (#74778) 2021-01-26 21:19:02 -08:00
engine-flutter-autoroll fe3fb6afa6
Roll Plugins from 98d87d0589b2 to 16f3281b04b0 (2 revisions) (#74776) 2021-01-26 19:44:03 -08:00
Dan Field 9eacc9ef62
drop mockito for integration_test (#74770) 2021-01-26 18:24:03 -08:00
Darren Austin 7db172b24d
Added a ReorderableListView.builder constructor (#74697)
Added constructor parameters to the ReorderableList that were missing from ScrollView. Also replace a lot of doc comments with macro templates to reduce duplication.
2021-01-26 17:18:40 -08:00
engine-flutter-autoroll 0af04b2c52
Roll Engine from 72fbce3a2ccb to b11bef83a5e6 (3 revisions) (#74769) 2021-01-26 16:59:04 -08:00
engine-flutter-autoroll c4ea14fe95
Roll Engine from 5d3477eab415 to 72fbce3a2ccb (12 revisions) (#74760) 2021-01-26 15:29:04 -08:00
engine-flutter-autoroll df5fe19dd1
Roll Plugins from ced7fd696bba to 98d87d0589b2 (2 revisions) (#74761) 2021-01-26 15:24:03 -08:00
Ben Konyi 357dcc96a3
Suppress 'Info: Compiling without sound null safety' message when building flutter_tools (#74740)
The CFE now logs to stdout by default when compiling a program which has
non-null-safe dependencies. Since flutter_tools has not yet migrated, we
need to suppress this message when compiling the tool.

Fixes https://github.com/flutter/flutter/issues/74366
2021-01-26 15:05:18 -08:00
Todd Volkert 5584fce36e
Switch global key registry to be owned by the build owner. (#74701)
This gets away from the extra static map for global key registrations
in favor of the data structures being instance properties of the build
owner. This still allows for semantically-equivalent static access through
the binding (which in turn gives access to the build owner).

This also adds a `BuildOwner.globalKeyCount` getter to get the count
of global keys associated with widgets currently in the tree.
2021-01-26 14:28:58 -08:00
Dan Field e4c8498795
no more mockito for fuchsia remote debug protocol (#74755) 2021-01-26 13:44:03 -08:00
Jonah Williams fa8bf67cb6
[flutter_tools] catch errors when getting cwd (#74744) 2021-01-26 12:49:03 -08:00
engine-flutter-autoroll 384b4d1b83
Roll Engine from f47ab4434dbe to 5d3477eab415 (5 revisions) (#74737)
* ea11ccd7b Roll Fuchsia Linux SDK from GLRm7LJRm... to DLfskqEUx... (flutter/engine#23943)

* ab06062af Roll Skia from 76389b7d2444 to 02621c33b426 (3 revisions) (flutter/engine#23945)

* eb899383a Roll Dart SDK from f9e1d1ab4001 to 2607b01bec99 (2 revisions) (flutter/engine#23946)

* 3e17bbc6c Use ToStringTransformer from dart frontend_server (flutter/engine#23915)

* 5d3477eab Roll Skia from 02621c33b426 to bbc5288f2bb1 (4 revisions) (flutter/engine#23949)
2021-01-26 10:58:48 -08:00
xster 00143388a2
default CupertinoSliverNavigationBar's stretch to false (#74669) 2021-01-26 09:24:04 -08:00
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