1. 11 7月, 2019 1 次提交
  2. 10 7月, 2019 6 次提交
    • S
      Roll src/third_party/skia a3ffaabcc4f2..96fdfe0fe88e (5 commits) (#9731) · 6cf0d135
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/a3ffaabcc4f2..96fdfe0fe88e
      
      git log a3ffaabcc4f2f0673ee423f45aa858599ed4fc4f..96fdfe0fe88ea318f0e87ec6a56fb05013849690 --date=short --no-merges --format=%ad %ae %s
      2019-07-09 benjaminwagner@google.com Fix test TextBlob_serialize
      2019-07-09 bungeman@google.com Fix header name in build file.
      2019-06-21 jlavrova@google.com Adding locale
      2019-07-09 bsalomon@google.com Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles
      2019-07-09 egdaniel@google.com Move last few uses of SkColorType out of GrCaps.
      
      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 (fmalita@google.com), and stop
      the roller if necessary.
      6cf0d135
    • S
      Roll src/third_party/dart 06c3d7ad3a...09fc76bc51 (#9728) · b3bb39b0
      Siva 提交于
      * Roll src/third_party/dart 06c3d7ad3a...09fc76bc51
      
      dart-lang/sdk@09fc76bc51 [vm, compiler] Remove dead _classRangeCheckNegative.
      dart-lang/sdk@b472d7a9be Unnecessary null aware spread hint
      dart-lang/sdk@f939ad3964 library scope extensions
      dart-lang/sdk@9503969664 [vm/bytecode] Add DebugCheck bytecode instruction
      dart-lang/sdk@fc542be6b4 Issue 36682. Check that selection offset/length is valid in Extract Method refactoring.
      dart-lang/sdk@803658a6d8 [corelib_2] fix bigint_from_test for web platforms
      dart-lang/sdk@ad6b1ebbd6 Support for 'double' fields in protocol.
      dart-lang/sdk@5479175012 Remove incorrect test.
      dart-lang/sdk@058092b5f6 [vm] Fix simarm_x64 build on mac
      dart-lang/sdk@307ca3f3b6 [vm/bytecode] Improve single stepping and breakpoint setting in bytecode.
      dart-lang/sdk@855830f324 Update LSP spec
      dart-lang/sdk@d992f55094 [dartfix] Bump pedantic dep to v1.8.0 and cleanup lint violations
      dart-lang/sdk@41330f3e34 gitignore .clangd
      dart-lang/sdk@8d07009931 [ VM / Gardening ] Mark disassemble_determinism_test as slow on Windows
      dart-lang/sdk@1b82367ed6 Update CHANGELOG to reflect breaking change #36765
      dart-lang/sdk@a86db84e0a [fasta] Preserve information about const constructors in outline.
      dart-lang/sdk@25319ef7a6 Fix bug in codegen/string_escapes_test.dart.
      dart-lang/sdk@7acecda2cc [vm/ffi] Fix FFI Utf8 example.
      dart-lang/sdk@e3b3c6fa28 [vm] Rename 3head flutter patch after re-land of concurrency change
      dart-lang/sdk@2cb5303782 [infra] Update checked in SDKs to 2.4.0
      dart-lang/sdk@fce43ebc4e [ddk] Pass environmentDefines to CFE through CompilerOptions
      dart-lang/sdk@5450d08ca1 Add support for analyzer static error tests.
      dart-lang/sdk@0425997b31 Second attempt to reland "[vm/concurrency] Introduce concept of Isolate Groups"
      dart-lang/sdk@5470159054 [vm, gc] Produce a proper error message when crashing due to lack of memory at isolate startup.
      dart-lang/sdk@bfc7d21da6 Remove useless dart2js_extra/class_test
      dart-lang/sdk@572619b639 [vm, bytecode] Fix vm/cc/CompileFunctionOnHelperThread.
      dart-lang/sdk@4de495fccc [vm, compiler] Remove dead stub ICCallThroughFunction.
      dart-lang/sdk@8a1dcdae68 Graduate 'flutter' domain from experimental, remove unused methods and fields.
      dart-lang/sdk@a945888627 Discard constructors and fields temporarily to get valid code compiling
      
      * Fix analyzer warning.
      b3bb39b0
    • S
      Roll src/third_party/skia 6b82cf638682..a3ffaabcc4f2 (24 commits) (#9726) · 1dcd5f52
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/6b82cf638682..a3ffaabcc4f2
      
      git log 6b82cf638682354f07dc8bfa756d5806d49643ca..a3ffaabcc4f2f0673ee423f45aa858599ed4fc4f --date=short --no-merges --format=%ad %ae %s
      2019-07-09 bsalomon@google.com Fix up row bytes for single level texture in GrResourceProvider.
      2019-07-09 brianosman@google.com Only include angle in default configs when it's enabled
      2019-06-27 borenet@google.com [infra] Make infra tests idempotent
      2019-07-09 borenet@google.com Revert "[infra] No task deduplication"
      2019-07-09 fmalita@chromium.org Remove onMakeBurstPipelineContext
      2019-07-09 fmalita@chromium.org Optional local matrix for SkShaders factories
      2019-07-09 robertphillips@google.com Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig)
      2019-07-09 michaelludwig@google.com Reland "More optimizations for CropToRect, for axis-aligned quads that have not been inverted"
      2019-07-09 borenet@google.com [infra] No task deduplication
      2019-07-09 bsalomon@google.com vk_format_to_pixel_config behind GR_TEST_UTILS
      2019-07-08 halcanary@google.com ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey
      2019-07-09 brianosman@google.com Reland "Make the SkSL interpreter opt-in"
      2019-07-09 jvanverth@google.com Re-enable Vulkan MSAA support in Viewer
      2019-07-09 bsalomon@google.com Use vkCmdClearColorImage to clear backend textures
      2019-07-09 reed@google.com create outer forloop to support loops=-1
      2019-07-09 fmalita@chromium.org [skottie] Motion blur fast path
      2019-07-08 egdaniel@google.com Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
      2019-07-03 fmalita@chromium.org [skottie] Motion blur support
      2019-07-09 brianosman@google.com Revert "Enable MSAA on Gen8 Intel GPUs"
      2019-07-08 scroggo@google.com Check for uninitialized memory during jpeg encode
      2019-07-09 rmistry@google.com [perf_skottiewasm_lottieweb] Handle case where start TS of frame_id not added yet
      2019-07-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a1b6761e6e3c..5dfad811ce32 (13 commits)
      2019-07-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ea1730d8b2f9..9a8eb165a861 (363 commits)
      2019-07-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8900e7c54a22..8c4c9e37bf96 (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 (fmalita@google.com), and stop
      the roller if necessary.
      1dcd5f52
    • B
      Revert "Roll src/third_party/dart 06c3d7ad3a..7acecda2cc (12 commits)" (#9724) · 129979ca
      Ben Konyi 提交于
      * Revert "Roll src/third_party/dart 06c3d7ad3a..7acecda2cc (12 commits)"
      
      This reverts commit e24bd784.
      
      * Revert "Reland isolate group changes"
      
      This reverts commit 3d2668c3.
      129979ca
    • S
      Roll src/third_party/skia 56065d9b875f..6b82cf638682 (3 commits) (#9718) · 8020d7e4
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/56065d9b875f..6b82cf638682
      
      git log 56065d9b875feaf85a4374c69259d37b3e2a817e..6b82cf638682354f07dc8bfa756d5806d49643ca --date=short --no-merges --format=%ad %ae %s
      2019-07-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-07-08 halcanary@google.com GM: s/handleKey/onChar/
      2019-07-08 rmistry@google.com Parse chrome traces for skottie+wasm and lottie-web for perf
      
      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 (fmalita@google.com), and stop
      the roller if necessary.
      8020d7e4
    • B
      Roll src/third_party/dart 06c3d7ad3a..7acecda2cc (12 commits) · e24bd784
      Ben Konyi 提交于
      dart-lang/sdk@7acecda2cc [vm/ffi] Fix FFI Utf8 example.
      dart-lang/sdk@e3b3c6fa28 [vm] Rename 3head flutter patch after re-land of concurrency change
      dart-lang/sdk@2cb5303782 [infra] Update checked in SDKs to 2.4.0
      dart-lang/sdk@fce43ebc4e [ddk] Pass environmentDefines to CFE through CompilerOptions
      dart-lang/sdk@5450d08ca1 Add support for analyzer static error tests.
      dart-lang/sdk@0425997b31 Second attempt to reland "[vm/concurrency] Introduce concept of Isolate Groups"
      dart-lang/sdk@5470159054 [vm, gc] Produce a proper error message when crashing due to lack of memory at isolate startup.
      dart-lang/sdk@bfc7d21da6 Remove useless dart2js_extra/class_test
      dart-lang/sdk@572619b639 [vm, bytecode] Fix vm/cc/CompileFunctionOnHelperThread.
      dart-lang/sdk@4de495fccc [vm, compiler] Remove dead stub ICCallThroughFunction.
      dart-lang/sdk@8a1dcdae68 Graduate 'flutter' domain from experimental, remove unused methods and fields.
      dart-lang/sdk@a945888627 Discard constructors and fields temporarily to get valid code compiling
      e24bd784
  3. 09 7月, 2019 5 次提交
    • B
      Roll src/third_party/dart b5aeaa6796..06c3d7ad3a (44 commits) · 3b6265b7
      Ben Konyi 提交于
      dart-lang/sdk@06c3d7ad3a Revert "Rereland "[vm/ffi] SimDBC on Arm64 Android""
      dart-lang/sdk@16f5e6fb05 [analyzer] prep package:analyzer_plugin for publishing
      dart-lang/sdk@5be07ff646 Support for experimental object fields in analysis server protocol spec.
      dart-lang/sdk@ac93a3c368 [dartdevc] Fixing windows-related source map pathing issues
      dart-lang/sdk@7929e1c714 [vm/ffi] Remove LocalVariable references from Allocate/CloneContext instructions
      dart-lang/sdk@359c36a406 Improve some correction messages; use double quote more consistently
      dart-lang/sdk@c1d3bf8506 Issue 36890. Ignore the name that contains the caret during completion.
      dart-lang/sdk@a6afc5a9b0 Disable tests under windows to fix the bot
      dart-lang/sdk@966038ef58 [analyzer] update package:analyzer_plugin wrt some lints
      dart-lang/sdk@cab2ca275d Update Socket to be a Stream<Uint8List>
      dart-lang/sdk@a85f6ff348 [vm/compiler] Do not create intersection types in type propagation.
      dart-lang/sdk@48e9366923 fix a typo in the vm service spec
      dart-lang/sdk@aee65636ba Add constructors to `Stream` which creates single data or error event streams.
      dart-lang/sdk@d914839ce6 Add tests for diagnostic docs
      dart-lang/sdk@33a5745c49 [vm/ffi] Add missing free() to structs_test.dart
      dart-lang/sdk@1c9408f2ba Update doc link to point at ECMAScript 2018.
      dart-lang/sdk@79a5257155 Revert "Increase analyzer cache size to 512MB."
      dart-lang/sdk@774a392aa3 Add '--benchmarking-x' flag
      dart-lang/sdk@db1abd0674 Initial and partial summary support for extensions
      dart-lang/sdk@588ab11ecc Unify two error codes that are essentially identical
      dart-lang/sdk@fcc72ad83f [vm/ffi] Support FFI in AOT (excluding callbacks).
      dart-lang/sdk@f0d6f119de Make nested_generic_closure_test work for dart2js
      dart-lang/sdk@0a538a4e62 Avoid truncating shift in lib_2/math/low_test
      dart-lang/sdk@8673b5e491 Avoid non-web-integer literals in corelib_2/num_sign_test
      dart-lang/sdk@f0da490328 Avoid non-web integer literal in corelib_2/growable_list_test
      dart-lang/sdk@7b13c45bcc Fix negation precedence and non-web-integers in corelib_2/int_xxx_tests
      dart-lang/sdk@b14f3accbb [fasta] Thread nullability through the subtyping methods in fasta
      dart-lang/sdk@c0932a8af6 Move annotated_code_helper.dart into front_end.
      dart-lang/sdk@cea3d85ade Rename statment -> stmt in testing annotations.
      dart-lang/sdk@ee696f2c35 In flow analysis tests, annotate `doesNotComplete` on functions rather than bodies.
      dart-lang/sdk@c1ca599353 Adapt flow and promotion tests to make use of CFE testing framework.
      dart-lang/sdk@13251657c6 Fix compile errors in flow analysis and type promotion test cases.
      dart-lang/sdk@14ccc77a40 Use decoder.bind(stream) instead of stream.transform(decoder)
      dart-lang/sdk@f41d6de111 [corelib_2] Split date_time_test to increase coverage
      dart-lang/sdk@9bccb7ba4a Rereland "[vm/ffi] SimDBC on Arm64 Android"
      dart-lang/sdk@0b1ec2d937 List.removeLast() docs error occurs if empty
      dart-lang/sdk@4ceefdbe4c Rename ElementId to MemberId and use member: prefix instead of element:
      dart-lang/sdk@aeee6139f5 [cfe] Extract Id, DataRegistry and DataExtractor from dart2js
      dart-lang/sdk@708e919733 Consistently format breaking changes
      dart-lang/sdk@a4f34f4a51 expired experimental flag command line message
      dart-lang/sdk@b8a8cfdcda [cfe] Use InvalidExpression for await on non-async context.
      dart-lang/sdk@0272c1d863 Split language_2/truncdiv_test
      dart-lang/sdk@4babccd988 Fix non-web integer literals in corelib_2/bigint_test
      dart-lang/sdk@738d9f9666 Avoid non-web integer literal in language2/list_test
      3b6265b7
    • S
      Roll src/third_party/skia aee26ea14efc..56065d9b875f (16 commits) (#9714) · f37b78a3
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/aee26ea14efc..56065d9b875f
      
      git log aee26ea14efc9bcbfa99fd2e3947dd59ca72bdea..56065d9b875feaf85a4374c69259d37b3e2a817e --date=short --no-merges --format=%ad %ae %s
      2019-07-08 rmistry@google.com [skottie-wasm-perf] Turn on chrome tracing
      2019-07-08 rmistry@google.com [lottie-web-perf] Use SVG renderer and turn on chrome tracing
      2019-07-08 brianosman@google.com Revert &#34;Make the SkSL interpreter opt-in&#34;
      2019-07-08 brianosman@google.com Enable MSAA on Gen8 Intel GPUs
      2019-07-08 robertphillips@google.com Remove some uses of isTestingOnlyBackendTexture
      2019-07-03 cstout@google.com [fuchsia] Use //src/graphics/lib/vulkan for in-tree build
      2019-07-08 egdaniel@google.com Make isFormatTexturable take a GrColorType.
      2019-07-08 michaelludwig@google.com Revert &#34;More optimizations for CropToRect, for axis-aligned quads that have not been inverted&#34;
      2019-07-08 brianosman@google.com Make the SkSL interpreter opt-in
      2019-07-05 halcanary@google.com Sample/Shaders: use resources; cleanup code
      2019-07-08 halcanary@google.com Sample/Lines remove boring sample
      2019-07-03 halcanary@google.com Samples: simplify Sample::Event
      2019-07-08 robertphillips@google.com Make BGRA_8888 renderable &amp; textureable by default in the mock context
      2019-07-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-07-08 michaelludwig@google.com More optimizations for CropToRect, for axis-aligned quads that have not been inverted
      2019-07-03 halcanary@google.com Sample/Patch: use resources; cleanup code
      
      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 (fmalita@google.com), and stop
      the roller if necessary.
      f37b78a3
    • S
      Revert "Roll src/third_party/dart b5aeaa6796...966038ef58 (#9708)" (#9711) · 7a223234
      Siva 提交于
      This reverts commit cd2ab376.
      7a223234
    • S
      Roll src/third_party/skia 829b6a0ff49f..aee26ea14efc (8 commits) (#9709) · e9c3da4d
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/829b6a0ff49f..aee26ea14efc
      
      git log 829b6a0ff49f895e575770d21c32c0ad6f56f260..aee26ea14efc9bcbfa99fd2e3947dd59ca72bdea --date=short --no-merges --format=%ad %ae %s
      2019-07-08 michaelludwig@google.com Reland &#34;Switch drawTexture calls to use attemptQuadOptimization&#34;
      2019-07-03 halcanary@google.com Sample/Filter2View: make it work without /skimages
      2019-07-08 bsalomon@google.com Reland &#34;Disable GLPrograms test on Mac 10.1 bot&#34;
      2019-07-08 scroggo@google.com Re-Enable Codec tests on Wuffs bot
      2019-07-03 bsalomon@google.com Revert &#34;Disable GLPrograms test on Mac 10.1 bot&#34;
      2019-07-03 herb@google.com Use bulk calls in GlyhRun
      2019-07-08 scroggo@google.com Update libwebp to 1.03 release candidate
      2019-07-02 mtklein@google.com Roll dng_sdk to quiet warnings
      
      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 (fmalita@google.com), and stop
      the roller if necessary.
      e9c3da4d
    • S
      Roll src/third_party/dart b5aeaa6796...966038ef58 (#9708) · cd2ab376
      Siva 提交于
      dart-lang/sdk@966038ef58 [analyzer] update package:analyzer_plugin wrt some lints
      dart-lang/sdk@cab2ca275d Update Socket to be a Stream<Uint8List>
      dart-lang/sdk@a85f6ff348 [vm/compiler] Do not create intersection types in type propagation.
      dart-lang/sdk@48e9366923 fix a typo in the vm service spec
      dart-lang/sdk@aee65636ba Add constructors to `Stream` which creates single data or error event streams.
      dart-lang/sdk@d914839ce6 Add tests for diagnostic docs
      dart-lang/sdk@33a5745c49 [vm/ffi] Add missing free() to structs_test.dart
      dart-lang/sdk@1c9408f2ba Update doc link to point at ECMAScript 2018.
      dart-lang/sdk@79a5257155 Revert "Increase analyzer cache size to 512MB."
      dart-lang/sdk@774a392aa3 Add '--benchmarking-x' flag
      dart-lang/sdk@db1abd0674 Initial and partial summary support for extensions
      dart-lang/sdk@588ab11ecc Unify two error codes that are essentially identical
      dart-lang/sdk@fcc72ad83f [vm/ffi] Support FFI in AOT (excluding callbacks).
      dart-lang/sdk@f0d6f119de Make nested_generic_closure_test work for dart2js
      dart-lang/sdk@0a538a4e62 Avoid truncating shift in lib_2/math/low_test
      dart-lang/sdk@8673b5e491 Avoid non-web-integer literals in corelib_2/num_sign_test
      dart-lang/sdk@f0da490328 Avoid non-web integer literal in corelib_2/growable_list_test
      dart-lang/sdk@7b13c45bcc Fix negation precedence and non-web-integers in corelib_2/int_xxx_tests
      dart-lang/sdk@b14f3accbb [fasta] Thread nullability through the subtyping methods in fasta
      dart-lang/sdk@c0932a8af6 Move annotated_code_helper.dart into front_end.
      dart-lang/sdk@cea3d85ade Rename statment -> stmt in testing annotations.
      dart-lang/sdk@ee696f2c35 In flow analysis tests, annotate `doesNotComplete` on functions rather than bodies.
      dart-lang/sdk@c1ca599353 Adapt flow and promotion tests to make use of CFE testing framework.
      dart-lang/sdk@13251657c6 Fix compile errors in flow analysis and type promotion test cases.
      dart-lang/sdk@14ccc77a40 Use decoder.bind(stream) instead of stream.transform(decoder)
      dart-lang/sdk@f41d6de111 [corelib_2] Split date_time_test to increase coverage
      dart-lang/sdk@9bccb7ba4a Rereland "[vm/ffi] SimDBC on Arm64 Android"
      dart-lang/sdk@0b1ec2d937 List.removeLast() docs error occurs if empty
      dart-lang/sdk@4ceefdbe4c Rename ElementId to MemberId and use member: prefix instead of element:
      dart-lang/sdk@aeee6139f5 [cfe] Extract Id, DataRegistry and DataExtractor from dart2js
      dart-lang/sdk@708e919733 Consistently format breaking changes
      dart-lang/sdk@a4f34f4a51 expired experimental flag command line message
      dart-lang/sdk@b8a8cfdcda [cfe] Use InvalidExpression for await on non-async context.
      dart-lang/sdk@0272c1d863 Split language_2/truncdiv_test
      dart-lang/sdk@4babccd988 Fix non-web integer literals in corelib_2/bigint_test
      dart-lang/sdk@738d9f9666 Avoid non-web integer literal in language2/list_test
      cd2ab376
  4. 08 7月, 2019 3 次提交
  5. 07 7月, 2019 1 次提交
  6. 05 7月, 2019 1 次提交
  7. 04 7月, 2019 8 次提交
    • S
      Roll src/third_party/skia 857c9f955edb..8063f6cca025 (3 commits) (#9679) · db4d6836
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/857c9f955edb..8063f6cca025
      
      git log 857c9f955edbfc635fa3e3f95f819aaa1efff461..8063f6cca02538ef152c2b7afc29d06cb750f034 --date=short --no-merges --format=%ad %ae %s
      2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 66b5ff586c9c..c4ef62ec1a68 (9 commits)
      2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 7625da7c0425..080c02ae0336 (375 commits)
      2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a29aa7717ff8..72d8104846de (2 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 (jvanverth@google.com), and stop
      the roller if necessary.
      db4d6836
    • S
      Roll src/third_party/skia 11eb847a2080..857c9f955edb (2 commits) (#9676) · 3c51a7bf
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/11eb847a2080..857c9f955edb
      
      git log 11eb847a2080aa944b2596a6c2f8f3bdc0eaa493..857c9f955edbfc635fa3e3f95f819aaa1efff461 --date=short --no-merges --format=%ad %ae %s
      2019-07-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-07-03 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 (jvanverth@google.com), and stop
      the roller if necessary.
      3c51a7bf
    • S
      Roll src/third_party/dart 67ab3be10d...b5aeaa6796 (#9675) · 11b6afe0
      Siva 提交于
      * Roll src/third_party/dart 67ab3be10d...b5aeaa6796
      
      dart-lang/sdk@b5aeaa6796 Revert "Reland "[vm/ffi] SimDBC on Arm64 Android""
      dart-lang/sdk@02fe07bbd3 [dart2js] new-rti: Set Array instance type
      dart-lang/sdk@bae5bdefd5 [dart2js] Add '--golem-x' command-line flag
      dart-lang/sdk@ac30ab12ab [dartdevc] Bump pedantic to v1.8.0 and apply new lints
      dart-lang/sdk@4b0c5c166a fix field name
      dart-lang/sdk@327f5eb826 Fix for issue 37429
      dart-lang/sdk@43891316ca [ VM / Observatory ] Emit IsolateReload event after reload completes
      dart-lang/sdk@2ea7e5513b Perform type promotion when NNBD, using flow analysis.
      dart-lang/sdk@766e542e53 handle return in async function
      dart-lang/sdk@51cf8f218a Add entension support to the summary idl
      dart-lang/sdk@0e9957c7b1 [dartdevc] Adding support for analyzer dep pruning
      dart-lang/sdk@c100308ba6 Repro for inferring arrays with out of range lengths
      dart-lang/sdk@5d77657e7a Prepare to publish analyzer version 0.37.0.
      dart-lang/sdk@86ce74caaa update NodeBuilder for default value type arguments
      dart-lang/sdk@439692c9e2 Mark the name in an extension as being in a declaration context
      dart-lang/sdk@372bcae536 [gardening] Fix 3xHEAD Flutter build after revert
      dart-lang/sdk@052874e93e Avoid non-web integer literal in corelib_2/int_round_test
      dart-lang/sdk@480337106e Implementation of extension override AST node
      dart-lang/sdk@4f78ad90df An initial and partial implementation of an element model for extensions
      dart-lang/sdk@744bb47361 [infra] Remove custom timeouts for dart2js compiler config
      dart-lang/sdk@9b53686ffb update NodeBuilder for declared identifier implicit type
      dart-lang/sdk@3d14b75f97 Revert "Reland "[vm/concurrency] Introduce concept of Isolate Groups""
      dart-lang/sdk@527238e008 [vm] Cleanup C99 header includes
      dart-lang/sdk@9f32f9b87e [cfe] Store the initializer tokens in constructor builders
      dart-lang/sdk@bbbeb8b509 Pull in latest pub
      dart-lang/sdk@851958ee54 update NodeBuilder to handle for loop
      dart-lang/sdk@7a73682c6a update NodeBuilder to handle catch clause
      dart-lang/sdk@fc6cb0ac21 [vm/ffi] Revamp struct representation in FFI.
      dart-lang/sdk@5fd51b9fd2 Cleanup remnants of ignoring Dart v1.x subtype checks
      dart-lang/sdk@45172f0690 Revert "Reland "[llvm] Add initial scaffolding""
      dart-lang/sdk@b9a6630367 [ Observatory ] _getVMTimeline -> getVMTimeline in timeline.js
      dart-lang/sdk@1f02c10b9a Update language_2/const_map4_test for type inference
      dart-lang/sdk@99ed4871b3 Fix a hint in analysis server
      dart-lang/sdk@c3c43689d5 [vm] Remove platform/math.h
      dart-lang/sdk@524fdc13a9 Reland "[llvm] Add initial scaffolding"
      dart-lang/sdk@45a9815aff [vm/debugger] break on asyncfunction entry
      dart-lang/sdk@e0eeffaf9b update NodeBuilder parameter tracking when visiting executable declarations
      dart-lang/sdk@182a59cebb Skip all tests that use spawnUri when running in simulator mode as it makes no sense to run the CFE on the simulator.
      dart-lang/sdk@1427a218f3 update DecoratedType asserts
      dart-lang/sdk@f4dc001729 Migration: begin adding support for LUB computations in conditional expressions.
      dart-lang/sdk@585794ab75 Fix status file line.
      dart-lang/sdk@4a69ef4a50 Skip all spawnURI tests for the simulator architectures as these tests involve invoking the front end for compilation which would mean the front end has to run in simulated mode.
      dart-lang/sdk@26f369eb8e Fix doc comment for NullabilityNode.forLUB
      dart-lang/sdk@9ed728ec7a Add: Example usage to fillRange method.
      dart-lang/sdk@fc7049ae7d Migration: implement support for user-definable prefix expressions.
      dart-lang/sdk@77aa5f0c02 Migration: Add support for function-typed formal parameters.
      dart-lang/sdk@326e970b81 Migration: handle method invocations that resolve to a getter.
      dart-lang/sdk@822de210b5 fix branch_canonicalization_test
      dart-lang/sdk@a2e1434603 Breaking changes for analyzer version 0.37
      dart-lang/sdk@6694aa821d [dart2js] new-rti: Temporary work-around for timeouts
      dart-lang/sdk@18ff5ce893 [dart2js] new-rti: Implement general As/Check methods
      dart-lang/sdk@90c88d984e Fix large integer literals in dart2js_extra/round_constant_folding_test
      dart-lang/sdk@9349f71721 bump linter to 0.1.93
      dart-lang/sdk@c384212f9e [vm] Remove vestigial verified_memory_test.cc file
      dart-lang/sdk@f4824d332d [vm] Drop support for MSVC older than 2013
      dart-lang/sdk@bbb027aa2a [vm] Fix offset that was breaking bare_instructions_trampolines_test
      dart-lang/sdk@1db0b4436c [dart2js] new-rti: Implement type bounds check
      dart-lang/sdk@686742585a Migration: add a more robust assertion to the DecoratedType constructor
      dart-lang/sdk@2fd4ca570b set DecoratedType.returnType for FunctionType
      dart-lang/sdk@ca4b6e533a [dart2js] new-rti: Implement basic is-test
      dart-lang/sdk@39b71253ce Fix for curly_braces_in_flow_control_structures lint.
      dart-lang/sdk@b6c3b2c98c Enable 'Surround with XYZ' only for Statement(s) in Block(s).
      dart-lang/sdk@79e478e50e Fixed some links
      dart-lang/sdk@279c1da42d Use absolute paths as canonical paths for inputs digest maps
      dart-lang/sdk@cbf9cff19f Infer types of field formals before all fields.
      dart-lang/sdk@0c6b3d1277 Migration: do better function type formatting in DecoratedType.toString.
      dart-lang/sdk@a76c459239 Migration: Remove unnecessary duplicate type test
      dart-lang/sdk@a515a0c256 Reland "[vm/ffi] SimDBC on Arm64 Android"
      dart-lang/sdk@0baf81e7d6 Tests for Never and potential nullable / non-nullable.
      dart-lang/sdk@26d308aad3 Use flow analysis for reporting use sites of not assigned locals during resolution.
      dart-lang/sdk@79f276e07d Migration: handle field formal parameters.
      dart-lang/sdk@c8c3572ca9 Migration: standardize method names in EdgeBuilderTest.
      dart-lang/sdk@c0c15c1283 Migration: build nullability node for default type parameter bounds directly.
      dart-lang/sdk@b57ff85906 Migration: clean up and test implicit dynamic return type of Function() syntax.
      dart-lang/sdk@0f2eda8644 Migration: add support for function expression invocations.
      dart-lang/sdk@a200980da0 Migration: add support for variable and field type inference.
      dart-lang/sdk@ca25f56883 Migration: add support for type inference of function types.
      dart-lang/sdk@a436c0621f Migration: fix DecoratedType.toString to support named function parameters.
      dart-lang/sdk@9dee307bdb Migration: update nullability graph debug dump to support union edges.
      dart-lang/sdk@b60dcdbf73 Migration: Remove the `create` parameter from Variables.decoratedElementType.
      dart-lang/sdk@18c21ee9d1 Migration: add support for generic instance creation.
      dart-lang/sdk@f7ddfdf6ca Migration: don't forget to visit variable initializers in NodeBuilder.
      dart-lang/sdk@a39e4fabfb Add information about the deprecated ParameterElement.parameterKind
      dart-lang/sdk@f6dfad02f4 [analyzer] add a space to the quick for for REPLACE_COLON_WITH_EQUALS
      
      * Update license.
      11b6afe0
    • S
      Revert " Roll src/third_party/dart 67ab3be10d...43891316ca (#9670)" (#9673) · 3c4dbe22
      Siva 提交于
      This reverts commit 5e596f2a.
      3c4dbe22
    • S
      Roll src/third_party/dart 67ab3be10d...43891316ca (#9670) · 5e596f2a
      Siva 提交于
      * Roll src/third_party/dart 67ab3be10d...43891316ca
      
      dart-lang/sdk@/43891316ca [ VM / Observatory ] Emit IsolateReload event after reload completes
      dart-lang/sdk@/2ea7e5513b Perform type promotion when NNBD, using flow analysis.
      dart-lang/sdk@/766e542e53 handle return in async function
      dart-lang/sdk@/51cf8f218a Add entension support to the summary idl
      dart-lang/sdk@/0e9957c7b1 [dartdevc] Adding support for analyzer dep pruning
      dart-lang/sdk@/c100308ba6 Repro for inferring arrays with out of range lengths
      dart-lang/sdk@/5d77657e7a Prepare to publish analyzer version 0.37.0.
      dart-lang/sdk@/86ce74caaa update NodeBuilder for default value type arguments
      dart-lang/sdk@/439692c9e2 Mark the name in an extension as being in a declaration context
      dart-lang/sdk@/372bcae536 [gardening] Fix 3xHEAD Flutter build after revert
      dart-lang/sdk@/052874e93e Avoid non-web integer literal in corelib_2/int_round_test
      dart-lang/sdk@/480337106e Implementation of extension override AST node
      dart-lang/sdk@/4f78ad90df An initial and partial implementation of an element model for extensions
      dart-lang/sdk@/744bb47361 [infra] Remove custom timeouts for dart2js compiler config
      dart-lang/sdk@/9b53686ffb update NodeBuilder for declared identifier implicit type
      dart-lang/sdk@/3d14b75f97 Revert "Reland "[vm/concurrency] Introduce concept of Isolate Groups""
      dart-lang/sdk@/527238e008 [vm] Cleanup C99 header includes
      dart-lang/sdk@/9f32f9b87e [cfe] Store the initializer tokens in constructor builders
      dart-lang/sdk@/bbbeb8b509 Pull in latest pub
      dart-lang/sdk@/851958ee54 update NodeBuilder to handle for loop
      dart-lang/sdk@/7a73682c6a update NodeBuilder to handle catch clause
      dart-lang/sdk@/fc6cb0ac21 [vm/ffi] Revamp struct representation in FFI.
      dart-lang/sdk@/5fd51b9fd2 Cleanup remnants of ignoring Dart v1.x subtype checks
      dart-lang/sdk@/45172f0690 Revert "Reland "[llvm] Add initial scaffolding""
      dart-lang/sdk@/b9a6630367 [ Observatory ] _getVMTimeline -> getVMTimeline in timeline.js
      dart-lang/sdk@/1f02c10b9a Update language_2/const_map4_test for type inference
      dart-lang/sdk@/99ed4871b3 Fix a hint in analysis server
      dart-lang/sdk@/c3c43689d5 [vm] Remove platform/math.h
      dart-lang/sdk@/524fdc13a9 Reland "[llvm] Add initial scaffolding"
      dart-lang/sdk@/45a9815aff [vm/debugger] break on asyncfunction entry
      dart-lang/sdk@/e0eeffaf9b update NodeBuilder parameter tracking when visiting executable declarations
      dart-lang/sdk@/182a59cebb Skip all tests that use spawnUri when running in simulator mode as it makes no sense to run the CFE on the simulator.
      dart-lang/sdk@/1427a218f3 update DecoratedType asserts
      dart-lang/sdk@/f4dc001729 Migration: begin adding support for LUB computations in conditional expressions.
      dart-lang/sdk@/585794ab75 Fix status file line.
      dart-lang/sdk@/4a69ef4a50 Skip all spawnURI tests for the simulator architectures as these tests involve invoking the front end for compilation which would mean the front end has to run in simulated mode.
      dart-lang/sdk@/26f369eb8e Fix doc comment for NullabilityNode.forLUB
      dart-lang/sdk@/9ed728ec7a Add: Example usage to fillRange method.
      dart-lang/sdk@/fc7049ae7d Migration: implement support for user-definable prefix expressions.
      dart-lang/sdk@/77aa5f0c02 Migration: Add support for function-typed formal parameters.
      dart-lang/sdk@/326e970b81 Migration: handle method invocations that resolve to a getter.
      dart-lang/sdk@/822de210b5 fix branch_canonicalization_test
      dart-lang/sdk@/a2e1434603 Breaking changes for analyzer version 0.37
      dart-lang/sdk@/6694aa821d [dart2js] new-rti: Temporary work-around for timeouts
      dart-lang/sdk@/18ff5ce893 [dart2js] new-rti: Implement general As/Check methods
      dart-lang/sdk@/90c88d984e Fix large integer literals in dart2js_extra/round_constant_folding_test
      dart-lang/sdk@/9349f71721 bump linter to 0.1.93
      dart-lang/sdk@/c384212f9e [vm] Remove vestigial verified_memory_test.cc file
      dart-lang/sdk@/f4824d332d [vm] Drop support for MSVC older than 2013
      dart-lang/sdk@/bbb027aa2a [vm] Fix offset that was breaking bare_instructions_trampolines_test
      dart-lang/sdk@/1db0b4436c [dart2js] new-rti: Implement type bounds check
      dart-lang/sdk@/686742585a Migration: add a more robust assertion to the DecoratedType constructor
      dart-lang/sdk@/2fd4ca570b set DecoratedType.returnType for FunctionType
      dart-lang/sdk@/ca4b6e533a [dart2js] new-rti: Implement basic is-test
      dart-lang/sdk@/39b71253ce Fix for curly_braces_in_flow_control_structures lint.
      dart-lang/sdk@/b6c3b2c98c Enable 'Surround with XYZ' only for Statement(s) in Block(s).
      dart-lang/sdk@/79e478e50e Fixed some links
      dart-lang/sdk@/279c1da42d Use absolute paths as canonical paths for inputs digest maps
      dart-lang/sdk@/cbf9cff19f Infer types of field formals before all fields.
      dart-lang/sdk@/0c6b3d1277 Migration: do better function type formatting in DecoratedType.toString.
      dart-lang/sdk@/a76c459239 Migration: Remove unnecessary duplicate type test
      dart-lang/sdk@/a515a0c256 Reland "[vm/ffi] SimDBC on Arm64 Android"
      dart-lang/sdk@/0baf81e7d6 Tests for Never and potential nullable / non-nullable.
      dart-lang/sdk@/26d308aad3 Use flow analysis for reporting use sites of not assigned locals during resolution.
      dart-lang/sdk@/79f276e07d Migration: handle field formal parameters.
      dart-lang/sdk@/c8c3572ca9 Migration: standardize method names in EdgeBuilderTest.
      dart-lang/sdk@/c0c15c1283 Migration: build nullability node for default type parameter bounds directly.
      dart-lang/sdk@/b57ff85906 Migration: clean up and test implicit dynamic return type of Function() syntax.
      dart-lang/sdk@/0f2eda8644 Migration: add support for function expression invocations.
      dart-lang/sdk@/a200980da0 Migration: add support for variable and field type inference.
      dart-lang/sdk@/ca25f56883 Migration: add support for type inference of function types.
      dart-lang/sdk@/a436c0621f Migration: fix DecoratedType.toString to support named function parameters.
      dart-lang/sdk@/9dee307bdb Migration: update nullability graph debug dump to support union edges.
      dart-lang/sdk@/b60dcdbf73 Migration: Remove the `create` parameter from Variables.decoratedElementType.
      dart-lang/sdk@/18c21ee9d1 Migration: add support for generic instance creation.
      dart-lang/sdk@/f7ddfdf6ca Migration: don't forget to visit variable initializers in NodeBuilder.
      dart-lang/sdk@/a39e4fabfb Add information about the deprecated ParameterElement.parameterKind
      dart-lang/sdk@/f6dfad02f4 [analyzer] add a space to the quick for for REPLACE_COLON_WITH_EQUALS
      
      * Revert changes makde in the engine for the Isolate Group API change.
      
      * Fix compilation error.
      
      * Update license.
      
      * Format.
      5e596f2a
    • S
      Roll src/third_party/skia 5b52c52141ac..11eb847a2080 (6 commits) (#9671) · 46a2239b
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/5b52c52141ac..11eb847a2080
      
      git log 5b52c52141acb497f8fca18e9b77badacdf05364..11eb847a2080aa944b2596a6c2f8f3bdc0eaa493 --date=short --no-merges --format=%ad %ae %s
      2019-07-03 kjlubick@google.com Update skqp&#39;s Android NDK to r20
      2019-07-03 halcanary@google.com SamplePdfFileViewer: delete dead code
      2019-07-03 herb@google.com Switch PDF over to using bulk calls
      2019-07-03 herb@google.com Bulkify SkGlyphCacheBench
      2019-07-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-07-03 jvanverth@google.com Revert &#34;Assert that lazy proxies are never borrowed or wrapped&#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 (jvanverth@google.com), and stop
      the roller if necessary.
      46a2239b
    • S
      Roll src/third_party/skia 0e0113dcbd9a..5b52c52141ac (8 commits) (#9665) · d3616c7a
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/0e0113dcbd9a..5b52c52141ac
      
      git log 0e0113dcbd9ad8a54071e631e147aa02c1b7fb5b..5b52c52141acb497f8fca18e9b77badacdf05364 --date=short --no-merges --format=%ad %ae %s
      2019-07-03 mtklein@google.com simplify Android NDK build config
      2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5faff91af499..66b5ff586c9c (14 commits)
      2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 628bca791189..958fec279ed5 (1 commits)
      2019-07-02 csmartdalton@google.com Assert that lazy proxies are never borrowed or wrapped
      2019-07-03 halcanary@google.com Samples: add name() virtual
      2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 180042c54610..628bca791189 (1 commits)
      2019-07-03 bsalomon@google.com Make deferred render target context without config or format
      2019-07-03 herb@google.com Add bulk calls for metrics, paths and images.
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      d3616c7a
    • S
      Roll src/third_party/skia 93eeff578b08..0e0113dcbd9a (9 commits) (#9662) · 6a8782fe
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/93eeff578b08..0e0113dcbd9a
      
      git log 93eeff578b08e74ffa609ee2465b757fd78a35b9..0e0113dcbd9ad8a54071e631e147aa02c1b7fb5b --date=short --no-merges --format=%ad %ae %s
      2019-07-03 robertphillips@google.com Fix initialization of DDLRecorder
      2019-07-03 bsalomon@google.com Disable GLPrograms test on Mac 10.1 bot
      2019-07-03 fmalita@chromium.org [skottie] Add forgotten linear-wipe test
      2019-07-03 bsalomon@google.com fix logic bug when deciding to use temp space for mip levels
      2019-07-02 halcanary@google.com add header guards
      2019-07-02 egdaniel@google.com Move tex storage flag to FormatInfo in GrGLCaps.
      2019-07-03 mtklein@google.com update path to fix Android ASAN bots
      2019-07-02 robertphillips@google.com Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture
      2019-07-03 bsalomon@google.com Fix issue where SkAutoSTMalloc doesn&#39;t default initialize std::unique_ptr.
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      6a8782fe
  8. 03 7月, 2019 7 次提交
  9. 02 7月, 2019 8 次提交
    • S
      Roll src/third_party/skia effee2065796..bd3d8d39b3e7 (1 commits) (#9647) · c19b53cf
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/effee2065796..bd3d8d39b3e7
      
      git log effee206579608fad40658e608db4aa13910f76f..bd3d8d39b3e73398ab37e4a58bd9de6dd462008c --date=short --no-merges --format=%ad %ae %s
      2019-07-02 bsalomon@google.com Remove GrPixelConfig from GrColorSpaceInfo.
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      c19b53cf
    • S
      Roll src/third_party/skia 2ef826576819..effee2065796 (1 commits) (#9646) · aeaa5ede
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/2ef826576819..effee2065796
      
      git log 2ef826576819224d94691d9167d16b951fe1dce7..effee206579608fad40658e608db4aa13910f76f --date=short --no-merges --format=%ad %ae %s
      2019-07-01 csmartdalton@google.com Use mixed samples internally for default coverage AA
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      aeaa5ede
    • S
      Roll src/third_party/skia f2c52efce52b..2ef826576819 (2 commits) (#9645) · 1cc1f04c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/f2c52efce52b..2ef826576819
      
      git log f2c52efce52b2c395be877d25fe0f4999a35754a..2ef826576819224d94691d9167d16b951fe1dce7 --date=short --no-merges --format=%ad %ae %s
      2019-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f116aa9c158b..5faff91af499 (3 commits)
      2019-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d38e9bb41f04..fb906fa57d41 (308 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 (jvanverth@google.com), and stop
      the roller if necessary.
      1cc1f04c
    • S
      Roll src/third_party/skia 9fb7fa537d93..f2c52efce52b (1 commits) (#9644) · 1c295b22
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/9fb7fa537d93..f2c52efce52b
      
      git log 9fb7fa537d938618991922bfffa627e442db67f0..f2c52efce52b2c395be877d25fe0f4999a35754a --date=short --no-merges --format=%ad %ae %s
      2019-07-01 bsalomon@google.com Update valgrind suppression
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      1c295b22
    • S
      Roll src/third_party/skia 21a486d04ae0..9fb7fa537d93 (21 commits) (#9639) · f6657178
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/21a486d04ae0..9fb7fa537d93
      
      git log 21a486d04ae034a9f4dcdc874a59b41391174db8..9fb7fa537d938618991922bfffa627e442db67f0 --date=short --no-merges --format=%ad %ae %s
      2019-07-01 brianosman@google.com Fix asserts in EllipticalRRectOp::Make to match logic of make_rrect_op
      2019-07-01 jvanverth@google.com Re-enable Metal buffer suballocation with extra mutex guard.
      2019-07-01 mtklein@google.com more --loops 1
      2019-06-28 herb@google.com Use bulk metrics call in SkFont
      2019-07-01 robertphillips@google.com Add GrProtected parameter to all createBackendTexture variants
      2019-07-01 bsalomon@google.com Reenable GPU ReadPixels tests on ANGLE ES2
      2019-07-01 bsalomon@google.com Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags.
      2019-07-01 fmalita@chromium.org [skottie] Cleanup: split off layers into own CUs
      2019-07-01 ethannicholas@google.com SkSL now respects layout(key) on all variables
      2019-07-01 brianosman@google.com Revert &#34;Test MSAA on Gen9 Intel GPUs&#34;
      2019-07-01 mtklein@google.com move SkVM interpreter back to SkVM.cpp
      2019-07-01 bsalomon@google.com Pass alpha type to GrSurfaceContext::read/writePixels and remove flags.
      2019-07-01 mtklein@google.com finish up arm64 ops
      2019-06-28 brianosman@google.com Test MSAA on Gen9 Intel GPUs
      2019-07-01 mtklein@google.com auto-tune nanobench in all builds
      2019-07-01 robertphillips@google.com Add SkSurfaceCharacterization::isCompatible
      2019-07-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 923c30fba116..f116aa9c158b (14 commits)
      2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 40495290dceb..52edb176f1bd (7 commits)
      2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9ef8c105f0dc..d38e9bb41f04 (418 commits)
      2019-07-01 michaelludwig@google.com Revert &#34;Switch drawTexture calls to use attemptQuadOptimization&#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 (jvanverth@google.com), and stop
      the roller if necessary.
      f6657178
    • C
      Roll Dart to 67ab3be10d35d994641da167cc806f20a7ffa679 (#9638) · fd24007c
      Chris Bracken 提交于
      This is a reland of #9364 with fixes for Fuchsia.
      
      000cf0560c clean up type_literal_test
      0f20911022 Improve type_literal_test
      a108bef7fb [vm, bytecode] Interpreter support for newer recognized natives.
      2a15d38759 Revert "[llvm] Add initial scaffolding"
      13b470ac46 Parse error expectations in tests.
      b71d2d9996 [llvm] Add initial scaffolding
      5f2bcd9d6c [vm/bytecode] Reuse flow graph building for recognized methods
      
      This includes a breaking change: https://dart-review.googlesource.com/c/sdk/+/105241
      ```
        Dart_CreateIsolate -> Dart_CreateIsolateGroup
        Dart_IsolateCreateCallback -> Dart_IsolateGroupCreateCallback
        Dart_IsolateCleanupCallback -> Dart_IsolateGroupShutdownCallback
        Dart_CreateIsolateFromKernel -> Dart_CreateIsolateGroupFromKernel
        Dart_CurrentIsolateData -> Dart_CurrentIsolateGroupData
        Dart_IsolateData -> Dart_IsolateGroupData
        Dart_GetNativeIsolateData -> Dart_GetNativeIsolateGroupData
        Dart_InitializeParams.create -> Dart_InitializeParams.create_group
        Dart_InitializeParams.cleanup -> Dart_InitializeParams.shutdown_group
        Dart_InitializeParams.shutdown -> Dart_InitializeParams.shutdown_isolate
      ```
      fd24007c
    • C
      Revert "Roll Dart to 67ab3be10d35d994641da167cc806f20a7ffa679 (#9634)" (#9637) · 64b9eef5
      Chris Bracken 提交于
      This broke the Fuchsia build.
      
      This reverts commit 45e1ad27.
      64b9eef5
    • C
      Roll Dart to 67ab3be10d35d994641da167cc806f20a7ffa679 (#9634) · 45e1ad27
      Chris Bracken 提交于
      000cf0560c clean up type_literal_test
      0f20911022 Improve type_literal_test
      a108bef7fb [vm, bytecode] Interpreter support for newer recognized natives.
      2a15d38759 Revert "[llvm] Add initial scaffolding"
      13b470ac46 Parse error expectations in tests.
      b71d2d9996 [llvm] Add initial scaffolding
      5f2bcd9d6c [vm/bytecode] Reuse flow graph building for recognized methods
      
      This includes a breaking change: https://dart-review.googlesource.com/c/sdk/+/105241
      ```
        Dart_CreateIsolate -> Dart_CreateIsolateGroup
        Dart_IsolateCreateCallback -> Dart_IsolateGroupCreateCallback
        Dart_IsolateCleanupCallback -> Dart_IsolateGroupShutdownCallback
        Dart_CreateIsolateFromKernel -> Dart_CreateIsolateGroupFromKernel
        Dart_CurrentIsolateData -> Dart_CurrentIsolateGroupData
        Dart_IsolateData -> Dart_IsolateGroupData
        Dart_GetNativeIsolateData -> Dart_GetNativeIsolateGroupData
        Dart_InitializeParams.create -> Dart_InitializeParams.create_group
        Dart_InitializeParams.cleanup -> Dart_InitializeParams.shutdown_group
        Dart_InitializeParams.shutdown -> Dart_InitializeParams.shutdown_isolate
      ```
      45e1ad27