15416 Commits

Author SHA1 Message Date
engine-flutter-autoroll
bc95f0881c
bfa9be997 Roll src/third_party/skia 6a519b8dd895..da4f12c25bf1 (1 commits) (flutter/engine#11045) (#38670)
git@github.com:flutter/engine.git/compare/c29c9bc0cdff...bfa9be9978b9

git log c29c9bc0cdff..bfa9be9978b9 --no-merges --oneline
2019-08-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6a519b8dd895..da4f12c25bf1 (1 commits) (flutter/engine#11045)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-16 03:14:36 -04:00
engine-flutter-autoroll
5a4d3cd52c
c29c9bc0c Make JIT work on iPhone armv7 (flutter/engine#11038) (#38664)
git@github.com:flutter/engine.git/compare/4b7a552b9eae...c29c9bc0cdff

git log 4b7a552b9eae..c29c9bc0cdff --no-merges --oneline
2019-08-16 dnfield@google.com Make JIT work on iPhone armv7 (flutter/engine#11038)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-16 01:57:36 -04:00
engine-flutter-autoroll
ad940c7b49
Roll engine f8e7453f1106..4b7a552b9eae (24 commits) (#38663)
git@github.com:flutter/engine.git/compare/f8e7453f1106...4b7a552b9eae

git log f8e7453f1106..4b7a552b9eae --no-merges --oneline
2019-08-16 stuartmorgan@google.com Roll Dart back to e35e8833 (flutter/engine#11043)
2019-08-16 bkonyi@google.com Roll src/third_party/dart 306f8e04bb..fecc4c8f2d (4 commits)
2019-08-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 963a606677e1..6a519b8dd895 (6 commits) (flutter/engine#11042)
2019-08-15 liyuqian@google.com Hide verbose dart snapshot during run_test.py (flutter/engine#11040)
2019-08-15 chinmaygarde@google.com Remove ability to override mac_sdk_path in flutter/tools/gn (flutter/engine#11013)
2019-08-15 bkonyi@google.com Roll src/third_party/dart cd16fba718..306f8e04bb (10 commits)
2019-08-15 stuartmorgan@google.com Roll buildroot to pick up recent macOS changes (flutter/engine#11037)
2019-08-15 jason-simmons@users.noreply.github.com Remove the ParagraphImpl class from the text API (flutter/engine#11012)
2019-08-15 jason-simmons@users.noreply.github.com Disable a deprecation warning for use of a TaskDescription constructor for older platforms (flutter/engine#11029)
2019-08-15 matthew-carroll@users.noreply.github.com Re-lands platform brightness support on iOS, plus platform contrast (flutter/engine#10791)
2019-08-15 iska.kaushik@gmail.com [fuchsia] Add required trace so files for fuchsia fars (flutter/engine#11036)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia e5dc1ebc864a..963a606677e1 (14 commits) (flutter/engine#11032)
2019-08-15 stuartmorgan@google.com Add _glfw versions of the GLFW desktop libraries (flutter/engine#11024)
2019-08-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from _fvZN... to 5Nhwb... (flutter/engine#11028)
2019-08-15 bkonyi@google.com Roll src/third_party/dart 9552646dc4..cd16fba718 (5 commits)
2019-08-15 dnfield@google.com Fix first frame logic (flutter/engine#11027)
2019-08-15 dnfield@google.com remove OS version (flutter/engine#11033)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia e30a485a68c9..e5dc1ebc864a (7 commits) (flutter/engine#11025)
2019-08-15 bkonyi@google.com Roll src/third_party/dart cae08c6813..9552646dc4 (3 commits)
2019-08-15 jason-simmons@users.noreply.github.com Remove the output directory prefix from the Android engine JAR filename (flutter/engine#11015)
2019-08-15 inthroxify@users.noreply.github.com Fix flutter/flutter #34791 (flutter/engine#9977)
2019-08-15 bkonyi@google.com Roll src/third_party/dart e35e8833ee..cae08c6813 (28 commits)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia f3f50099533d..e30a485a68c9 (2 commits) (flutter/engine#11022)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 319fd3d7bcb4..f3f50099533d (4 commits) (flutter/engine#11021)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-16 00:21:36 -04:00
LongCatIsLooong
0ba8c2cdb1
Fix text scale factor for non-content components of Cupertino scaffolds (#38593) 2019-08-15 20:02:04 -07:00
Todd Volkert
1d8deb1bb8
Handle case of a connected unpaired iOS device (#38629)
Fixes https://github.com/flutter/flutter/issues/36789
Fixes https://github.com/flutter/flutter/issues/37000

https://github.com/flutter/flutter/issues/36524
https://github.com/flutter/flutter/issues/24600
2019-08-15 17:59:37 -07:00
Tom Robinson
0b3f2f61a2
Change RenderObject.getTransformTo to include ancestor. (#37652)
getTransformTo now includes ancestor in the transform it returns, except
for if ancestor is the root view, ensuring that the transform remains in
logical pixel space.
2019-08-15 20:52:15 -04:00
Jonah Williams
1df165ea13
Rename iOS arch for macOS release mode (macOS release mode 2 of 3) (#38645) 2019-08-15 17:38:35 -07:00
James Lin
9823b3dbd4 Update with more review feedback from jonahwilliams
* Remove the identity() function.
* Make _flattenMap private.
* Don't bother with ungrowable lists.
2019-08-15 16:47:20 -07:00
James Lin
4f3b70671c Add assert messages 2019-08-15 16:47:20 -07:00
James Lin
e3ffa7689a Update with review feedback from dnfield and jonahwilliams 2019-08-15 16:47:20 -07:00
James Lin
c02b805cdc Give _runFlutterTest the ability to validate command output
In another change (#37646), I want to test that a test fails and
prints expected output.  I didn't see an existing way to do that, so
I modified `_runFlutterTest` and `runCommand` to allow capturing the
output.  Currently capturing and printing output are mutually
exclusive since we don't need both.

Some awkward bits:
* There already exists a `runAndGetStdout` function that is very
  similar to `runCommand`, and this change makes the conceptual
  distinction more confusing.

* `runFlutterTest` has multiple code paths for different
  configurations.  I don't understand what the different paths are
  for, and I added output checking only along one of them.
2019-08-15 16:47:20 -07:00
Jonah Williams
01feddbece
Support for macOS release mode (1 of 3) (#37425) 2019-08-15 16:36:45 -07:00
Jonah Williams
57f1508b0e
roll back engine to f8e7453f11067b5801a4484283592977d18be242 (#38658) 2019-08-15 15:58:48 -07:00
Zachary Anderson
0566971d29
[flutter_tool] Throw tool exit on malformed storage url override (#38637) 2019-08-15 14:59:46 -07:00
engine-flutter-autoroll
7a138ca559
Roll engine 5d3012a1bb9d..cf6648313df8 (2 commits) (#38638)
git@github.com:flutter/engine.git/compare/5d3012a1bb9d...cf6648313df8

git log 5d3012a1bb9d..cf6648313df8 --no-merges --oneline
2019-08-15 jason-simmons@users.noreply.github.com Remove the output directory prefix from the Android engine JAR filename (flutter/engine#11015)
2019-08-15 inthroxify@users.noreply.github.com Fix flutter/flutter #34791 (flutter/engine#9977)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-15 16:57:36 -04:00
liyuqian
77aa495eff
Update shader warm-up for recent Skia changes (#37955)
The update is copied from an update we made to a Google-internal
client: cl/260202900

The update will save 1 shader compilation.

This should help solve our regression:
https://github.com/flutter/flutter/issues/31203

More regressions on iOS might be introduced later by
https://github.com/flutter/engine/pull/9813#issuecomment-520039890

Unfortunately, we didn't rebase our benchmarks so such regressions
were not detected.

Hence to fully solve https://github.com/flutter/flutter/issues/31203,
we might need to revert some change in
https://github.com/flutter/engine/pull/9813 to make iOS shader warm-up
happen on the GPU thread again.
2019-08-15 13:04:22 -07:00
Greg Spencer
a24bfed0e7
Add autofocus parameter to widgets which use Focus widget internally (#37809)
Add an autofocus parameter to widgets which use Focus widget internally, and update related docs.

This will allow developers to request that a particular widget be automatically focused when shown.
2019-08-15 12:30:19 -07:00
Chris Yang
5acf63d35a
PlatformViewLink, handling creation of the PlatformViewSurface and dispose PlatformViewController (#37703)
* link

* review fixes

* review fixes

* remove extra line
2019-08-15 12:16:38 -07:00
engine-flutter-autoroll
07197e91c3
Roll engine f8e7453f1106..5d3012a1bb9d (3 commits) (#38624)
git@github.com:flutter/engine.git/compare/f8e7453f1106...5d3012a1bb9d

git log f8e7453f1106..5d3012a1bb9d --no-merges --oneline
2019-08-15 bkonyi@google.com Roll src/third_party/dart e35e8833ee..cae08c6813 (28 commits)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia f3f50099533d..e30a485a68c9 (2 commits) (flutter/engine#11022)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 319fd3d7bcb4..f3f50099533d (4 commits) (flutter/engine#11021)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-15 15:15:39 -04:00
Zachary Anderson
e24a27d374
[flutter_tool] Flip create language defaults to swift and kotlin (#38339) 2019-08-15 12:13:28 -07:00
Jonah Williams
8d6dc620d6
fix rpc exception for real (#38575) 2019-08-15 12:13:12 -07:00
Zachary Anderson
a40ab895cf
[flutter_tool] Observatory connection error handling cleanup (#38353) 2019-08-15 12:13:03 -07:00
Alexander Aprelev
f5dcbdab3a Increase pattern that matches operation duration. (#36392)
On Flutter HHH buildbot some operations that over a second: 4 digits for milliseconds, rather than 3 that are currently allowed.
2019-08-15 10:16:30 -07:00
Ingo Reinhart
ed88d28d52 use common emulator/device list (#38296) 2019-08-15 10:13:18 -07:00
MH Johnson
1033155fb9
[Material] Add splashColor to FAB and FAB ThemeData (#38467)
* [Material] Add splashColor param to FAB and FAB ThemeData
2019-08-15 13:12:21 -04:00
Kate Lovett
55c979ea09
Updating code owners for golden file changes (#38564) 2019-08-15 09:13:45 -07:00
Jonah Williams
5ec039dd45
Don't reload if compilation has errors (#38586) 2019-08-15 09:08:19 -07:00
engine-flutter-autoroll
b296d95391
Roll engine 426ea8dba6ea..f8e7453f1106 (3 commits) (#38613)
git@github.com:flutter/engine.git/compare/426ea8dba6ea...f8e7453f1106

git log 426ea8dba6ea..f8e7453f1106 --no-merges --oneline
2019-08-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from pCY3J... to _fvZN... (flutter/engine#11020)
2019-08-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia c061d31c2415..319fd3d7bcb4 (9 commits) (flutter/engine#11018)
2019-08-15 bkonyi@google.com Roll src/third_party/dart e35e8833ee..e35e8833ee (0 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-15 12:06:36 -04:00
Ian Hickson
86dacb200c Update CONTRIBUTING.md (#38491) 2019-08-15 00:07:49 -07:00
engine-flutter-autoroll
8cf40e90b0
Roll engine 4c4c9997780a..426ea8dba6ea (2 commits) (#38605)
git@github.com:flutter/engine.git/compare/4c4c9997780a...426ea8dba6ea

git log 4c4c9997780a..426ea8dba6ea --no-merges --oneline
2019-08-15 chris@bracken.jp Fix gn breakage on non-Fuchsia macOS host builds (flutter/engine#11019)
2019-08-15 chris@bracken.jp Fix gn breakage on Fuchsia macOS host builds (flutter/engine#11016)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-15 02:32:36 -04:00
Dan Field
07f079a932
Improve bitcode check (#38587) 2019-08-14 23:30:26 -07:00
Dan Field
2a6f1b7342
Fix up iOS Add to App tests (#38603) 2019-08-14 23:01:17 -07:00
engine-flutter-autoroll
c55d251601
4c4c99977 On iOS report the preferred frames per second to tools via service protocol. (flutter/engine#11006) (#38595)
git@github.com:flutter/engine.git/compare/5e155c6c2d35...4c4c9997780a

git log 5e155c6c2d35..4c4c9997780a --no-merges --oneline
2019-08-14 chinmaygarde@google.com On iOS report the preferred frames per second to tools via service protocol. (flutter/engine#11006)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 22:19:36 -04:00
Jonah Williams
64add554d7
handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
engine-flutter-autoroll
cbad1c4186
Roll engine c5e30553cd1a..5e155c6c2d35 (5 commits) (#38594)
git@github.com:flutter/engine.git/compare/c5e30553cd1a...5e155c6c2d35

git log c5e30553cd1a..5e155c6c2d35 --no-merges --oneline
2019-08-14 xiao@xster.net some drive-by docs while I was reading the embedding classes (flutter/engine#9341)
2019-08-14 jason-simmons@users.noreply.github.com Initialize the engine in the running state to match the animator's default state (flutter/engine#11011)
2019-08-14 liyuqian@google.com Trace RasterCacheResult::Draw (flutter/engine#11004)
2019-08-14 stuartmorgan@google.com Rename macOS FLE* classes to Flutter* (flutter/engine#11010)
2019-08-14 james@clarkezone.net [Windows] Alternative Windows shell platform implementation (flutter/engine#9835)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 21:41:36 -04:00
engine-flutter-autoroll
deec94f2f8
c5e30553c Roll src/third_party/skia 735f1d2f0208..c061d31c2415 (17 commits) (flutter/engine#11008) (#38592)
git@github.com:flutter/engine.git/compare/c96f3536f316...c5e30553cd1a

git log c96f3536f316..c5e30553cd1a --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia 735f1d2f0208..c061d31c2415 (17 commits) (flutter/engine#11008)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 21:05:36 -04:00
engine-flutter-autoroll
9685d02577
Roll engine 4f00cb745c28..c96f3536f316 (4 commits) (#38582)
git@github.com:flutter/engine.git/compare/4f00cb745c28...c96f3536f316

git log 4f00cb745c28..c96f3536f316 --no-merges --oneline
2019-08-14 dnfield@google.com Revert "Update README.md (#11007)" (flutter/engine#11009)
2019-08-14 dnfield@google.com Update README.md (flutter/engine#11007)
2019-08-14 bkonyi@google.com Roll src/third_party/dart c4727fddf4..e35e8833ee (1 commits)
2019-08-14 dnfield@google.com Drop firebase test from Cirrus (flutter/engine#11005)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 20:10:36 -04:00
Tong Wu
d067059399
Fix a smoke test. (#38579) 2019-08-14 15:29:50 -07:00
engine-flutter-autoroll
2229e84447
Roll engine cdaf44265b74..4f00cb745c28 (2 commits) (#38570)
git@github.com:flutter/engine.git/compare/cdaf44265b74...4f00cb745c28

git log cdaf44265b74..4f00cb745c28 --no-merges --oneline
2019-08-14 dnfield@google.com Add script for running ios Tests on simulator (flutter/engine#10999)
2019-08-14 jason-simmons@users.noreply.github.com Avoid dynamic lookups of the engine library's symbols on Android (flutter/engine#11001)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 18:14:36 -04:00
Tong Wu
066738324e
Add smoke tests to test every commit on a Catalina host. (#38567)
* Add a smoke test to test every commit on a Catalina host.
* Also add a hot-reload test.

Related issue: #36290.
2019-08-14 15:09:35 -07:00
engine-flutter-autoroll
a56dfaf900
cdaf44265 Remove a tracing macro with a dangling pointer (flutter/engine#11002) (#38566)
git@github.com:flutter/engine.git/compare/76a33268f5fc...cdaf44265b74

git log 76a33268f5fc..cdaf44265b74 --no-merges --oneline
2019-08-14 jason-simmons@users.noreply.github.com Remove a tracing macro with a dangling pointer (flutter/engine#11002)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 17:21:36 -04:00
engine-flutter-autoroll
d3b7f94d5d
76a33268f Roll src/third_party/skia 5f5a481ae1a9..735f1d2f0208 (7 commits) (flutter/engine#11000) (#38559)
git@github.com:flutter/engine.git/compare/27696cfb5c89...76a33268f5fc

git log 27696cfb5c89..76a33268f5fc --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia 5f5a481ae1a9..735f1d2f0208 (7 commits) (flutter/engine#11000)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 16:33:36 -04:00
Jonah Williams
388d69eb9b
Catch errors thrown into the Zone by json_rpc (#38486) 2019-08-14 13:10:41 -07:00
engine-flutter-autoroll
e6ebe56f48
Roll engine 90656d88244d..27696cfb5c89 (2 commits) (#38554)
git@github.com:flutter/engine.git/compare/90656d88244d...27696cfb5c89

git log 90656d88244d..27696cfb5c89 --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from TIpmi... to pCY3J... (flutter/engine#10998)
2019-08-14 bkonyi@google.com Roll src/third_party/dart 76c99bcd01..c4727fddf4 (10 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 15:12:36 -04:00
engine-flutter-autoroll
fd81b08ad1
90656d882 Add isDisplayingFlutterUI to FlutterViewController (flutter/engine#10816) (#38553)
git@github.com:flutter/engine.git/compare/d75af60810f6...90656d88244d

git log d75af60810f6..90656d88244d --no-merges --oneline
2019-08-14 dnfield@google.com Add isDisplayingFlutterUI to FlutterViewController (flutter/engine#10816)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 14:23:36 -04:00
engine-flutter-autoroll
241b1a34e6
d75af6081 Roll src/third_party/skia d5d8a64cd54b..5f5a481ae1a9 (3 commits) (flutter/engine#10995) (#38544)
git@github.com:flutter/engine.git/compare/71399016c936...d75af60810f6

git log 71399016c936..d75af60810f6 --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia d5d8a64cd54b..5f5a481ae1a9 (3 commits) (flutter/engine#10995)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 13:19:36 -04:00
Jonah Williams
ec41ef5bf8
update build_runner and configure libraries (#38499) 2019-08-14 10:00:42 -07:00
Jason Simmons
fe5651b846
Do not construct arguments to _focusDebug when running in non-debug modes (#38463)
The time required to call FocusNode.toString and build _focusDebug messages
was showing up in some performance benchmarks.
2019-08-14 09:46:20 -07:00
engine-flutter-autoroll
53d510a96e
71399016c Roll src/third_party/skia f4a7190d2a5b..d5d8a64cd54b (3 commits) (flutter/engine#10994) (#38540)
git@github.com:flutter/engine.git/compare/a8cbe2ba0a86...71399016c936

git log a8cbe2ba0a86..71399016c936 --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia f4a7190d2a5b..d5d8a64cd54b (3 commits) (flutter/engine#10994)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 12:40:36 -04:00
engine-flutter-autoroll
9661d38b3c
a8cbe2ba0 Roll src/third_party/dart b173229baa..76c99bcd01 (5 commits) (#38527)
git@github.com:flutter/engine.git/compare/25c56bcaebf2...a8cbe2ba0a86

git log 25c56bcaebf2..a8cbe2ba0a86 --no-merges --oneline
2019-08-14 bkonyi@google.com Roll src/third_party/dart b173229baa..76c99bcd01 (5 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (stuartmorgan@google.com), and stop
the roller if necessary.
2019-08-14 10:59:36 -04:00