Commit Graph

7433 Commits

Author SHA1 Message Date
Ben Konyi
a18a893eba Roll src/third_party/dart a8f3a5dae6..8e73b3c006 (92 commits)
8e73b3c006 Enable ui-as-code features.
698800a902 [ VM / Service ] Initialize ThreadInterrupter state even if profiler isn't enabled.
e7f75e11ae Add more checks for manifest
4b7d256a06 Revert "Enable constant-update-2018 by default." and "Update .expect files in pkg/front_end after e9ca6a53"
ecdbdf00b8 [dartdevc] Retry ddc incremental compile on crash
6dc209e858 [tests] UI-as-Code in const collections is a compile time error
f175b0baf8 Report errors for using control-flow and spread features in a const context
73d99df7e0 Report when a potentially nullable type is used in an on clause
80dd5ca3d4 new "modifier out of order" error code
9070d6ae61 [dart/vm] Inspect shift constant in absence of range analysis
49607d13e2 Bump markdown to 2.0.3
1642934663 [vm, interpreter] Emit only one copy of exception processing.
41e9878348 Unbreak two tests that were failing on Windows.
cef1e31284 Rewrite AST for implicit instance creation.
6e28c24a01 [vm/compiler/bytecode] Ensure CheckStackOverflow is in the join block
5af34ea93d [CFE] Handle invalid constant string interpolation in unevaluated constant expressions
457a781bd7 Reland "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
2b4d27bf6f Fix test_unresolved_annotation_instanceCreation_argument_super.
c3428c9342 Disallow UI-as-code in constants if constant-update-2018 is disabled.
a8e8b2c426 [vm/compiler] Elide DebugStepCheck instructions in PRODUCT mode
4b19ca1489 Add language_2 tests for NNBD null-assertion operator (!)
2768cce4bf Revert "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
8188e02661 Create ConstFieldElementImpl for final instance fields in classes with const constructors.
6761015e30 Fixes for unresolved and invalid URIs.
890d12fa47 Do not append `!` to type names in tests that exercise NullabilitySuffix.none.
2f77be6dc7 Fix overzealous rename.
58ff41ad33 Add test for static tear-off
e0bb1c8a58 [dartdevc] switch DDC tests to use Kernel files
32f5223119 Search all directories when attempting to analyze manifest files
5319d76b5a Run ddc worker tests
a63bf3c846 [vm] Don't call the debug step check stub or bytecode in PRODUCT mode.
f8c1cc7c24 Update the output for the generated Outline.java to compile.  Outline.java has a special fromJson() method special cased in codegen_java_types.dart that was not updated when fields were added to the protocol.
144bfdfce6 [vm] Use a separate kind tag for static field initializers.
92c14cb7ef [fuchsia] Mark subprocess images as executable
f0ae4de9a7 [ VM / Service ] Fixed GetCpuProfileTimeline which was attempting to parse 64-bit values as if they were 32 bits.
bd4576174e Remove the nullability variants of dynamic, bottom, and void.
a82a35af71 Rework _checkForDeadNullCoalesce using `isNonNullable`.
fa5440a568 Fix a typo in the comments
77d096ca94 Add AST representation of the required keyword
f315727b79 Add basic resolution semantics for null-assertion operator
067293b7fc Update the copyright year to 2019 before pushing DAS 1.26.0 version to the Dart plugin
3937751b94 Switch AST summaries tests from the hardcoded SDK to MockSdk.
369c9653c6 Store 'definingType' for next to raw Element references.
b9eb7c312c Add nullability testing methods to TypeSystem
55ff0abde5 Rework building types for type annotations and declarations.
76e62d83e3 [vm/precompiler,const eval] Properly handle constant closures with delayed type args.
0b6c61dbd3 tests for issue 36055
ae05bc6ec5 Add support for the type Never
92b4f78148 Fix warnings discovered during Apr 15 analyzer/front_end roll.
79974bb026 Rename Nullability enum to avoid confusion with spec.
e42a8032fb [cfe] Remove uninferred initializers from outlines
4b42f87971 Remove unused import
193458abaa Return the keyword from childEntities for import and export directives
d3e00fd35e Update .expect files in pkg/front_end after e9ca6a53
b997b59c09 Include manifest in the list of files to analyze
ec0447db5d Add support for using ExpectedError and convert a couple of tests over to use it
ea8d6e6fa9 Rename some error checking methods
3e6fd64a8a Dependencies based type inference with AST summaries.
c18c1f4bfb [fuchsia] Use Unmap() instead of zx_vmar_unmap()
0aa5547de1 Add missed tests and fix bug
22a843a23d Fix precedence of postfix "!" operator
f3dbfee467 Fix the error message template for EXPERIMENT_NOT_ENABLED.
2e7bd1359d parse dart language version comment
e89850f95d Move STRICT_RAW_TYPE on constructors to INFERENCE_FAILURE_ON_INSTANCE_CREATION
381f94522c [fuchsia] Fix vmo leak
61bb30822b Revert "[VM-debugger] resolve column breakpoint tokenposition into a single value"
0314d86af4 Add errors when a nullable type is used as a supertype
9cc008e49c [vm/bytecode] Add bytecode instructions for double operations
734c50cbf2 [vm/bytecode] Update expectations for bytecode generator unit test
3714658d0f [vm] Fix Win32 build broken by 2a237327b220d54f64469484d35a02b641914053
1ca57fc729 Update cfe_constant_evaluation_test and remove old constant-expression tests now that constant-update-2018 is on by default
2d1440b848 [VM-debugger] resolve column breakpoint tokenposition into a single value
0d65bb9ab3 [VM] Adjust the expected results for get_source_report_test.dart
7b893ce825 Check return value from Dart_PostCObject() in sample extension
47520b1856 test.py plumbing for ABI versions
25cb45c02f [vm/aot/tfa] Update TFA tests after front-end starts evaluating constants
6c5709c44a Remove the URI of types until we can produce better URIs
2a237327b2 [vm/compiler] Take into account all redefinitions when computing aliasing.
bc5cc91fef Fix the command line for getting the Git head short hash
85f623374a Triage and fix some more tests.
5746227588 Support for configurations in import/export directives.
e9ca6a5335 Enable constant-update-2018 by default.
125ee3b719 [vm/compiler/aot] Avoid using EnterCallRuntimeFrame/LeaveCallRuntimeFrame due to code size of register spilling
d81783ff5f Begin writing language_2 tests for NNBD.
c2eb9a9860 Add support to the element model for both lazy variables and required parameters
4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
a3d13fbf54 [CFE] Option to report error on unevaluated constants.
394f88d5cf Create source information from ConstantExpression
b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96a96 [dartdevc] fix #36532, adds DDC support for CFE constant flag
022400eecb Fix several small issues with AST based summaries.
2019-04-16 15:54:48 -07:00
skia-flutter-autoroll
3538461673 Roll src/third_party/skia 68aeec07de4a..db13d3874846 (16 commits) (flutter/engine#8595)
https://skia.googlesource.com/skia.git/%2Blog/68aeec07de4a..db13d3874846

git log 68aeec07de4a1894a5cefde405abcb5a49801df6..db13d38748462b713beeeed33fb0eb9d95c1270e --date=short --no-merges --format=%ad %ae %s
2019-04-16 bungeman@google.com Move SkTLazy.h to src/
2019-04-16 mtklein@google.com Reland "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 borenet@google.com [infra] Add chrome_release_branch script
2019-04-16 mtklein@google.com roll libpng to 1.6.37
2019-04-16 mtklein@google.com pass SkVx::Vec arguments as const&
2019-04-16 egdaniel@google.com Revert "Add GrDisableColorXPFactory::makeXferProcessor()"
2019-04-16 bungeman@google.com Remove generateCharFromGlyph and charToGlyphID.
2019-04-16 ethannicholas@google.com added more SPIR-V RelaxedPrecision decorations
2019-04-16 mtklein@google.com Revert "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 herb@google.com Reduce use of path generation
2019-04-16 mtklein@google.com align skvx::Vec<N,T> to N*sizeof(T)
2019-04-16 csmartdalton@google.com Add GrDisableColorXPFactory::makeXferProcessor()
2019-04-16 bsalomon@google.com Ensure that insetting for blur texture domain doesn't invert domain rect.
2019-04-16 bungeman@google.com Remove deprecated SkPaintFilterCanvas::onFilter.
2019-04-16 kjlubick@google.com WASM build cleanups
2019-04-16 herb@google.com Remove non-canonical font color

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 17:30:04 -04:00
Qxyat
500f19660d Composite Embedded Views with the correct GrContext
PaintRecorder Canvases are not associated with GrContexts.
2019-04-16 14:13:34 -07:00
Vyacheslav Egorov
a712312807 Roll buildroot to ce7b5c786a12927c9e0b4543af267d48c52e0b3a (flutter/engine#8593)
ce7b5c7 Don't assume anything above SSE2 when compiling X64 code (e.g. dart binary) (#233)
2019-04-16 22:43:59 +02:00
skia-flutter-autoroll
5d80be8cc3 Roll src/third_party/skia 6c431d52020c..68aeec07de4a (7 commits) (flutter/engine#8590)
https://skia.googlesource.com/skia.git/%2Blog/6c431d52020c..68aeec07de4a

git log 6c431d52020c6ed8d48681c9443ec3131fd0ed34..68aeec07de4a1894a5cefde405abcb5a49801df6 --date=short --no-merges --format=%ad %ae %s
2019-04-16 bsalomon@google.com Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading.
2019-04-16 jvanverth@google.com Convert 565 and 4444 bitmaps to 8888 for Mac Metal.
2019-04-15 csmartdalton@google.com Don't flush pipeline state when querying sample locations in GL
2019-04-15 mtklein@google.com just some refactoring for fm_bot.go
2019-04-15 egdaniel@google.com Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
2019-04-10 bsalomon@google.com GrSurface -> GrGpuBuffer transfer improvements:
2019-04-10 bsalomon@google.com Avoid multiplication by alpha in fragment shader when known to be 1.

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 13:57:24 -04:00
skia-flutter-autoroll
4ff68e6b02 Roll src/third_party/skia 5bee533ef3a3..6c431d52020c (1 commits) (flutter/engine#8589)
https://skia.googlesource.com/skia.git/%2Blog/5bee533ef3a3..6c431d52020c

git log 5bee533ef3a37c952ed227263be1b6fa508310c7..6c431d52020c6ed8d48681c9443ec3131fd0ed34 --date=short --no-merges --format=%ad %ae %s
2019-04-15 brianosman@google.com Towards a simpler SkSL -> GLSL pipeline (and better shader reflection)

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 10:27:27 -04:00
skia-flutter-autoroll
711b0d2d0b Roll src/third_party/skia 9d10206b7add..5bee533ef3a3 (4 commits) (flutter/engine#8587)
https://skia.googlesource.com/skia.git/%2Blog/9d10206b7add..5bee533ef3a3

git log 9d10206b7add9da6a7e34cf0262cc3cf2e7cba41..5bee533ef3a37c952ed227263be1b6fa508310c7 --date=short --no-merges --format=%ad %ae %s
2019-04-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 065f8dc35f9d..e7da32f1c73e (7 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b2d31144d9af..95629c4c410f (449 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 64b761a8af9b..25be5bb97518 (11 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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 02:11:24 -04:00
skia-flutter-autoroll
3d192e1f8a Roll src/third_party/skia d51d00745b1d..9d10206b7add (1 commits) (flutter/engine#8586)
https://skia.googlesource.com/skia.git/%2Blog/d51d00745b1d..9d10206b7add

git log d51d00745b1ddad78b777973c9df56d351ff5e02..9d10206b7add9da6a7e34cf0262cc3cf2e7cba41 --date=short --no-merges --format=%ad %ae %s
2019-04-15 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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 22:43:24 -04:00
skia-flutter-autoroll
7dbee97969 Roll src/third_party/skia bf15b6676843..d51d00745b1d (6 commits) (flutter/engine#8584)
https://skia.googlesource.com/skia.git/%2Blog/bf15b6676843..d51d00745b1d

git log bf15b6676843625cf68b9df44705d808cf8236c7..d51d00745b1ddad78b777973c9df56d351ff5e02 --date=short --no-merges --format=%ad %ae %s
2019-04-15 mtklein@google.com add _M_ARM64 support
2019-04-15 csmartdalton@google.com Support multisample in GrProxyProvider::MakeFullyLazyProxy
2019-04-15 mtklein@google.com add retries to fm_bot
2019-04-15 jvanverth@google.com Fix fontcache GMs on Metal.
2019-04-15 reed@google.com use slope-guess for faster charToGlyph
2019-04-11 herb@google.com Reland "Convert the CPU mask case to use prepareForDrawing"

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 19:14:59 -04:00
Chinmay Garde
6edfaf7855 Remove the flutter_aot GN argument. (flutter/engine#8581)
This argument has been defunct for a while. It was originally added as a
means of testing the AOT machinery in debug modes.
2019-04-15 12:57:45 -07:00
skia-flutter-autoroll
322d97e42c Roll src/third_party/skia 1875353110d1..bf15b6676843 (8 commits) (flutter/engine#8582)
https://skia.googlesource.com/skia.git/%2Blog/1875353110d1..bf15b6676843

git log 1875353110d12bda6374d099a159937fad48de72..bf15b6676843625cf68b9df44705d808cf8236c7 --date=short --no-merges --format=%ad %ae %s
2019-04-15 mtklein@google.com dump stack trace in FM on failure
2019-04-15 scroggo@google.com Implement SkHeifCodec::onRewind
2019-04-15 mtklein@google.com restore vmull_u8() in color32()
2019-04-15 brianosman@google.com Guard GrRadialGradientLayout::TestCreate against Empty shaders
2019-04-15 fmalita@chromium.org [skottie] 'Add' layer blend mode support
2019-04-13 mtklein@google.com step carefully in decal_nofilter_scale
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 0da672fc2c69..668026c511f3 (1 commits)
2019-04-12 mtklein@google.com always zero SkMallocPixelRefs

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 15:46:25 -04:00
skia-flutter-autoroll
988ec1512e Roll src/third_party/skia 1fe0b86f17f3..1875353110d1 (5 commits) (flutter/engine#8580)
https://skia.googlesource.com/skia.git/%2Blog/1fe0b86f17f3..1875353110d1

git log 1fe0b86f17f3bd20fb4ecbf04df6b4ded785255f..1875353110d12bda6374d099a159937fad48de72 --date=short --no-merges --format=%ad %ae %s
2019-04-15 benjaminwagner@google.com Add LenovoYogaC630 (Win arm64 bot)
2019-04-15 reed@google.com removed localmatrix getter
2019-04-15 brianosman@google.com Extend --writeShaders to output SPIR-V
2019-04-12 egdaniel@google.com Add callback to flush for knowing when gpu is finished work.
2019-04-12 robertphillips@google.com Plumb sk_sp through the GrOpList class hierarchy

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 12:17:25 -04:00
skia-flutter-autoroll
88ed68f34d Roll src/third_party/skia e1c5ea6779f4..1fe0b86f17f3 (1 commits) (flutter/engine#8579)
https://skia.googlesource.com/skia.git/%2Blog/e1c5ea6779f4..1fe0b86f17f3

git log e1c5ea6779f431023c54e801c662723b3547381a..1fe0b86f17f3bd20fb4ecbf04df6b4ded785255f --date=short --no-merges --format=%ad %ae %s
2019-04-12 robertphillips@google.com Remove some unused GrSurfaceProxy methods

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 08:46:24 -04:00
skia-flutter-autoroll
2419db38e1 Roll src/third_party/skia 3611ee1bb157..e1c5ea6779f4 (3 commits) (flutter/engine#8578)
https://skia.googlesource.com/skia.git/%2Blog/3611ee1bb157..e1c5ea6779f4

git log 3611ee1bb157469ab8f4904cd2261dfdc7dee6b6..e1c5ea6779f431023c54e801c662723b3547381a --date=short --no-merges --format=%ad %ae %s
2019-04-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cfc73cc1af5e..065f8dc35f9d (12 commits)
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6506f553b36c..b2d31144d9af (500 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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 04:33:24 -04:00
skia-flutter-autoroll
5cd8d37d2d Roll src/third_party/skia c9f55de2ed39..3611ee1bb157 (1 commits) (flutter/engine#8577)
https://skia.googlesource.com/skia.git/%2Blog/c9f55de2ed39..3611ee1bb157

git log c9f55de2ed394b278b29c3b9bf686e3c30493734..3611ee1bb157469ab8f4904cd2261dfdc7dee6b6 --date=short --no-merges --format=%ad %ae %s
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 13f230772370..64b761a8af9b (23 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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 01:04:24 -04:00
skia-flutter-autoroll
c5e12144ee Roll src/third_party/skia b5e57e9a3d0f..c9f55de2ed39 (1 commits) (flutter/engine#8576)
https://skia.googlesource.com/skia.git/%2Blog/b5e57e9a3d0f..c9f55de2ed39

git log b5e57e9a3d0f94c0376b44a9ebc6b09b8a3771e8..c9f55de2ed394b278b29c3b9bf686e3c30493734 --date=short --no-merges --format=%ad %ae %s
2019-04-13 herb@google.com Inline computeHinting

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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 15:34:24 -04:00
skia-flutter-autoroll
ad437b4cd1 Roll src/third_party/skia 5c6b565bdfb9..b5e57e9a3d0f (1 commits) (flutter/engine#8575)
https://skia.googlesource.com/skia.git/%2Blog/5c6b565bdfb9..b5e57e9a3d0f

git log 5c6b565bdfb90f0ad0309de09947cb3234f43835..b5e57e9a3d0f94c0376b44a9ebc6b09b8a3771e8 --date=short --no-merges --format=%ad %ae %s
2019-04-14 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 05:43:24 -04:00
skia-flutter-autoroll
e3d8cbf665 Roll src/third_party/skia 12cf258193dc..5c6b565bdfb9 (1 commits) (flutter/engine#8573)
https://skia.googlesource.com/skia.git/%2Blog/12cf258193dc..5c6b565bdfb9

git log 12cf258193dc2b92c19fafefde28265f1201f578..5c6b565bdfb90f0ad0309de09947cb3234f43835 --date=short --no-merges --format=%ad %ae %s
2019-04-14 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 02:15:07 -04:00
skia-flutter-autoroll
7fcf370084 Roll src/third_party/skia 33233a09fef8..12cf258193dc (1 commits) (flutter/engine#8572)
https://skia.googlesource.com/skia.git/%2Blog/33233a09fef8..12cf258193dc

git log 33233a09fef8f848164895d66e7f7731265239da..12cf258193dc2b92c19fafefde28265f1201f578 --date=short --no-merges --format=%ad %ae %s
2019-04-13 herb@google.com Revert "Convert the CPU mask case to use prepareForDrawing"

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 20:50:24 -04:00
skia-flutter-autoroll
8919af73ee Roll src/third_party/skia 69f54f8f0f22..33233a09fef8 (1 commits) (flutter/engine#8571)
https://skia.googlesource.com/skia.git/%2Blog/69f54f8f0f22..33233a09fef8

git log 69f54f8f0f22a88567ef1a602e1c3beec69972e4..33233a09fef8f848164895d66e7f7731265239da --date=short --no-merges --format=%ad %ae %s
2019-04-11 herb@google.com Reland "Convert the CPU path case to use prepareForDrawing"

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 09:26:24 -04:00
skia-flutter-autoroll
a8ce72f7b3 Roll src/third_party/skia 990bfc785891..69f54f8f0f22 (1 commits) (flutter/engine#8570)
https://skia.googlesource.com/skia.git/%2Blog/990bfc785891..69f54f8f0f22

git log 990bfc78589117325ce56d18afdfab303c830492..69f54f8f0f22a88567ef1a602e1c3beec69972e4 --date=short --no-merges --format=%ad %ae %s
2019-04-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 02:17:24 -04:00
Chris Bracken
e7bd1767be Add null check in FLETextInputPlugin (flutter/engine#8538)
Adds a guard on `_activeClientID` in `insertNewline:`. The conditional
around the `insertText:replacementRange:` call already catches this, but
we then unconditionally pack `_activeClientID` into an `NSArray`, which
disallows nil.
2019-04-12 21:10:23 -07:00
skia-flutter-autoroll
5d2a294ba2 Roll src/third_party/skia e62bf561638c..990bfc785891 (2 commits) (flutter/engine#8569)
https://skia.googlesource.com/skia.git/%2Blog/e62bf561638c..990bfc785891

git log e62bf561638c60550c35e81b1606843ed74bcfef..990bfc78589117325ce56d18afdfab303c830492 --date=short --no-merges --format=%ad %ae %s
2019-04-12 herb@google.com Convert SkGlyph::toMask() to SkGlyph::mask()
2019-04-11 reed@google.com add utility for caching char2glyph

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 22:33:24 -04:00
skia-flutter-autoroll
dc2b1ce051 Roll src/third_party/skia 8be917af4313..e62bf561638c (5 commits) (flutter/engine#8568)
https://skia.googlesource.com/skia.git/%2Blog/8be917af4313..e62bf561638c

git log 8be917af4313f6021b9b8e5d2b3f4d5712967aa9..e62bf561638c60550c35e81b1606843ed74bcfef --date=short --no-merges --format=%ad %ae %s
2019-04-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-11 herb@google.com Convert the CPU mask case to use prepareForDrawing
2019-04-12 herb@google.com Revert "Convert the CPU path case to use prepareForDrawing"
2019-04-12 michaelludwig@google.com Remove debug quadType() checks
2019-04-12 michaelludwig@google.com Support domain clamping and transform matrices in YUVToRGB effects

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 19:03:24 -04:00
Kaushik Iska
f9648fe057 Revert Versions API (flutter/engine#7828)
* Revert "Fix versions implementation (#7726)"

This reverts commit 82b3db0523.

* Revert "Expose the Flutter engine, Dart and Skia versions to Dart. (#7634)"

This reverts commit ec6f6c35b3.

* remove namespace shell stuff

* fix format

* fix licenses
2019-04-12 14:23:13 -07:00
Ben Konyi
24e86351ed Revert "Roll src/third_party/dart a8f3a5dae6..c2eb9a9860 (8 commits)" (flutter/engine#8567)
This reverts commit 05883ef0c0.
2019-04-12 13:47:15 -07:00
Ben Konyi
05883ef0c0 Roll src/third_party/dart a8f3a5dae6..c2eb9a9860 (8 commits)
c2eb9a9860 Add support to the element model for both lazy variables and required parameters
4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
a3d13fbf54 [CFE] Option to report error on unevaluated constants.
394f88d5cf Create source information from ConstantExpression
b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96a96 [dartdevc] fix #36532, adds DDC support for CFE constant flag
022400eecb Fix several small issues with AST based summaries.
2019-04-12 13:19:57 -07:00
Matt Carroll
8b4adba352 Android Embedding PR29: Improve FlutterFragment construction API + engine config API. (flutter/engine#8540) 2019-04-12 13:19:05 -07:00
skia-flutter-autoroll
848a95a140 Roll src/third_party/skia 25071cc52b4b..8be917af4313 (6 commits) (flutter/engine#8564)
https://skia.googlesource.com/skia.git/%2Blog/25071cc52b4b..8be917af4313

git log 25071cc52b4bc5858d812d2aa10983bdbe3b9eef..8be917af4313f6021b9b8e5d2b3f4d5712967aa9 --date=short --no-merges --format=%ad %ae %s
2019-04-11 herb@google.com Convert the CPU path case to use prepareForDrawing
2019-04-12 benjaminwagner@google.com Factor common SSH logic into a new flavor.
2019-04-12 reed@google.com remove dead code from old factories, enum
2019-04-11 mtklein@google.com replace Sk4px with SkVx in SkBlitter_ARGB32
2019-04-12 brianosman@google.com GLSL editing in Viewer
2019-04-12 michaelludwig@google.com Make sure local rects are sorted post-clipping

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 15:34:24 -04:00
Chris Bracken
e4cca1bd56 Remove unused import in FlutterActivityDelegate (flutter/engine#8563)
android.app.UiModeManager is unused in FlutterActivityDelegate.
2019-04-12 11:17:57 -07:00
Diego Ballesteros Villamizar
9d9892d005 Add missing <memory> include to text_input_model.h (flutter/engine#8562)
text_input_model.h uses std::unique_ptr but does not include the memory header.
2019-04-12 10:48:11 -07:00
Michael Thomsen
5ea11318c5 Update README.md to point to flutter.dev (flutter/engine#8557)
Update from flutter.io to flutter.dev domain.
2019-04-12 10:36:16 -07:00
skia-flutter-autoroll
8444ae6838 Roll src/third_party/skia 35f1c154c5e5..25071cc52b4b (7 commits) (flutter/engine#8560)
https://skia.googlesource.com/skia.git/%2Blog/35f1c154c5e5..25071cc52b4b

git log 35f1c154c5e5a39d48ed94f068445d195513a920..25071cc52b4bc5858d812d2aa10983bdbe3b9eef --date=short --no-merges --format=%ad %ae %s
2019-04-12 michaelludwig@google.com Always initialize geometry domain if it&#39;s written to the GPU
2019-04-12 egdaniel@google.com Reland &#34;limit mask drawing to clip bounds&#34;
2019-04-12 brianosman@google.com Include particles in shared Windows builds
2019-04-11 herb@google.com Convert the fallback source case to use prepareForDrawing
2019-04-11 brianosman@google.com Make the persistent cache utility functions operate on SkData
2019-04-12 mtklein@google.com Revert &#34;clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER&#34;
2019-04-11 ccameron@chromium.org Null-initialize pointer

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 12:03:24 -04:00
skia-flutter-autoroll
9749912945 Roll src/third_party/skia 41476708db86..35f1c154c5e5 (1 commits) (flutter/engine#8559)
https://skia.googlesource.com/skia.git/%2Blog/41476708db86..35f1c154c5e5

git log 41476708db864c82dcd0442ccaa18395b6affa19..35f1c154c5e5a39d48ed94f068445d195513a920 --date=short --no-merges --format=%ad %ae %s
2019-04-12 egdaniel@google.com Revert &#34;limit mask drawing to clip bounds&#34;

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 08:33:26 -04:00
skia-flutter-autoroll
25cad4f330 Roll src/third_party/skia f74fff660084..41476708db86 (1 commits) (flutter/engine#8558)
https://skia.googlesource.com/skia.git/%2Blog/f74fff660084..41476708db86

git log f74fff66008417b661e3410f81a903e2f912480c..41476708db864c82dcd0442ccaa18395b6affa19 --date=short --no-merges --format=%ad %ae %s
2019-04-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 05:04:24 -04:00
stuartmorgan
6956c8a88c Export extern constants in embedder.h (flutter/engine#8550)
PR #8498 made these constants extern, but forgot to export them so they
would be public symbols.
2019-04-11 23:32:29 -07:00
skia-flutter-autoroll
a7a4e51078 Roll src/third_party/skia 3b60397fd35d..f74fff660084 (3 commits) (flutter/engine#8556)
https://skia.googlesource.com/skia.git/%2Blog/3b60397fd35d..f74fff660084

git log 3b60397fd35df09823b0c64fbf00ffc99ffe8c8c..f74fff66008417b661e3410f81a903e2f912480c --date=short --no-merges --format=%ad %ae %s
2019-04-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e6b23e45b380..cfc73cc1af5e (5 commits)
2019-04-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3954a0bafb8a..13f230772370 (11 commits)
2019-04-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f8764798ff0e..6506f553b36c (417 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 01:35:24 -04:00
Siva
85d89d7326 Roll Dart 15b11b018364ce032eae50d78fc8a52b541e2bce...a8f3a5dae6203d1064726a5953cf06a7d484249c (flutter/engine#8555)
a8f3a5dae6 [VM] Ensure a class is type finalized before finalizing it.
fe6897ab7f [dartdevc] fix #36252, export private name symbols
b3e5be7a0a Remove from WATCHLISTS.
e129b201e5 Fix for absent names of parameters in GenericFunctionType.
98fc8ac7ff [ VM / Service ] Temporarily disable VM service auth codes by default
ed280a98a2 Instantiate to bounds when resolving type names.
5d6beb754e Bump http package to fix gclient
f657371972 Change dev_dependencies to any
04ee9b9336 Add support for the manifest checks in analyzer_cli
72fca58a11 [infra] Update d8 to 7.5.149
a91381ab07 Build local elements in initializer expressions, so support closures.
850d56c681 Fix an error in the manifest file test framework
4be9357966 [vm] Harden function_stress_test.dart
561dc79a7b Bring in the latest test and stream_channel
d4fee0a85e Issue 36576. Add returnType to constructor in available declarations.
32f120c1e9 Resolve default values in AST summaries.
d5bbf25197 [vm/compiler] Eliminate Redefinitions based on the reaching type.
5dd89ef9a0 fix invalid var init parser recovery
b9cbb679f3 [dart2js] Add `--experiment-new-rti` flag.
35e6c16c9c Make download_abi_dills.py check that each ABI version exists
7943e50cfd Compute simply bounded types.
dc173036ee DEPS: update csslib and html to latest
e104054059 Rework storing type parameters and function types.
2723835b18 dont fall back on the wrapped file system when the uri is the multi-u
ri scheme
b857d53e7e Re-work collection literal strict-raw-type to strict-inference
229e00d97b [vm/frontend_server] Ensure incremental compiler gets vm environment
defines set.
88c8d0c5ac Make download_abi_dills.py handle multiple abi verions not existing
a437160328 [vm/ffi] Fix bug in AllocateArgument caused by relying on order of ar
gument evaluation.
54caf5c950 Dart deps_pruning: track summary dependencies during analysis phase.
3dc29819c8 [vm] Don't emit graph body when intrinsification is complete.
f7ad0c4de8 [CFE] Avoid spurious circularity error when an error is evaluated aga
in.
a9f8248bfb Add support for computing fixes in pubspec and manifest files
1555594ddb Include a per-library index of owned sources in kernel
88068ebfe3 Add missing _getLocationInEnclosingFile on Typedef
f919c3985b Proper offstes on mixin classes
7f3ced4333 Set proper startCharOffset on enum classes
6609ea21e2 Proper endoffset on enum classes
a7a87df513 [vm/ffi] Replicate transition to/from native code around FFI calls.
460d00616c Better printing of imports
fe535ac27c Add missing offset to yield produced by await for
a190a2762b Allow debugger to stop on comparison to null
462e03d01e Reland "[vm] Refactor Location to use either dart::Register or dart::
host::Register"
aa9ce0f122 Revert "[vm] Repair the resolver abstraction, take 2."
7cdba2e711 Revert "[vm] Cache method resolution."
51433e65cc Compile flutter tests via the sdk
318967456c Resolve constructor initializers.
bed1bab2cd [vm/interpreter] remove assumptions about alignment of bytecode instr
uctions.
2f0dfd6124 [vm] Cache method resolution.
1685ac3683 [vm] Reimplement COMPILE_ASSERT with static_assert for nicer error me
ssages from the C++ compiler.
b6f8c717f0 update lint error code associations
5cc9455b65 scanner-tool: add explicit command-line arguments to enable printing
tokens
9e279a5054 [vm] Dart_Cleanup: wait for outstanding vm-service and kernel isolate
 spawns.
385129e2fa bump to linter 0.1.86
d79787771e [vm] Repair the resolver abstraction, take 2.
ebd13e891f [vm/bytecode] Add UncheckedInterfaceCall instruction
1dd820158b [vm/bytecode] Avoid crashes when trying to collect token positions wi
thout AST
ab66a3808b Add more JS subtyping semantics to CFE constant evaluator.
585debbb2e [dart/fuzzer] Exclude process info from API table
2cde9c05ee [VM] Better error messages when unexpected constant tags are seen in
the kernel reader.
17f5d2d757 Add assists to inline add and addAll
8bffea0fa4 [infra] Ensure all message are written before exiting test.py
72b7e95c74 [vm/service] Give service isolate name.
92c9f124c3 [ VM / Service ] Fixed HTTP requests to the VM service not working co
rrectly with authentication codes
9876e92c7d [dart/vm] Support OSR on non-empty expression stack
dc606ef02f [dart/fuzzer] Exclude 'pid' from API table
f819c866e7 [vm, interpreter] Handle method extractors as a bytecode.
5735bde143 Fix a test to fix the windows bot
75a529f115 [vm/tests] Improve usability of pkg/vm tests
ac02811081 [cfe] Allow expression compilation with constant-update-2018
5ed4cdac5d Remove unused import
f4e63990cb [vm/ffi] Support FFI on ARM32.
409b68a4ce [vm] Mark type_feedback_test as Slow.
773bea1774 [vm] Mark compilation_trace_test as Slow.
741b1f501f [vm/dbc] Implement CheckNull for DBC and enable optimizations
4ab4545ff7 [cfe] Add type and file offset to constant expressions
66477b9fcf [co19] DEPS file updated
edc6f88168 Use compiler context when serializing components and performing trans
formations.
523e3789e0 Add support for providing fixes in analysis options files
b76694386a [dart/fuzzer] Exclude Platform from API table
919461badd Ensure boolified SSA nodes are non-null first.
1bc1e483e0 Fix a typo in the service protocol docs.
2019-04-11 20:09:10 -07:00
skia-flutter-autoroll
6ca4674e02 Roll src/third_party/skia 36477b49c2ef..3b60397fd35d (6 commits) (flutter/engine#8554)
https://skia.googlesource.com/skia.git/%2Blog/36477b49c2ef..3b60397fd35d

git log 36477b49c2ef4c4dc23f8c53df4d51d141407ba8..3b60397fd35df09823b0c64fbf00ffc99ffe8c8c --date=short --no-merges --format=%ad %ae %s
2019-04-11 herb@google.com Convert GPU SDF handling to use prepareForDrawing
2018-08-27 bungeman@google.com Make SkPaintFilterCanvas paints no longer COW.
2019-04-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-11 mtklein@google.com Revert &#34;simplify and centralize SK_API&#34;
2019-04-11 herb@google.com Convert GPU path handling to using prepareForDrawing
2019-04-11 mtklein@google.com use __builtin_shufflevector when available

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 19:07:04 -07:00
skia-flutter-autoroll
4e2c4a34ff Roll src/third_party/skia c33e6dcc700b..36477b49c2ef (8 commits) (flutter/engine#8552)
https://skia.googlesource.com/skia.git/%2Blog/c33e6dcc700b..36477b49c2ef

git log c33e6dcc700bae9a1bbcbc9ebc32709a1c0d5c21..36477b49c2ef4c4dc23f8c53df4d51d141407ba8 --date=short --no-merges --format=%ad %ae %s
2019-04-11 jvanverth@google.com Fix GrFillRRectOp rendering in Metal.
2019-04-11 mtklein@google.com rewrite new SkVx unit test
2019-04-11 mtklein@google.com clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER
2019-04-11 mtklein@google.com simplify and centralize SK_API
2019-04-10 lsalzman@mozilla.com limit mask drawing to clip bounds
2019-04-11 mtklein@google.com add SkVx helpers for working with unorm8
2019-04-10 herb@google.com Change getMetrics to the final API prepareForDrawing
2019-04-11 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 17:01:30 -04:00
Matt Carroll
4b8ea49e58 Android Embedding PR30: Make FlutterView focusable so that the keyboard can interact with it. (flutter/engine#8551) 2019-04-11 13:50:42 -07:00
Zachary Anderson
dc2e268020 [fuchsia] Add flutter:: to scene_host.cc (flutter/engine#8549) 2019-04-11 13:36:49 -07:00
skia-flutter-autoroll
d9f7739893 Roll src/third_party/skia 76e626d9bb55..c33e6dcc700b (4 commits) (flutter/engine#8547)
https://skia.googlesource.com/skia.git/%2Blog/76e626d9bb55..c33e6dcc700b

git log 76e626d9bb555d2a831b1f91b37e93649bfbd71d..c33e6dcc700bae9a1bbcbc9ebc32709a1c0d5c21 --date=short --no-merges --format=%ad %ae %s
2019-04-10 mtklein@google.com restore SkOpts::blit_row_color32
2019-04-05 bungeman@google.com Make SkFontMgr_fontconfig respect the sysroot.
2019-04-10 jvanverth@google.com Enable all Mtl tests
2019-04-11 ethannicholas@google.com removed redundant GrCircleEffect.h

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 13:35:24 -04:00
Chris Bracken
e1ab77f645 Eliminate unused write to local (flutter/engine#8541)
In GraphemeBreak::isGraphemeBreak() p0 is never read and
tailoredGraphemeClusterBreak() has no side-effects, so the call can be
eliminated.
2019-04-11 09:59:20 -07:00
Chris Bracken
d467c50378 Correct nullability for FlutterStandardReader (flutter/engine#8537)
FlutterStandardReader's `readValueOfType:` method returns nil when
called with `FlutterStandardFieldNil`. By extension, `readValue` can
also return nil values.
2019-04-11 09:59:08 -07:00
Zachary Anderson
cc922189fe [font_collection] Add missing semicolon (flutter/engine#8546) 2019-04-11 09:45:24 -07:00
Ben Konyi
21f6e553e5 Revert "Change Rect internal representation from Float32List to Float64List (#8524)" (flutter/engine#8545)
This reverts commit 0c481e37ab.
2019-04-11 09:16:36 -07:00
skia-flutter-autoroll
bf835fe354 Roll src/third_party/skia 6d60534e95d8..76e626d9bb55 (1 commits) (flutter/engine#8544)
https://skia.googlesource.com/skia.git/%2Blog/6d60534e95d8..76e626d9bb55

git log 6d60534e95d89d86068f0ea0ce00abf241b5b5e1..76e626d9bb555d2a831b1f91b37e93649bfbd71d --date=short --no-merges --format=%ad %ae %s
2019-04-10 halcanary@google.com SkQP: remove bad tests from future branches.

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 10:08:24 -04:00
skia-flutter-autoroll
74fedd15cf Roll src/third_party/skia 4d657d5e894a..6d60534e95d8 (3 commits) (flutter/engine#8543)
https://skia.googlesource.com/skia.git/%2Blog/4d657d5e894a..6d60534e95d8

git log 4d657d5e894a7f89da68b5c41ae8e31128253e21..6d60534e95d89d86068f0ea0ce00abf241b5b5e1 --date=short --no-merges --format=%ad %ae %s
2019-04-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f39b4f0280ef..e6b23e45b380 (7 commits)
2019-04-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 1b121674f584..f8764798ff0e (366 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 04:42:25 -04:00
skia-flutter-autoroll
38919d3f00 Roll src/third_party/skia 99d792276740..4d657d5e894a (1 commits) (flutter/engine#8542)
https://skia.googlesource.com/skia.git/%2Blog/99d792276740..4d657d5e894a

git log 99d792276740293109edb22a26fea50490e7eeaf..4d657d5e894a7f89da68b5c41ae8e31128253e21 --date=short --no-merges --format=%ad %ae %s
2019-04-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f0aa9d5ab738..3954a0bafb8a (42 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-11 01:11:24 -04:00