1. 17 12月, 2019 7 次提交
    • C
    • S
      Roll src/third_party/skia 9b59953e77b9..d78a9b45b9e5 (23 commits) (#14516) · 46d76eb8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/9b59953e77b9..d78a9b45b9e5
      
      git log 9b59953e77b9..d78a9b45b9e5 --date=short --first-parent --format='%ad %ae %s'
      2019-12-16 egdaniel@google.com Fixes to skpbench to actually clean itself up nicely.
      2019-12-16 egdaniel@google.com Remove GrTextureContext.
      2019-12-16 robertphillips@google.com Spruce up GrDataUtils in preparation for compressed backend texture support
      2019-12-16 fmalita@chromium.org Reland "[skottie] Simplify effect builder lookup"
      2019-12-16 herb@google.com Make allocation of SkDescriptor do initialization
      2019-12-16 halcanary@google.com fix build minimal_ios_mtl_skia_app
      2019-12-16 bsalomon@google.com Simplify proxy functionally exact check.
      2019-12-16 robertphillips@google.com Add GrCaps::getConfigFromCompressedBackendFormat
      2019-12-16 csmartdalton@google.com Include line numbers in Viewer's shader error windows
      2019-12-16 brianosman@google.com Runtime SkSL: Disallow 'when', 'tracked', 'key', 'ctype'
      2019-12-16 robertphillips@google.com Expand GrGpu::BackendTextureData to include compressed data
      2019-12-16 csmartdalton@google.com Add a "conservative raster" flag to GrPipeline
      2019-12-16 halcanary@google.com SkMetalDeviceToGrContext: no longer needs any Skia headers
      2019-12-16 robertphillips@google.com Switch GrCaps::isFormatCompressed virtual to be 'compressionType'
      2019-12-16 herb@google.com Have the fuzzer init the SkDescriptor
      2019-12-16 robertphillips@google.com Fix DDL bots
      2019-12-16 nihohit@gmail.com remove use_PIC.
      2019-12-16 egdaniel@google.com Delete unused GrDebugMarkerOp.
      2019-12-16 petar.p.kirov@gmail.com Fix small memory leak in c-api example
      2019-12-16 brianosman@google.com Major refactor of runtime effects
      2019-12-16 herb@google.com Simplify fRegenFlags
      2019-12-16 nigeltao@google.com Have SkWuffsCodec.cpp link to Wuffs API docs
      2019-12-16 borenet@google.com Revert "Update SKP version"
      
      Created with:
        gclient setdep -r src/third_party/skia@d78a9b45b9e5
      
      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 borenet@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: borenet@google.com
      46d76eb8
    • S
      Roll src/third_party/dart 44ba80053396..2eba06d26f71 (32 commits) (#14515) · 84564111
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/44ba80053396..2eba06d26f71
      
      git log 44ba80053396..2eba06d26f71 --date=short --first-parent --format='%ad %ae %s'
      2019-12-16 brianwilkerson@google.com Stop using preview-dir and preview-port values and always open the preview tool
      2019-12-16 liama@google.com [analyzer] Use non-nullable experiment when running with nnbd sdk
      2019-12-16 regis@google.com [VM/nnbd] Make type Never a regular type.
      2019-12-16 mfairhurst@google.com [nnbd_migration] Fix assertion failure in _forTypeParameterSubstitution when not fresh
      2019-12-16 sjindel@google.com [vm] Make TFA traces more readable with color-coded scoping.
      2019-12-16 mfairhurst@google.com [nnbd_migration] handle downcast from Function to a function type
      2019-12-16 mfairhurst@google.com [nnbd_migration] Handle downcast from dynamic to function types
      2019-12-16 brianwilkerson@google.com Fix naming of tests around unnecessary new and const fixes
      2019-12-16 scheglov@google.com Fix BazelWorkspacePackageTest on Windows.
      2019-12-16 brianwilkerson@google.com Add a fix and assist to add a return type
      2019-12-16 rmacnak@google.com [vm] Progress toward running without TSAN warnings.
      2019-12-16 scheglov@google.com Fix packages tests on Windows.
      2019-12-16 whesse@google.com [infra] Fix typo in get_builder_status script
      2019-12-16 paulberry@google.com Fix code generators to avoid generating unnecessary `const`s
      2019-12-16 jcollins@google.com Update trial_migration for P1/G1 packages.
      2019-12-16 kustermann@google.com [vm/concurrency] Skip isolate tests on hot-reload mode to avoid unnecessary coredumps for CI
      2019-12-16 brianwilkerson@google.com Add support to dartfix to fix unnecessary new and const lints
      2019-12-16 paulberry@google.com Migration: Modify FixBuilder tests in preparation for rewrite.
      2019-12-16 paulberry@google.com Rename TypeProviderImpl._isNonNullableByDefault.
      2019-12-16 paulberry@google.com Create an interface for the migration engine to communicate with the resolver.
      2019-12-16 paulberry@google.com Make use of ElementTypeProvider in _LocalVariableTypeProvider
      2019-12-16 paulberry@google.com Make use of ElementTypeProvider in StaticTypeAnalyzer
      2019-12-16 johnniwinther@google.com [cfe+analyzer] Use TryStatement for try/catch and try/finally in CFE
      2019-12-16 lrn@google.com Migrate dart:_http to NNBD.
      2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment - Follow-up for sdk_nnbd
      2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment
      2019-12-16 dmitryas@google.com [cfe] Implement the NNBD variation of the assignability property
      2019-12-16 johnniwinther@google.com [cfe] Handle setter import conflicts
      2019-12-16 johnniwinther@google.com [cfe] Implement flow analysis on if elements
      2019-12-16 whesse@google.com [infra] Build status script now queries Firestore, using access token
      2019-12-16 athom@google.com [infra] Remove AST builders from the test matrix
      2019-12-16 johnniwinther@google.com [cfe] Report errors on nnbd features used in opt-out libraries
      
      Created with:
        gclient setdep -r src/third_party/dart@2eba06d26f71
      
      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
      84564111
    • S
      Roll src/third_party/skia 706eb5788e8b..9b59953e77b9 (3 commits) (#14511) · ca799fa8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/706eb5788e8b..9b59953e77b9
      
      git log 706eb5788e8b..9b59953e77b9 --date=short --first-parent --format='%ad %ae %s'
      2019-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1d77542f5681..d1860ea17e8e (14 commits)
      2019-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ebb0bec91552..fbbfeb700295 (2 commits)
      2019-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d11c17148d1a..b1568f298495 (510 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@9b59953e77b9
      
      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 borenet@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: borenet@google.com
      ca799fa8
    • S
      Roll src/third_party/dart c5c469088697..44ba80053396 (1 commits) (#14510) · 8b478862
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/c5c469088697..44ba80053396
      
      git log c5c469088697..44ba80053396 --date=short --first-parent --format='%ad %ae %s'
      2019-12-16 srawlins@google.com dartfix: Fix for new lints in pedantic 0.9:
      
      Created with:
        gclient setdep -r src/third_party/dart@44ba80053396
      
      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
      8b478862
    • S
      Roll fuchsia/sdk/core/linux-amd64 from q0tup... to O6ELR... (#14512) · 1d1eae2e
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from q0tup... to O6ELR...
      
      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
      1d1eae2e
    • C
      Allow custom embedders to post low memory notifications. (#14506) · 87124617
      Chinmay Garde 提交于
      This is a non-breaking addition to the stable Flutter Embedder API.
      87124617
  2. 16 12月, 2019 3 次提交
  3. 15 12月, 2019 6 次提交
  4. 14 12月, 2019 21 次提交
  5. 13 12月, 2019 3 次提交