5975 Commits

Author SHA1 Message Date
skia-flutter-autoroll
0019165382 Roll src/third_party/skia 66b91e4afb88..def9bcecd994 (1 commits) (flutter/engine#6898)
https://skia.googlesource.com/skia.git/+log/66b91e4afb88..def9bcecd994


Created with:
  gclient setdep -r src/third_party/skia@def9bcecd994

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-18 04:36:58 -05:00
skia-flutter-autoroll
51aa9e698d Roll src/third_party/skia d017e5138c57..66b91e4afb88 (1 commits) (flutter/engine#6897)
https://skia.googlesource.com/skia.git/+log/d017e5138c57..66b91e4afb88


Created with:
  gclient setdep -r src/third_party/skia@66b91e4afb88

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-18 01:17:58 -05:00
Jason Simmons
f5496c0977 Guard the service protocol's global handlers list with a reader/writer lock (#6888) (flutter/engine#6895)
The service protocol holds the lock while waiting for completion of service
RPC tasks.  These tasks (specifically hot restart/RunInView) may need to
modify a handler's description data.

Task execution and ServiceProtocol::SetHandlerDescription will obtain a shared
lock to make this possible.  AddHandler and RemoveHandler will obtain an
exclusive lock in order to guard against a handler being deleted while a
service task is running.
2018-11-17 22:04:37 -08:00
skia-flutter-autoroll
e06ed2e932 Roll src/third_party/skia 1bfdd1adfa22..d017e5138c57 (1 commits) (flutter/engine#6896)
https://skia.googlesource.com/skia.git/+log/1bfdd1adfa22..d017e5138c57


Created with:
  gclient setdep -r src/third_party/skia@d017e5138c57

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-17 20:25:58 -05:00
skia-flutter-autoroll
0ef4106f5f Roll src/third_party/skia 7e9ea391cfce..1bfdd1adfa22 (1 commits) (flutter/engine#6894)
https://skia.googlesource.com/skia.git/+log/7e9ea391cfce..1bfdd1adfa22


Created with:
  gclient setdep -r src/third_party/skia@1bfdd1adfa22

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-17 17:14:28 -05:00
Jason Simmons
7449dc427e Revert "Guard the service protocol's global handlers list with a reader/writer lock (#6888)" (flutter/engine#6893)
This reverts commit e740d7f1dbdb69dc4fd38e39c887dd3cccae7c3d.

(shared_timed_mutex is unavailable in the iOS build)
2018-11-17 12:27:06 -08:00
skia-flutter-autoroll
0e9ae6d602 Roll src/third_party/skia 73b4a1f57254..7e9ea391cfce (1 commits) (flutter/engine#6892)
https://skia.googlesource.com/skia.git/+log/73b4a1f57254..7e9ea391cfce


Created with:
  gclient setdep -r src/third_party/skia@7e9ea391cfce

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-17 13:54:59 -05:00
Jason Simmons
e740d7f1db Guard the service protocol's global handlers list with a reader/writer lock (flutter/engine#6888)
The service protocol holds the lock while waiting for completion of service
RPC tasks.  These tasks (specifically hot restart/RunInView) may need to
modify a handler's description data.

Task execution and ServiceProtocol::SetHandlerDescription will obtain a shared
lock to make this possible.  AddHandler and RemoveHandler will obtain an
exclusive lock in order to guard against a handler being deleted while a
service task is running.
2018-11-17 10:53:26 -08:00
skia-flutter-autoroll
db0cbd7091 Roll src/third_party/skia 7fb30f11a055..73b4a1f57254 (3 commits) (flutter/engine#6891)
https://skia.googlesource.com/skia.git/+log/7fb30f11a055..73b4a1f57254


Created with:
  gclient setdep -r src/third_party/skia@73b4a1f57254

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-17 02:09:13 -05:00
skia-flutter-autoroll
1b3406b570 Roll src/third_party/skia 281224020a57..7fb30f11a055 (1 commits) (flutter/engine#6889)
https://skia.googlesource.com/skia.git/+log/281224020a57..7fb30f11a055


Created with:
  gclient setdep -r src/third_party/skia@7fb30f11a055

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 22:51:13 -05:00
skia-flutter-autoroll
a4447979dc Roll src/third_party/skia a2187bf7629a..281224020a57 (5 commits) (flutter/engine#6887)
https://skia.googlesource.com/skia.git/+log/a2187bf7629a..281224020a57


Created with:
  gclient setdep -r src/third_party/skia@281224020a57

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 19:29:09 -05:00
Jason Simmons
725295dc47 Keep a copy of each engine's description that can be accessed outside the engine's UI thread (flutter/engine#6885)
The service protocol's ListViews method needs to return description data for
each engine in the process.  Previously ListViews would queue a task to each
UI thread to gather this data.  However, the UI thread might be blocked from
executing tasks (e.g. if the Dart isolate is paused), resulting in a deadlock.

This change provides a copy of the engine's description data to the
ServiceProtocol's global list of engines, allowing ListViews to run without
accessing any UI threads.

Fixes https://github.com/flutter/flutter/issues/24400
2018-11-16 14:47:40 -08:00
skia-flutter-autoroll
b7f4e75ae5 Roll src/third_party/skia 3b155a77c370..a2187bf7629a (11 commits) (flutter/engine#6884)
https://skia.googlesource.com/skia.git/+log/3b155a77c370..a2187bf7629a


Created with:
  gclient setdep -r src/third_party/skia@a2187bf7629a

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 16:10:13 -05:00
Dan Field
21a8e9f365 Don't load a splash screen by default (flutter/engine#6883) 2018-11-16 12:43:18 -08:00
Chinmay Garde
a623fddf8f Remove unused examples targets. (flutter/engine#6882)
These target are no longer built or referenced in either the Flutter or
Fuchsia buildroots. Similar examples are present in the examples/ directory
in the framework.
2018-11-16 12:31:25 -08:00
skia-flutter-autoroll
473db1a2d1 Roll src/third_party/skia c00e47054744..3b155a77c370 (2 commits) (flutter/engine#6881)
https://skia.googlesource.com/skia.git/+log/c00e47054744..3b155a77c370


Created with:
  gclient setdep -r src/third_party/skia@3b155a77c370

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 14:15:28 -05:00
skia-flutter-autoroll
80c5c04e97 Roll src/third_party/skia a89316d8227b..c00e47054744 (4 commits) (flutter/engine#6880)
https://skia.googlesource.com/skia.git/+log/a89316d8227b..c00e47054744


Created with:
  gclient setdep -r src/third_party/skia@c00e47054744

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 13:30:30 -05:00
skia-flutter-autoroll
45d14404bf Roll src/third_party/skia c5df7cb3d9f7..a89316d8227b (10 commits) (flutter/engine#6878)
https://skia.googlesource.com/skia.git/+log/c5df7cb3d9f7..a89316d8227b


Created with:
  gclient setdep -r src/third_party/skia@a89316d8227b

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 12:03:42 -05:00
skia-flutter-autoroll
07e6bdec41 Roll src/third_party/skia 6e486cec6a10..c5df7cb3d9f7 (4 commits) (flutter/engine#6877)
https://skia.googlesource.com/skia.git/+log/6e486cec6a10..c5df7cb3d9f7


Created with:
  gclient setdep -r src/third_party/skia@c5df7cb3d9f7

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 10:57:36 -05:00
skia-flutter-autoroll
571feeba33 Roll src/third_party/skia c735b4f9dc50..6e486cec6a10 (1 commits) (flutter/engine#6875)
https://skia.googlesource.com/skia.git/+log/c735b4f9dc50..6e486cec6a10


Created with:
  gclient setdep -r src/third_party/skia@6e486cec6a10

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 06:55:17 -05:00
skia-flutter-autoroll
17a47e1cf0 Roll src/third_party/skia dcdb6042002f..c735b4f9dc50 (1 commits) (flutter/engine#6874)
https://skia.googlesource.com/skia.git/+log/dcdb6042002f..c735b4f9dc50


Created with:
  gclient setdep -r src/third_party/skia@c735b4f9dc50

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 03:37:26 -05:00
skia-flutter-autoroll
e886a3dba6 Roll src/third_party/skia e5bb81f640a1..dcdb6042002f (2 commits) (flutter/engine#6871)
https://skia.googlesource.com/skia.git/+log/e5bb81f640a1..dcdb6042002f


Created with:
  gclient setdep -r src/third_party/skia@dcdb6042002f

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-16 00:16:33 -05:00
skia-flutter-autoroll
59adc963a0 Roll src/third_party/skia 2791be403817..e5bb81f640a1 (2 commits) (flutter/engine#6870)
https://skia.googlesource.com/skia.git/+log/2791be403817..e5bb81f640a1


Created with:
  gclient setdep -r src/third_party/skia@e5bb81f640a1

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-15 20:56:34 -05:00
skia-flutter-autoroll
b56f639878 Roll src/third_party/skia 5fb83f94c1f2..2791be403817 (5 commits) (flutter/engine#6869)
https://skia.googlesource.com/skia.git/+log/5fb83f94c1f2..2791be403817


Created with:
  gclient setdep -r src/third_party/skia@2791be403817

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-15 17:37:38 -05:00
Jason Simmons
76d8335949 Reland "Clean up stale cache entries in Skia's GrContext" (flutter/engine#6867)
Check for software rendering modes that do not have a GrContext
2018-11-15 14:24:36 -08:00
Michael Goderbauer
ed65ad873b Fix license headers (flutter/engine#6868)
These sneaked in between https://github.com/flutter/engine/pull/6757 and https://github.com/flutter/engine/pull/6759.
2018-11-15 14:12:57 -08:00
Michael Goderbauer
9459d61635 Add presubmit check for license count (flutter/engine#6759) 2018-11-15 12:40:27 -08:00
Dan Field
0c9b475c2a Revert "Clean up stale cache entries in Skia's GrContext (#6859)" (flutter/engine#6866)
This reverts commit 929c7d8d8b0fbb72866bf3e4925187f76be0c955.
2018-11-15 11:41:53 -08:00
skia-flutter-autoroll
2a884d934f Roll src/third_party/skia c3064e7c5139..5fb83f94c1f2 (7 commits) (flutter/engine#6865)
https://skia.googlesource.com/skia.git/+log/c3064e7c5139..5fb83f94c1f2


Created with:
  gclient setdep -r src/third_party/skia@5fb83f94c1f2

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-15 14:17:34 -05:00
Ben Konyi
67f3bc1d14 Don't allow for creation of CallbackHandle objects for anonymous closures (flutter/engine#6864)
* Don't allow for creation of CallbackHandle objects for anonymous closures. Fixes issue #22310
2018-11-15 10:00:51 -08:00
Michael Klimushyn
366503ca2d Disable the persistent cache (flutter/engine#6835)
Fixes flutter/flutter#24058
Reopens flutter/flutter#14028
2018-11-15 09:26:08 -08:00
skia-flutter-autoroll
f8e5b96c3e Roll src/third_party/skia 2eccd58916ee..c3064e7c5139 (6 commits) (flutter/engine#6863)
https://skia.googlesource.com/skia.git/+log/2eccd58916ee..c3064e7c5139


Created with:
  gclient setdep -r src/third_party/skia@c3064e7c5139

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-15 10:58:17 -05:00
skia-flutter-autoroll
23ab1927e0 Roll src/third_party/skia 7d2aae3165a2..2eccd58916ee (3 commits) (flutter/engine#6862)
https://skia.googlesource.com/skia.git/+log/7d2aae3165a2..2eccd58916ee


Created with:
  gclient setdep -r src/third_party/skia@2eccd58916ee

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 22:42:05 -05:00
skia-flutter-autoroll
ae6a72d7e3 Roll src/third_party/skia 44764000b49c..7d2aae3165a2 (1 commits) (flutter/engine#6861)
https://skia.googlesource.com/skia.git/+log/44764000b49c..7d2aae3165a2


Created with:
  gclient setdep -r src/third_party/skia@7d2aae3165a2

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 19:22:04 -05:00
Jason Simmons
929c7d8d8b Clean up stale cache entries in Skia's GrContext (flutter/engine#6859)
Fixes https://github.com/flutter/flutter/issues/24160
2018-11-14 14:21:17 -08:00
skia-flutter-autoroll
90e8c91353 Roll src/third_party/skia f152130ef910..44764000b49c (8 commits) (flutter/engine#6860)
https://skia.googlesource.com/skia.git/+log/f152130ef910..44764000b49c


Created with:
  gclient setdep -r src/third_party/skia@44764000b49c

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 16:01:05 -05:00
Ben Konyi
d4cedc97b4 Added delegate forwarding for didReceiveLocalNotification and willPresentNotification (flutter/engine#6858) 2018-11-14 11:39:47 -08:00
Dan Field
3ce4d16b63 Reset a11y bridge state on hot restart (flutter/engine#6857) 2018-11-14 11:13:39 -08:00
liyuqian
80483a4d58 Return EngineLayer for all SceneBuilder pushXXX (flutter/engine#6814)
Most changes are trivial except pushTransform. In pushTransform, matrix4 is an Dart object and it has to be released before we can return a new Dart object (EngineLayer).
2018-11-14 10:37:17 -08:00
Alexander Aprelev
4d4a493a97 Set up secondary isolates with all kernel buffers rather than just one buffer. (flutter/engine#6832)
* Set up secondary isolates with all kernel buffers rather than just one buffer.
* Capture copy of the list
* Make sure child_isolate_preparer_ is initialized only once
2018-11-14 09:50:42 -08:00
skia-flutter-autoroll
84f8c75f40 Roll src/third_party/skia 7f2b6fa66575..f152130ef910 (5 commits) (flutter/engine#6856)
https://skia.googlesource.com/skia.git/+log/7f2b6fa66575..f152130ef910


Created with:
  gclient setdep -r src/third_party/skia@f152130ef910

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 12:36:05 -05:00
skia-flutter-autoroll
b12f77fe27 Roll src/third_party/skia b45b53f01cf3..7f2b6fa66575 (1 commits) (flutter/engine#6855)
https://skia.googlesource.com/skia.git/+log/b45b53f01cf3..7f2b6fa66575


Created with:
  gclient setdep -r src/third_party/skia@7f2b6fa66575

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 09:17:06 -05:00
Dan Field
be56cd051e Set and unset accessibility flags even when re-entrant (flutter/engine#6853)
* Make sure to not unset a11y flags on reentrant calls to API
2018-11-13 23:54:45 -08:00
Dan Field
681e4c6427 Flush UserSettings to window (flutter/engine#6850) 2018-11-13 23:41:56 -08:00
Michael Goderbauer
43b1be3219 Remove unused import (flutter/engine#6854) 2018-11-13 23:31:56 -08:00
skia-flutter-autoroll
256e965c15 Roll src/third_party/skia 1e00aebd9a45..b45b53f01cf3 (3 commits) (flutter/engine#6852)
https://skia.googlesource.com/skia.git/+log/1e00aebd9a45..b45b53f01cf3


Created with:
  gclient setdep -r src/third_party/skia@b45b53f01cf3

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-14 02:06:15 -05:00
skia-flutter-autoroll
5b1ee800f5 Roll src/third_party/skia 14b9f537c5ee..1e00aebd9a45 (5 commits) (flutter/engine#6848)
https://skia.googlesource.com/skia.git/+log/14b9f537c5ee..1e00aebd9a45


Created with:
  gclient setdep -r src/third_party/skia@1e00aebd9a45

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-13 20:02:14 -05:00
Siva
48aba31a7b Add missing pragma directive. (flutter/engine#6847) 2018-11-13 16:18:17 -08:00
Dan Field
102f6ea1c9 Avoid a never-disappearing splash screen if the engine came from somewhere else on iOS (flutter/engine#6834)
* Ignore multiple attemps to set splash screen, print warning
2018-11-13 16:04:09 -08:00
skia-flutter-autoroll
d25a9d0367 Roll src/third_party/skia abde1adc5f0c..14b9f537c5ee (9 commits) (flutter/engine#6846)
https://skia.googlesource.com/skia.git/+log/abde1adc5f0c..14b9f537c5ee


Created with:
  gclient setdep -r src/third_party/skia@14b9f537c5ee

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-13 16:42:14 -05:00