15407 Commits

Author SHA1 Message Date
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
Zachary Anderson
d220631eca
[flutter_tool] Fix bug in manifest yaml validation (#38472) 2019-08-14 07:57:30 -07:00
engine-flutter-autoroll
9cba33d0b1
25c56bcae Roll fuchsia/clang/mac-amd64 from 2aCB4... to VdFWD... (flutter/engine#10992) (#38524)
git@github.com:flutter/engine.git/compare/3e32f3f951c4...25c56bcaebf2

git log 3e32f3f951c4..25c56bcaebf2 --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll fuchsia/clang/mac-amd64 from 2aCB4... to VdFWD... (flutter/engine#10992)

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 05:47:36 -04:00
engine-flutter-autoroll
983d82a6eb
3e32f3f95 Roll src/third_party/skia 96b383a78c84..f4a7190d2a5b (2 commits) (flutter/engine#10991) (#38518)
git@github.com:flutter/engine.git/compare/080f67b23387...3e32f3f951c4

git log 080f67b23387..3e32f3f951c4 --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia 96b383a78c84..f4a7190d2a5b (2 commits) (flutter/engine#10991)

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 04:48:36 -04:00
engine-flutter-autoroll
acd4de0bb5
080f67b23 Roll src/third_party/dart 88c43bbcc4..b173229baa (14 commits) (#38513)
git@github.com:flutter/engine.git/compare/88ee3835177c...080f67b23387

git log 88ee3835177c..080f67b23387 --no-merges --oneline
2019-08-14 bkonyi@google.com Roll src/third_party/dart 88c43bbcc4..b173229baa (14 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 03:22:36 -04:00
engine-flutter-autoroll
c41a18dd0a
88ee38351 Roll fuchsia/sdk/core/linux-amd64 from j8BvV... to TIpmi... (flutter/engine#10989) (#38508)
git@github.com:flutter/engine.git/compare/3c37d735a8d6...88ee3835177c

git log 3c37d735a8d6..88ee3835177c --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from j8BvV... to TIpmi... (flutter/engine#10989)

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 02:38:36 -04:00
engine-flutter-autoroll
fd17582f0b
3c37d735a Update license script to handle ANGLE (flutter/engine#10782) (#38507)
git@github.com:flutter/engine.git/compare/fec1c92f8fc9...3c37d735a8d6

git log fec1c92f8fc9..3c37d735a8d6 --no-merges --oneline
2019-08-14 stuartmorgan@google.com Update license script to handle ANGLE (flutter/engine#10782)

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 01:48:36 -04:00
engine-flutter-autoroll
5f637f434e
fec1c92f8 Roll src/third_party/dart 45f892df68..88c43bbcc4 (7 commits) (#38504)
git@github.com:flutter/engine.git/compare/57094c1b074e...fec1c92f8fc9

git log 57094c1b074e..fec1c92f8fc9 --no-merges --oneline
2019-08-14 bkonyi@google.com Roll src/third_party/dart 45f892df68..88c43bbcc4 (7 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 00:39:36 -04:00
engine-flutter-autoroll
8be8e7b51b
57094c1b0 Roll src/third_party/skia f75996469d02..96b383a78c84 (1 commits) (flutter/engine#10986) (#38501)
git@github.com:flutter/engine.git/compare/4b6b4afd6492...57094c1b074e

git log 4b6b4afd6492..57094c1b074e --no-merges --oneline
2019-08-14 skia-flutter-autoroll@skia.org Roll src/third_party/skia f75996469d02..96b383a78c84 (1 commits) (flutter/engine#10986)

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-13 23:50:36 -04:00
Francisco Magdaleno
760635e6db
[linux] Receives the unmodified characters obtained from GLFW (#34752) 2019-08-13 18:14:36 -07:00