1. 30 8月, 2019 16 次提交
  2. 29 8月, 2019 16 次提交
  3. 28 8月, 2019 8 次提交
    • S
      Roll src/third_party/skia 6064ecf7e993..b1ade2a4261e (32 commits) (#11629) · c9d9b5b8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/6064ecf7e993..b1ade2a4261e
      
      git log 6064ecf7e993..b1ade2a4261e --date=short --no-merges --format='%ad %ae %s'
      2019-08-28 bsalomon@google.com Fix spirv-tools include path
      2019-08-28 kjlubick@google.com [canvaskit] Fix duplicate gold name
      2019-08-28 herb@google.com Cleanups around fRemoteGlyphStateMap
      2019-08-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-08-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 57ad1e1287dd..886698bc3fdd (7 commits)
      2019-08-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 31c682b20741..c96d445dc9eb (397 commits)
      2019-08-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 605f863173b6..cde4dd9601ce (9 commits)
      2019-08-28 michaelludwig@google.com Fix flutter roll
      2019-08-27 michaelludwig@google.com Revert "Combine snapBackImage and snapSpecial"
      2019-08-27 michaelludwig@google.com Add Color4f variant for DrawEdgeAAQuad
      2019-08-27 michaelludwig@google.com Revert "Calculate draw bounds in drawEdgeAAImageSet"
      2019-08-27 fmalita@chromium.org [skottie] Disable text baseline snapping
      2019-08-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-08-27 michaelludwig@google.com Combine snapBackImage and snapSpecial
      2019-08-27 senorblanco@chromium.org gn format third_party/dawn/BUILD.gn.
      2019-08-27 halcanary@google.com SkPlainTextEditor: from experimental to modules
      2019-08-27 herb@google.com Check RemoteStrike pointer is still valid to send
      2019-08-27 bungeman@google.com Add a way to disable baseline snapping.
      2019-08-27 egdaniel@google.com Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy.
      2019-08-27 michaelludwig@google.com Calculate draw bounds in drawEdgeAAImageSet
      2019-08-27 csmartdalton@google.com Add renderTasks to the DAG before calling addDependency
      2019-08-27 egdaniel@google.com Make sure we use clear load op on GrOpsTask as often as possible.
      2019-08-27 michaelludwig@google.com Fix subset errors in blur, matrix, and morphology filters
      2019-08-27 senorblanco@chromium.org Dawn: use Skia's copy of vulkan headers.
      2019-08-27 senorblanco@chromium.org Add spirv-cross to DEPS.
      2019-08-27 senorblanco@chromium.org Dawn: Remove spirv-tools and spirv-headers rules from Dawn build files.
      2019-08-27 mtklein@google.com remove unused sk_sp comparison operators
      2019-08-27 michaelludwig@google.com Fix long line
      2019-08-27 michaelludwig@google.com Revert "gpu: Update GrGLCaps usage of fTextureRectangle with chromium."
      2019-08-27 nihohit@gmail.com compile.sh: Use emar in order to bundle libraries.
      2019-08-27 mtklein@google.com <ostream> -> <iosfwd>
      2019-08-27 kjlubick@google.com [canvaskit] Add sundry APIs and tests
      
      Created with:
        gclient setdep -r src/third_party/skia@b1ade2a4261e
      
      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 stani@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=stani@google.com
      c9d9b5b8
    • B
      Include <string> from font_asset_provider (#11622) · 193deaf6
      Brian Osman 提交于
      193deaf6
    • B
      Roll src/third_party/dart 5cbcc88304..10f8a00e9f (3 commits) · b4943073
      Ben Konyi 提交于
      dart-lang/sdk@10f8a00e9f [CFE] Update language versioning implementation to conform with specification v1.3
      dart-lang/sdk@8621e63190 [kernel/VM] cleanup unused dill tags
      dart-lang/sdk@72ff3495ec [CFE/kernel] Read dill from binary.md description
      b4943073
    • B
      Roll src/third_party/dart 9b23c483ba..5cbcc88304 (17 commits) · f8c4546e
      Ben Konyi 提交于
      dart-lang/sdk@5cbcc88304 [vm/bytecode] Add DebugCheck for variable set with as-expression RHS
      dart-lang/sdk@1017a562d7 [vm/bytecode] Fix crash while querying parameter descriptors for static implicit closure
      dart-lang/sdk@352dc749b1 [nnbd_migration] change implicit method parameters test to use edge matchers
      dart-lang/sdk@0da7763bae [vm, gc] Fix racy access to the growth policy in ForceGrowthSafepointOperationScope.
      dart-lang/sdk@7b37cddbe8 rename ClassKind to DeclarationKind
      dart-lang/sdk@52e732b786 fix constructor in extension error
      dart-lang/sdk@1765a19b03 [Test tool] Pass bytecode option to generate debugger stops
      dart-lang/sdk@451a7dd4ea [vm/assembler] Add IMUL with implicit operands
      dart-lang/sdk@040fdf22c5 [vm, gc] Run old space GC when the allocation limit is crossed during NotifyIdle, even if it would exceed the idle deadline.
      dart-lang/sdk@726762c4bd [vm/bytecode] Remove source information from setAsyncThreadStackTrace in prolog.
      dart-lang/sdk@fee3fffc59 [nnbd_migration] handle prefixes
      dart-lang/sdk@91400d6422 Guard against an NPE when computing completions (issue 38006)
      dart-lang/sdk@a28fcb59bf [nnbd_migration] handle dynamic property access
      dart-lang/sdk@21021651a0 Migration: rework edge builder tests to reduce boilerplate.
      dart-lang/sdk@5f5d44c4dd Migration: sort declarations in migration_visitor_test_base.dart.
      dart-lang/sdk@3604f75cd4 Gracefully degrade if annotation uses (non-serializable) FunctionExpression.
      dart-lang/sdk@c7fbf0dc35 [nnbd_migration] Handle method calls with inferred type arguments
      f8c4546e
    • B
      Roll src/third_party/dart 2bc0f49c00..9b23c483ba (1 commits) · c030ccc5
      Ben Konyi 提交于
      dart-lang/sdk@9b23c483ba Revert "Make package:expect NNBD agnostic"
      c030ccc5
    • J
    • D
      4ceaafc0
    • B
      Roll src/third_party/dart f17d0563fa..2bc0f49c00 (10 commits) · 85810f88
      Ben Konyi 提交于
      dart-lang/sdk@2bc0f49c00 [vm, gc] Add timeline event for growth policy updates.
      dart-lang/sdk@86ad613bf7 [vm/fuzzer] Enable package:pedantic analysis options
      dart-lang/sdk@0328e8a7b6 sort ForwardingListener and ForwardingTestListener
      dart-lang/sdk@aeb5e732fd split endClass/Mixin/ExtensionFactoryMethod event
      dart-lang/sdk@e5b0ff494b Adding an offset field to TokenDetails to return token offset as part of listTokenDetails
      dart-lang/sdk@35f8a8bf00 Gracefully degrade when FunctionTypeAlias uses FieldFormalParameter.
      dart-lang/sdk@78bd2bbaca [test] Re-enable background compilation in debug mode.
      dart-lang/sdk@f2ab9478ee [vm/bytecode] Avoid extra DebugCheck in variable declaration
      dart-lang/sdk@10c212f910 Make package:expect NNBD agnostic
      dart-lang/sdk@d61daa79d3 Add more specific warnings to analyzer for @required on parameters
      85810f88