1. 22 8月, 2019 5 次提交
    • S
      Roll src/third_party/skia 42c6af9182d2..c071fc92cd3d (6 commits) (#11372) · 17f1b500
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/42c6af9182d2..c071fc92cd3d
      
      git log 42c6af9182d2..c071fc92cd3d --date=short --no-merges --format='%ad %ae %s'
      2019-08-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-08-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6d653c02dd24..91dc5da80684 (8 commits)
      2019-08-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 85a9084804fd..0ef8680cf8f1 (479 commits)
      2019-08-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 92eb0415d0b1..23742c0958dd (3 commits)
      2019-08-22 herb@google.com Only send font metrics if not already sent.
      2019-08-22 bsalomon@google.com SK_API in src/gpu cleanup
      
      Created with:
        gclient setdep -r src/third_party/skia@c071fc92cd3d
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      17f1b500
    • S
      1. Update license files to account for the new Dart License file (#11364) · fc27f80a
      Siva 提交于
      2. Roll src/third_party/dart 027071318f..1279641cdd (65 commits)
      
      dart-lang/sdk@1279641cdd Migration: integrate for-each loops with flow analysis.
      dart-lang/sdk@51cd16ecf0 Flow analysis: support for and for-in elements in collections.
      dart-lang/sdk@47d2794a71 Implement methods that were missing from ExtensionElementForLink
      dart-lang/sdk@a17959b5a0 Log the context in which analysis work is done.
      dart-lang/sdk@9198813a55 Revert "Scaffolding for dart:wasm"
      dart-lang/sdk@4bf5a72ca0 Flow analysis: support functions whose bodies are expressions.
      dart-lang/sdk@b569bf048e Migration: node builder support for new-style typedefs.
      dart-lang/sdk@f39a3f188e Scaffolding for dart:wasm
      dart-lang/sdk@3729b961bb Use SearchedFiles when searching subtypes for 'analysis.implemented'.
      dart-lang/sdk@5d816cbc5d [vm/concurrency] Add FLAG_enable_isolate_groups, still defaulting to true
      dart-lang/sdk@480e481708 Throw HttpException instead of String in http impl
      dart-lang/sdk@9aa48c2e91 Build local elements in initializers of typed constants.
      dart-lang/sdk@af2e729fca Record request / response statistics.
      dart-lang/sdk@7bc9515ac2 Fix CompilationUnitMember doc comment. Fixes #27170
      dart-lang/sdk@ef39492fd6 Fix support for annotations on extensions
      dart-lang/sdk@64efe44e5e Formal parameters of FunctionTypeAlias should be created in @function reference.
      dart-lang/sdk@0323fb97bc Migration: support Function() syntax with type formal parameters.
      dart-lang/sdk@19533094eb Stop deleting the terminating period on diagnostic messages
      dart-lang/sdk@d252efaa49 Migration: node builder support for old-style typedefs
      dart-lang/sdk@468800f9d7 Refine the type of FunctionTypeAlias.declaredElement.
      dart-lang/sdk@c44c2f1b68 Update LSP readme with instructions for shipped SDKs instead of source
      dart-lang/sdk@f2e04caeaf [CFE] Fix CQ race condition with lint status
      dart-lang/sdk@bc16959fc7 Reland "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable."
      dart-lang/sdk@48edb2362a [CFE] Update lint for explicit types to also look at fields and top level fields
      dart-lang/sdk@5905fe41a9 [CFE] Explicit return types and overrides in constant evaluator
      dart-lang/sdk@698c5b1a36 [CFE] Add 'double import' lint
      dart-lang/sdk@b625152523 [infra] Remove non-essential test expectations from kernel status files
      dart-lang/sdk@c37b5b2edf [vm/ffi] Status: skip test including callbacks on DBC
      dart-lang/sdk@095d1c2835 [infra] Clean up general status files
      dart-lang/sdk@7f9f4ad774 [cfe] Delete legacy tests
      dart-lang/sdk@91c8cf7167 [cfe] Support per folder experimental flags in testcases
      dart-lang/sdk@670d40d808 [vm/ffi] regression test for 37511
      dart-lang/sdk@c651102793 Remove third_party licenses from LICENSE
      dart-lang/sdk@5e5313c8d6 [vm/bytecode] Keep unreachable code for code coverage
      dart-lang/sdk@922c2bfbb0 [vm/bytecode] Include source info and asserts into platform with bytecode
      dart-lang/sdk@457c4349d0 [ package:vm_service ] Prep for 1.1.1 release
      dart-lang/sdk@861cae4853 [vm/fuzzer] Disable stacktrace option on FFI runs
      dart-lang/sdk@f50a566476 Enclose local variables in default values of optional formal parameters.
      dart-lang/sdk@239a6d1449 [vm, bytecode] Annotate super calls and clear lookup caches on reload.
      dart-lang/sdk@ee38a308da thread feature set into linter debug util
      dart-lang/sdk@afc259ea6b [dart2js] Add 'any' to DartType.
      dart-lang/sdk@1d9b6427ef Prepare to publish analyzer version 0.38.1.
      dart-lang/sdk@a5007cde35 Clean up an obsolete TODO comment
      dart-lang/sdk@293eee940b [dart2js] Revert to old Closure.toString() implementation for old RTI.
      dart-lang/sdk@f842b03de5 linter visit hooks for extensions
      dart-lang/sdk@3fe9ba152f Migration: implement Variables._decorateDirectSupertypes.
      dart-lang/sdk@d67eaefe77 Add more tests of the visibility of extension members
      dart-lang/sdk@72923471c4 strict-inference failures for untyped parameters:
      dart-lang/sdk@bfc7f8c4b5 Fix crash parsing invalid constructor initializer
      dart-lang/sdk@3e69627752 Fix type argument parsing crash
      dart-lang/sdk@e2777454cc Fix dartfmt bug
      dart-lang/sdk@d95bb2d74f [ package:vm_service ] Analyze package:vm_service on bots
      dart-lang/sdk@38ca72a3e7 [dart2js] TrivialRuntimeTypesNeed should not say non-generic classes need type arguments.
      dart-lang/sdk@04bd34ed87 Issue 37916. The name of ConstructorName cannot be shadowed.
      dart-lang/sdk@3865187956 [nnbd_migration] already-migrated types with 1:1 type args & params.
      dart-lang/sdk@e2fee9c0dd [pkg:vm_service] fix an issue serializing list args
      dart-lang/sdk@37183f8865 [observatory] Remove stale asserts from heap snapshot processing.
      dart-lang/sdk@396613d884 [pkg:vm_service] be more lenient towards nulls json fields in the java library
      dart-lang/sdk@0fee296130 [vm] Add wasmer to third_party, and support building rust libraries
      dart-lang/sdk@663a8630e6 Revert "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable."
      dart-lang/sdk@e8c82c6784 [vm/ffi] Suppress irrelevant lint failures in FFI sources.
      dart-lang/sdk@bab592fd28 [vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable.
      dart-lang/sdk@e34c4319dc Migration: property decorate implicit bottom types.
      dart-lang/sdk@c6e2497569 Migration: capture more exception information and make it easier to examine stack traces.
      dart-lang/sdk@fc16f8aa58 Apply flutter-engine patch to dump dart_package_config_tag version
      dart-lang/sdk@1e79aa6b7e Update LSP readme to link to dart-vim instructions
      fc27f80a
    • S
      Roll src/third_party/skia 9e081d164c81..42c6af9182d2 (3 commits) (#11366) · 3c695b13
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/9e081d164c81..42c6af9182d2
      
      git log 9e081d164c81..42c6af9182d2 --date=short --no-merges --format='%ad %ae %s'
      2019-08-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-08-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-08-21 fmalita@chromium.org [svgcanvas] Add flag to suppress newlines and tabs in XML
      
      Created with:
        gclient setdep -r src/third_party/skia@42c6af9182d2
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      3c695b13
    • S
      Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (#11354) · 3606f7bc
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/80bff5b3a2d7..9e081d164c81
      
      git log 80bff5b3a2d7..9e081d164c81 --date=short --no-merges --format='%ad %ae %s'
      2019-08-21 herb@google.com Don't send strike with no pending glyphs
      2019-08-21 jlavrova@google.com Bug fixes for Flutter
      2019-08-21 brianosman@google.com SkRuntimeShaderMaker -> SkRuntimeShaderFactory
      2019-08-21 egdaniel@google.com Move CopyOps to CopyRenderTask.
      2019-08-21 csmartdalton@google.com Mark mipmaps dirty from makeClosed() rather than opList constructors
      2019-08-21 robertphillips@google.com Remove GrPendingIOResource
      2019-08-21 csmartdalton@google.com Convert GrManyDependentsMipMappedTest to a mock gpu test
      2019-08-21 fmalita@chromium.org [svgcanvas] Don't emit default fill and stroke attributes
      2019-08-21 bsalomon@google.com Fix sk_sp<> for incomplete type build issue
      2019-08-21 bungeman@google.com Simplify gdi handle use with gdi fonts.
      2019-08-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 12b0343d8960..47820316fcec (1 commits)
      2019-08-21 bsalomon@google.com GrSurfaceContext not ref counted.
      2019-08-21 reed@google.com improve verts bench
      2019-08-21 brianosman@google.com Conservatively consider any path with tiny edges to be concave
      2019-08-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 6655095842ec..12b0343d8960 (1 commits)
      2019-08-21 kjlubick@google.com Fix aggregators to use new gold objects
      
      Created with:
        gclient setdep -r src/third_party/skia@9e081d164c81
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      3606f7bc
    • S
      De-dup FILE output for each license (#10945) · ab097a59
      stuartmorgan 提交于
      Only list each file once per license block.
      ab097a59
  2. 21 8月, 2019 13 次提交
  3. 20 8月, 2019 9 次提交
    • B
      Roll src/third_party/dart f7902889b6..6e2b3f0326 (7 commits) · e9b4a595
      Ben Konyi 提交于
      dart-lang/sdk@6e2b3f0326 [vm] Greatly reduce handle allocation during reload.
      dart-lang/sdk@56b3dede78 Implement some missed methods for summary2 support
      dart-lang/sdk@209c6f8ab9 [pkg:vm_service] fix some analysis errors in the generated vm_service library
      dart-lang/sdk@b52b2c3910 [dart2js] Don't produce '-2' for default type argument values with new RTI.
      dart-lang/sdk@f37fdef1c2 [vm, service] Fix out-of-bounds access when processing requestHeapSnapshot's arguments.
      dart-lang/sdk@5087b99361 Report final re-assignment in for-in parts. Fixes #30486
      dart-lang/sdk@0ad703b534 [pkg:vm_service] re-generate the library based on the latest spec
      e9b4a595
    • S
      Roll src/third_party/skia 5f152f07455c..52a6a40535b0 (1 commits) (#11253) · 10167db4
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/5f152f07455c..52a6a40535b0
      
      git log 5f152f07455c..52a6a40535b0 --date=short --no-merges --format='%ad %ae %s'
      2019-08-19 liyuqian@google.com Add savelayer_with_backdrop GM to benchmark
      
      Created with:
        gclient setdep -r src/third_party/skia@52a6a40535b0
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      10167db4
    • B
      Roll src/third_party/dart 9f13d07670..f7902889b6 (3 commits) · 80984869
      Ben Konyi 提交于
      dart-lang/sdk@f7902889b6 [vm, bytecode] Add missing class declaration loading during reload.
      dart-lang/sdk@6667b7fa45 Drop unused _dhelperRepl method
      dart-lang/sdk@bb076a20c5 Fix unsupported initializer exception
      80984869
    • S
      Roll src/third_party/skia 8566dda51b42..5f152f07455c (8 commits) (#11241) · f4591a73
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/8566dda51b42..5f152f07455c
      
      git log 8566dda51b42..5f152f07455c --date=short --no-merges --format='%ad %ae %s'
      2019-08-19 reed@google.com add path-edger; lightweight Iter for edges
      2019-08-19 herb@google.com Use bulk API for bitmap glyph drawing
      2019-08-19 csmartdalton@google.com Add GrvkGpuRTCommandBuffer::appendSampledTexture
      2019-08-19 brianosman@google.com Temporary Lua hook to measure impact of conservative convexity
      2019-08-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-08-19 robertphillips@google.com Add textureReleaseProc and releaseContext to SkImage factory functions
      2019-08-19 fmalita@chromium.org [skottie] Shaper downscale-to-fit vertical alignment mode
      2019-08-19 jlavrova@google.com Fixed temp dir for snapshots
      
      Created with:
        gclient setdep -r src/third_party/skia@5f152f07455c
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      f4591a73
    • B
      Roll src/third_party/dart 0e201edeeb..9f13d07670 (27 commits) · 3e10d92b
      Ben Konyi 提交于
      dart-lang/sdk@9f13d07670 Revert "[dartdevc] Remove explicit calls of the constant evaluator in DDC."
      dart-lang/sdk@6e987b6eb5 [vm, service] Add requestHeapSnapshot.
      dart-lang/sdk@8a9448138a [vm/compiler] Ensure the class check we insert is based on the same CidTargets we made the HasSingleTarget decision on
      dart-lang/sdk@11910a0c9c [vm] Add --verbose-stack-overflow option to simplify investigation of stack overflow errors
      dart-lang/sdk@3568f78fe7 ensure super constructor invocation param list not null during recovery
      dart-lang/sdk@0537c9d326 [dart2js] Fix DartType.subst
      dart-lang/sdk@0f109da0d1 Updating the package:js README
      dart-lang/sdk@a984c5ce57 improve invalid string literal recovery to fix crash
      dart-lang/sdk@bdd77cd0b2 Ensure function type param has non-null identifier
      dart-lang/sdk@ed69e2dc35 Add a hint if extension methods are used with an sdk version constraint that does not support them
      dart-lang/sdk@89c4f94b60 Trigger dependency on exporting a library.
      dart-lang/sdk@d22fd240ca When building summary1 for SDK, set 'useSummary2' to false.
      dart-lang/sdk@547a83ddbd Remove ExecutableMember.from3() and use from2() instead.
      dart-lang/sdk@9b80826f84 Don't record dependencies on arguments if the instantiated class is not generic.
      dart-lang/sdk@0681cc2d36 Migration: extract a common method for doing null checks.
      dart-lang/sdk@203038ffc6 Migration: integrate flow analysis of do and continue statements.
      dart-lang/sdk@0ff0cc1229 Flow analysis: remove unnecessary argument to doStatement_end.
      dart-lang/sdk@ee37965e49 [cfe] Handle static access of static extension members
      dart-lang/sdk@208c8dd0c0 [benchmark] Remove SIMDBC benchmark test coverage.
      dart-lang/sdk@2706114f4d Revert "[infra] Remove non-essential test expectations from kernel status files"
      dart-lang/sdk@e64738ffbc [vm/ffi] DynamicLibrary.process() and DynamicLibrary.executable()
      dart-lang/sdk@2891ec679b [CFE/VM] Fix merge/typo for bump to kernel version 29
      dart-lang/sdk@a04a567801 Restore "Crash" status to test in status file, accidentally removed.
      dart-lang/sdk@5c438c8d25 Upgrade tflite_native to v0.2.1 for silent tflite dynamic library
      dart-lang/sdk@966b7de1ff [infra] status file clean up tool: also remove sections with comments
      dart-lang/sdk@c010458732 [infra] Remove non-essential test expectations from kernel status files
      dart-lang/sdk@fb8df61606 [dartdevc] Remove explicit calls of the constant evaluator in DDC.
      3e10d92b
    • D
      74ac6d25
    • S
      Roll src/third_party/skia f8221786d088..8566dda51b42 (4 commits) (#11220) · 9f1310a7
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/f8221786d088..8566dda51b42
      
      git log f8221786d088..8566dda51b42 --date=short --no-merges --format='%ad %ae %s'
      2019-08-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-08-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 958fec279ed5..d931999c3afd (1 commits)
      2019-08-19 egdaniel@google.com Remove some unused GrPixelConfig functions.
      2019-08-19 csmartdalton@google.com Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags
      
      Created with:
        gclient setdep -r src/third_party/skia@8566dda51b42
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      9f1310a7
    • D
      Make firebase testlab always pass (#11226) · 1c8c6390
      Dan Field 提交于
      1c8c6390
    • S
      Show all license diffs (#11034) · 19327c8b
      stuartmorgan 提交于
      Instead of gathering all license diffs but only showing the changes to
      the first directory that has a diff, show all diffs before exiting
      licenses.sh.
      
      Fixes https://github.com/flutter/flutter/issues/38634
      19327c8b
  4. 19 8月, 2019 3 次提交
  5. 18 8月, 2019 2 次提交
  6. 17 8月, 2019 8 次提交