skia-flutter-autoroll
804ea06bfa
Roll src/third_party/skia e9cb76221597ac9e9b0bf009ab1a843da8428d83..6e86c1b05eeedc3b6be0e98001b7b5d6bab71b74 (16 commits) ( flutter/engine#10266 )
...
https://skia.googlesource.com/skia.git
/compare/e9cb76221597..6e86c1b05eee
git log e9cb76221597..6e86c1b05eee --date=short --no-merges --format=%ad %ae %s
2019-07-30 michaelludwig@google.com Remove bad SK_API tag from internal class
2019-07-30 reed@google.com move all picture version crap into single header
2019-07-30 brianosman@google.com Explicitly fetch "main" in the runtime color filter
2019-07-30 mtklein@google.com test a (the) zero-arg program
2019-07-30 jvanverth@google.com Revert "Use shared mode for Metal texture upload buffers."
2019-07-30 bsalomon@google.com Always use sized internal formats when creating GL render buffers.
2019-07-30 egdaniel@google.com Dump GrGLCaps format table in json dump.
2019-07-30 mtklein@google.com add vmovdqa(ymm,ymm)
2019-07-30 michaelludwig@google.com Hide SkImageFilter subclasses in CPP files
2019-07-30 csmartdalton@google.com Add GrMipMapsStatus to GrTextureProxy
2019-07-30 robertphillips@google.com Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
2019-07-30 mtklein@google.com more unit tests
2019-07-26 bsalomon@google.com Lift GrRenderTarget::transferFrom to GrSurfaceContext.
2019-07-30 halcanary@google.com editor: try to fix moltenvk bots
2019-07-30 bsalomon@google.com Always set GL_[UN]PACK_ALIGNMENT to 1.
2019-07-30 senorblanco@chromium.org Dawn backend: add asserts for unimplemented functionality.
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-30 17:07:39 -04:00
Alexander Aprelev
9ce8e7bae3
[dart-roll] Roll dart sdk to 80c4954d4d1d2a257005793d83b601f3ff2997a2 ( flutter/engine#10265 )
...
Changes since last roll
```
80c4954d4d (HEAD, origin/master, origin/HEAD) [vm/compiler] Remove unnecessary load in product mode
d1daa375d1 Support the output-directory flag in run_abi_tests.py
8c699b96e5 Migration: fix some erroneous comments in nullability node test.
fc3d23de80 Migration: change graph propagation variables into fields.
3f22f1f5df do not include double-to-int fix by default
8dc24d0919 report dartfix error for unknown fix
1fe2793d37 Improve tests per previous review
00ec685089 [gardening] Fix flutter hhh apply.sh so it clones dependencies added in patch files
871c66cad7 Remove the experimental flag on edit.getPostfixCompletion in the Analysis Server spec
001a77a966 Fix typo in bitwise and doc
6e48c00c46 [gardening] Fix hhh patch apply.sh so it skips newly added, non-existent dependency folders
dddd58b3d3 Report an error when extension declares a member with the same name as declared in Object.
0b9668d3c5 [gardening] Follow-up to 038250d99e5c430c69f7b92f0e71d935a54ab56f - fix patch file
645c985201 Resolve references to static members of extensions
713c2227b2 [bots] Enable co19 tests on dartkb bots
821efa642c Update error messages in kernel_loader.cc
038250d99e [gardening] Fix flutter hhh with patch for 5d5a0c0164
b011a80478 Extract ImportsVerifier and company.
92633cf4af Tests for using getter in MethodInvocation.
c12deff784 Test that AMBIGUOUS_EXPORT is reported for extensions.
33ce54e45d Don't try to start ML completion isolate on 32 bit systems
795290a614 [vm/compiler] Free, not delete, buffer taken from TextBuffer.
55fb47e1de Migration: Add an analysis_options.yaml file.
4932ee6d80 Reland "[vm/compiler] Use pragmas instead of separately-maintained lists for inlining."
e147c3e0c8 Migration: ensure that NodeBuilder visits executable metadata and constructor initializers.
db16503080 Migration: test generic field initializers
f822dfa3ea Reland "[vm/compiler] Implement new inlining pragmas."
5f627b7a54 [vm/compiler] Fix inliner bug which did not emit an explicit unboxing instruction for the value
5e6b200d2a [infra] Add previous commit info to results records for new tests
b87386da26 [vm/compiler] Add S-expression deserializer.
50c68d1f30 (origin/base) [Test] Fixes flaky racing in lib_2/isolate/spawn_uri_test.
d6e9e15cf1 [vm] Clear recognized method info on dynamic invocation forwarders.
6ebaa7c587 [vm service lib] expose the current service protocol version as a field
440d1f3578 [dart2js] Register TypeUse for HAsCheck SSA nodes.
4b35a044c9 [dart2js] new-rti: Make all closures have class type 'Closure'
f9f005cdb9 Tool to automatically update expectations in static error tests.
90c1e5a35b [dart2js] Remove _ticks from new RTI.
b21b6f7086 Set resolution types for extension override method invocation.
8f0b6c89e2 Fix uri of dart_completion_ranking_internal_test.dart import
b3293a4263 [vm/bytecode] Use faster method/field lookups
928dff2b3e [dart2js] Omit Object from new RTI type rules.
3d578c7037 [dart2js] new-rti: recognize 'raw' types as precise abstract values
752f06fff5 Make sure to import and run completion_ranking_test_internal.dart in test_all.dart
db796d5b96 Fix for bad handling of predict response from model isolate
d54ab60990 Fix TODO now that == considers NullabilitySuffix
2f96be9ee3 [analyzer] Allow references of 'this' in late field initializers
73cbfd3826 [dart2js] new-rti: Emit new rti for constants
60029e19fa Migration: add support for constructor field initializers.
8db1408ffd [vm] Use RareType for fast is-checks optimization instead of TypeArguments::null() comparison
60725e7030 Report an error when 'covariant' is used in extension.
1a0fe21fb2 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it.
436a505e00 Migration: fix handling of constructors that redirect to the unnamed constructor.
a048eb9bbc Resolve operators from extensions
0a2fb22230 [vm/bytecode] Use simpleInstanceOf for rare types in bytecode
c3baca79b3 [vm/service] Fix flaky errors in SampleProfile.load() and re-enable service/get_native_allocation_samples_test
a650cb67f7 Make sure that completion_ranking_test.dart is loaded in test_all.dart
8cde797a49 Move more diagnostic tests to separate files
b9dbdffe6f [cfe] Remove generics from LibraryBuilder, FieldBuilder and ProcedureBuilder
1b06a1cd1b [cfe] Remove generics from TypeDeclarationBuilder hierarchy
3992be71c7 [cfe] Add `this` parameter to extension methods
28a7369146 [cfe] Merge KernelClassBuilder into ClassBuilder
bbd0bee625 Include 'exists' flag into the linked library signature.
d116c67192 Fix promoteToNonNull() for the case when the type parameter bound is null.
92faca77d9 [vm/compiler] Use simpleInstanceOf for is checks if the type to test against is a rare type
fc54f900de [vm] Cleanup some outdated code from hot-reload (and deferred loading)
fc82ed2286 Isolate-based CompletionRanking
e5a6fca9a4 Use isDartCoreDouble/Int/Num in TypeSystem.
6d55c7745f Revert a test expectation difference.
477c11aa9b Skip Never during indexing.
6c56e98162 Visit extension elements and children of extensions.
58470142b7 [infra] Fix return type of async function in approve_results.dart
fa22f034d7 [infra] Handle more than 100 tryjobs in approve_results
a255147ea0 Revert "Fix example syntax"
bdec682558 [Test] Fixes flakiness in spawn_function_test caused by racing.
5964cb97ec Fix example syntax
4ed2ce7188 [dartfix] adjust the help text for dartfix
ec5bf35152 Update analysis_server and analyzer_plugin to stop using DartType.isSubtypeOf().
```
2019-07-30 13:50:39 -07:00
Matt Carroll
c70c811ea2
Android Embedding Refactor 38: Removed AssetManager from DartEntrypoint. ( flutter/engine#10250 )
2019-07-30 12:57:01 -07:00
skia-flutter-autoroll
b15457804f
Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC to fuchsia/sdk/core/linux-amd64:pGTb76UZ-PsJzdatSNkJIkEGLESaGa_S2wtZfgHPU5EC ( flutter/engine#10264 )
...
Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC to fuchsia/sdk/core/linux-amd64:pGTb76UZ-PsJzdatSNkJIkEGLESaGa_S2wtZfgHPU5EC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-30 15:44:39 -04:00
skia-flutter-autoroll
30ccbb47fb
Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC to fuchsia/sdk/core/mac-amd64:Z7vUHOlojg6n7o-K4Knm474YKdmi1a8pX7Klq_YmkpUC ( flutter/engine#10262 )
...
Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC to fuchsia/sdk/core/mac-amd64:Z7vUHOlojg6n7o-K4Knm474YKdmi1a8pX7Klq_YmkpUC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-30 15:36:44 -04:00
Kaushik Iska
e12e0d4468
[fuchsia] Bundle architecture specific gen_snapshots ( flutter/engine#10261 )
...
* [fuchsia] Bundle architecture specific gen_snapshots
This really fixes a bug in the current gensnapshot bundling
mechanism.
* remove dir only once
2019-07-30 12:01:28 -07:00
Kaushik Iska
5804aa33cb
[fuchsia] Add arm64 builds for flutter and dart runner ( flutter/engine#10260 )
2019-07-30 11:43:09 -07:00
Kaushik Iska
3fe744d41a
[fuchsia] Update buildroot to support arm64 ( flutter/engine#10240 )
2019-07-30 10:41:42 -07:00
skia-flutter-autoroll
3474af996b
Roll src/third_party/skia 9dc0b9e2f86a..e9cb76221597 (12 commits) ( flutter/engine#10259 )
...
https://skia.googlesource.com/skia.git
/compare/9dc0b9e2f86a..e9cb76221597
git log 9dc0b9e2f86adf9768b9daf2d519a7d1f4d75881..e9cb76221597ac9e9b0bf009ab1a843da8428d83 --date=short --no-merges --format=%ad %ae %s
2019-07-30 halcanary@google.com experimental/editor : handle word-left and word-right
2019-07-30 reed@google.com simplify canvas after looper's demise
2019-07-30 mtklein@google.com small refactors
2019-07-30 senorblanco@chromium.org First implementation of GrDawnUniformHandler.
2019-07-30 halcanary@google.com experimental/editor: clean up BUILD.gn
2019-07-30 michaelludwig@google.com Update SkPicture version for simplified image filter enums
2019-07-30 halcanary@google.com experimental/editor: Editor::markDirty() private helper
2019-07-29 robertphillips@google.com Add GrContext::defaultBackendFormat
2019-07-30 fmalita@chromium.org [skottie] Fix property observer scoping for effects
2019-07-16 fmalita@chromium.org Clean up SkBaseDevice::CreateInfo
2019-07-29 robertphillips@google.com Add GrCaps::isFormatCompressed
2019-07-30 reed@google.com remove drawlooper bots, as that code is now gone
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-30 13:31:00 -04:00
Kaushik Iska
1872c78afc
[fuchsia] Start building dart_patched_sdk ( flutter/engine#10246 )
...
* [fuchsia] Start building dart_patched_sdk
* fix path
2019-07-30 09:57:58 -07:00
skia-flutter-autoroll
f40729c84f
Roll fuchsia/sdk/core/linux-amd64 from 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC to cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC ( flutter/engine#10258 )
...
Roll fuchsia/sdk/core/linux-amd64 from 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC to cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-30 11:55:19 -04:00
skia-flutter-autoroll
b8e43fde45
Roll fuchsia/sdk/core/mac-amd64 from rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC to P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC ( flutter/engine#10256 )
...
Roll fuchsia/sdk/core/mac-amd64 from rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC to P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-30 11:26:59 -04:00
skia-flutter-autoroll
d392a10684
Roll src/third_party/skia 105c9d507045..9dc0b9e2f86a (1 commits) ( flutter/engine#10255 )
...
https://skia.googlesource.com/skia.git
/compare/105c9d507045..9dc0b9e2f86a
git log 105c9d507045dc700d0e2f25854e9f86913069ba..9dc0b9e2f86adf9768b9daf2d519a7d1f4d75881 --date=short --no-merges --format=%ad %ae %s
2019-07-29 reed@google.com remove code now that loopers are dead (w.r.t. canvas and paint)
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-30 09:26:59 -04:00
skia-flutter-autoroll
ea5abaa2e1
Roll fuchsia/sdk/core/mac-amd64 from Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC to rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC ( flutter/engine#10254 )
...
Roll fuchsia/sdk/core/mac-amd64 from Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC to rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-30 05:35:25 -04:00
skia-flutter-autoroll
353eec2c0b
Roll src/third_party/skia bff2939b6249..105c9d507045 (2 commits) ( flutter/engine#10252 )
...
https://skia.googlesource.com/skia.git
/compare/bff2939b6249..105c9d507045
git log bff2939b624903efa4e99c9095c778f3edf63e6e..105c9d507045dc700d0e2f25854e9f86913069ba --date=short --no-merges --format=%ad %ae %s
2019-07-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a96b79f90940..cbabea734cbd (6 commits)
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-30 04:45:36 -04:00
skia-flutter-autoroll
bea817d540
Roll fuchsia/sdk/core/linux-amd64 from IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC to 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC ( flutter/engine#10251 )
...
Roll fuchsia/sdk/core/linux-amd64 from IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC to 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-30 04:37:54 -04:00
skia-flutter-autoroll
f71c7495b6
Roll fuchsia/sdk/core/mac-amd64 from bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC to Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC ( flutter/engine#10249 )
...
Roll fuchsia/sdk/core/mac-amd64 from bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC to Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-30 02:14:21 -04:00
skia-flutter-autoroll
ee8d2085ef
Roll src/third_party/skia e68b5bd4e6e9..bff2939b6249 (1 commits) ( flutter/engine#10248 )
...
https://skia.googlesource.com/skia.git
/compare/e68b5bd4e6e9..bff2939b6249
git log e68b5bd4e6e9bdf5a69932fafbd17817572971e4..bff2939b624903efa4e99c9095c778f3edf63e6e --date=short --no-merges --format=%ad %ae %s
2019-07-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3575550a711b..e6092f3bc901 (9 commits)
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-30 01:10:58 -04:00
skia-flutter-autoroll
0c8805e767
Roll fuchsia/sdk/core/linux-amd64 from t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C to IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC ( flutter/engine#10247 )
...
Roll fuchsia/sdk/core/linux-amd64 from t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C to IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-30 01:02:19 -04:00
skia-flutter-autoroll
1794fdde1c
Roll fuchsia/sdk/core/mac-amd64 from tB0y68DmzKt_pHDzOKIZ27Tt0jE7i_sZO3_7vWaJ29kC to bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC ( flutter/engine#10245 )
...
Roll fuchsia/sdk/core/mac-amd64 from tB0y68DmzKt_pHDzOKIZ27Tt0jE7i_sZO3_7vWaJ29kC to bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 22:46:32 -04:00
skia-flutter-autoroll
a5a2f45dca
Roll fuchsia/sdk/core/linux-amd64 from dO9lMhm4HyJyMOym5kHTfsqcTk7090IfvYADRzLosGoC to t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C ( flutter/engine#10244 )
...
Roll fuchsia/sdk/core/linux-amd64 from dO9lMhm4HyJyMOym5kHTfsqcTk7090IfvYADRzLosGoC to t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 21:23:56 -04:00
Matt Carroll
e1e57a2d94
Android Embedding PR37: Separated FlutterActivity and FlutterFragment via FlutterActivityAndFragmentDelegate ( flutter/engine#9895 )
2019-07-29 17:40:25 -07:00
skia-flutter-autoroll
1527ec7b6f
Roll src/third_party/skia 9ef1b771afa7..e68b5bd4e6e9 (7 commits) ( flutter/engine#10243 )
...
https://skia.googlesource.com/skia.git
/compare/9ef1b771afa7..e68b5bd4e6e9
git log 9ef1b771afa75968b88c445d83bf60993a0b65c3..e68b5bd4e6e9bdf5a69932fafbd17817572971e4 --date=short --no-merges --format=%ad %ae %s
2019-07-29 csmartdalton@google.com don't try to format includes on windows
2019-07-29 csmartdalton@google.com Rename labrynth.cpp -> labyrinth.cpp
2019-07-29 senorblanco@chromium.org First draft of GrDawnBuffer.
2019-07-29 benjaminwagner@google.com Revert "experimental/editor: depend on ICU, handle word-left and word-right"
2019-07-29 benjaminwagner@google.com [infra] Update GalaxyS6
2019-07-25 mtklein@google.com flesh out SkVM ops a bit more
2019-07-29 halcanary@google.com experimental/editor: depend on ICU, handle word-left and word-right
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 20:10:29 -04:00
skia-flutter-autoroll
62af15484f
Roll fuchsia/sdk/core/mac-amd64 from sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC to tB0y68DmzKt_pHDzOKIZ27Tt0jE7i_sZO3_7vWaJ29kC ( flutter/engine#10241 )
...
Roll fuchsia/sdk/core/mac-amd64 from sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC to tB0y68DmzKt_pHDzOKIZ27Tt0jE7i_sZO3_7vWaJ29kC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 19:20:27 -04:00
skia-flutter-autoroll
2ad39ac4ae
Roll fuchsia/sdk/core/linux-amd64 from sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC to dO9lMhm4HyJyMOym5kHTfsqcTk7090IfvYADRzLosGoC ( flutter/engine#10239 )
...
Roll fuchsia/sdk/core/linux-amd64 from sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC to dO9lMhm4HyJyMOym5kHTfsqcTk7090IfvYADRzLosGoC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 17:52:32 -04:00
skia-flutter-autoroll
b7560e732f
Roll src/third_party/skia a8825f5a8b82..9ef1b771afa7 (8 commits) ( flutter/engine#10238 )
...
https://skia.googlesource.com/skia.git
/compare/a8825f5a8b82..9ef1b771afa7
git log a8825f5a8b822920f30cdb5e2c36ec74ecf98531..9ef1b771afa75968b88c445d83bf60993a0b65c3 --date=short --no-merges --format=%ad %ae %s
2019-07-29 halcanary@google.com experimental/editor: scroll on cursor movement, Editor::getLocation
2019-07-29 egdaniel@google.com Remove need for GrVkPipelineLayout class.
2019-07-26 michaelludwig@google.com Use SkTileMode for blur and matrix convolution filters
2019-07-29 mtklein@google.com don't try to format removed files
2019-07-29 ethannicholas@google.com renamed SkSL texture() and process() to sample()
2019-07-29 jvanverth@google.com Use shared mode for Metal texture upload buffers.
2019-07-26 brianosman@google.com Allow defined functions in the SkSL .inc files
2019-07-26 csmartdalton@google.com skpbench: invoke 'adb wait-for-device' lazily
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 16:35:32 -04:00
skia-flutter-autoroll
9405613503
Roll fuchsia/sdk/core/mac-amd64 from Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC to sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC ( flutter/engine#10237 )
...
Roll fuchsia/sdk/core/mac-amd64 from Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC to sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 15:49:44 -04:00
Michael Klimushyn
efeba40734
Deprecate FlutterView#enableTransparentBackground ( flutter/engine#10235 )
...
The API breaks accessibility highlighting because of
SurfaceView#setZOrderOnTop. Deprecate it since the underlying issue is
an Android SDK one that can't be worked around from within a
SurfaceView.
2019-07-29 12:46:26 -07:00
Petr Hosek
dc120bef91
Add gclient_gn_args_file to DEPS ( flutter/engine#10153 )
...
Flutter uses its own DEPS file to checkout dart. To unblock
https://dart-review.googlesource.com/c/sdk/+/107837 Dart GN needs to not
fail to find build/config/gclient_args.gni even when flutter checks it
out. To fix this, this change just adds the same change to Flutter's
DEPS so that Flutter will generate the needed GN file for Dart. After
this change lands we can reland 107837.
2019-07-29 12:37:37 -07:00
Ben Konyi
5b6121f54e
Roll src/third_party/dart 0ca1582afd..1e43d65d4a (50 commits) ( flutter/engine#10226 )
...
dart-lang/sdk@1e43d65d4a [cfe] Merge KernelFunctionBuilder into ProcedureBuilder
dart-lang/sdk@87626888a4 [cfe, dart2js] Constant hashcode improvements.
dart-lang/sdk@b8614ca613 Revert InheritanceManager3 changes.
dart-lang/sdk@8b6badda35 [cfe] Add static type test
dart-lang/sdk@a9ebb5c3c8 Enable running language model unit tests on windows
dart-lang/sdk@43d6819c28 [js_runtime] Avoid testing subtypes of JSArray in js_array.dart
dart-lang/sdk@306a592fe4 Add a test for hovers now that doc comments are preserved
dart-lang/sdk@e57b7f2101 Update member sorter to sort extensions
dart-lang/sdk@b98d5c424e [dart2js] new-rti: Remove subtype check metering
dart-lang/sdk@614c0cbb52 [dart2js] new-rti: Impacts for _generalXXX methods
dart-lang/sdk@030ef7b2b3 [dart2js] new-rti: HAsCheck basic optimization
dart-lang/sdk@03e5d910ce [dart2js] Register _Universe.addRules as a global impact.
dart-lang/sdk@05fdac2769 [dart2js] Support optional named parameters in function RTI.
dart-lang/sdk@bab9e69ad2 Add more tests of extension methods
dart-lang/sdk@48ce5c2f16 Deprecate isMoreSpecificThan() and isDirectSupertypeOf().
dart-lang/sdk@0c8a7b12ab [dart2js] Implement evalTypeVariable in new RTI.
dart-lang/sdk@c5da55311a Fix promoteToNonNull() to support type parameters.
dart-lang/sdk@c27db7ce6f Preliminary work for INVALID_USE_OF_NEVER
dart-lang/sdk@5b5ddeda92 Switch EdgeBuilder to InheritanceManager3.
dart-lang/sdk@4c34d5825b [analyzer] change listPostfixCompletionTemplates to not be async
dart-lang/sdk@42769d3391 [dartdevc] Update error messages to use new label in github url
dart-lang/sdk@e76879acc4 Add 'inheritanceManager' to LinterContext.
dart-lang/sdk@b5871f59bc [analyzer] update the pkg/.gitignore file to ignore the pkg/analysis_server/language_model/ dir
dart-lang/sdk@575f5c8b90 Revert "[vm] Fix uri/path discrepancy preventing running snapshots via spawnUri"
dart-lang/sdk@0a73628a20 [ VM ] Fix asan failures in Isolate_getDebugName
dart-lang/sdk@dceeadae53 [dartdevc] Fix unevaluated constants when building SDK with kernel
dart-lang/sdk@d60345a77b Move import directive prefix offset into informative data.
dart-lang/sdk@c4b829ba2c [vm] Fix uri/path discrepancy preventing running snapshots via spawnUri
dart-lang/sdk@d2f1dde3c7 Merge two codes, improve some messages, and general code cleanup
dart-lang/sdk@16f7076547 [vm/bytecode] Generate bytecode for expression evaluation
dart-lang/sdk@6241ea1788 Disable running a test from test_all that breaks when run from a parent directory
dart-lang/sdk@a0e8fc935e Guard against NPE when checking for an implicit covariance cast in an invocation of an extension method
dart-lang/sdk@1d14f239b0 Fix one of the language tests
dart-lang/sdk@75c2c7faf0 [vm/bytecode] Fix number of checked args when calling setters
dart-lang/sdk@d742779f04 Fix LeastUpperBoundTest tests for mixins.
dart-lang/sdk@78224f9b0c [cfe+analyzer+dart2js] Support union markers in id-testing
dart-lang/sdk@bcfe26cba0 [cfe] Fail early on unsupported evaluated constants
dart-lang/sdk@e1cb626127 Deprecate DartType.isEquivalentTo and replace with '=='.
dart-lang/sdk@c49eeadd2a Remove workarounds for http://dartbug.com/37587
dart-lang/sdk@8b81bb8115 Remove some unused imports
dart-lang/sdk@a42f5a668f Include mixin superclass constraints into superinterfaces.
dart-lang/sdk@e9220a762b [dart2js] Cache [_ConstantNodeIndexerVisitor] on [_MemberData]
dart-lang/sdk@27bec56744 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it.
dart-lang/sdk@545afa246c [ VM ] Fix potential races in Isolate_getDebugName
dart-lang/sdk@f5400e9bcd [ Service ] Update package:vm_service description and homepage
dart-lang/sdk@b68e5c4338 [vm] Clear native flag on dynamic invocation forwarders.
dart-lang/sdk@7b850d213c [infra] Make tools/test.py --system=android -ax64 -cdartkp -mreleaes work
dart-lang/sdk@32bb7441b4 [nit] style in run_vm_tests.cc: func args comments, NULL -> nullptr.
dart-lang/sdk@d44076efea [vm/compiler] Add S-expression layer to serializer.
dart-lang/sdk@1365def43f Compare nullabilitySuffix in DartType equality.
2019-07-29 11:48:16 -07:00
skia-flutter-autoroll
62278c93d4
Roll fuchsia/sdk/core/linux-amd64 from KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC to sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC ( flutter/engine#10236 )
...
Roll fuchsia/sdk/core/linux-amd64 from KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC to sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 14:17:49 -04:00
skia-flutter-autoroll
d3bed4626b
Roll src/third_party/skia 33f77d35ca2c..a8825f5a8b82 (7 commits) ( flutter/engine#10234 )
...
https://skia.googlesource.com/skia.git
/compare/33f77d35ca2c..a8825f5a8b82
git log 33f77d35ca2cf082f4f2eb015a566df6b3da9bb3..a8825f5a8b822920f30cdb5e2c36ec74ecf98531 --date=short --no-merges --format=%ad %ae %s
2019-07-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-29 senorblanco@chromium.org Update Dawn backend to ToT Skia.
2019-07-28 benjaminwagner@google.com Omit test that sometimes causes Chromebook to die
2019-07-29 egdaniel@google.com Fix valgrind crash in TransferFrom test.
2019-07-29 jvanverth@google.com Use raw MTLBuffer for texture uploads.
2019-07-26 brianosman@google.com Finish and document particle public API
2019-07-26 robertphillips@google.com Switch BackendAllocationTests from GrPixelConfig to GrColorType
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 13:00:38 -04:00
skia-flutter-autoroll
ee343e6c55
Roll fuchsia/sdk/core/mac-amd64 from ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC to Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC ( flutter/engine#10233 )
...
Roll fuchsia/sdk/core/mac-amd64 from ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC to Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 12:25:03 -04:00
skia-flutter-autoroll
68fda4a896
Roll fuchsia/sdk/core/linux-amd64 from ISiFpcMgbC8YvJFToME5zsYYoMyQumU18tgRpRZ9pzUC to KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC ( flutter/engine#10232 )
...
Roll fuchsia/sdk/core/linux-amd64 from ISiFpcMgbC8YvJFToME5zsYYoMyQumU18tgRpRZ9pzUC to KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 10:41:22 -04:00
skia-flutter-autoroll
22275edd5f
Roll src/third_party/skia d188f3a9613d..33f77d35ca2c (1 commits) ( flutter/engine#10231 )
...
https://skia.googlesource.com/skia.git
/compare/d188f3a9613d..33f77d35ca2c
git log d188f3a9613da90d60e60789858d087aea87ae36..33f77d35ca2cf082f4f2eb015a566df6b3da9bb3 --date=short --no-merges --format=%ad %ae %s
2019-07-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 09:25:31 -04:00
skia-flutter-autoroll
b12fa184e9
Roll fuchsia/sdk/core/mac-amd64 from yu4Om03h629ccNGz6VFeOZXcTNNAmG1LAPBT_qnaBJMC to ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC ( flutter/engine#10230 )
...
Roll fuchsia/sdk/core/mac-amd64 from yu4Om03h629ccNGz6VFeOZXcTNNAmG1LAPBT_qnaBJMC to ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 08:57:33 -04:00
skia-flutter-autoroll
b9d4956da8
Roll fuchsia/sdk/core/linux-amd64 from 20vXMZCV-iL4qwrNPVn6dxp5PRho0hwl_AhrPEnNKi8C to ISiFpcMgbC8YvJFToME5zsYYoMyQumU18tgRpRZ9pzUC ( flutter/engine#10229 )
...
Roll fuchsia/sdk/core/linux-amd64 from 20vXMZCV-iL4qwrNPVn6dxp5PRho0hwl_AhrPEnNKi8C to ISiFpcMgbC8YvJFToME5zsYYoMyQumU18tgRpRZ9pzUC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 07:04:29 -04:00
skia-flutter-autoroll
4425ece5d4
Roll fuchsia/sdk/core/mac-amd64 from CoLaLq_F9_MRtDegPCDXZGNfpY1UwLbAUeoluzTqbpsC to yu4Om03h629ccNGz6VFeOZXcTNNAmG1LAPBT_qnaBJMC ( flutter/engine#10228 )
...
Roll fuchsia/sdk/core/mac-amd64 from CoLaLq_F9_MRtDegPCDXZGNfpY1UwLbAUeoluzTqbpsC to yu4Om03h629ccNGz6VFeOZXcTNNAmG1LAPBT_qnaBJMC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 05:31:58 -04:00
skia-flutter-autoroll
654a7f291d
Roll src/third_party/skia d00c75153395..d188f3a9613d (2 commits) ( flutter/engine#10227 )
...
https://skia.googlesource.com/skia.git
/compare/d00c75153395..d188f3a9613d
git log d00c7515339505887cbc147a86ad6747322dbfcd..d188f3a9613da90d60e60789858d087aea87ae36 --date=short --no-merges --format=%ad %ae %s
2019-07-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fab397e5acde..a96b79f90940 (15 commits)
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 04:48:37 -04:00
skia-flutter-autoroll
06babc18d5
Roll fuchsia/sdk/core/linux-amd64 from 8eVGwocM2Nf0sf0cXFd77-kuXJAOGyxlJ7hRTadGzGYC to 20vXMZCV-iL4qwrNPVn6dxp5PRho0hwl_AhrPEnNKi8C ( flutter/engine#10225 )
...
Roll fuchsia/sdk/core/linux-amd64 from 8eVGwocM2Nf0sf0cXFd77-kuXJAOGyxlJ7hRTadGzGYC to 20vXMZCV-iL4qwrNPVn6dxp5PRho0hwl_AhrPEnNKi8C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-29 03:26:06 -04:00
skia-flutter-autoroll
c13a193381
Roll fuchsia/sdk/core/mac-amd64 from mN-y1-yecBl6jMoTt7OiN0AhayON0fn2sONaBOm_KVQC to CoLaLq_F9_MRtDegPCDXZGNfpY1UwLbAUeoluzTqbpsC ( flutter/engine#10224 )
...
Roll fuchsia/sdk/core/mac-amd64 from mN-y1-yecBl6jMoTt7OiN0AhayON0fn2sONaBOm_KVQC to CoLaLq_F9_MRtDegPCDXZGNfpY1UwLbAUeoluzTqbpsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-29 02:04:19 -04:00
skia-flutter-autoroll
0db8ec3d7b
Roll src/third_party/skia 02f345f54364..d00c75153395 (1 commits) ( flutter/engine#10223 )
...
https://skia.googlesource.com/skia.git
/compare/02f345f54364..d00c75153395
git log 02f345f543641deb477998ef1ba986239fbc1e0f..d00c7515339505887cbc147a86ad6747322dbfcd --date=short --no-merges --format=%ad %ae %s
2019-07-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ec3039253ab8..3575550a711b (1 commits)
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-07-29 01:11:37 -04:00
skia-flutter-autoroll
ea806ab0cf
Roll fuchsia/sdk/core/linux-amd64 from jbKl4GTYa_deUYnDoyix1cB5qfprKvVYT2CbhDgcGhsC to 8eVGwocM2Nf0sf0cXFd77-kuXJAOGyxlJ7hRTadGzGYC ( flutter/engine#10222 )
...
Roll fuchsia/sdk/core/linux-amd64 from jbKl4GTYa_deUYnDoyix1cB5qfprKvVYT2CbhDgcGhsC to 8eVGwocM2Nf0sf0cXFd77-kuXJAOGyxlJ7hRTadGzGYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-28 23:51:09 -04:00
skia-flutter-autoroll
113d30473b
Roll fuchsia/sdk/core/mac-amd64 from FN625eYnfzh6dnRrdwM6hZsws0IdnAZlbp4AtD1hV6gC to mN-y1-yecBl6jMoTt7OiN0AhayON0fn2sONaBOm_KVQC ( flutter/engine#10221 )
...
Roll fuchsia/sdk/core/mac-amd64 from FN625eYnfzh6dnRrdwM6hZsws0IdnAZlbp4AtD1hV6gC to mN-y1-yecBl6jMoTt7OiN0AhayON0fn2sONaBOm_KVQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-28 22:39:19 -04:00
skia-flutter-autoroll
51ed3c2d10
Roll fuchsia/sdk/core/linux-amd64 from bqPLh92OlA429QsDq98w6CufH1XlmPSLwYKgsqZgn4gC to jbKl4GTYa_deUYnDoyix1cB5qfprKvVYT2CbhDgcGhsC ( flutter/engine#10220 )
...
Roll fuchsia/sdk/core/linux-amd64 from bqPLh92OlA429QsDq98w6CufH1XlmPSLwYKgsqZgn4gC to jbKl4GTYa_deUYnDoyix1cB5qfprKvVYT2CbhDgcGhsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-28 20:16:09 -04:00
skia-flutter-autoroll
56c3bb70e9
Roll fuchsia/sdk/core/mac-amd64 from Pufu3Tm8W7wHt8qx8Vpz0VEFDFHOOtDgt7XcCOCPARMC to FN625eYnfzh6dnRrdwM6hZsws0IdnAZlbp4AtD1hV6gC ( flutter/engine#10219 )
...
Roll fuchsia/sdk/core/mac-amd64 from Pufu3Tm8W7wHt8qx8Vpz0VEFDFHOOtDgt7XcCOCPARMC to FN625eYnfzh6dnRrdwM6hZsws0IdnAZlbp4AtD1hV6gC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-28 19:05:12 -04:00
skia-flutter-autoroll
b50da0d94c
Roll fuchsia/sdk/core/linux-amd64 from 6BItGyZPy-kWQCPYukzjNDtHXySVQvEkbU8tlP1OlWQC to bqPLh92OlA429QsDq98w6CufH1XlmPSLwYKgsqZgn4gC ( flutter/engine#10218 )
...
Roll fuchsia/sdk/core/linux-amd64 from 6BItGyZPy-kWQCPYukzjNDtHXySVQvEkbU8tlP1OlWQC to bqPLh92OlA429QsDq98w6CufH1XlmPSLwYKgsqZgn4gC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-28 16:36:43 -04:00
skia-flutter-autoroll
9da33592c2
Roll fuchsia/sdk/core/mac-amd64 from NAnkNGZ88vT6kaRI35Xgtyinrgb6WcwByqV0b-S-xgIC to Pufu3Tm8W7wHt8qx8Vpz0VEFDFHOOtDgt7XcCOCPARMC ( flutter/engine#10217 )
...
Roll fuchsia/sdk/core/mac-amd64 from NAnkNGZ88vT6kaRI35Xgtyinrgb6WcwByqV0b-S-xgIC to Pufu3Tm8W7wHt8qx8Vpz0VEFDFHOOtDgt7XcCOCPARMC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-28 15:37:55 -04:00
skia-flutter-autoroll
3fb6e2bd8c
Roll fuchsia/sdk/core/linux-amd64 from xTvDcGzBT-38KIrk9PfV_IUaUh_d-_2MXjDHXklrfnoC to 6BItGyZPy-kWQCPYukzjNDtHXySVQvEkbU8tlP1OlWQC ( flutter/engine#10216 )
...
Roll fuchsia/sdk/core/linux-amd64 from xTvDcGzBT-38KIrk9PfV_IUaUh_d-_2MXjDHXklrfnoC to 6BItGyZPy-kWQCPYukzjNDtHXySVQvEkbU8tlP1OlWQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-28 12:56:01 -04:00
skia-flutter-autoroll
c376aaa37e
Roll fuchsia/sdk/core/mac-amd64 from d4SNbLnstth08DewJbq2L9bd33QQQeYBnzu2AK_7pjYC to NAnkNGZ88vT6kaRI35Xgtyinrgb6WcwByqV0b-S-xgIC ( flutter/engine#10214 )
...
Roll fuchsia/sdk/core/mac-amd64 from d4SNbLnstth08DewJbq2L9bd33QQQeYBnzu2AK_7pjYC to NAnkNGZ88vT6kaRI35Xgtyinrgb6WcwByqV0b-S-xgIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
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.
2019-07-28 12:11:07 -04:00