Commit graph

16114 commits

Author SHA1 Message Date
Jonah Williams 2b635816c6
Wrap dwds in async guard, only catch known error types (#42364) 2019-10-10 16:34:27 -07:00
Jonah Williams 03a45dc383
Add support for Android x86_64 ABI to Flutter (#42401) 2019-10-10 16:34:16 -07:00
Tong Mu 53636374dc
Rewrite MouseTracker's tracking and notifying algorithm (#42031)
* Redesigns the algorithm with which MouseTracker keeps track of states and dispatches events.
2019-10-10 16:28:56 -07:00
Greg Spencer ff2fdf4039
Fix semantics testing now that dropdown can take a11y focus again. (#42475)
Fixes the android_semantics_testing integration test to have the right criteria now that ce15097 has landed.
2019-10-10 15:19:58 -07:00
engine-flutter-autoroll ffcd0cd121
Roll engine 5162413111b8..cef6751dba87 (3 commits) (#42469)
git@github.com:flutter/engine.git/compare/5162413111b8...cef6751dba87

git log 5162413111b8..cef6751dba87 --no-merges --oneline
2019-10-10 chinmaygarde@gmail.com Revert "Test child isolates are terminated when root is shutdown (#13048)" (flutter/engine#13067)
2019-10-10 garyq@google.com Test child isolates are terminated when root is shutdown (flutter/engine#13048)
2019-10-10 chinmaygarde@google.com Allow embedders to specify arbitrary data to the isolate on launch. (flutter/engine#13047)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 18:17:43 -04:00
Emmanuel Garcia 6430b440d7
Update docker_builder dependencies (#42462) 2019-10-10 14:14:53 -07:00
engine-flutter-autoroll 89a4fe3a83
Roll engine c8f665c3a7b0..5162413111b8 (2 commits) (#42459)
git@github.com:flutter/engine.git/compare/c8f665c3a7b0...5162413111b8

git log c8f665c3a7b0..5162413111b8 --no-merges --oneline
2019-10-10 skia-flutter-autoroll@skia.org Roll src/third_party/skia 69537d798994..b484e7ce24c9 (8 commits) (flutter/engine#13065)
2019-10-10 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from xd5Jj... to 3GwxH... (flutter/engine#13064)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 16:51:43 -04:00
Greg Spencer ce1509714c
Re-land keyboard traversal PRs (#42278)
This attempts to reland #40186 and #41220, that were reverted in #41945.

The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed.

I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...)

Fixes #40101
2019-10-10 13:49:33 -07:00
Shi-Hao Hong a95a84ebfb
Revert removing DropdownMenuItem hint/disabledHint wrapper (#42456) 2019-10-10 13:43:28 -07:00
Emmanuel Garcia 53cc59f82c
Add transitive dependencies back (#42441) 2019-10-10 12:47:34 -07:00
Tong Mu a71d69ba67
Add opacity control to MouseRegion. Add findAnnotations to Layer. (#37896)
* Adds a new parameter bool opaque to MouseRegion
* The same to RenderMouseRegion and AnnotatedRegionLayer
* Add findAnnotations to Layer
2019-10-10 12:46:12 -07:00
tauu 6b4a10ae53 PlatformView: recreate surface if the controller changes (#40280)
Currently the surface of a platform view is only created only one when the state of PlatformViewLink is created. When the PlatformViewLink widget changes, the PlatformViewController in the corresponding state is also updated. Just the surface is not updated even though it depends on the controller.

This PR changes this behavior to recreate the surface whenever the controller is updated.
2019-10-10 12:27:20 -07:00
engine-flutter-autoroll 75f7546388
Roll engine 0b6aa5e3201a..c8f665c3a7b0 (2 commits) (#42453)
git@github.com:flutter/engine.git/compare/0b6aa5e3201a...c8f665c3a7b0

git log 0b6aa5e3201a..c8f665c3a7b0 --no-merges --oneline
2019-10-10 jason-simmons@users.noreply.github.com Allow embedders to disable causal async stacks in the Dart VM (flutter/engine#13004)
2019-10-10 jason-simmons@users.noreply.github.com Integration with more of Skia's SkShaper/SkParagraph APIs (flutter/engine#13008)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 15:20:43 -04:00
engine-flutter-autoroll 6a63ef7d81
Roll engine a05803a0d2ba..0b6aa5e3201a (2 commits) (#42443)
git@github.com:flutter/engine.git/compare/a05803a0d2ba...0b6aa5e3201a

git log a05803a0d2ba..0b6aa5e3201a --no-merges --oneline
2019-10-10 yjbanov@google.com Add "felt clean" command (flutter/engine#13042)
2019-10-10 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0fc9b3829b47..69537d798994 (1 commits) (flutter/engine#13061)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 13:49:43 -04:00
Gary Qian d62565a5f0
Add font fallback clarification docs (#42365) 2019-10-10 13:48:09 -04:00
Ryan Macnak 2a40c2ddb5
Pass -Ddart.developer.causal_async_stacks=true to frontend_server invocations. (#42354)
Bytecode generation will otherwise omit prologue code, causing --causal-async-stacks passed to the VM to behave inconsistently.
2019-10-10 10:41:24 -07:00
Darren Austin 812e0387c3
TextStyle.fontFamily should override fontFamily parameter in ThemeData constructor. (#42366)
Also updated the documentation for the ThemeData constructor to include
descriptions of parameters that don't map to specific fields directly.
2019-10-10 10:39:41 -07:00
Michael Klimushyn 29bfb11c04
Partial deflaking of abstract_method_smoke_test (#42379)
1. The platform code to show the keyboard wasn't working on certain
devices. From my testing it appears to be related to when the code was
firing. IMM won't show the soft input (or shows and then immediately
hides it, it's hard to tell) if it's called before the Flutter UI is
loaded. Change this to instead show the soft keyboard after a message
from Flutter that main() has been started.

2. A text field was visible in the UI, and the test was run under a
fuzzer that random tapped portions of the screen. Remove the text field
so that the fuzzer can't accidentally open the keyboard on its own at a
random time.

3. The keyboard was left open even after the app was closed. Also toggle
the input off when the app was closed, so that this test can be ran
multiple times in succession relatively hermetically.
2019-10-10 10:36:24 -07:00
Sahil Soni ff15a39c07 [BUG] Process all children of intent-filter instead of just the first one to identify default activity (#40029) 2019-10-10 10:05:43 -07:00
engine-flutter-autoroll 7e46192dc2
Roll engine d25a623d7f90..a05803a0d2ba (2 commits) (#42438)
git@github.com:flutter/engine.git/compare/d25a623d7f90...a05803a0d2ba

git log d25a623d7f90..a05803a0d2ba --no-merges --oneline
2019-10-10 dnfield@google.com Android targets create final zip artifacts (flutter/engine#13059)
2019-10-10 sjindel@google.com Remove use of the blobs snapshot format from unittests (flutter/engine#12563)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 12:26:43 -04:00
engine-flutter-autoroll 166fd5975d
d25a623d7 Roll fuchsia/sdk/core/linux-amd64 from QIjex... to v8utw... (flutter/engine#13060) (#42425)
git@github.com:flutter/engine.git/compare/5a8605444187...d25a623d7f90

git log 5a8605444187..d25a623d7f90 --no-merges --oneline
2019-10-10 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from QIjex... to v8utw... (flutter/engine#13060)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 11:04:43 -04:00
Yegor 9cd9680b5e
Shard web tests; enable semantics tests on the Web (#42203)
Shard web tests; enable semantics tests on the Web
2019-10-10 07:04:38 -07:00
engine-flutter-autoroll 991153ada0
5a8605444 Roll src/third_party/skia fe23b1de9ed0..0fc9b3829b47 (1 commits) (flutter/engine#13058) (#42412)
git@github.com:flutter/engine.git/compare/f237896bac7c...5a8605444187

git log f237896bac7c..5a8605444187 --no-merges --oneline
2019-10-10 skia-flutter-autoroll@skia.org Roll src/third_party/skia fe23b1de9ed0..0fc9b3829b47 (1 commits) (flutter/engine#13058)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 05:32:43 -04:00
engine-flutter-autoroll ed0db167da
Roll engine ed1557f82dd4..f237896bac7c (3 commits) (#42406)
git@github.com:flutter/engine.git/compare/ed1557f82dd4...f237896bac7c

git log ed1557f82dd4..f237896bac7c --no-merges --oneline
2019-10-10 bkonyi@google.com Roll src/third_party/dart cc3e22f724..48e93d3d3b (8 commits)
2019-10-10 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from pczjK... to xd5Jj... (flutter/engine#13055)
2019-10-10 dnfield@google.com Minimal test harness for iOS (flutter/engine#13029)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 04:17:43 -04:00
Danny Tuppeny e8c5d66b5a
Use processManager.run() instead of manually capturing streams in test_utils getPackages() (#41687)
* Capture stdout in test helper

* Simplify running getPackages() in test utils

* Remove unused import
2019-10-10 07:47:26 +01:00
engine-flutter-autoroll f57774fe3d
Roll engine 179fab9dcbac..ed1557f82dd4 (2 commits) (#42402)
git@github.com:flutter/engine.git/compare/179fab9dcbac...ed1557f82dd4

git log 179fab9dcbac..ed1557f82dd4 --no-merges --oneline
2019-10-10 chinmaygarde@google.com Don’t bump iOS deployment target for Metal builds. (flutter/engine#13051)
2019-10-10 duanweiwei1982@gmail.com Add texture support for macOS shell. (flutter/engine#8507)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 02:32:43 -04:00
Lau Ching Jun 5a41374ac3
Add option to precache unsigned mac binaries. (#42376) 2019-10-09 22:24:15 -07:00
engine-flutter-autoroll 02470fe2d6
Roll engine 46b2e3d9a313..179fab9dcbac (2 commits) (#42392)
git@github.com:flutter/engine.git/compare/46b2e3d9a313...179fab9dcbac

git log 46b2e3d9a313..179fab9dcbac --no-merges --oneline
2019-10-10 chinmaygarde@google.com Set the Cirrus badge to only display status of the master branch. (flutter/engine#13053)
2019-10-10 bkonyi@google.com Roll src/third_party/dart 2ffdc54d24..cc3e22f724 (6 commits)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-10 01:10:43 -04:00
Emmanuel Garcia 9eaac9c414
Add smoke test for the new Android embedding (#42360)
* Add smoke test for the new Android embedding

* Update AndroidManifest.xml in app template

* Update test README.md

* Remove widget_test.dart

* Update pubspec.yaml

* Force GeneratedPluginRegistrant.java
2019-10-09 21:57:19 -07:00
engine-flutter-autoroll df419d3083
Roll engine eb7abf28e439..46b2e3d9a313 (2 commits) (#42387)
git@github.com:flutter/engine.git/compare/eb7abf28e439...46b2e3d9a313

git log eb7abf28e439..46b2e3d9a313 --no-merges --oneline
2019-10-10 skia-flutter-autoroll@skia.org Roll src/third_party/skia 76826fc91c0a..fe23b1de9ed0 (4 commits) (flutter/engine#13050)
2019-10-10 chinmaygarde@google.com Ignore thread leaks from Dart VM in tsan instrumented builds. (flutter/engine#13049)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-09 23:52:43 -04:00
engine-flutter-autoroll 7de0e1cb01
Roll engine e69319216729..eb7abf28e439 (5 commits) (#42381)
git@github.com:flutter/engine.git/compare/e69319216729...eb7abf28e439

git log e69319216729..eb7abf28e439 --no-merges --oneline
2019-10-09 bkonyi@google.com Roll src/third_party/dart 41d13f0ffe..2ffdc54d24 (10 commits)
2019-10-09 ferhat@gmail.com [web] Implement basic radial gradient (TileMode.clamp, no transform) (flutter/engine#12811)
2019-10-09 dnfield@google.com dart analysis of tests, cleanup (flutter/engine#13033)
2019-10-09 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from cknsi... to QIjex... (flutter/engine#13041)
2019-10-09 skia-flutter-autoroll@skia.org Roll src/third_party/skia e27a503a0a21..76826fc91c0a (9 commits) (flutter/engine#13040)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-09 22:45:43 -04:00
Jonah Williams 480342899e
Switch desktop build commands to use process utils (#42373) 2019-10-09 18:58:27 -07:00
Tong Mu 94515ba590
Make MouseTracker.sendMouseNotifications private (#41879)
* Make sendMouseNotifications private
2019-10-09 18:29:02 -07:00
Jonah Williams 10ddb7db78 remove println (#42378) 2019-10-09 17:49:31 -07:00
Dwayne Slater 2adda80c10
Expose wait conditions in the public flutter_driver API (#42162) 2019-10-09 16:58:41 -07:00
Shi-Hao Hong 8fcc1d4151
Fix DropdownButton crash when hint and selectedItemBuilder are simultaneously defined (#42342)
* Fix DropdownButton crash when hint and selectedItemBuilder are simultaneously defined
2019-10-09 16:47:44 -07:00
engine-flutter-autoroll 609de08881
Roll engine 0d749933bcc6..e69319216729 (11 commits) (#42363)
git@github.com:flutter/engine.git/compare/0d749933bcc6...e69319216729

git log 0d749933bcc6..e69319216729 --no-merges --oneline
2019-10-09 hterkelsen@users.noreply.github.com [web_ui] Check if a pointer is already down for the specific device (flutter/engine#12470)
2019-10-09 bkonyi@google.com Roll src/third_party/dart bb04f145b2..41d13f0ffe (24 commits)
2019-10-09 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from u0JpE... to pczjK... (flutter/engine#13025)
2019-10-09 gspencergoog@users.noreply.github.com Add missing focusable testing info (flutter/engine#13013)
2019-10-09 skia-flutter-autoroll@skia.org Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024)
2019-10-09 30870216+gaaclarke@users.noreply.github.com Refactor: FlutterDartProject (flutter/engine#13006)
2019-10-09 skia-flutter-autoroll@skia.org Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023)
2019-10-09 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021)
2019-10-09 bkonyi@google.com Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits)
2019-10-09 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019)
2019-10-09 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-09 19:33:43 -04:00
tery lim 9b29e830ca Fix documentation for the required argument (#41675) 2019-10-09 16:32:17 -07:00
Remi Rousselet 79cbe25b95 No longer rebuild Routes when MediaQuery updates (#41763)
* No longer rebuild Routes when MediaQuery updates

fixes #37878

* Fix tests

* PR feedback

* Add missing endline
2019-10-09 16:32:07 -07:00
Pieter van Loon e3195c2629 Fixed media query issues and added test to prevent it from coming back (#41803) 2019-10-09 16:31:48 -07:00
Ian Hickson 96276630bf Improve documentation around animations. (#42267) 2019-10-09 16:31:29 -07:00
Christopher Fujino ed482c3e09
Stop leaking iproxy processes (#42026) 2019-10-09 16:30:27 -07:00
Hans Muller b770f3443d Reprise: Dropdown Menu layout respects menu items intrinsic sizes (#42033)
* Reprise: Dropdown Menu layout respects menu items intrinsic sizes

* updated per review feedback

* updated per review feedback
2019-10-09 16:29:40 -07:00
Emmanuel Garcia 1d2eaaf204
Ensure that flutter assets are copied in the AAR (#42306) 2019-10-09 16:29:20 -07:00
Shi-Hao Hong a3c750a272
Improve trailing whitespace message (#42243) 2019-10-09 16:29:07 -07:00
stuartmorgan d992d6de20 Make desktop stopApp only apply to processes Flutter started (#41519) 2019-10-09 16:28:10 -07:00
Jonah Williams 861fe0a276
Ensure precache --web works on dev branch (#42289) 2019-10-09 16:27:39 -07:00
Greg Spencer 3ff51c74b1
Update android semantics test to match existing engine behavior. (#42368)
This updated the broken android_semantics_test to correspond to existing engine behavior.
2019-10-09 15:32:30 -07:00
Greg Spencer 89d6c8d90b
Enables setting of semantics focused and focusable attributes within Focus widgets. (#41814)
This adds a Semantics node to the Focus and FocusScope widgets, setting the focused and focusable attributes so that the accessibility subsystem can be told when a control has the input focus.

Includes an engine roll to flutter/engine@77252d2, and the following 8 engine changes:

flutter/engine@77252d2 Greg Spencer Add missing focusable testing info (flutter/engine#13013)
flutter/engine@0e42a29 skia-flutter-.. Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024)
flutter/engine@6b56ed7 gaaclarke Refactor: FlutterDartProject (flutter/engine#13006)
flutter/engine@393480c skia-flutter-.. Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023)
flutter/engine@080b89d skia-flutter-.. Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021)
flutter/engine@90b0f30 Ben Konyi Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits) (flutter/engine#13020)
flutter/engine@049fb89 skia-flutter-.. Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019)
flutter/engine@6925b2a skia-flutter-.. Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018)

Related Issues
Addresses #40101

Landing on red in order to fix the build: it's red because of the needed engine roll.
2019-10-09 14:45:42 -07:00
Emmanuel Garcia 3c521fb980
Add android.permission.WAKE_LOCK permission to abstract_method_smoke_test (#42352) 2019-10-09 13:42:25 -07:00