1. 10 7月, 2020 4 次提交
  2. 09 7月, 2020 1 次提交
    • S
      Roll Skia from 473c9f4cd9b2 to 6669b0126705 (26 revisions) (#19614) · 55e0d29c
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/473c9f4cd9b2..6669b0126705
      
      2020-07-08 bungeman@google.com Always check AutoFTAccess::face() for nullptr.
      2020-07-08 johnstiles@google.com Update onMakeColorTypeAndColorSpace to consolidate color processors.
      2020-07-08 johnstiles@google.com Update SkXfermodeImageFilter to consolidate color processors.
      2020-07-08 herb@google.com Combine MakeOp and insertSubRunOpsIntoTarget
      2020-07-08 jlavrova@google.com TextStyle::matchOneAttribute compares backgrounds even if they don’t exist
      2020-07-08 zepenghu@google.com Use test font manager for SVG fuzzer
      2020-07-08 herb@google.com don't produce empty SubRuns
      2020-07-08 jlavrova@google.com Placeholders coming from flutter can have Inf sizes
      2020-07-08 egdaniel@google.com Add option for client to own semaphores after telling to skia to wait.
      2020-07-08 herb@google.com use clip as invariant instead of skipClip
      2020-07-08 robertphillips@google.com Remove all internal uses of (and deprecate) SkSurface::getContext
      2020-07-08 herb@google.com remove unused clipRect for distance field
      2020-07-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
      2020-07-08 robertphillips@google.com Remove SkCanvas::getGrContext calls from benches
      2020-07-08 johnstiles@google.com Remove deprecated form of `asFragmentProcessor` method.
      2020-07-08 johnstiles@google.com Add support for an inputFP in SkRuntimeColorFilter::asFragmentProcessor.
      2020-07-08 nifong@google.com [canvaskit] Fix first frame measurement
      2020-07-08 johnstiles@google.com Add support for an inputFP in SkHighContrast_Filter::asFragmentProcessor
      2020-07-08 herb@google.com loop over SubRuns in GrRenderTargetContext
      2020-07-08 fmalita@chromium.org [skottie] Auto-orient fixes
      2020-07-08 jvanverth@google.com Replace remainder of HRESULT checks with macro
      2020-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8b80e852bd6c to 3688cb363ccd (9 revisions)
      2020-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 92554d75f354 to 7622be0544b0 (6 revisions)
      2020-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f6f11215cd93 to 28159ee9c8e3 (1 revision)
      2020-07-08 robertphillips@google.com Update DDL test harness to use GrDirectContexts
      2020-07-08 robertphillips@google.com Remove a Chrome staging flag
      
      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/+doc/master/autoroll/README.md
      55e0d29c
  3. 08 7月, 2020 4 次提交
    • S
    • S
    • S
      Manual roll of Dart 06cb010247...69aba23371 (#19577) · de0932b8
      Siva 提交于
      Roll Dart from version 69aba23371ffb12caf596e29dab0d52f74a591e7 to 06cb010247fb9163db673ba2fd0b338ad6caafb8
      
      dart-lang/sdk@06cb010247 Revert "Add unawaited to package:meta"
      dart-lang/sdk@6de0f53e7c [CFE] Set correct async markers in outline phase (2nd try)
      dart-lang/sdk@b6a0c50bf6 [dart2js] Support conversion of local function type variables from K to J model
      dart-lang/sdk@0ce83987d6 Reland "[SDK] Adds an SDK hash to kernels and the VM."
      dart-lang/sdk@315ecf2606 Roll benchmarks-internal to 88af52754f272e7a4c5737b7e003c2ed9e8a754f
      dart-lang/sdk@3b25d6ff69 Add DynamicType, NeverType, and VoidType to API.
      dart-lang/sdk@11632ff4d4 Add buildSdkSummary() to analyzer API.
      dart-lang/sdk@431b57cbbb Add an additional category into completion_metrics.dart: parameter references
      dart-lang/sdk@4140853675 [dart2js/ddc] Add null checks to with<X|Y|Z|W> methods
      dart-lang/sdk@0d44449aaa Add unawaited to package:meta
      dart-lang/sdk@be0f94b218 [dart2js] include dart:_js_annotations into the platform file by default
      dart-lang/sdk@d9d4e5ccb3 copy package config changes to the modular_suite_nnbd.dart
      dart-lang/sdk@9547628ecf [ddc] Compare types with new DartTypeEquivalence
      dart-lang/sdk@f42889fbb8 create package_config.json files in ddc modular test suite
      dart-lang/sdk@b4c60e6e1c [dart2js] Removing switch class restrictions.
      dart-lang/sdk@935b69e676 [vm] Increase alignment in the blob container format to 16k.
      dart-lang/sdk@901fa79db1 [vm] Prevent bare instructions code from clobbering decisions about which instructions to include.
      dart-lang/sdk@1478b2b71c Prepare to publish analyzer 0.39.12
      dart-lang/sdk@1a60f94fd0 Add two failing tests in the local_reference_contributor_test.dart, after some for(var foo ...) ^, the completion is in the implicit statement which is in the scope of the foo declaration.
      dart-lang/sdk@1b1fcc0618 update package:test in the sdk
      dart-lang/sdk@68bcf1b28a [dartdev] add --enable-experiment support to 'dart test'
      dart-lang/sdk@34ad5a5908 Don't reuse LSP error code that triggers shutdown for refactor errors
      dart-lang/sdk@5d1fbe0497 [cfe] Handle unforseen type parameter intersections
      dart-lang/sdk@878e2cacdd [CFE] Don't issue an initialization error when trying to initialize when not having a platform
      dart-lang/sdk@34f5c9d0b4 [cfe] Implement new async return rules
      dart-lang/sdk@3a4aad6b87 [cfe] Use test description uri for expectation file location
      dart-lang/sdk@fa650e46dd Implement the verbose option for dart analyze
      dart-lang/sdk@b3c9e89028 Roll benchmarks-internal ee36753c0b4b..e6a5aa28c884
      dart-lang/sdk@c40ebbc65e [ DartDev ] Ignore SIGINT in DartDev process
      dart-lang/sdk@bda4994482 Analyzer: Finish using ///-style comments.
      dart-lang/sdk@42d2996773 Analyzer: Move NON_BOOL_* tests to diagnostics/
      de0932b8
    • S
  4. 07 7月, 2020 4 次提交
  5. 06 7月, 2020 3 次提交
  6. 05 7月, 2020 7 次提交
  7. 03 7月, 2020 4 次提交
  8. 02 7月, 2020 13 次提交