1. 16 1月, 2020 8 次提交
    • S
      Roll src/third_party/dart 515d4bd7adb1..009537bbf0ff (1 commits) (#15687) · e0fe8342
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/515d4bd7adb1..009537bbf0ff
      
      git log 515d4bd7adb1..009537bbf0ff --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 whesse@google.com [infra] Empty SDK commit, to validate a fix for approval copying
      
      Created with:
        gclient setdep -r src/third_party/dart@009537bbf0ff
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      e0fe8342
    • S
      Roll fuchsia/sdk/core/linux-amd64 from UlOSN... to YPYqb... (#15689) · 998cc7c7
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from UlOSN... to YPYqb...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      998cc7c7
    • S
      Roll src/third_party/skia 7edb0eb8a458..2900040bc4a0 (3 commits) (#15686) · c84fad95
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/7edb0eb8a458..2900040bc4a0
      
      git log 7edb0eb8a458..2900040bc4a0 --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 146e16f68fdc..5fc197dc7669 (10 commits)
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 86f730971751..a7b91502cd7f (2 commits)
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b83f9414fec4..98818e570034 (437 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@2900040bc4a0
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      c84fad95
    • S
      Roll src/third_party/dart 862d5012ae9c..515d4bd7adb1 (18 commits) (#15683) · d00b43ef
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/862d5012ae9c..515d4bd7adb1
      
      git log 862d5012ae9c..515d4bd7adb1 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 markzipan@google.com [dartdevc] Emitting equality checks that disregard 'legacy' wrappers for type objects.
      2020-01-15 jwren@google.com In completion_metrics.dart, print out line numbers instead of character offsets.
      2020-01-15 scheglov@google.com Fix for crash: type 'DefaultParameterElementImpl' is not a subtype of type 'FieldFormalParameterElementImpl'
      2020-01-15 jwren@google.com Improve printPercentage(..) in pkg/analysis_server/lib/src/status/pages.dart to take an optional fractionDigits to pass to num.toStringAsFixed(..)
      2020-01-15 mfairhurst@google.com [nnbd_migration] Mark implicit dynamic for type params as nullable
      2020-01-15 scheglov@google.com Report LATE_FINAL_LOCAL_ALREADY_ASSIGNED.
      2020-01-15 jwren@google.com Rename a class in pkg/analysis_server/tool/completion_metrics/completion_metrics.dart
      2020-01-15 jwren@google.com Improve the print output from the completion_metrics.dart tool, output for collection is now: Summary for /usr/local/google/home/jwren/github/collection: Total number of completion tests   = 11487 Number of successful completions   = 9945 (86.6%) Number of unsuccessful completions = 1542 (13.4%)
      2020-01-15 jwren@google.com Implement the rest of the visit* methods in pkg/analysis_server/tool/completion_metrics/visitors.dart, members sorted.
      2020-01-15 nshahan@google.com [dart:async] Fix error in NNBD fork
      2020-01-15 asiva@google.com [VM/isolate] Migrate 'dart:isolate' and patch files for NNBD
      2020-01-15 pquitslund@google.com linter bump to 0.1.109
      2020-01-15 whesse@google.com [infra] Use analyzer-unittest-asserts and cfe-unittest-asserts configurations
      2020-01-15 johnniwinther@google.com [cfe] Avoid crash on late field override
      2020-01-15 paulberry@google.com Migration: small simplification to _PassThroughBuilderImpl.
      2020-01-15 paulberry@google.com Migration: test removal of all list elements when there is a trailing separator
      2020-01-15 johnniwinther@google.com [cfe] Add opt-out version of general testcases
      2020-01-15 dmitryas@google.com [cfe] Use nullable context on LHS of if-null expressions
      
      Created with:
        gclient setdep -r src/third_party/dart@515d4bd7adb1
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      d00b43ef
    • S
      Roll src/third_party/skia 7655168e6865..7edb0eb8a458 (16 commits) (#15682) · 49e2bf84
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/7655168e6865..7edb0eb8a458
      
      git log 7655168e6865..7edb0eb8a458 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 jvanverth@google.com Revert "Reland "Add new method for storing DrawOpAtlas texture index.""
      2020-01-15 jlavrova@google.com RTL Paragraph + all it causes
      2020-01-15 herb@google.com Redo glyph quad regeneration
      2020-01-15 mtklein@google.com fix SkMatrixConvolutionImageFilter unpremul
      2020-01-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-15 csmartdalton@google.com Add a temporary job to test GrGpuTessellationPathRenderer
      2020-01-15 reed@google.com experimental: saveCamera()
      2020-01-15 halcanary@google.com docs/examples: REG_FIDDLE_ANIMATED
      2020-01-15 jlavrova@google.com Fixing the cache
      2020-01-15 jvanverth@google.com Reland "Add new method for storing DrawOpAtlas texture index."
      2020-01-15 herb@google.com Simplify translation calculation for mustRegenerate
      2020-01-15 mtklein@google.com add a note about P3 gamuts
      2020-01-15 egdaniel@google.com Remove various uses of GrPixelConfig from GrSurfaceProxy.
      2020-01-15 bryct@amazon.com rm CanvasKit.HEAPU8.buffer caching (fix UAF bug).
      2020-01-15 kjlubick@google.com Add support for reading .skp files in CanvasKit.
      2020-01-15 adlai@google.com Add a new gm for large kernel matrix convolution
      
      Created with:
        gclient setdep -r src/third_party/skia@7edb0eb8a458
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      49e2bf84
    • S
      Roll src/third_party/dart fe666ce592cb..862d5012ae9c (48 commits) (#15672) · 4dc03029
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/fe666ce592cb..862d5012ae9c
      
      git log fe666ce592cb..862d5012ae9c --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 johnniwinther@google.com [cfe] Handle explicit opt-out in nnbd-not-enabled message
      2020-01-15 johnniwinther@google.com [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
      2020-01-15 dacoharkes@google.com [vm/ffi] Migrate dart:ffi to nnbd
      2020-01-15 jensj@google.com [vmservice] Make sure one can request several heap snapshots
      2020-01-15 johnniwinther@google.com [cfe] Insert member signatures for nnbd aware inheritance
      2020-01-15 jwren@google.com Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
      2020-01-15 scheglov@google.com Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
      2020-01-15 vsm@google.com Reland "De-dup js_util between ddc and dart2js"
      2020-01-15 scheglov@google.com Downgrade receiver of type Never to hint.
      2020-01-15 bkonyi@google.com [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
      2020-01-15 rmacnak@google.com [vm] Update dart:mirrors for Dart 3.
      2020-01-15 pquitslund@google.com completions for yield statements
      2020-01-14 liama@google.com [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
      2020-01-14 pquitslund@google.com closure arg code completion
      2020-01-14 jwren@google.com API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
      2020-01-14 nshahan@google.com [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
      2020-01-14 jwren@google.com Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
      2020-01-14 scheglov@google.com Issue 40057. Fix for Never as setter receiver.
      2020-01-14 sra@google.com [dart2js] Remove unused method
      2020-01-14 jwren@google.com This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
      2020-01-14 paulberry@google.com Pass TypeSystem and TypeProvider into TypedLiteralResolver.
      2020-01-14 paulberry@google.com Migration: wire up elimination of dead if branches to FixBuilder.
      2020-01-14 paulberry@google.com Migration: Add logic to FixAggregator to eliminate dead "if" branches.
      2020-01-14 paulberry@google.com Migration: add the ability to create EditPlans that remove source code.
      2020-01-14 paulberry@google.com Migration: Add tests for the algorithm used by EditPlaner.passThrough.
      2020-01-14 paulberry@google.com Migration: Remove _incorporateParent method.
      2020-01-14 jwren@google.com Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
      2020-01-14 scheglov@google.com Issue 39059. Check for minor / major version overflow.
      2020-01-14 leafp@google.com Convert late field syntax test to static error test
      2020-01-14 asiva@google.com [Dart/CLI] : Migrate dart:cli for NNBD.
      2020-01-14 scheglov@google.com Extract AssignmentExpressionResolver.
      2020-01-14 liama@google.com [vm, library] Migrate dart:wasm to NNBD
      2020-01-14 jwren@google.com Improve the String output of the double percents.
      2020-01-14 jwren@google.com Split completion_metrics.dart into two files.
      2020-01-14 scheglov@google.com Use analyzer Packages in analyzer_cli.
      2020-01-14 askesc@google.com [vm] Fix some issues with round trip serialization.
      2020-01-14 sjindel@google.com Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
      2020-01-14 johnniwinther@google.com [cfe] ClassHierarchyBuilder cleanup before adding member signatures
      2020-01-14 johnniwinther@google.com [cfe] Handle type variable typed late fields and locals
      2020-01-14 johnniwinther@google.com [cfe] Report error on `await` in late local initializer
      2020-01-14 sjindel@google.com [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
      2020-01-14 sjindel@google.com [vm] Clone boxes for unboxed numeric fields upon rematerialization.
      2020-01-14 dacoharkes@google.com [vm/ffi] Test alignment of small stack arguments
      2020-01-14 johnniwinther@google.com [cfe] Add canonical way to detect the synthesized redirecting factory field
      2020-01-14 lrn@google.com Fix bug in NNBD stream controller.
      2020-01-14 dmitryas@google.com [cfe] Add more tests for compile-time errors related to Null Safety
      2020-01-14 jwren@google.com Refactor the 3 implementations of Comparator<CompletionSuggestion> down to a single implementation.
      2020-01-14 sra@google.com List copy benchmark
      
      Created with:
        gclient setdep -r src/third_party/dart@862d5012ae9c
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      4dc03029
    • S
      Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN... (#15670) · 08fd50ae
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      08fd50ae
    • S
      Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (#15671) · 12bd2df6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865
      
      git log e45c5cd03eeb..7655168e6865 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa81050..86f730971751 (12 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
      2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
      2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-14 robertphillips@google.com Update compressed texturing GM
      2020-01-14 mtklein@google.com add dumpJIT() to disassemble
      2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
      2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
      2020-01-14 mtklein@google.com add --skvm to nanobench and fm
      2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
      2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
      2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
      2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
      2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
      2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
      2020-01-14 mtklein@google.com improve scalar gather32
      2020-01-14 mtklein@google.com impl gather32 for x86
      2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
      2020-01-14 reed@google.com clean-up 3d sample's use of matrices
      2020-01-14 mtklein@google.com remove obsolete presubmit checks
      2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
      2020-01-14 mtklein@google.com try running public API checks early
      2020-01-14 nifong@google.com fix msan issue by init all new members
      2020-01-14 mtklein@google.com manually roll swiftshader
      2020-01-14 borenet@google.com [infra] Fix bin/try
      2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
      2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory
      
      Created with:
        gclient setdep -r src/third_party/skia@7655168e6865
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      12bd2df6
  2. 15 1月, 2020 2 次提交
    • S
      Roll src/third_party/skia 69ace2a0adbe..e45c5cd03eeb (23 commits) (#15584) · 0c35a6bb
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/69ace2a0adbe..e45c5cd03eeb
      
      git log 69ace2a0adbe..e45c5cd03eeb --date=short --first-parent --format='%ad %ae %s'
      2020-01-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ed074852bf07..8b3a0fa81050 (8 commits)
      2020-01-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d7523c24c465..e2015449184d (593 commits)
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-14 mtklein@google.com add movq
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 mtklein@google.com add vgatherdps
      2020-01-13 stani@google.com Improve shader compile tracing with Android framework
      2020-01-13 ethannicholas@google.com fix texture projection and fmod on metal
      2020-01-13 robertphillips@google.com Compressed texture API cleanup
      2020-01-13 bungeman@google.com Turn off automatic application of 'trak' on macOS.
      2020-01-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 bsalomon@google.com Reland "Remove GrPaint::addColorTextureProcessor"
      2020-01-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 egdaniel@google.com On ARM disable blend when src-over has src with alpha of 1.
      2020-01-13 reed@google.com Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale"""
      2020-01-13 jlavrova@google.com Formatting paragraph with width=0
      2020-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 12ce8f687d23..ed074852bf07 (12 commits)
      2020-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e8ce929aea0d..d7523c24c465 (417 commits)
      2020-01-12 reed@google.com Reland "Revert "allow clients to opt into new didTranslate/didScale""
      2020-01-12 reed@google.com Revert "Revert "allow clients to opt into new didTranslate/didScale""
      2020-01-12 reed@google.com Revert "allow clients to opt into new didTranslate/didScale"
      2020-01-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2020-01-12 reed@google.com allow clients to opt into new didTranslate/didScale
      
      Created with:
        gclient setdep -r src/third_party/skia@e45c5cd03eeb
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      0c35a6bb
    • B
      Roll src/third_party/dart 83fba7bd54..fe666ce592 (3 commits) (#15619) · 82a851cf
      Ben Konyi 提交于
      fe666ce Report unused public static members of private classes by Sam Rawlins · 14 hours ago
      43ceb5c Revert "De-dup js_util between ddc and dart2js" by Vijay Menon · 15 hours ago
      04e2c97 NNBD preview: Fix the position of the navigation by Sam Rawlins · 17 hours ago
      83fba7b [ VM ] Move vmservice_io code from runtime/bin to dart:_internal/vm/bin by Ben Konyi · 18 hours ago
      c0b1a0a Switch analyzer perf to using analyzer Packages. by Konstantin Shcheglov · 18 hours ago
      5b391ba [tests] Break the monolithic async* tests into multiple files by Nicholas Shahan · 19 hours ago
      980a200 [vm/vmservice] Make sure writing service info file is awaited by Alexander Markov · 19 hours ago
      7997162 Fix getHover test on Windows. by Konstantin Shcheglov · 19 hours ago
      301a3a2 Fix incorrect .packages files in DAS tests. by Konstantin Shcheglov · 19 hours ago
      c41812b Incremental work in the completion_metrics.dart file. by Jaime Wren · 19 hours ago
      5169a52 Use @patch for List.of factory constructor by Stephen Adams · 20 hours ago
      2a7789d De-dup js_util between ddc and dart2js by Vijay Menon · 20 hours ago
      aaaaa47 [dartjs] Remove unsound `contains` method from AbstractValueDomain. by Mayank Patke · 20 hours ago
      fd9d3f9 relevance test re-structure by pq · 20 hours ago
      5d96b23 [dartdevc] Fix analysis error in runtime library by Nicholas Shahan · 20 hours ago
      2c121e4 Migration: modify pass through edit plans to integrate up the tree stepwise. by Paul Berry · 21 hours ago
      6669849 Initial commit with some work starting the metrics collection around code completion metrics gathering. by Jaime Wren · 21 hours ago
      c6d6eed Include type arguments when converting to a stateful widget (issue 40095) by Brian Wilkerson · 22 hours ago
      b9c5798 Support latest analyzer in analyzer_plugin by Simon Binder · 22 hours ago
      16f07ea Revert "Use nullable context type for operand of null-check operator." by Konstantin Shcheglov · 23 hours ago
      c8f2683 Add a reason to the MakeNullable change and plumb it through to the AtomicEdit by Brian Wilkerson · 23 hours ago
      5357052 [vm/compiler] Fix handling of function types in type tests for type parameters by Alexander Markov · 23 hours ago
      8a1a4e7 Add flag to specify which null-safety semantics to use for codegen by Sigmund Cherem · 23 hours ago
      b3c6af3 [vm/compiler] Introduce base class for instance calls in IL by Alexander Markov · 24 hours ago
      67f3cf3 Revert "[vm, gc] Sweep non-executable large pages concurrently." by Ryan Macnak · 24 hours ago
      00a6b52 Test that invocation of a method on a nullable interface type prefers nullable extension. by Konstantin Shcheglov · 24 hours ago
      b5f4351 Move ABSTRACT_SUPER_MEMBER_REFERENCE tests. by Konstantin Shcheglov · 25 hours ago
      ca31f1d Refactor FunctionExpressionInvocationResolver to support Never. by Konstantin Shcheglov · 25 hours ago
      4495c2b [vm, gc] Run weak processing in parallel for old-space GCs. by Ryan Macnak · 26 hours ago
      2dd37b6 Add findPackagesFrom(). by Konstantin Shcheglov · 27 hours ago
      abe7c1a When NNBD, use nullable iterable type for null-aware spreads. by Konstantin Shcheglov · 27 hours ago
      6f1bcee Extract ifNull resolution in BinaryExpressionResolver. by Konstantin Shcheglov · 27 hours ago
      9c9c283 [vm, gc] Remove dead allocation stats code. by Ryan Macnak · 27 hours ago
      a4207fd [vm/aot] Avoid loading the code register (in bare-AOT) and zeroing IC data reg (in AOT) for closure calls by Martin Kustermann · 33 hours ago base
      4cb8816 [gardening] Also ignore OSError in verify_http_timeline_test. by Teagan Strickland · 34 hours ago
      d1e11f0 Enable prefer_final_fields in three packages by Brian Wilkerson · 2 days ago
      856a270 Use nullable context type for operand of null-check operator. by Konstantin Shcheglov · 2 days ago
      da6696b Use analyzer Packages. by Konstantin Shcheglov · 2 days ago
      5b1065a Enable avoid_init_to_null in analysis_server by Brian Wilkerson · 2 days ago
      99cdbee Use getDisplayString() for hover. by Konstantin Shcheglov · 2 days ago
      04b5bd9 Extract null check in PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      ac8a2a6 Enable avoid_init_to_null in analyzer_plugin by Brian Wilkerson · 2 days ago
      f1c81da Add a fix for unnecessary_null_in_of_null_operators by Brian Wilkerson · 2 days ago
      9254683 Remove packageMap and hasFlutterDependency from Workspace interface. by Konstantin Shcheglov · 2 days ago
      ecebc29 Do negation resolution in one method. by Konstantin Shcheglov · 2 days ago
      489c0be Extract PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      113f034 completion manager test harness by pq · 2 days ago
      7ed7bff Fix some hints caused by previous CL and add some failing tests by Brian Wilkerson · 3 days ago
      82a851cf
  3. 14 1月, 2020 2 次提交
  4. 12 1月, 2020 6 次提交
    • S
      Roll src/third_party/skia 0a1923e50752..69ace2a0adbe (1 commits) (#15507) · 5ef2c796
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/0a1923e50752..69ace2a0adbe
      
      git log 0a1923e50752..69ace2a0adbe --date=short --first-parent --format='%ad %ae %s'
      2020-01-11 reed@google.com sample3d
      
      Created with:
        gclient setdep -r src/third_party/skia@69ace2a0adbe
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      5ef2c796
    • S
      Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9... (#15506) · 73d2fb37
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      73d2fb37
    • S
      Roll src/third_party/dart b3457c8cc2c1..32ce9c7872e2 (7 commits) (#15504) · cf454e42
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/b3457c8cc2c1..32ce9c7872e2
      
      git log b3457c8cc2c1..32ce9c7872e2 --date=short --first-parent --format='%ad %ae %s'
      2020-01-11 brianwilkerson@google.com Enable prefer_collection_literals in three packages
      2020-01-11 brianwilkerson@google.com Hook up the fix for use_function_type_syntax_for_parameters
      2020-01-11 brianwilkerson@google.com Add a fix for prefer_iterable_whereType
      2020-01-11 scheglov@google.com Stop passing ContextBuilder to Workspace(s).
      2020-01-11 scheglov@google.com Use ElementTypeProvider in MethodInvocationResolver.
      2020-01-11 scheglov@google.com Extract BinaryExpressionResolver.
      2020-01-11 scheglov@google.com Issue 40062. Restore check for extededType subtype.
      
      Created with:
        gclient setdep -r src/third_party/dart@32ce9c7872e2
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      cf454e42
    • S
      Roll src/third_party/skia 3723fb7e85bb..0a1923e50752 (6 commits) (#15500) · d45f1c1e
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/3723fb7e85bb..0a1923e50752
      
      git log 3723fb7e85bb..0a1923e50752 --date=short --first-parent --format='%ad %ae %s'
      2020-01-11 csmartdalton@google.com Disable QCOM_tiled_rendering while we wait for test devices
      2020-01-11 reed@google.com Override didTranslate, and add virtual for didScale
      2020-01-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-10 reed@google.com Revert "Revert "forward concat44 in nway canvas""
      
      Created with:
        gclient setdep -r src/third_party/skia@0a1923e50752
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      d45f1c1e
    • S
      Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (#15485) · 2bd4aff0
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1
      
      git log 395daaa3ecfc..b3457c8cc2c1 --date=short --first-parent --format='%ad %ae %s'
      2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants.
      2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD.
      2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference
      2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask
      2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter
      2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots.
      2020-01-10 pquitslund@google.com quickfix for hash_and_equals
      2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point.
      2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver.
      2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for  Float64x2 and Float32x4
      2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace.
      2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper.
      2020-01-10 paulberry@google.com Split EditPlan into a base and derived class.
      2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report.
      2020-01-10 fmil@google.com Sets the loading path for tzdata
      2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace.
      2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags.
      2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet.
      2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently.
      2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses
      2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out.
      2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length
      2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable.
      2020-01-10 pquitslund@google.com remove unused local
      2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner.
      2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used
      2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr.
      2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test.
      2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero.
      2020-01-10 pquitslund@google.com fix override change edit for super operators
      2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor.
      2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors
      2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver.
      2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper
      2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork
      2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd
      2020-01-10 pquitslund@google.com stop proposing `new`
      2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites
      2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code.
      2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation
      2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff
      2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode.
      2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var'
      2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445
      2020-01-10 jensj@google.com [parser] bang before type arguments
      2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters
      2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct.
      2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal
      2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects
      2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; #40023
      2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes.
      2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks.
      2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file
      2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test.
      2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots
      2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck
      2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation.
      2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression.
      2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD.
      2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation.
      2020-01-09 nbosch@google.com Remove isKernel argment tracking
      2020-01-09 scheglov@google.com Extract PrefixExpressionResolver.
      2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver.
      2020-01-09 athom@google.com [infra] Fix cfe NNBD builder
      2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder.
      2020-01-09 bkonyi@google.com [ dartfuzz ] Properly filter Float32x4.fromInt32x4Bits from being emitted in programs generated by DartFuzz
      
      Created with:
        gclient setdep -r src/third_party/dart@b3457c8cc2c1
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      2bd4aff0
    • S
      Roll src/third_party/skia 67d0f3fd725c..3723fb7e85bb (25 commits) (#15466) · 3d37d39d
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/67d0f3fd725c..3723fb7e85bb
      
      git log 67d0f3fd725c..3723fb7e85bb --date=short --first-parent --format='%ad %ae %s'
      2020-01-10 reed@google.com Revert "forward concat44 in nway canvas"
      2020-01-10 bsalomon@google.com Fix mac TSAN build
      2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-10 herb@google.com Simplify text op vertex generation loop
      2020-01-10 bsalomon@google.com Enable transfer from texture to buffer on ANGLE.
      2020-01-10 nifong@google.com Revert "Reland "Add vis of android device clip restriction, fix regular clip vis on gpu""
      2020-01-10 nifong@google.com Reland "Add vis of android device clip restriction, fix regular clip vis on gpu"
      2020-01-10 jvanverth@google.com Revert "Add vis of android device clip restriction, fix regular clip vis on gpu"
      2020-01-10 jvanverth@google.com Revert "Fix san error by initializing new bool in debugcanvas"
      2020-01-10 reed@google.com forward concat44 in nway canvas
      2020-01-10 kjlubick@google.com [canvaskit] Roll to 0.11.0
      2020-01-10 nifong@google.com Fix san error by initializing new bool in debugcanvas
      2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-10 jlavrova@google.com height_override without a multiplier
      2020-01-10 halcanary@google.com tools/git-sync-deps works with either python
      2020-01-10 brianosman@google.com SkRuntimeEffect: Fix 'in' variables in CPU backend
      2020-01-10 nifong@google.com Add vis of android device clip restriction, fix regular clip vis on gpu
      2020-01-10 jlavrova@google.com Ellipsis attached to cluster, not word
      2020-01-10 reed@google.com Revert "new virtuals for canvas ctm"
      2020-01-10 reed@google.com new virtuals for canvas ctm
      2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5d178c93fd5b..e8ce929aea0d (425 commits)
      2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c431d59626e1..12ce8f687d23 (8 commits)
      2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 77c89ff847b6..110236f3ce70 (5 commits)
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 reed@google.com remove cruft bools from canvas
      
      Created with:
        gclient setdep -r src/third_party/skia@3723fb7e85bb
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      3d37d39d
  5. 10 1月, 2020 5 次提交
    • S
      Roll src/third_party/skia 04e77813f8f4..67d0f3fd725c (41 commits) (#15377) · f4c7fcd7
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/04e77813f8f4..67d0f3fd725c
      
      git log 04e77813f8f4..67d0f3fd725c --date=short --first-parent --format='%ad %ae %s'
      2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
      2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
      2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
      2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
      2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
      2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 herb@google.com Combine result calculation from both legs of if statement
      2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
      2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
      2020-01-09 mtklein@google.com add back src-in-gamut tracking
      2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
      2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
      2020-01-09 reed@google.com Remove legacy canvas-matrix impl
      2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
      2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
      2020-01-09 reed@google.com Optimize concat44 on canvas
      2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
      2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7dd075..c431d59626e1 (7 commits)
      2020-01-08 mtklein@google.com JIT today's new _imm ops
      2020-01-08 herb@google.com Hoist calculations up to regenerate
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 mtklein@google.com skip no-op masks
      2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
      2020-01-08 mtklein@google.com refactor bit ops
      2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
      2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
      2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
      2020-01-08 mtklein@google.com Streamline skvm bilerp.
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
      2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView
      
      Created with:
        gclient setdep -r src/third_party/skia@67d0f3fd725c
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      f4c7fcd7
    • S
      Roll fuchsia/sdk/core/linux-amd64 from _gFH2... to 75iyW... (#15373) · 5272d12e
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from _gFH2... to 75iyW...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      5272d12e
    • S
      Roll src/third_party/dart c0ca187f2699..395daaa3ecfc (84 commits) (#15374) · 3a1a3ba6
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/c0ca187f2699..395daaa3ecfc
      
      git log c0ca187f2699..395daaa3ecfc --date=short --first-parent --format='%ad %ae %s'
      2020-01-09 sra@google.com Revert "Remove HInstruction.isControlFlow()"
      2020-01-09 jcollins@google.com Upgrade dartdoc to 0.30.0.
      2020-01-09 markzipan@google.com Cleaning up NNBD tests and migrations.
      2020-01-09 jakemac@google.com Reland of https://dart-review.googlesource.com/c/sdk/+/130134
      2020-01-09 paulberry@google.com Sort declarations in trial_migration.dart
      2020-01-09 paulberry@google.com EditPlanner: add the ability to comment out code rather than removing it.
      2020-01-09 srawlins@google.com Migrator: initial support for extensions; #40023
      2020-01-09 dmitryas@google.com [cfe] Fix type inference for ?? operator in Null Safety
      2020-01-09 athom@google.com [infra] Add cfe NNBD builder to the test matrix
      2020-01-09 kustermann@google.com [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
      2020-01-09 srawlins@google.com Migrator preview: Prevent initial inline request of root; causing 404s
      2020-01-09 srawlins@google.com Do not complain about a lone unused private constructor
      2020-01-09 karlklose@google.com [infra] Remove script to generate custom try builds on cl-*-try builders
      2020-01-09 nbosch@google.com Remove redundant detail from doc comment
      2020-01-09 jensj@google.com [VM] Ignore dart scheme scripts in isolate reload
      2020-01-09 paulberry@google.com Create a factory interface for creating EditPlans: EditPlanner.
      2020-01-09 paulberry@google.com Change NodeChange.apply to accept a FixAggregator rather than a callback.
      2020-01-09 paulberry@google.com Migration: simplify "extract" edit plans by always deferring change computation.
      2020-01-09 paulberry@google.com Migration: Teach FixBuilder not to append `?` to `void` type.
      2020-01-09 sra@google.com Remove HInstruction.isControlFlow()
      2020-01-09 fishythefish@google.com [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
      2020-01-09 asiva@google.com [VM/Library] Opt-in all the patch files of core libraries for NNBD
      2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
      2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArguments from AllocateObjectInstr
      2020-01-09 rmacnak@google.com [vm, gc] Add missing check to begin concurrent marking during large page allocation.
      2020-01-09 mfairhurst@google.com [nnbd_migration] fix flow analysis for function declarations
      2020-01-08 sigmund@google.com Fix typo from migrating stream_controller
      2020-01-08 scheglov@google.com Extract FunctionExpressionInvocationResolver.
      2020-01-08 bkonyi@google.com [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
      2020-01-08 paulberry@google.com Prepare to publish analyzer 0.39.4
      2020-01-08 srawlins@google.com analysis_server: Make private fields final where possible
      2020-01-08 nbosch@google.com Enforce and fix lint prefer_single_quotes
      2020-01-08 scheglov@google.com Extract TypePropertyResolver and use in ElementResolver.
      2020-01-08 nbosch@google.com Refactor arg list to use conditional elements
      2020-01-08 nbosch@google.com Enable null aware lints
      2020-01-08 pquitslund@google.com fix for avoid_redundant_argument_values
      2020-01-08 nshahan@google.com [dartdevc] Ensure `null is Object*` evaluates to true
      2020-01-08 danny@tuppeny.com Add valueRange field to LSP Flutter Outline attributes
      2020-01-08 vsm@google.com [dartdevc] fix nnbd static errors on sdk
      2020-01-08 regis@google.com [VM/nnbd] Simplify NNBDMode enum class.
      2020-01-08 pquitslund@google.com linter 0.1.108
      2020-01-08 brianwilkerson@google.com Gracefully handle a race condition in code completion (issue 40008)
      2020-01-08 asiva@google.com [VM/runtime] - Remove DART_NO_SNAPSHOT
      2020-01-08 rmacnak@google.com [observatory] Visualize differences between two heap snapshots.
      2020-01-08 scheglov@google.com Inline getType() in TypedLiteralResolver.
      2020-01-08 jcollins@google.com Fix a problem where '?.call()' could propagate a non-legacy type.
      2020-01-08 scheglov@google.com Remove now unused 'isNullAware' from ElementResolver.
      2020-01-08 scheglov@google.com Inline getType() in TypeNameResolver.
      2020-01-08 nshahan@google.com [dartdevc] Update extractTypeArguments to handle nullability wrappers
      2020-01-08 scheglov@google.com Replace assertElementTypeString with assertType.
      2020-01-08 scheglov@google.com Merge some resolution assertions.
      2020-01-08 paulberry@google.com Flow analysis: adjust nomenclature to match spec draft.
      2020-01-08 paulberry@google.com Sort methods in flow_anlalysis.dart
      2020-01-08 scheglov@google.com Remove unnecessary casts to TypeImpl.
      2020-01-08 paulberry@google.com Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
      2020-01-08 alexmarkov@google.com [vm/aot/tfa] Type check parameters before joining variable values
      2020-01-08 paulberry@google.com Stop using package:expect in _fe_analyzer_shared.
      2020-01-08 nshahan@google.com [dart:_internal] Update signature of extractTypeArguments()
      2020-01-08 whesse@google.com [infra] Handle missing boolean fields in get_builder_status
      2020-01-08 sstrickl@google.com [vm] Populate VM isolate group source data and instruction pointers.
      2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Add skipMap to id-testing
      2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
      2020-01-08 dmitryas@google.com [cfe] Make .{thisF,f}unctionType nullability-aware
      2020-01-08 whesse@google.com Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
      2020-01-08 dmitryas@google.com [cfe] Report error on required named parameters having default values
      2020-01-08 johnniwinther@google.com [dart2js] Remove ConstantExpression/Constructor/Evaluation
      2020-01-08 johnniwinther@google.com [dart2js] Use CFE constant evaluator for non-required constants
      2020-01-08 johnniwinther@google.com [dart2js] Remove code dependent on non-cfe-constants
      2020-01-08 scheglov@google.com Deprecate DartType.name
      2020-01-08 scheglov@google.com InterfaceTypeImpl has one constructor.
      2020-01-08 scheglov@google.com Resolve with Never and Never? receivers.
      2020-01-08 rmacnak@google.com [vm, service] Speed up generation and transmission of heap snapshots.
      2020-01-08 mfairhurst@google.com [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
      2020-01-08 paulberry@google.com Analyzer: add some deprecation messages.
      2020-01-07 scheglov@google.com Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
      2020-01-07 srawlins@google.com Report unused constructors
      2020-01-07 srawlins@google.com migrator: Fix HTML-rendered text in navigation and tooltips
      2020-01-07 paulberry@google.com Prepare to publish analyzer 0.39.3
      2020-01-07 scheglov@google.com Always return a type from getReadType(), possibly dynamic.
      2020-01-07 fishythefish@google.com [dart2js] Add TYPE_REF<T>().
      2020-01-07 fishythefish@google.com [dart2js] Represent nullability as its own bit on UnionTypeMasks.
      2020-01-07 scheglov@google.com Fix TypeParameterType.== when reloaded elements and recursive bounds.
      2020-01-07 markzipan@google.com [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
      2020-01-07 sjindel@google.com [vm] Enable multiple entry-points on IA32.
      
      Created with:
        gclient setdep -r src/third_party/dart@395daaa3ecfc
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      3a1a3ba6
    • G
      7821c8b7
    • S
      Roll src/third_party/skia 92ca3baba6a5..a92320d4e6a5 (18 commits) (#15375) · 090f56ed
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/92ca3baba6a5..a92320d4e6a5
      
      git log 92ca3baba6a5..a92320d4e6a5 --date=short --first-parent --format='%ad %ae %s'
      2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
      2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
      2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
      2020-01-09 mtklein@google.com add back src-in-gamut tracking
      2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
      2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
      2020-01-09 reed@google.com Remove legacy canvas-matrix impl
      2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
      2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
      2020-01-09 reed@google.com Optimize concat44 on canvas
      2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
      2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
      2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7dd075..c431d59626e1 (7 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@a92320d4e6a5
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      090f56ed
  6. 09 1月, 2020 5 次提交
    • S
      Roll src/third_party/skia 04e77813f8f4..92ca3baba6a5 (15 commits) (#15330) · e6f2dcc8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/04e77813f8f4..92ca3baba6a5
      
      git log 04e77813f8f4..92ca3baba6a5 --date=short --first-parent --format='%ad %ae %s'
      2020-01-08 mtklein@google.com JIT today's new _imm ops
      2020-01-08 herb@google.com Hoist calculations up to regenerate
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 mtklein@google.com skip no-op masks
      2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
      2020-01-08 mtklein@google.com refactor bit ops
      2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
      2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
      2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
      2020-01-08 mtklein@google.com Streamline skvm bilerp.
      2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
      2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView
      
      Created with:
        gclient setdep -r src/third_party/skia@92ca3baba6a5
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      e6f2dcc8
    • S
      Roll src/third_party/skia f811fc331a14..04e77813f8f4 (7 commits) (#15312) · bb99d800
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/f811fc331a14..04e77813f8f4
      
      git log f811fc331a14..04e77813f8f4 --date=short --first-parent --format='%ad %ae %s'
      2020-01-08 rmistry@google.com Revert "Prevent de-duplication of Housekeeper-PerCommit-BuildTaskDrivers"
      2020-01-08 kjlubick@google.com [canvaskit] Add webp support
      2020-01-08 egdaniel@google.com Add debug gpu abandon bots and fix yuv crash.
      2020-01-08 halcanary@google.com Reland "GrGLMakeNativeInterface_{iOS,mac,win}: clean up"
      2020-01-08 mtklein@google.com add Brian's fiddle as gm/bicubic
      2020-01-08 reed@google.com Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.""
      2020-01-08 michaelludwig@google.com Revert "Avoid loop-dependent behavior in GrMemoryPoolBench"
      
      Created with:
        gclient setdep -r src/third_party/skia@04e77813f8f4
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      bb99d800
    • S
      Roll fuchsia/sdk/core/linux-amd64 from oNKzr... to _gFH2... (#15311) · 21e511c6
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from oNKzr... to _gFH2...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      21e511c6
    • S
      Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV... (#15308) · a97148c4
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      a97148c4
    • S
      Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (#15306) · 41159ce0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14
      
      git log 91e0d7526944..f811fc331a14 --date=short --first-parent --format='%ad %ae %s'
      2020-01-08 michaelludwig@google.com Avoid loop-dependent behavior in GrMemoryPoolBench
      2020-01-08 borenet@google.com [infra] Fix build_task_drivers.sh, update infra dep
      2020-01-08 brianosman@google.com Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
      2020-01-08 jvanverth@google.com Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
      2020-01-08 borenet@google.com [recipes] Remove unnecessary depot_tools dependency in flavor module
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 51e653f03f26..db49bc7dd075 (8 commits)
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
      2020-01-07 herb@google.com Seperate out quad updating from atlas updating
      2020-01-07 herb@google.com regenTextureCoordinates is always true when calling doRegen
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 benjaminwagner@google.com Reland "Fixes for Vulkan Debug layers"
      2020-01-07 mtklein@google.com bicubic in skvm image shader
      2020-01-07 egdaniel@google.com Move makeDeferredRenderTargetContext calls to factory on RTC.
      2020-01-07 herb@google.com Simplify the atlas update inner loop
      2020-01-07 benjaminwagner@google.com Revert "Fixes for Vulkan Debug layers"
      2020-01-07 csmartdalton@google.com Add a path renderer that uses GPU tessellation
      2020-01-07 benjaminwagner@google.com Update remote access documentation for Win2019
      2020-01-07 mtklein@google.com tolerate alpha slightly out of [0,1]
      2020-01-07 brianosman@google.com In SkRuntimeEffect, guard against programs not compiling with GPU caps
      2020-01-07 nifong@google.com Fix typo where width/height were swapped in new debug layer manager
      2020-01-07 bsalomon@google.com Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
      2020-01-07 mtklein@google.com one option for fixing bilerp asserts
      2020-01-07 mtklein@google.com upgrade debugging tools
      2020-01-07 reed@google.com Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
      2020-01-07 halcanary@google.com public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
      2020-01-07 robertphillips@google.com Improve debug information provided when backend format and GrColorType don't match
      2020-01-07 benjaminwagner@google.com Fixes for Vulkan Debug layers
      2020-01-07 mtklein@google.com add SkVM_fwd.h
      2020-01-07 mtklein@google.com handle kLow/kMedium in skvm image shader
      2020-01-07 benjaminwagner@google.com Add NativeFonts job for Mac 10.15 CPU
      2020-01-07 bsalomon@google.com Revert "Rename GrSimpleTextureEffect->GrTextureEffect"
      
      Created with:
        gclient setdep -r src/third_party/skia@f811fc331a14
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      41159ce0
  7. 08 1月, 2020 4 次提交
    • S
      Roll fuchsia/sdk/core/mac-amd64 from nbeLe... to gL-XG... (#15253) · 4e9e69d2
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from nbeLe... to gL-XG...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      4e9e69d2
    • S
      Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (#15252) · 15d0aa85
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/bebc7d3af5bd..c0ca187f2699
      
      git log bebc7d3af5bd..c0ca187f2699 --date=short --first-parent --format='%ad %ae %s'
      2020-01-07 kustermann@google.com Revert "Create the frontend_server snapshot as a part of the sdk"
      2020-01-07 karlklose@google.com [infra] Improve error reporting in test.dart
      2020-01-07 jensj@google.com [CFE] Fix incremental compiler and incremental serialization when package changes path
      2020-01-07 whesse@google.com [infra] Improve output messages of get_builder_status.dart
      2020-01-07 dmitryas@google.com [cfe] Fix upper bound algorithm for optional positional parameters
      2020-01-07 johnniwinther@google.com [cfe] Use structural equality for generic function types
      2020-01-07 srawlins@google.com new analyzer compile-time error: load_library_takes_no_arguments
      2020-01-07 brianwilkerson@google.com Unify two diagnostics for documentation purposes and improve the highlighting range associated with them
      2020-01-07 brianwilkerson@google.com Improve the selection range for return_without_value
      2020-01-07 sra@google.com [dart2js] Add sourcemap test for chained calls in generated code.
      2020-01-06 nbosch@google.com Add types to uninitialized variables in DDC
      2020-01-06 regis@google.com [VM/nnbd] Implement weak and strong mode type checking in runtime.
      2020-01-06 jakemac@google.com Create the frontend_server snapshot as a part of the sdk
      2020-01-06 mfairhurst@google.com [nnbd_migration] Fix compound downcasts involving Object -> void
      2020-01-06 mfairhurst@google.com [nnbd_migration] Unwrap legacy member elements into their NNBD declarations
      2020-01-06 aam@google.com [vm/fieldtable] Move current field values out of Field object into separate table.
      2020-01-06 mfairhurst@google.com [nnbd_migration] preserve type formals in DecoratedType.withNode()
      2020-01-06 scheglov@google.com Remove duplicate type substitution in TypeSystem.
      2020-01-06 scheglov@google.com Rewrite most getDisplayString() to ElementDisplayStringBuilder.
      2020-01-06 jensj@google.com Make flutter-frontend test pass again
      2020-01-06 dmitryas@google.com [cfe] Choose parameter's bound of LHS in lower / upper bounds algorithms
      2020-01-06 58489007+franklinyow@users.noreply.github.com Update breaking-changes.md
      2020-01-06 kustermann@google.com [vm] Read causal-async-stacks/lazy-async-stacks from snapshot (instead of requiring AOT runtime to pass same flags as in compiler)
      2020-01-06 karlklose@google.com [infra] Use resolved configuration names instead of those provided as argument
      2020-01-06 dmitryas@google.com [cfe] Add upper / lower bounds tests with generic functions
      2020-01-06 athom@google.com [release/homebrew] Always use x64 binaries on macOS
      2020-01-06 brianwilkerson@google.com Enable prefer_conditional_assignment in several packages
      2020-01-06 srawlins@google.com analyzer: Add failing test for #38162
      2020-01-05 brianwilkerson@google.com Improve the range selected for const_constructor_with_non_final_field
      2020-01-05 scheglov@google.com Directly instantiate none/star collection.
      2020-01-05 scheglov@google.com Remove unused fields from TypeNameResolver.
      2020-01-05 scheglov@google.com Remove unused TypeSystem.instantiateTypeFormalsToBounds2()
      2020-01-05 brianwilkerson@google.com Unify two error codes from the perspective of documentation
      2020-01-05 brianwilkerson@google.com Enable prefer_equal_for_default_value in several packages
      2020-01-05 brianwilkerson@google.com Add a fix for prefer_collection_literals by extracting the assists to make them reusable
      2020-01-04 scheglov@google.com Merge instantiating ClassElement(s) in TypeNameResolver into _instantiateElement().
      2020-01-04 srawlins@google.com analyzer: Add failing test for #38200
      
      Created with:
        gclient setdep -r src/third_party/dart@c0ca187f2699
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      15d0aa85
    • S
      Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr... (#15257) · 23d49041
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      23d49041
    • S
      Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (#15232) · 3f52888b
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/d445e2b6fcf1..91e0d7526944
      
      git log d445e2b6fcf1..91e0d7526944 --date=short --first-parent --format='%ad %ae %s'
      2020-01-07 mtklein@google.com rm gm/skvm.cpp
      2020-01-07 mtklein@google.com thread an SkArenaAlloc into shaders
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1031d2c65b5e..51e653f03f26 (10 commits)
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 10a900e5ffaf..068dd89cab31 (7 commits)
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3beaf136b459..55a27186b7de (337 commits)
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 mtklein@google.com handle unpremul in skvm blitter
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 benjaminwagner@google.com Add missing Metal jobs
      2020-01-06 mtklein@google.com support kDecal in skvm image shader
      2020-01-06 mtklein@google.com expand skvm image shader
      2020-01-06 herb@google.com Make fBrokenRun local to doRegen.
      2020-01-06 bsalomon@google.com Rename GrSimpleTextureEffect->GrTextureEffect
      2020-01-06 benjaminwagner@google.com Remove Win2016 jobs.
      2020-01-06 bsalomon@google.com Remove SkIRect::EmptyIRect
      2020-01-06 herb@google.com Move the exit code to a common switch
      2020-01-06 brianosman@google.com Add a few more SkRuntimeEffect unit tests
      2020-01-06 bsalomon@google.com Revert "Revert "Clean up GrSimpleTextureEffect.""
      2020-01-06 mtklein@google.com first foray into SkVM image shaders
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 bsalomon@google.com Remove unused varying type param from GrGLSLShaderBuilder texture methods.
      2020-01-06 brianosman@google.com Remove SkRuntimeShaderFactory
      2020-01-06 robertphillips@google.com Add GrCompressedDimensions helper function
      2020-01-06 csmartdalton@google.com Move "set_path_pt" from SampleAAGeometry into ToolUtils
      2020-01-06 kjlubick@google.com [canvaskit] Remove support for T1 fonts and reduce code size
      2020-01-06 kjlubick@google.com Make tracing data a compile-time option
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 fmalita@chromium.org [skottie] cleanup: move transform & camera adapters to own CUs
      2020-01-06 jlavrova@google.com Fix a bug with unresolved text
      2020-01-06 csmartdalton@google.com Add a commandline flag to force offscreen rendering in viewer
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 bsalomon@google.com Handle insane number of glyphs in GrAtlasTextOp.
      2020-01-06 mtklein@google.com minor SkVMBlitter TODOs
      2020-01-06 mtklein@google.com in gm/skvm.cpp, Fade doesn't need to wrap a shader
      2020-01-06 jcgregorio@google.com Don't use CIPD_PKG_CPYTHON for P30.
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 kjlubick@google.com [canvaskit] Update test to use correct metrics
      2020-01-06 jlavrova@google.com Small bug fixes: leading spaces affect all width measurements, longest line and so on.
      2020-01-06 kjlubick@google.com [canvaskit] Add npm release target to ship smaller binaries
      2020-01-06 kjlubick@google.com [canvaskit] Add build flag for pathops
      2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1fdf6ca5141d..1031d2c65b5e (5 commits)
      2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a12a9d87841e..3beaf136b459 (315 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@91e0d7526944
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jvanverth@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: jvanverth@google.com
      3f52888b
  8. 07 1月, 2020 4 次提交
  9. 04 1月, 2020 3 次提交
    • S
      Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (#15143) · ea16489e
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/2f57602411b3..76e3faa9824e
      
      git log 2f57602411b3..76e3faa9824e --date=short --first-parent --format='%ad %ae %s'
      2020-01-04 scheglov@google.com Resolve MethodInvocation(s) with Never and Never? receivers.
      2020-01-04 sigmund@google.com (dart2js): enable new-rti by default
      2020-01-03 mfairhurst@google.com [nnbd_migration] Fix ConditionalModification on IfElement
      2020-01-03 scheglov@google.com Remove duplication in checking elements in TypeNameResolver.
      2020-01-03 mfairhurst@google.com [nnbd_migration] handle yoda conditions with null literals
      2020-01-03 mfairhurst@google.com [nnbd_migration] handle Object better, to fix void -> Object assignments
      2020-01-03 fishythefish@google.com [dart2js] Treat type variable bounds checks as implicit is-tests.
      2020-01-03 scheglov@google.com Resolve MethodInvocation fully in MethodInvocationResolver.
      2020-01-03 scheglov@google.com Report error during constant evaluation for ForElement.
      2020-01-03 alexmarkov@google.com [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT
      2020-01-03 mfairhurst@google.com [nnbd_migration] Save enum `index` getter in the node builder
      2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Do not generate annotations for empty values.
      2020-01-03 mfairhurst@google.com [nnbd_migration] Support mixins, specifically `super` on a mixin.
      2020-01-03 bkonyi@google.com [ package:vm_service ] Export dart:io service extensions through package_vm_service
      2020-01-03 markzipan@google.com Inlining list copy in Queue.toList.
      2020-01-03 alexmarkov@google.com [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize
      2020-01-03 scheglov@google.com Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor.
      2020-01-03 nshahan@google.com [tests] Update test expectations
      2020-01-03 kustermann@google.com [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets
      2020-01-03 bkonyi@google.com [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service
      2020-01-03 scheglov@google.com Stop using assertHasTestErrors() where possible.
      2020-01-03 danny@tuppeny.com Show parens in LSP workspace symbols for methods/functions
      2020-01-03 danny@tuppeny.com Don't include end of comment markers in TODO range
      2020-01-03 scheglov@google.com Remove unnecessary climbing up when reporting non-type element.
      2020-01-03 scheglov@google.com Remove _checkElementOfType().
      2020-01-03 johnniwinther@google.com [cfe] Include nullability in implicit tearoff
      2020-01-03 johnniwinther@google.com [cfe] Replace isImplicitCall with ExpressionInvocation node
      2020-01-03 sjindel@google.com [vm/tfa] Use pragma to pass type arguments to exact return types.
      2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Support annotated code generation
      2020-01-03 alexmarkov@google.com [vm/tfa] Cleanup unused entry points json files
      2020-01-03 sigmund@google.com (dart2js) release some data-structures after resolution.
      2020-01-03 fishythefish@google.com [dart2js] Add redirections for unneeded native classes in ruleset.
      2020-01-02 fishythefish@google.com [dart2js] Add new RTI impact for is-tests and type checks.
      2020-01-02 nshahan@google.com [dartdevc] Cleanup violations of always_declare_return_types lint
      2020-01-02 rmacnak@google.com [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks.
      2020-01-02 pquitslund@google.com typos
      2020-01-02 asiva@google.com [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting
      
      Created with:
        gclient setdep -r src/third_party/dart@76e3faa9824e
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      ea16489e
    • S
      Roll fuchsia/sdk/core/mac-amd64 from Vk6uT... to Kom_K... (#15142) · 3851981b
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from Vk6uT... to Kom_K...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      3851981b
    • S
      Roll src/third_party/skia 7ac038f302f2..6791ee2f8059 (20 commits) (#15141) · cbdc7bde
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/7ac038f302f2..6791ee2f8059
      
      git log 7ac038f302f2..6791ee2f8059 --date=short --first-parent --format='%ad %ae %s'
      2020-01-04 rosasco@google.com Add logger service.
      2020-01-03 herb@google.com Use fCurrGlyph as the looping variable.
      2020-01-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-03 nifong@google.com Support using an externally manage list of images in UrlDataManager for wasm debugger.
      2020-01-03 mtklein@google.com remove FAAA/FSAA bots
      2020-01-03 mtklein@google.com remove redundant Debug bots that have ASAN bots
      2020-01-03 bsalomon@google.com Some GrTypes cleanup.
      2020-01-03 brianosman@google.com Remove SkRuntimeColorFilterFactory
      2020-01-03 benjaminwagner@google.com [infra] Upgrade Win to 2019
      2020-01-03 egdaniel@google.com Updated proxy isProtected to return a GrProtected enum.
      2020-01-03 mtklein@google.com remove almost all Release ASAN bots
      2020-01-03 brianosman@google.com split CPU BonusConfigs SAN bots out explicitly
      2020-01-03 ethannicholas@google.com SkSL description methods are now only present in debug mode
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ab3cf9c7bd22..605b00d7728f (1 commits)
      2020-01-03 brianosman@google.com Tweak the CanvasKit interface to SkRuntimeEffect
      2020-01-03 mtklein@google.com one more flourish
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cbbfa2f28a0e..1fdf6ca5141d (1 commits)
      2020-01-03 mtklein@google.com ultimate retry for image shader cleanup
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 81693dc9aabc..a12a9d87841e (186 commits)
      2020-01-03 benjaminwagner@google.com [infra] Use POSIX paths for Docker containers
      
      Created with:
        gclient setdep -r src/third_party/skia@6791ee2f8059
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC nifong@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: nifong@google.com
      cbdc7bde
  10. 03 1月, 2020 1 次提交
    • S
      Roll src/third_party/dart 05e70d5b38cb..2f57602411b3 (44 commits) (#15100) · 58585191
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/05e70d5b38cb..2f57602411b3
      
      git log 05e70d5b38cb..2f57602411b3 --date=short --first-parent --format='%ad %ae %s'
      2020-01-02 nshahan@google.com [dartdevc] Update is, as, and _check methods for null safety
      2020-01-02 markzipan@google.com [dartdevc] Removing nullability wrappers from const __proto__ fields.
      2020-01-02 pquitslund@google.com Validate incompatible lint rules
      2020-01-02 mfairhurst@google.com [nnbd_migration] Fix return Bottom from async function.
      2020-01-02 rmacnak@google.com [vm, service] Account for image pages in the capacity reported by heap snapshots.
      2020-01-02 mfairhurst@google.com [nnbd_migration] handle enum `values` getter
      2020-01-02 scheglov@google.com Extract individual assists / fixes into separate classes.
      2020-01-02 bkonyi@google.com [ package:vm_service ] Fix issue where `TimelineEvent.toJson` always returned an empty map
      2020-01-02 nbosch@google.com Enforce that `allowInterop` is used in DDC
      2020-01-02 scheglov@google.com Report unchecked nullable for explicit / implicit 'this' in extensions.
      2020-01-02 scheglov@google.com Use NullableDereferenceVerifier in ErrorVerifier.
      2020-01-02 scheglov@google.com Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix.
      2020-01-02 alexmarkov@google.com [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr
      2020-01-02 alexmarkov@google.com [vm/compiler] Refactor PolymorphicInstanceCallInstr
      2020-01-02 scheglov@google.com Remove ResolutionTest.assertErrorsWithCodes().
      2020-01-02 danny@tuppeny.com Don't statically register LSP capabilities that will be dynamically registered
      2020-01-02 jcollins@google.com Add --migrate-dependencies hidden option for dartfix.
      2020-01-02 danny@tuppeny.com Unskip LSP integration tests that were skipped for being flaky
      2020-01-02 pquitslund@google.com Add deprecated member messages
      2020-01-02 scheglov@google.com Remove assertTestErrorsWithCodes() and assertNoTestErrors().
      2020-01-02 kustermann@google.com [vm/nnbd] First start on migrating VM patch files for NNBD
      2020-01-02 dacoharkes@google.com [vm] Fix IntConverter canonicalization
      2020-01-02 scheglov@google.com Use ErrorReporter in TypeNameResolver.
      2020-01-02 scheglov@google.com Simplify 'void' resolution in TypeNameResolver.
      2020-01-02 brianwilkerson@google.com Disable a lint in the LSP generated code and re-run the generator
      2020-01-02 brianwilkerson@google.com Enable avoid_return_types_on_setters in analysis_server_client
      2020-01-02 pquitslund@google.com Remove unnecessary `const` modifiers
      2020-01-01 scheglov@google.com Extract error reporting from TypeNameResolver.
      2020-01-01 brianwilkerson@google.com Enable annotate_overrides in several packages
      2020-01-01 brianwilkerson@google.com Minor cleanup of DartFixInfo
      2020-01-01 brianwilkerson@google.com Improve the fix for avoid_init_to_null to match the lint
      2020-01-01 scheglov@google.com Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode().
      2020-01-01 scheglov@google.com Stop using Identifier in several Scope.lookup() methods.
      2020-01-01 scheglov@google.com Add Element.getDisplayString(withNullability), use it in analyzer.
      2020-01-01 scheglov@google.com Deprecate 'ErrorReporter.source' setter.
      2019-12-31 scheglov@google.com Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes.
      2019-12-31 scheglov@google.com Tweaks for DuplicateDefinitionVerifier.
      2019-12-31 scheglov@google.com Simplify getNullability(hasQuestion).
      2019-12-31 scheglov@google.com Remove almost all uses of assertTestErrorsWithCodes().
      2019-12-31 scheglov@google.com Update TypedLiteralResolver.computeElementType()
      2019-12-31 scheglov@google.com TypeNameResolver refactoring - extract Element instantiation.
      2019-12-31 scheglov@google.com Remove unnecessary methods to record errors or tokens and nodes.
      2019-12-31 scheglov@google.com Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType
      2019-12-30 scheglov@google.com Use DartType.isDartCoreList in analysis_server.
      
      Created with:
        gclient setdep -r src/third_party/dart@2f57602411b3
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      58585191