1. 11 7月, 2020 12 次提交
    • S
    • S
    • S
      cbdd3e2d
    • S
      Manual Roll of Dart 707c6404f9...dfdc7e45c5 (#19657) · 9188ff66
      Siva 提交于
      * Manual Roll of Dart 707c6404f9...dfdc7e45c5
      
      dart-lang/sdk@707c6404f9 Use not deprecated analysis_options_provider library ins analysis server.
      dart-lang/sdk@d1a06cf97b Update dartdev to use the format command object from dart_style.
      dart-lang/sdk@ad3202b087 [vm/compiler] Add Function::PrologueNeedsArgumentsDescriptor and use it in all places (to avoid code duplication)
      dart-lang/sdk@089d6fc016 [vm] Build a runnable Fuchsia package containing Dart
      dart-lang/sdk@57cf6ebbd5 Enable tests for a fixed issue
      dart-lang/sdk@cf57f882ca [ddc] Change `!` failure to a throw TypeError
      dart-lang/sdk@68612120df [ VM ] Remove options from standard dart --help output that are covered by DartDev commands
      dart-lang/sdk@6e687d1d74 analyzer: move tests to 4 new test files in diagnostics/
      dart-lang/sdk@90ce990409 Simplify Flutter support to a single instance.
      dart-lang/sdk@ca7dd9654f [dart2js] fix crash in program emitter
      dart-lang/sdk@16e607ede5 Set --debugger-module-names to true by default in preparation for removal of the flag
      dart-lang/sdk@c367b488ee Add InterfaceType.allSupertypes.
      dart-lang/sdk@b09dd47d38 Enforce prefer_typing_uninitialized_variables lint.
      dart-lang/sdk@98dec1b537 [infra] Use mac_use_goma_rbe=true on dart-sdk-mac
      dart-lang/sdk@adb317e5b0 Use InterfaceType.asInstanceOf() in AddDiagnosticPropertyReference.
      dart-lang/sdk@5c1eee9de5 Simplify _InvalidAccessVerifier._hasTypeOrSuperType().
      dart-lang/sdk@e52a8beb6b Report error for generators with return type void.
      dart-lang/sdk@1561cc3b7c [vm] Allow usage of `String::StartsWith()` without handle allocation.
      dart-lang/sdk@3d5df93fb1 bulk fix protocol
      dart-lang/sdk@7a1d6a9942 [benchmark] run_vm_tests with kernel-service.dart.snapshot.
      dart-lang/sdk@060d948339 [cfe] Add support for classes to round-trip text serialization
      dart-lang/sdk@b6d14a940a [gardening] Import NNBD version of FFI in NNBD thread_pool_test.
      dart-lang/sdk@13fb8c132d Reland "[test] Add paths to chrome and firefox to the environment when present"
      dart-lang/sdk@66cb8a8ed8 [pub] Cherry pick fix
      dart-lang/sdk@96d839a436 [infra] Remove trailing new-line from auth token file
      dart-lang/sdk@99b693ba88 [cfe] Add support for constructor initializers to text serialization
      dart-lang/sdk@d5664c360a [co19] Roll co19 to ca44d7a864e0fb9d214be16818f56a485ab778c1
      dart-lang/sdk@145d4585e7 [cfe] Add support for Fields to round-trip text serialization
      dart-lang/sdk@f75a982361 [cfe] Complete support for statements in text serialization.
      dart-lang/sdk@27446b463e [cfe] Update test expectation for language/unsorted/flatten_test/12
      dart-lang/sdk@cf7a63afe6 [dart2js] inlining heuristics for generative constructor factory
      dart-lang/sdk@9f8aaf65c7 Issue an error if a prefix in a type name is shadowed by a local variable.
      dart-lang/sdk@fe9596bac3 Add language tests for flow analysis conservative de-promotion scope.
      dart-lang/sdk@0a5e69ae6f Fix for no inputs in build mode.
      
      * Update license.
      9188ff66
    • S
      Incorporate compat info changes into flutter engine (#19606) · f3be9f1b
      Srujan Gaddam 提交于
      Changes related to compatibility info require changes in
      Flutter engine libraries. This CL adds null-asserts wherever
      necessary to maintain behavior and adds some small modifications
      to handle the change in nullability. Warnings about unnecessary
      null assertions are disabled temporarily in this CL as well.
      
      Original issue: https://github.com/dart-lang/sdk/issues/41905
      f3be9f1b
    • S
      7e101f1e
    • Z
      Avoid a copy in EncodeImage (#19504) · f9acd080
      Zachary Anderson 提交于
      f9acd080
    • J
      Manual Skia roll to c91db040ad18b9cc3236e342e9acca020eaafd10 (#19650) · 39e98d28
      Jason Simmons 提交于
      Requires rolling the buildroot to use Wuffs version 0.3
      
      2020-07-10 nigeltao@google.com Use Wuffs v0.3 by default, not v0.2
      2020-07-10 zepenghu@google.com Add SkRuntimeEffect Fuzzer
      39e98d28
    • N
      don't throw error for the new autofill request (#19633) · dfd07271
      nturgut 提交于
      * don't throw error for the new autofill request
      
      * change comment
      dfd07271
    • S
      Manual Roll of Dart dfdc7e45c5...06cb010247 (#19649) · d98d539c
      Siva 提交于
      dart-lang/sdk@dfdc7e45c5 Report PRIVATE_SETTER.
      dart-lang/sdk@b0b957fe3f Roll benchmarks-internal 0b09b169b02f..78e4b5975ab4
      dart-lang/sdk@7e5ac71ff3 [vm/aot] Drop Library::dependencies_ early.
      dart-lang/sdk@48c2181179 [build] Automatically rebuild sdk_hash when the Git commit changes.
      dart-lang/sdk@e780b31f73 prep package:js for null safety release
      dart-lang/sdk@d045c137db [test] Fix expected type in error message
      dart-lang/sdk@39c94735a3 Report MIXINS_SUPER_CLASS.
      dart-lang/sdk@d215ab6d73 [vm] Assign top-level classes cids outside 16-bit range
      dart-lang/sdk@4f66bb07e2 [dart2js] Added a powerset flag for new experiment
      dart-lang/sdk@5580f89d2c Add test for new numeric operator typing rules.
      dart-lang/sdk@73e9554779 Update meta to correspond to the published 1.2.2
      dart-lang/sdk@c84c1cb832 [benchmark] Don't pass --sound-null-safety to dart_precompiled_runtime2.
      dart-lang/sdk@9a4e2b1514 Add an additional completion metric into completion_metrics.dart: 'use old vs new relevance rank comparison'
      dart-lang/sdk@c4a2efd6e7 Switch all generated LSP classes to use named constructor arguments
      dart-lang/sdk@6db0396c83 Regenerate code from v3.15 LSP spec
      dart-lang/sdk@d86fa966a9 Tweaks to be able to parse v3.15 spec
      dart-lang/sdk@0162e7c1f8 [vm] Enable fingerprints checking of recognized methods
      dart-lang/sdk@2280e77f52 [ddc] Fix copy paste error in ddb script
      dart-lang/sdk@a8200e2b1b Roll benchmarks-internal 81f0ebd1fd65..0b09b169b02f
      dart-lang/sdk@18081c7486 [infra] Add package:vector_math to DEPS.
      dart-lang/sdk@6dcd45f2b3 update nullsafety release version
      dart-lang/sdk@6d65549349 Include all files of the library into ExceptionResult.
      dart-lang/sdk@c71d40f70b Migration: allow clients to use CommandLineOptions.
      dart-lang/sdk@5f68b0bba6 [test/ffi] Test struct workaround for external fields
      dart-lang/sdk@01ac35b844 [parser] Allow '..' as something following a nullable type
      dart-lang/sdk@c8b5a9b9d3 [VM] Add more information when seeing disagreeing sources in a dill
      dart-lang/sdk@e8d3389eb5 [VM] Expression compilation when loaded from dill (part 2)
      dart-lang/sdk@efb1143943 Fix typos in CL 148324
      dart-lang/sdk@9321c49984 [infra] Update checked-in SDKs to 2.9.0-21.0.dev
      dart-lang/sdk@7940835945 [infra] Support reading builder status from staging database
      dart-lang/sdk@3199847b35 [CFE] Don't issue bogus NNBD Strong error as package sets a language version
      dart-lang/sdk@9ae7fd25d1 Fix disassembler fails to mention sign extend for loads on arm64.
      dart-lang/sdk@e5086f9eac Support google3 DEBUG/NDEBUG handling.
      dart-lang/sdk@5d47c5f278 [vm_snapshot_analysis] Improve compare command
      dart-lang/sdk@e253d07ed3 [cfe] Add --no-deps option to compile_platform script
      dart-lang/sdk@e3a682480a Reland "[vm] Replaces fuchsia.deprecatedtimezone"
      dart-lang/sdk@6f6b1f8818 [vm] Rename --null-safety option to --sound-null-safety
      dart-lang/sdk@7a87766f23 Remove bogus features from analyzer.
      dart-lang/sdk@897706edbd Remove unrecommended flag from output:
      dart-lang/sdk@849cdb2ab4 Check for consistency of language version overrides between library and parts.
      dart-lang/sdk@aff22600de Use CaughtExceptionWithFiles instead of LibraryCycleLinkException.
      dart-lang/sdk@9dea0a8d97 Add InterfaceType.asInstanceOf(ClassElement) to API.
      dart-lang/sdk@d4ffb92ed8 [vm] Reify loading units.
      dart-lang/sdk@c76fc431c7 Add WorkspacePackage to each FileState.
      dart-lang/sdk@42102684d4 Roll benchmarks-internal fce42736f4d6..81f0ebd1fd65
      dart-lang/sdk@7498facd2a fix async fix processor name
      dart-lang/sdk@f2cbec8010 Check for unnecessary_parenthesis in analyzer.
      dart-lang/sdk@9280712d29 Change ConstructorElement.returnType to InterfaceType.
      dart-lang/sdk@8b9f920c52 [vm/isolates] Clean up redundant SafepointOperationScope when installing allocation stub.
      dart-lang/sdk@8e3b375123 Roll benchmarks-internal 42145e4ddea8..fce42736f4d6
      dart-lang/sdk@a38e265f04 Fix #42531
      dart-lang/sdk@db5cda81fb Fix disassembler fails to mention sign extend for loads on arm64.
      dart-lang/sdk@bfd15821a7 [vm] Specialize List.generate factory constructor invocations
      dart-lang/sdk@255c6fa2fd [vm/compiler] Do not count UnboxedConstant instructions in inliner
      dart-lang/sdk@27a13c2817 Rename dev_compiler/LICENCE.md -> LICENSE, remove obsolete text.
      dart-lang/sdk@018ded55ed Support setting unique names for lint codes
      dart-lang/sdk@fd432febe0 [cfe] Update messages for invalid returns
      dart-lang/sdk@9ab7a5edef [cfe] Use variable name in error message for missing initializer
      dart-lang/sdk@2b5eaffc15 Revert "[test] Add paths to chrome and firefox to the environment when present"
      dart-lang/sdk@fcbf5341f0 [SDK] Fixes crash in tools/run_abi_tests.py
      dart-lang/sdk@2e5e03fe8d [cfe] Add support for Switch statements to text serialization
      dart-lang/sdk@ddb97247f7 Roll benchmarks-internal 4b33c3149cfe..42145e4ddea8
      dart-lang/sdk@233fe72de0 [cfe] Handle extension setters on nullable types
      dart-lang/sdk@45af99177b [cfe] Check overrides on operators
      dart-lang/sdk@fefcac472f [co19] Language/Statements tests enabled in .status files
      dart-lang/sdk@ad4d43cf5b [CFE] Constant transformation for expression compilation
      dart-lang/sdk@219935a48f [VM] Adds Future.timeout stack unwinding support for --lazy-async-stacks.
      dart-lang/sdk@05003ab60d [vm/gen_kernel] Support package_config.json when converting main script URI to package URI
      dart-lang/sdk@464641f51a Extend BaselPackageUriResolver to handle files outside of `lib`.
      dart-lang/sdk@36e89f845b Flow analysis: ensure that `restrict` method doesn't try to promote write-captured variables.
      dart-lang/sdk@653e44485f Prepare to publish analyzer_plugin 0.2.5
      dart-lang/sdk@819f0a92a5 Remove unnecessary override in ReplacementVisitor.
      dart-lang/sdk@eada9fa426 Issue 42605. Do LEGACY_ERASURE when checking inferred mixin type arguments.
      dart-lang/sdk@ec30a30ac2 Remove the type parameter from NullabilityEliminator.perform().
      dart-lang/sdk@b524f398c3 [ddc] Add option to run non-null asserts in weak mode
      dart-lang/sdk@a199791cc2 [vm/patch_class] Remove obsolete "patch" bit from Class object.
      dart-lang/sdk@b8a6e77700 Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
      dart-lang/sdk@5c99205769 [dart2js] Support required named parameters in weak NNBD function types.
      dart-lang/sdk@a1f510080d Use analyzer 0.39.12 in nnbd_migration.
      dart-lang/sdk@7255b99432 Update dartdoc to 0.32.2.
      dart-lang/sdk@fea5f5866e Add DartTypeVisitor and DartType.accept(DartTypeVisitor) to API.
      dart-lang/sdk@42fcc18fcc Reland "File::Copy avoids direct copying on Windows"
      dart-lang/sdk@7ac8f426ff [ddc] Update flags in ddb script
      dart-lang/sdk@62ff05b84d Roll benchmarks-internal ac71e64e299f..4b33c3149cfe
      dart-lang/sdk@0d1db38cf8 [ddc] Only print blank line in ddb if verbose.
      dart-lang/sdk@d47395255b [benchmark] dartdevc doesn't need the --kernel option anymore.
      dart-lang/sdk@55be60db13 Roll benchmarks-internal 772454259330..ac71e64e299f
      dart-lang/sdk@2eee76303f [cfe] Add support for constants to Kernel text serialization
      dart-lang/sdk@bec928c89f [SDK] Bumps ABI version for sdk_hash.
      dart-lang/sdk@40c79c8ed7 [test] Add paths to chrome and firefox to the environment when present
      dart-lang/sdk@25f01216f5 Roll benchmarks-internal d3eff2adacd3..772454259330
      dart-lang/sdk@e263b52228 [cfe] Update outline expectations
      dart-lang/sdk@95f55ab22b [co19] Roll co19 to bbba568b780a48c69a1de8ad1a8527a37cf71fad
      dart-lang/sdk@2c98bd5bbf [benchmarks] Update benchmark_harness to null safe version
      dart-lang/sdk@749d55da18 Roll benchmarks-internal 88af52754f27..d3eff2adacd3
      dart-lang/sdk@494d261a41 [Test] Skips sdk_hash_test for unsupported dartkp-android.
      dart-lang/sdk@e196354481 [cfe] Support more Expression nodes in text serialization
      dart-lang/sdk@da8712394b [cfe] Support LabeledStatement and Break in text serialization
      dart-lang/sdk@1ed7581898 [cfe] Add test for issue 42540
      d98d539c
    • S
      Roll Skia from f8a6b5b4b0d0 to 5160e8caa226 (9 revisions) (#19647) · dd0a6c40
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/f8a6b5b4b0d0..5160e8caa226
      
      2020-07-10 mtklein@google.com Revert "Exclude gl files for Fuchsia platform."
      2020-07-10 fmalita@chromium.org [skottie] Fill-over-stroke support for text
      2020-07-10 guruji@google.com Exclude gl files for Fuchsia platform.
      2020-07-10 egdaniel@google.com Add internal calls for updateCompressedBackendTexture.
      2020-07-10 bungeman@google.com Fix Op tests when default typeface is empty.
      2020-07-10 bsalomon@google.com Revert "Revert "Put top level FPs into their own functions""
      2020-07-10 michaelludwig@google.com Apply paint color to alpha-only textures in drawEdgeAAImageSet
      2020-07-10 brianosman@google.com Add SkCodecImageGenerator::getScaledDimensions
      2020-07-10 mtklein@google.com pack windows ABI stack tightly
      
      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
      dd0a6c40
    • G
      Changes to fix build errors in google3. (#19616) · d3296174
      Guruji Panda 提交于
      d3296174
  2. 10 7月, 2020 19 次提交
  3. 09 7月, 2020 5 次提交
    • 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
    • J
      Make DPAD movement consider grapheme clusters (#17420) · 033c3737
      Justin McCandless 提交于
      Moving the caret with the software Dpad now correctly considers complex characters.
      033c3737
    • G
      Changed iOS channels to start cleaning up the accessibility handler when the... · 41c503cc
      gaaclarke 提交于
      Changed iOS channels to start cleaning up the accessibility handler when the bridge is deleted (#19556)
      
      Started cleaning up the accessibility handler when the bridge is
      deleted and made nilling out channels safer by making sure they don't
      overwrite newly setup handlers.
      41c503cc
    • K
      Propoagate Tap events on Android hybrid views (#19608) · 40d3f7c6
      Kaushik Iska 提交于
      Translate the coordinate from global flutterview to the specific embedded sub-view.
      40d3f7c6
    • M
  4. 08 7月, 2020 4 次提交