skia-flutter-autoroll
ea8ecfde68
Roll src/third_party/skia 2a138544646d..05caa69a3f5a (1 commits) ( flutter/engine#6512 )
...
https://skia.googlesource.com/skia.git/+log/2a138544646d..05caa69a3f5a
Created with:
gclient setdep -r src/third_party/skia@05caa69a3f5a
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-10-12 01:50:34 -04:00
James D. Lin
aaf6f652b4
Add a callback for iOS when the first Flutter frame is rendered ( flutter/engine#6135 )
...
Add a `-[FlutterViewController setFlutterViewDidRenderCallback:]`
method on iOS so client applications can be notified when the Flutter
view has rendered. This can be used for add2app cases to determine
when to take an initial screenshot for comparisons in automated
tests.
The callback is expected to be an Objective-C block (or Swift
closure). I chose to support only a single callback because it's
much simpler (especially since it does not require a separate method
to unregister the callback), and it's not clear that there are use
cases that would justify additional complexity. Clients have the
flexibility to make their callback invoke other callbacks anyway.
I alternatively considered adding a `-[FlutterViewController
viewDidRenderFirstFlutterFrame]` method that clients could override
in a subclass, but using an Objective-C block seems more flexible and
less of a burden.
Fixes https://github.com/flutter/flutter/issues/20665
2018-10-11 20:21:13 -07:00
skia-flutter-autoroll
cef6ee12f2
Roll src/third_party/skia e7588323d586..2a138544646d (2 commits) ( flutter/engine#6510 )
...
https://skia.googlesource.com/skia.git/+log/e7588323d586..2a138544646d
Created with:
gclient setdep -r src/third_party/skia@2a138544646d
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-10-11 22:26:33 -04:00
skia-flutter-autoroll
dda01afdae
Roll src/third_party/skia a631669e50a2..e7588323d586 (8 commits) ( flutter/engine#6509 )
...
https://skia.googlesource.com/skia.git/+log/a631669e50a2..e7588323d586
Created with:
gclient setdep -r src/third_party/skia@e7588323d586
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-10-11 19:02:34 -04:00
liyuqian
80d2237fe5
Reland "Allow raster caching any layer subtree ( #6442 )" ( flutter/engine#6507 )
...
* Revert "Revert "Allow raster caching any layer subtree (#6442 )" (#6506 )"
This reverts commit 0ec9ea75fe .
* Use raw pointer for RasterCacheKey
So we won't depend on whether it's a std::unique_ptr or std::shared_ptr.
2018-10-11 15:09:09 -07:00
liyuqian
0ec9ea75fe
Revert "Allow raster caching any layer subtree ( #6442 )" ( flutter/engine#6506 )
...
Reverts flutter/engine#6442
container_layer.h file is not synced which broke the bots
2018-10-11 14:18:22 -07:00
liyuqian
397c02b215
Allow raster caching any layer subtree ( flutter/engine#6442 )
...
We first test this with OpacityLayer. This test alone (without retained rendering) should have ~30% speedup as we'll have fewer render target switches by snapshoting in the Preroll instead of saveLayer in the Paint.
In my local flutter_gallery transition perf tests, the average frame time drops from ~16ms to ~12ms.
https://github.com/flutter/flutter/issues/21756
2018-10-11 13:24:33 -07:00
skia-flutter-autoroll
c1330d94f5
Roll src/third_party/skia 9c37cd96e4c8..a631669e50a2 (12 commits) ( flutter/engine#6501 )
...
https://skia.googlesource.com/skia.git/+log/9c37cd96e4c8..a631669e50a2
Created with:
gclient setdep -r src/third_party/skia@a631669e50a2
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-10-11 15:39:34 -04:00
skia-flutter-autoroll
cd15c0f9dc
Roll src/third_party/skia 932759e9b414..9c37cd96e4c8 (1 commits) ( flutter/engine#6498 )
...
https://skia.googlesource.com/skia.git/+log/932759e9b414..9c37cd96e4c8
Created with:
gclient setdep -r src/third_party/skia@9c37cd96e4c8
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-10-11 09:21:42 -04:00
skia-flutter-autoroll
1e1904d947
Roll src/third_party/skia f03d4eaa2487..932759e9b414 (2 commits) ( flutter/engine#6497 )
...
https://skia.googlesource.com/skia.git/+log/f03d4eaa2487..932759e9b414
Created with:
gclient setdep -r src/third_party/skia@932759e9b414
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-10-11 02:34:10 -04:00
skia-flutter-autoroll
02286d2ac4
Roll src/third_party/skia 9835dd51b320..f03d4eaa2487 (1 commits) ( flutter/engine#6496 )
...
https://skia.googlesource.com/skia.git/+log/9835dd51b320..f03d4eaa2487
Created with:
gclient setdep -r src/third_party/skia@f03d4eaa2487
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-10-10 23:09:10 -04:00
Siva
4a66e9547b
Remove VM options that are on by default now. ( flutter/engine#6495 )
2018-10-10 17:40:34 -07:00
Gary Qian
45577f1f07
Pass scriptcode and variantcode to dart:ui Window. ( flutter/engine#6493 )
2018-10-10 17:22:59 -07:00
skia-flutter-autoroll
f0caffcdb2
Roll src/third_party/skia 04ac46135f23..9835dd51b320 (7 commits) ( flutter/engine#6494 )
...
https://skia.googlesource.com/skia.git/+log/04ac46135f23..9835dd51b320
Created with:
gclient setdep -r src/third_party/skia@9835dd51b320
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-10-10 19:44:10 -04:00
Alexander Aprelev
dc58f8534f
[dart] Roll dart to b99bcfd3099f0d32e39287160a9539e878cb0b68 ( flutter/engine#6491 )
...
* [dart] Roll dart to b99bcfd3099f0d32e39287160a9539e878cb0b68
Changes since last roll:
```
b99bcfd309 [vm] Add a library and class cache to KernelProgramInfo
5deb1c6e81 [vm] Remove strong mode and sync-async flags from pkg/vm
9a6f811466 Report null error as a NoSuchMethodError
2da0b9f4f1 fix some typos
34f6aea008 [release] Prepare changelog for 2.1.0-dev.7.0
f320477ff9 [dartdevc] add module-name option to kernel backend
b8760fed67 [vm, compiler] Remove ASTs and AST flow graph builder.
340e74629f Clean up OverrideVerifier.
f11e746c2e Initial implementation of fixes for type arguments on named constructor invocations
08e485c43f Update dartdoc to 0.23.1.
ac4b8a7306 Hook up FixProcessor to fix errors in dartfix
0aa99cca99 Ignore JSON exceptions when reading (empty) test results file
6d9cc6fa03 Add skeleton for parsing LSP spec from Markdown/TypeScript to generate Dart data classes
bc4d2f5d1b Switch InheritanceManager2Test to DriverResolutionTest.
e221a6288b Move reporting MISMATCHED_GETTER_AND_SETTER_TYPES for classes to using new interfaces.
be39eacf00 Rename convertPathForImport -> convertAbsolutePathToUri
a539d2ef5f Revert "[fasta] Report errors for bounds violations"
c8b709d95b Update status files after aa6fb2d3
051108c004 [tools] Re-enable core-dump archiving on Linux.
aa5b1b1f2f Make test results in json format end with a newline
4db2bbe94d Pass SharedOptions to Fasta
f1d902f4a0 Ignore --supermixin and -D options
a9b47bd0b1 Integrated nosuchmethod-forwarding.md into dartLangSpec.tex
327a1a9a00 [Gardening] Mark more co19_2 test as always flaky, filed co19 issues
f1b6d81404 Remove Target.strongMode
7072d3b17e [infra] Upgrade d8 to 6.9.427.23 (#34698 )
16ddfc1565 [VM] Use assert assignable implementation for explicit downcasts
17ac151f44 [Gardening] Increase timeout on release-hotreload configuration as well (not just debug), skip streamed_conversion_json_utf8_decode in hot-reload-simdbc64
8c872e0e3a Remove TargetFlags.strongMode
ee97806084 Replace strongMode with legacyMode in CompilerOptions
aa6fb2d3a4 [fasta] Report errors for bounds violations
8247fb7eec Stop stripping d8 for benchmarking.
da48c1d960 [Gardening] Mark more tests as flaky and filed co19 issues
41866e87da [Gardening] Mark co19_2 test as always flaky, filed co19 issue (and co19 PR)
ecd13de9da [Gardening] Mark slow_path_shared_stub_test as slow (reaches 1 minute on windows)
f942af451b Remove kernel interpreter
7007567685 Fix issue with --unsafe-package-serialization
2695f36016 [Gardening] Status update (co19_2, optcounter/ia32)
ba5e14b195 Store return type and parameters separately in GenericFunctionTypeElementForLink.
ba1b30af37 Add AST support for type arguments on named constructors
ed6c557d1a Add cli parameters to kernel_sdk.dart to get all paths explicitly
71395df7dd [vm/interpreter] Fix flaky errors when running with interpreter
b3af151325 Rework detection of uninstantiated bound errors.
34651d204e [gardening] Update status
f35465dafd Remove DynamicElementImpl.library property.
daa13ad0aa Fix preamble/d8.js currentScript for v8 6.9
9cde31ba1d Try interface candidates in reverse order.
5561e69f4e Replace dartfix confirm apply changes with --force
619a06370e Update dartfix to only allow target directories
751cf1974a [dart/fuzzer] Add DBC as execution mode.
70317473f0 [gardening] Update status
8fc80031ae Fix cast exception in OpTypeAstVisitor
2cf6ba2996 Generate the right error message for type arguments on a named constructor
5976fe373f Fix up InferredTypeTest_Driver to use InferredTypeMixin directly.
32c484bb71 [VM] Fix typo in BitTestImmediate unit test.
a8e0db1077 [gardening] Mark remaining ASAN failures.
7f55e52888 [vm, x64] Use short forms for object pool loads.
a66cae48fc [vm/aot] Dynamic invocation forwarders in AOT.
4400df4190 Convert strong_mode_test.dart to triple-slash comment style.
c1361963aa Update status files for tests failing due to #34724 and #34724
0039aff1e3 [test] Remove use of --error_on_bad_type and --error_on_bad_override.
ce08911515 [vm/compiler] Minor improvements to loop detection
a2cf88bee6 [vm] Fix sync-async stack navigation to handle inlined functions.
920d75f2ea Cleanup dartfix driver context
746034785d Update dartfix to separate targets from analysis roots
3d06427075 Fix MOVE_FILE test paths for Windows
```
* Remove use of await_is_keyword flag.
* Update license
2018-10-10 15:27:54 -07:00
Jason Simmons
065769e2e5
Use an older version of SurfaceTexture.setOnFrameAvailableListener when running on pre-Lollipop devices ( flutter/engine#6489 )
...
Fixes https://github.com/flutter/flutter/issues/21730
2018-10-10 15:01:48 -07:00
skia-flutter-autoroll
b1f2799090
Roll src/third_party/skia 6ba8c83234ca..04ac46135f23 (9 commits) ( flutter/engine#6490 )
...
https://skia.googlesource.com/skia.git/+log/6ba8c83234ca..04ac46135f23
Created with:
gclient setdep -r src/third_party/skia@04ac46135f23
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-10-10 16:18:09 -04:00
skia-flutter-autoroll
9f25482736
Roll src/third_party/skia 43a5497bf643..6ba8c83234ca (7 commits) ( flutter/engine#6488 )
...
https://skia.googlesource.com/skia.git/+log/43a5497bf643..6ba8c83234ca
Created with:
gclient setdep -r src/third_party/skia@6ba8c83234ca
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-10-10 13:41:33 -04:00
skia-flutter-autoroll
8a5ca67ce2
Roll src/third_party/skia 311739b2dda1..43a5497bf643 (2 commits) ( flutter/engine#6487 )
...
https://skia.googlesource.com/skia.git/+log/311739b2dda1..43a5497bf643
Created with:
gclient setdep -r src/third_party/skia@43a5497bf643
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-10-10 10:20:34 -04:00
skia-flutter-autoroll
fda318dc08
Roll src/third_party/skia f5a09214740d..311739b2dda1 (1 commits) ( flutter/engine#6486 )
...
https://skia.googlesource.com/skia.git/+log/f5a09214740d..311739b2dda1
Created with:
gclient setdep -r src/third_party/skia@311739b2dda1
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-10-10 05:50:33 -04:00
skia-flutter-autoroll
b504b304ab
Roll src/third_party/skia a38ab3b094ba..f5a09214740d (1 commits) ( flutter/engine#6485 )
...
https://skia.googlesource.com/skia.git/+log/a38ab3b094ba..f5a09214740d
Created with:
gclient setdep -r src/third_party/skia@f5a09214740d
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-10-10 02:16:32 -04:00
skia-flutter-autoroll
739a6f4d1a
Roll src/third_party/skia f40ddfabb7f0..a38ab3b094ba (2 commits) ( flutter/engine#6484 )
...
https://skia.googlesource.com/skia.git/+log/f40ddfabb7f0..a38ab3b094ba
Created with:
gclient setdep -r src/third_party/skia@a38ab3b094ba
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-10-09 22:52:34 -04:00
Michael Klimushyn
893f867f36
Add a ratio cap to decoded animated image frames ( flutter/engine#6310 )
...
Provide a relative, per-image limit to the amount of memory
that's used to cache decoded image frames. Adds an overridable default
that developers can set to control how much memory images are allowed
to use decoded vs undecoded. The cap is set in flutter/flutter#22452.
Note that required frames are always cached regardless of the ratio cap,
because they're currently necessary for the GIF to animate. Previously
cached unessential frames are not cleared in response to the cache
hitting or exceeding the cap.
Addresses #20998 and #14344 .
2018-10-09 17:07:46 -07:00
skia-flutter-autoroll
63d8ec5b03
Roll src/third_party/skia 42137de2b2b8..f40ddfabb7f0 (7 commits) ( flutter/engine#6482 )
...
https://skia.googlesource.com/skia.git/+log/42137de2b2b8..f40ddfabb7f0
Created with:
gclient setdep -r src/third_party/skia@f40ddfabb7f0
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-10-09 19:27:32 -04:00
skia-flutter-autoroll
7a93a22cec
Roll src/third_party/skia ef85d19100b1..42137de2b2b8 (7 commits) ( flutter/engine#6479 )
...
https://skia.googlesource.com/skia.git/+log/ef85d19100b1..42137de2b2b8
Created with:
gclient setdep -r src/third_party/skia@42137de2b2b8
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-10-09 16:05:33 -04:00
Jidong Chen
92ae80259c
Missing dealloc method in FlutterEventChannel ( flutter/engine#6464 )
...
* Missing dealloc method in FlutterEventChannel
2018-10-09 11:50:00 -07:00
Jonah Williams
c399a0df45
Add build targets for fuchsia ( flutter/engine#6470 )
2018-10-09 10:55:07 -07:00
liyuqian
d6e95a4613
Revert height ( flutter/engine#6477 )
...
This should fix our Google3 roll.
* Revert "Disable line_height tests on Windows (#6423 )"
This reverts commit 479147ef11 .
* Revert "Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417 )"
This reverts commit 98e4b8df32 .
2018-10-09 10:32:29 -07:00
skia-flutter-autoroll
f2c43737a9
Roll src/third_party/skia a41a74ac7994..ef85d19100b1 (11 commits) ( flutter/engine#6476 )
...
https://skia.googlesource.com/skia.git/+log/a41a74ac7994..ef85d19100b1
Created with:
gclient setdep -r src/third_party/skia@ef85d19100b1
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-10-09 12:46:33 -04:00
Alexander Aprelev
001a267498
Revert "Revert "Use single_root_scheme when compiling platform ( #6402 )" ( #6431 )" ( flutter/engine#6473 )
...
This reverts commit 4ef754772e , relands single root filesystem that is needed for reusable platform kernel files, that is safe to land now since dart roll a2ebb14376 has the fix for previously broken dependency file generation.
2018-10-09 08:00:00 -07:00
skia-flutter-autoroll
12a3cc3ac0
Roll src/third_party/skia 817c01aecdc4..a41a74ac7994 (1 commits) ( flutter/engine#6475 )
...
https://skia.googlesource.com/skia.git/+log/817c01aecdc4..a41a74ac7994
Created with:
gclient setdep -r src/third_party/skia@a41a74ac7994
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-10-09 09:22:33 -04:00
skia-flutter-autoroll
134ff52897
Roll src/third_party/skia 9b7bfd09106f..817c01aecdc4 (1 commits) ( flutter/engine#6474 )
...
https://skia.googlesource.com/skia.git/+log/9b7bfd09106f..817c01aecdc4
Created with:
gclient setdep -r src/third_party/skia@817c01aecdc4
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-10-09 02:24:21 -04:00
skia-flutter-autoroll
aab37c10e3
Roll src/third_party/skia 00de965d0d31..9b7bfd09106f (11 commits) ( flutter/engine#6471 )
...
https://skia.googlesource.com/skia.git/+log/00de965d0d31..9b7bfd09106f
Created with:
gclient setdep -r src/third_party/skia@9b7bfd09106f
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-10-08 18:49:21 -04:00
Michael Klimushyn
27cd6283b7
Fix failing test on Cirrus ( flutter/engine#6469 )
...
Updates the tests to use the `--use-test-fonts` argument.
Fixes flutter/flutter#22682
2018-10-08 15:47:53 -07:00
skia-flutter-autoroll
d93d762c33
Roll src/third_party/skia 8ad991da4c04..00de965d0d31 (6 commits) ( flutter/engine#6467 )
...
https://skia.googlesource.com/skia.git/+log/8ad991da4c04..00de965d0d31
Created with:
gclient setdep -r src/third_party/skia@00de965d0d31
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-10-08 15:29:22 -04:00
Jonah Williams
c0edacaa1b
Correct issues in visible children determination ( flutter/engine#6455 )
...
* fix off by one
* add documentation on counting for setToIndex
2018-10-08 11:05:09 -07:00
skia-flutter-autoroll
1c5797421b
Roll src/third_party/skia 95320ee01f5b..8ad991da4c04 (1 commits) ( flutter/engine#6465 )
...
https://skia.googlesource.com/skia.git/+log/95320ee01f5b..8ad991da4c04
Created with:
gclient setdep -r src/third_party/skia@8ad991da4c04
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-10-08 12:06:21 -04:00
skia-flutter-autoroll
3943b9f385
Roll src/third_party/skia 9aa3f9095622..95320ee01f5b (1 commits) ( flutter/engine#6463 )
...
https://skia.googlesource.com/skia.git/+log/9aa3f9095622..95320ee01f5b
Created with:
gclient setdep -r src/third_party/skia@95320ee01f5b
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-10-08 07:07:22 -04:00
skia-flutter-autoroll
c240440e5e
Roll src/third_party/skia beb1559bc61f..9aa3f9095622 (1 commits) ( flutter/engine#6462 )
...
https://skia.googlesource.com/skia.git/+log/beb1559bc61f..9aa3f9095622
Created with:
gclient setdep -r src/third_party/skia@9aa3f9095622
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-10-08 02:14:21 -04:00
skia-flutter-autoroll
b60c32fbfe
Roll src/third_party/skia e9b61ef5aa34..beb1559bc61f (1 commits) ( flutter/engine#6460 )
...
https://skia.googlesource.com/skia.git/+log/e9b61ef5aa34..beb1559bc61f
Created with:
gclient setdep -r src/third_party/skia@beb1559bc61f
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-10-07 22:19:21 -04:00
skia-flutter-autoroll
e679928146
Roll src/third_party/skia 71143d6cc039..e9b61ef5aa34 (1 commits) ( flutter/engine#6459 )
...
https://skia.googlesource.com/skia.git/+log/71143d6cc039..e9b61ef5aa34
Created with:
gclient setdep -r src/third_party/skia@e9b61ef5aa34
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-10-07 12:10:22 -04:00
skia-flutter-autoroll
e38ff8ac4a
Roll src/third_party/skia 623d2e4120c2..71143d6cc039 (1 commits) ( flutter/engine#6458 )
...
https://skia.googlesource.com/skia.git/+log/623d2e4120c2..71143d6cc039
Created with:
gclient setdep -r src/third_party/skia@71143d6cc039
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-10-06 04:48:21 -04:00
skia-flutter-autoroll
0a03af9a76
Roll src/third_party/skia 29b11d605f25..623d2e4120c2 (1 commits) ( flutter/engine#6457 )
...
https://skia.googlesource.com/skia.git/+log/29b11d605f25..623d2e4120c2
Created with:
gclient setdep -r src/third_party/skia@623d2e4120c2
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-10-06 01:22:21 -04:00
skia-flutter-autoroll
56c4e1d186
Roll src/third_party/skia d037f4d204c2..29b11d605f25 (1 commits) ( flutter/engine#6456 )
...
https://skia.googlesource.com/skia.git/+log/d037f4d204c2..29b11d605f25
Created with:
gclient setdep -r src/third_party/skia@29b11d605f25
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-10-05 21:19:21 -04:00
skia-flutter-autoroll
81b95b90db
Roll src/third_party/skia 51c89e41c05b..d037f4d204c2 (9 commits) ( flutter/engine#6454 )
...
https://skia.googlesource.com/skia.git/+log/51c89e41c05b..d037f4d204c2
Created with:
gclient setdep -r src/third_party/skia@d037f4d204c2
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-10-05 17:56:21 -04:00
Michael Klimushyn
7cde96f315
Add run_tests.sh to cirrus ( flutter/engine#6441 )
...
This replaces `ci/test.sh` with `run_tests.sh`. `run_tests.sh` includes
`ci/test.sh` and multiple other tests.
Partially addresses flutter/flutter#22682 . Temporarily skipped tests
should be fixed and re-enabled in a follow-up commit.
2018-10-05 11:56:13 -07:00
skia-flutter-autoroll
0152f4fc78
Roll src/third_party/skia 032f2756df64..51c89e41c05b (16 commits) ( flutter/engine#6453 )
...
https://skia.googlesource.com/skia.git/+log/032f2756df64..51c89e41c05b
Created with:
gclient setdep -r src/third_party/skia@51c89e41c05b
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-10-05 14:32:21 -04:00
skia-flutter-autoroll
50d3f42b44
Roll src/third_party/skia a6262495da48..032f2756df64 (2 commits) ( flutter/engine#6450 )
...
https://skia.googlesource.com/skia.git/+log/a6262495da48..032f2756df64
Created with:
gclient setdep -r src/third_party/skia@032f2756df64
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-10-05 11:06:21 -04:00
skia-flutter-autoroll
76ba861ddf
Roll src/third_party/skia 92d10833de63..a6262495da48 (1 commits) ( flutter/engine#6449 )
...
https://skia.googlesource.com/skia.git/+log/92d10833de63..a6262495da48
Created with:
gclient setdep -r src/third_party/skia@a6262495da48
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-10-05 07:41:21 -04:00
skia-flutter-autoroll
4c4316ae82
Roll src/third_party/skia 4f87e2255b8a..92d10833de63 (2 commits) ( flutter/engine#6448 )
...
https://skia.googlesource.com/skia.git/+log/4f87e2255b8a..92d10833de63
Created with:
gclient setdep -r src/third_party/skia@92d10833de63
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-10-05 04:00:40 -04:00