1. 10 9月, 2019 11 次提交
    • S
      Roll fuchsia/clang/mac-amd64 from H1Qjc... to HfPKR... (#12088) · 19b2d430
      skia-flutter-autoroll 提交于
      Roll fuchsia/clang/mac-amd64 from H1Qjc... to HfPKR...
      
      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-toolchain-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
      19b2d430
    • C
      Don't launch the observatory by default on each embedder unit-test invocation. (#12087) · d8167555
      Chinmay Garde 提交于
      There is no test to assert this and it unnecessarily slows down the test
      harness and opens tons of port on the host.
      d8167555
    • S
      Roll src/third_party/skia c2d84bfa7421..8cae1e95a23b (4 commits) (#12086) · 39c80670
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/c2d84bfa7421..8cae1e95a23b
      
      git log c2d84bfa7421..8cae1e95a23b --date=short --no-merges --format='%ad %ae %s'
      2019-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-09 herb@google.com Cleanup SkPackedGlyphID
      2019-09-09 brianosman@google.com Remove temporary Metal pipeline cache size hack
      2019-09-09 hcm@google.com Add release section for milestones and rel notes
      
      Created with:
        gclient setdep -r src/third_party/skia@8cae1e95a23b
      
      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
      39c80670
    • B
      Roll src/third_party/dart fb14babf59..2e8d912848 (65 commits) · b19e75a5
      Ben Konyi 提交于
      dart-lang/sdk@2e8d912848 [developer] Allow async end events to have independent arguments.
      dart-lang/sdk@09ce6d30e7 [vm, service] Remove _collectAllGarbage.
      dart-lang/sdk@bc24702149 Add missing parens to static_extension_getter_setter_conflicts_test.dart
      dart-lang/sdk@e9dcb9f45d fix typo in factory; add mixin text for protected
      dart-lang/sdk@ab5e36bcfb fix for prefer_int_literals
      dart-lang/sdk@41c5b81818 [cfe] Special error message for illegal override of a setter by a field
      dart-lang/sdk@e9c3eebef1 [infra] Add handling of signed SDK directories to promote.py
      dart-lang/sdk@ff0fda7732 [cfe] Handle UnknownType using defaultDartType
      dart-lang/sdk@129d4a6144 simplify dartfix output
      dart-lang/sdk@41bf7443d4 update parser to report static constructor
      dart-lang/sdk@cb1efb8d27 update parser to allow "late var" in NNBD
      dart-lang/sdk@99007f3a3e remove duplicate error generation in ClassBuilder
      dart-lang/sdk@fb73cb19e6 update parser to report MixinDeclaresConstructor error
      dart-lang/sdk@355df2a354 split AstBuilder endClassConstructor out of endClassMethod event
      dart-lang/sdk@b6f6240013 fix extension factory declaration in AST
      dart-lang/sdk@618b56d24d fix conditional expression parsing with NNBD enabled
      dart-lang/sdk@fb446e5768 [dartdevc] Properly emitting JS interop anonymous classes
      dart-lang/sdk@4a4f7cbde3 Migration: Handle uses of typedef types as expressions.
      dart-lang/sdk@0b0c113b52 Migration: rework edge builder prefix handling.
      dart-lang/sdk@028d97bb1d Migration: handle references to already-migrated fields.
      dart-lang/sdk@cbe135255d Migration: add support for most compound assignments.
      dart-lang/sdk@daaa6657b1 Migration: fix a corner case of post-dominator analysis.
      dart-lang/sdk@23d28932f0 Remove asserts in TypeProviderImpl.
      dart-lang/sdk@3d3bbc2dbf Remove 'strongMode' flag in StaticTypeAnalyzerTest.
      dart-lang/sdk@7f8398e484 Changes to MockSdk to make it usable in linter.
      dart-lang/sdk@116cfbaa2d Issue 38198. Fix for isMoreSpecific() extension.
      dart-lang/sdk@9391e15cfd [ package:vm_service ] Added support for service protocol version 3.27.
      dart-lang/sdk@13a69b5631 [vm/bytecode] Replace ICData constant pool entries with DynamicCall
      dart-lang/sdk@cff9c587f4 Tighten call conventions in allowInterop
      dart-lang/sdk@c0f49b05dd [vm/debugger] Pick the correct context async variable in bytecode frames.
      dart-lang/sdk@68dede011e [ VM / Service ] Add getCpuProfileSamples RPC which returns a minimally processed sample buffer.
      dart-lang/sdk@84db16381d [vm] Remove dead --load_deferred_eagerly and dependent code tracking for library prefixes.
      dart-lang/sdk@1d6ab52f38 [vm] Fix CoreSnapshotSize and StandaloneSnapshotSize to account for the image page size.
      dart-lang/sdk@fd7676e0bc Fix language_2/config_import_corelib_test
      dart-lang/sdk@5247036142 fix for convert_to_if_element
      dart-lang/sdk@e1dc432102 [vm/fuzzer]  Update rerun output and parser script
      dart-lang/sdk@2c219ddb07 Replace AnalysisContextFactory with TestAnalysisContext.
      dart-lang/sdk@67cdae394f Add import fix in missed case
      dart-lang/sdk@cf94c3a2fa Additional tests verifying interaction between mixins, static extensions, and visiblity annotations (protected, visibleForTemplate, visibleForTesting).
      dart-lang/sdk@ffd50c0dc5 Report EXTENSION_AS_EXPRESSION, set type fo dynamic.
      dart-lang/sdk@254d0776d4 [vm/fuzzer] Fix bug where FFI caused dart crash
      dart-lang/sdk@f5c0e2e362 [vm/concurrency] Ensure instance size in class table is either 0 or the correct size
      dart-lang/sdk@eb60f0531e Support a fix to add a setter, both in extensions and elsewhere
      dart-lang/sdk@e227ffa955 Migration: improve handling of catch clauses.
      dart-lang/sdk@40454f0918 Fix language_2/f_bounded_quantification2_test
      dart-lang/sdk@836f6de0f4 Fix language_2/f_bounded_quantification4_test
      dart-lang/sdk@8ad0832bcb [vm/bytecode] Use static types of parameters when compiling from bytecode
      dart-lang/sdk@1354ec93db fix for prefer_for_elements_to_map_fromIterable
      dart-lang/sdk@152aa5a6ed fix calls following null-assertion operator
      dart-lang/sdk@4e4047a52f fix extension abstract method error
      dart-lang/sdk@a689f8df06 corelib_2/unsigned_shift_test fixes
      dart-lang/sdk@6f4ceb887e [vm] Provide a couple more gdb helpers to print stack traces.
      dart-lang/sdk@d7c96f323d Migration: handle prefixed class references.
      dart-lang/sdk@0d63ce1d0c Clean up MockSdkElements.
      dart-lang/sdk@8022f885af Stop using TestTypeProvider in analyzer_plugin.
      dart-lang/sdk@e55a1e0f3a [vm/fuzzer] Add filter keywords to collect_data
      dart-lang/sdk@c6a6add465 [vm/fuzzer] Count re-runs
      dart-lang/sdk@d964c50cff clear contents on TemplateElement#setInnerHtml before appending
      dart-lang/sdk@c8f3f132ad [vm, snapshot] Use data image pages for kFull snapshots.
      dart-lang/sdk@add83ad185 Fix language_2/generic_no_such_method_dispatcher_test
      dart-lang/sdk@f5b53276ce Fix language_2/compile_time_constant_static5_test
      dart-lang/sdk@e34d71feee [nnbd_migration] Implement if/for in map/set
      dart-lang/sdk@da235a57f8 [nnbd_migration] Fix for elements for list literals
      dart-lang/sdk@6ae9709bcb Create TestTypeProvider as TypeProviderImpl on MockSdkElements.
      dart-lang/sdk@46d7064108 Stop using resolutionMap in DDC.
      b19e75a5
    • C
      Guard availability of user notification related methods to iOS 10.0 (#12084) · 03e773a9
      Chinmay Garde 提交于
      * `NS_AVAILABLE_IOS(10_0)` makes us tell our compiler that the method needs
        to be stamped into the TU but we promise to do stuff in it only on iOS 10.0
        and above.
      * `@availability` ensures that if those methods are called on iOS versions less
        than 10.0, we will do nothing with it. This guards us against the case where
        iOS introduced the functionality privately in older versions of iOS.
      03e773a9
    • M
    • F
      Add GradientRadial paintStyle implementation (#12081) · c2e82892
      Ferhat 提交于
      c2e82892
    • H
      Don't quote generic font families (#12080) · c3eea0ac
      Harry Terkelsen 提交于
      * Don't quote generic font families
      
      This is a change that should have been upstreamed before.
      
      * Change generic family List to a Set
      
      * Add test
      c3eea0ac
    • S
      Roll src/third_party/skia 28d40b2e7ade..c2d84bfa7421 (3 commits) (#12082) · c2b3d888
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/28d40b2e7ade..c2d84bfa7421
      
      git log 28d40b2e7ade..c2d84bfa7421 --date=short --no-merges --format='%ad %ae %s'
      2019-09-09 ethannicholas@google.com fixed byte/ubyte types in SPIR-V output
      2019-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-09 brianosman@google.com Simplify GPUSink constructors by just passing the config object
      
      Created with:
        gclient setdep -r src/third_party/skia@c2d84bfa7421
      
      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
      c2b3d888
    • J
      a4de006f
    • S
      Roll src/third_party/skia 4f2674da4bbc..28d40b2e7ade (4 commits) (#12077) · 6e017f0c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/4f2674da4bbc..28d40b2e7ade
      
      git log 4f2674da4bbc..28d40b2e7ade --date=short --no-merges --format='%ad %ae %s'
      2019-09-09 egdaniel@google.com Reland "Add support for direct use of vulkan primary command buffer in render pass."
      2019-09-09 ethannicholas@google.com Fixed skslc assertion failure discovered by fuzzer
      2019-09-09 brianosman@google.com Remove legacy flag: GrContextOptions::fDisallowGLSLBinaryCaching
      2019-09-09 reed@google.com share private iterator/helpers for building paths
      
      Created with:
        gclient setdep -r src/third_party/skia@28d40b2e7ade
      
      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
      6e017f0c
  2. 09 9月, 2019 3 次提交
  3. 08 9月, 2019 4 次提交
  4. 07 9月, 2019 18 次提交
  5. 06 9月, 2019 4 次提交
    • B
      Roll src/third_party/dart be66176534..f4229da6ab (29 commits) · 0f492d8a
      Ben Konyi 提交于
      dart-lang/sdk@f4229da6ab [vm, bytecode] Produce compile-time errors instead of crashing when failing to resolve libraries etc.
      dart-lang/sdk@a64b06ec83 [gardening] Migrate most files to be implicit-bool-conversion free
      dart-lang/sdk@698d120328 base processor migration; fix to add type annotations
      dart-lang/sdk@d9a9346c3f [vm/compiler] Fix truncating logic
      dart-lang/sdk@d2dc053752 Corrections to "[vm] Fix ASAN build."
      dart-lang/sdk@592914fb8b Don't report HintCode.CAN_BE_NULL_AFTER_NULL_AWARE when NNBD.
      dart-lang/sdk@c219a76652 Reland "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)."
      dart-lang/sdk@6a8c988fc4 Simplify the computeCompilerArguments().
      dart-lang/sdk@9a847a98e8 [ VM / Service ] Fix docs for @Instance not including optional closureFunction and closureContext fields
      dart-lang/sdk@ff8b43750a Move reporting INVALID_ASSIGNMENT for compound assignments into StaticTypeAnalyzer.
      dart-lang/sdk@cf5e9ca423 Additional tests and fixes for creating getters
      dart-lang/sdk@6e3498cd08 bump server SDK constraint lower bound
      dart-lang/sdk@89dde0501d Migration: fix handling of assignments involving FutureOr.
      dart-lang/sdk@ec48af600f Support fix to import a library defining an extention
      dart-lang/sdk@4fbd758f9e [vm/bytecode] Optimize comparisons with null
      dart-lang/sdk@16a4c0d13c Bump up oldest_supported_abi_version for abi bot
      dart-lang/sdk@c7bb9cf5c4 refactor to share common fix/assist processor code
      dart-lang/sdk@5a45050d1e [observatory] Flatten the heap snapshot before loading.
      dart-lang/sdk@75374b89f6 [vm] Fix ASAN build.
      dart-lang/sdk@8ee3f314cb [vm/gardening] clang tidy fixes
      dart-lang/sdk@89ad636b58 Remove the old "preview Dart 2" flags from the test runner.
      dart-lang/sdk@aa34de3fe5 Flow analysis: adjust _variableInfosEqual to do a shallow comparison.
      dart-lang/sdk@ea35690b96 Flow analysis: add unit tests of try/finally handling.
      dart-lang/sdk@b179ef33ec Flow analysis: add unit tests of try/catch handling.
      dart-lang/sdk@e2a00dc465 Flow analysis: add unit tests of while statements
      dart-lang/sdk@edceedff90 [vm, reload] Allow any change to a class that hasn't yet been declaration loaded.
      dart-lang/sdk@68ba13e4e8 With NNBD null-shorting is performed.
      dart-lang/sdk@a7723d5c40 [vm] Out-line handle allocation.
      dart-lang/sdk@16be3a095d [vm/benchmark] Add *Bytes suffix to Isolate SendReceive benchmark
      0f492d8a
    • S
      Roll src/third_party/skia 8fda88ed6d41..080d210e7acc (4 commits) (#11922) · f4d93058
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/8fda88ed6d41..080d210e7acc
      
      git log 8fda88ed6d41..080d210e7acc --date=short --no-merges --format='%ad %ae %s'
      2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-05 herb@google.com Remove bool for RemoteStrike send
      2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      Created with:
        gclient setdep -r src/third_party/skia@080d210e7acc
      
      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 jlavrova@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=jlavrova@google.com
      f4d93058
    • S
      Roll fuchsia/clang/mac-amd64 from CGYQg... to XAazI... (#11904) · 7bf30624
      skia-flutter-autoroll 提交于
      Roll fuchsia/clang/mac-amd64 from CGYQg... to XAazI...
      
      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-toolchain-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
      7bf30624
    • S
      Roll src/third_party/skia adecf4b6d5fe..8fda88ed6d41 (8 commits) (#11903) · df9efd3a
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/adecf4b6d5fe..8fda88ed6d41
      
      git log adecf4b6d5fe..8fda88ed6d41 --date=short --no-merges --format='%ad %ae %s'
      2019-09-05 reed@google.com reverse/restore order of verbs in path to be forward (normal)
      2019-09-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2019-09-05 khushalsagar@chromium.org Reland: Only send the RemoteStrikes that have pending glyphs.
      2019-09-05 egdaniel@google.com Begin renderpasses immediately in GrVkOpsRenderPass.
      2019-09-05 jvanverth@google.com Add touch support to viewer
      2019-09-05 michaelludwig@google.com Clean up prior backdrop-filter CL
      2019-09-05 egdaniel@google.com Update some ops to create their buffers in onPrepare.
      2019-09-05 ethannicholas@google.com Revert "switched SkSL interpreter over to threaded code"
      
      Created with:
        gclient setdep -r src/third_party/skia@8fda88ed6d41
      
      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 jlavrova@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=jlavrova@google.com
      df9efd3a