18109 Commits

Author SHA1 Message Date
Dan Field
f3d95cd734
Revert "Fix RefreshIndicator performance issue (#47667)" (#53149)
This reverts commit 602ac0bc10c9783c4bb94ba8583ee2765a3cc313.
2020-03-24 09:55:47 -07:00
Lasse R.H. Nielsen
af5194dbfd
Prepare Flutter for SDK changes to runZoned. (#52953)
The `runZoned` method deprecates the `onError` parameter.
Invocations using that parameter must use `runZonedGuarded` instead.

This prepares Flutter for the deprecation. The same places need to be migrated to using
`runZonedGuarded` when the SDK change has been ported to Flutter.
Then the deprecated member will be removed in a follow-up CL when the most important
packages have been migrated.
2020-03-24 08:34:17 -07:00
Jonah Williams
10571920c0
[flutter_tools] update to latest dwds API (#52936)
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
2020-03-23 18:47:50 -07:00
chunhtai
2a8e7b7bf1
fix changinternalstate crash when remove local history entry in final… (#52561) 2020-03-23 13:36:01 -07:00
Ferhat
fed6887aa0
Remove implements Function (#53113) 2020-03-23 11:54:32 -07:00
Justin McCandless
197ac5256e
Enable CupertinoContextMenu on Web (#52977) 2020-03-23 11:01:02 -07:00
chunhtai
9f4e5ad9c3
Fix ios black screen during splash screen if widget binding initializ… (#52913) 2020-03-23 10:56:01 -07:00
Christian Mürtz
602ac0bc10
Fix RefreshIndicator performance issue (#47667) 2020-03-23 10:51:02 -07:00
stuartmorgan
685e9d1e47
Add pre-stable support for create on Windows (#51895)
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.

Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.

Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.

Fixes #30704
2020-03-23 10:42:26 -07:00
Zachary Anderson
58cad787d8
Revert "Roll engine 2d42c74a348d..fdf4f7883f67 (2 commits) (#52974)" (#53100)
This reverts commit 8c0b43bda4e5ff29d399f06ce1c0e1027268d6b5.
2020-03-23 08:33:41 -07:00
engine-flutter-autoroll
8c0b43bda4
Roll engine 2d42c74a348d..fdf4f7883f67 (2 commits) (#52974) 2020-03-20 16:01:01 -07:00
LongCatIsLooong
87cbddddd8
Let cupertino & material switches move to the right state after dragging (#51606) 2020-03-20 15:56:01 -07:00
Jonah Williams
b1664a27d9
ensure default value for report timings (#52978) 2020-03-20 14:30:33 -07:00
Jonah Williams
441665e21a
[flutter_tools] split logger test and create log reader testing interface (#52934) 2020-03-20 13:46:39 -07:00
Jonah Williams
590f22ce82
[flutter_tools] restore report timings functionality to build aot (#52918) 2020-03-20 13:46:19 -07:00
engine-flutter-autoroll
a0d93f96b4
2d42c74a3 Replace Pipeline's ProduceToFront with ProduceIfEmpty to handle thread merging. (flutter/engine#17122) (#52972) 2020-03-20 13:26:03 -07:00
Christopher Fujino
7d1fbcae1a
Refactor exits happy (#52916) 2020-03-20 13:05:19 -07:00
engine-flutter-autoroll
273834157b
77e6d32a1 Roll src/third_party/skia f22744971516..85755f46a881 (1 commits) (flutter/engine#17225) (#52966) 2020-03-20 12:21:01 -07:00
Yegor
2e36be7691
Enable more material and cupertino tests on the Web (#52961) 2020-03-20 11:36:24 -07:00
Tong Mu
bbc0cc07f6
Move mouse_tracking.dart to rendering (#52781)
* Move mouse_tracking to rendering

* Move test
2020-03-20 11:22:02 -07:00
engine-flutter-autoroll
5c7b8e8654
6aedbb7d3 Roll src/third_party/skia 4b55ff097b9d..f22744971516 (1 commits) (flutter/engine#17224) (#52964) 2020-03-20 11:16:01 -07:00
Jenn Magder
8001abec43
Add entitlement checks to codesigning test (#52919) 2020-03-20 10:23:56 -07:00
engine-flutter-autoroll
284e3bad33
Roll engine 8dbb8ca70b9f..4200339ff1b0 (4 commits) (#52958) 2020-03-20 10:11:02 -07:00
engine-flutter-autoroll
9a9c32e02f
8dbb8ca70 Roll src/third_party/dart 5b21a43c556c..1bab476834dc (41 commits) (flutter/engine#17219) (#52938) 2020-03-20 08:51:01 -07:00
Yegor
5ea13b8493
fix KeySet.hashCode; enable multiple web tests (#52861)
fix KeySet.hashCode; enable multiple web tests
2020-03-20 08:49:19 -07:00
chunhtai
3998549d52
Revert "fixes sliver list child layout offset calculation (#42703)" (#52923)
This reverts commit 11efa00f9f51d0f42fea4f206651ea974f59e42b.
2020-03-20 06:07:25 -07:00
engine-flutter-autoroll
ec8448d0a3
Roll engine b1af234b74bb..fd60ddf7517c (2 commits) (#52935) 2020-03-19 22:46:03 -07:00
Jonah Williams
a13c9cfc48
[flutter_tools] fix toFilePath called on null (#52931)
In certain circumstances, the .packages file or dart cache could be missing - since the tool runs from a snapshot this is otherwise fine.
2020-03-19 22:20:15 -07:00
engine-flutter-autoroll
763729f790
b1af234b7 Disable the use of the API_AVAILABLE macro in Skia in iOS release builds. (flutter/engine#17213) (#52924) 2020-03-19 20:56:02 -07:00
Ian Hickson
74a505b195
Some minor cleanup for the customer_testing shard (#49501)
* Allow projects that don't have tests on every platform.
  We don't really need to enforce that random projects have
  tests on every platform.

* Add some text at the end of the shard so we know it's
  actually running all the tests.
2020-03-19 19:03:36 -07:00
engine-flutter-autoroll
bee45a646f
046a4a6c2 Roll src/third_party/skia 1171d314efc7..4b55ff097b9d (2 commits) (flutter/engine#17214) (#52917) 2020-03-19 18:26:01 -07:00
engine-flutter-autoroll
479b497b26
Roll engine 373ebe6430b2..06c8a2909e42 (5 commits) (#52910) 2020-03-19 17:16:03 -07:00
Michael Thomsen
4106fbd99c
Allow recent Dart language features (#52879) 2020-03-19 16:54:34 -07:00
Jonah Williams
62c9c89d6b
[flutter_tools] split start app android tests into new file (#52906) 2020-03-19 16:53:19 -07:00
Jonah Williams
5b956fd8f6
[flutter_tools] split isSupportedForProject test into new file (#52911) 2020-03-19 16:42:05 -07:00
Chris Yang
b05210c707
Move ios screenshot test to flutter gold. (#52553) 2020-03-19 16:27:41 -07:00
Kirill Pertsev
bae2f2c108
Enables log reader on iOS Simulator to (rudimentary) process multiline messages (#52452) 2020-03-19 15:41:39 -07:00
engine-flutter-autoroll
f885a48f01
Roll engine 216c420a2c06..373ebe6430b2 (2 commits) (#52900) 2020-03-19 15:31:01 -07:00
rami-a
e2610a450c
[Material] Allow Appbar to exclude header semantics (#52894) 2020-03-19 15:06:02 -07:00
Jason Simmons
bbc9d4f3a6
Do not check the executable status of gen_snapshot if it has not yet been downloaded (#52574) 2020-03-19 15:01:02 -07:00
Janice Collins
601c8dbebb
Update dartdoc to 0.30.2 (#52022) 2020-03-19 14:56:03 -07:00
Jonah Williams
d20242b703
[flutter_tools] refactor ios install/uninstall to new file (#52891) 2020-03-19 14:53:14 -07:00
Jonah Williams
b21e780aee
[flutter_tools] refactor AotBuilder, removing globals and duplicated kernel compilation (#52896)
Reland of #52091
2020-03-19 14:52:42 -07:00
chunhtai
11efa00f9f
fixes sliver list child layout offset calculation (#42703) 2020-03-19 14:51:04 -07:00
Jonah Williams
9391e480b2
Revert "[flutter_tools] refactor GenSnapshot and AotBuilder (#52091)" (#52893)
This reverts commit f65421aaca381f55bee97dd0e0292b553aeaffb7.
2020-03-19 10:16:20 -07:00
Jenn Magder
a61bff2fcf
Show Xcode workspace clean output with verbose flag (#52860) 2020-03-19 09:51:01 -07:00
Jonah Williams
f65421aaca
[flutter_tools] refactor GenSnapshot and AotBuilder (#52091)
Remove dependency injection from GenSnapshot and AotBuilder and update tests to use FakeProcessManager
2020-03-19 09:36:38 -07:00
Jonah Williams
fe310148a1
[flutter_tool] Remove extra usage of .packages in vm service API (#52845) 2020-03-19 09:35:57 -07:00
Emmanuel Garcia
bec7f84a57
Fix package name (#52870) 2020-03-19 09:31:02 -07:00
Dan Field
53dc8db0e8
Do not throw when trying to discover a fuchsia device and the sshConfig is invalid (#52858)
* Do not throw when trying to discover a fuchsia device and the sshConfig is invalid
2020-03-19 09:28:54 -07:00