1. 05 2月, 2020 2 次提交
    • S
      Roll src/third_party/dart 68e904e444dc..48808f7dce81 (17 commits) (#16377) · eeabd4d8
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/68e904e444dc..48808f7dce81
      
      git log 68e904e444dc..48808f7dce81 --date=short --first-parent --format='%ad %ae %s'
      2020-02-05 bkonyi@google.com [ VM / Service ] Added `getClientName`, `setClientName` and `requireResumeApproval` RPCs
      2020-02-04 vsm@google.com [dartdevc,nnbd] fix type errors in dart:_interceptors
      2020-02-04 asiva@google.com [VM/libraries] - Fix issues in ported patch files that cause dart2js to fail (https://github.com/dart-lang/sdk/issues/40463)
      2020-02-04 sigmund@google.com [ddc,dart2js] remove web patches for dart:cli
      2020-02-04 rmacnak@google.com [vm] Remove FLAG_support_service and FLAG_support_reload, superseded by PRODUCT define.
      2020-02-04 nshahan@google.com [dartdevc] Enforce more pedantic v1.9.0 lints and cleanup violations
      2020-02-04 nshahan@google.com [tests] Add tests for generic function type bounds with null safety
      2020-02-04 paulberry@google.com Migration: rework how ElementTypeProvider overrides element types.
      2020-02-04 paulberry@google.com Sort declarations in assignment_expression_resolver.dart
      2020-02-04 bkonyi@google.com [ DartFuzz ] Quality of life improvements in log output
      2020-02-04 eernst@google.com Adjusted language/assign/to_type_test.dart to avoid irrelevant nnbd type error.
      2020-02-04 devoncarew@google.com [migration tool] convert the javascript code in the migration tool to dart
      2020-02-04 jcollins@google.com Do not require --enable-asserts for test_assertOnPathOutsidePackage.
      2020-02-04 scheglov@google.com Remove 'withNullability' from TypeImpl.toString()
      2020-02-04 kustermann@google.com [vm/concurrency] Speed up isolate communication via normal snapshotting
      2020-02-04 regis@google.com [VM/nnbd] Fix canonicalization of type 'Never' (fixes #40249).
      2020-02-04 jwren@google.com Refactor the CompletionMetricsComputer class into three classes: a subclass and two concrete classes, AbstractCompletionMetricsComputer, CompletionCoverageMetrics and RelevanceAnalyzerMetrics.
      
      Created with:
        gclient setdep -r src/third_party/dart@48808f7dce81
      
      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
      eeabd4d8
    • S
  2. 04 2月, 2020 3 次提交
    • S
      Roll src/third_party/dart c8ed304e979a..3414b5167554 (52 commits) (#16362) · 9347c93f
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/c8ed304e979a..3414b5167554
      
      git log c8ed304e979a..3414b5167554 --date=short --first-parent --format='%ad %ae %s'
      2020-02-04 rnystrom@google.com Migrate language_2/assign to NNBD.
      2020-02-04 sstrickl@google.com [vm/aot] Remove object wrapping of bare instructions for AOT snapshots.
      2020-02-04 rnystrom@google.com Migrate language_2/accessor_conflict to NNBD.
      2020-02-04 vegorov@google.com [runtime/docs] Add custom lexer for shell sessions in runtime wiki.
      2020-02-04 vegorov@google.com [vm/docs] Publish "Introduction to Dart VM" source and build tools.
      2020-02-04 jensj@google.com [observatory] Allow to say 'break package:foo/file.dart:42'
      2020-02-04 jensj@google.com [vm] [debugger] Fix for not breaking in library with mixin
      2020-02-04 kustermann@google.com [vm/concurrency] Disable isolate groups in AOT mode
      2020-02-04 dmitryas@google.com [cfe] Account for signatures when inserting noSuchMethod forwarders
      2020-02-04 johnniwinther@google.com [dart2js] Remove all unneeded casts
      2020-02-04 srujzs@google.com Change nnbd_src files to be null-safe
      2020-02-04 bkonyi@google.com [ VM / dart:typed_data ] Change fmaxf/fminf to fmax/fmin for Float64x2.clamp
      2020-02-04 rmacnak@google.com Mark typed_data/zeroed_allocation_test as slow on reload bots.
      2020-02-03 nshahan@google.com [dartdevc] Enforce omit_local_variable_types lint
      2020-02-03 nshahan@google.com [tests] Create `null is T` tests in legacy and null safe libraries
      2020-02-03 paulberry@google.com Migration: remove test file containing no tests
      2020-02-03 srawlins@google.com Final fix for analyzer windows bots; don't canonicalize
      2020-02-03 scheglov@google.com Remove TypeSystem.isOverrideSubtypeOf()
      2020-02-03 scheglov@google.com Issue 40304. Use runtime type equality for checking overrides.
      2020-02-03 jwren@google.com Standard output improvement from metrics_util.dart to print "<no counts>" if  the counter has no counts.
      2020-02-03 bkonyi@google.com [ VM / typed_data ] Fixed inconsistent results for -Float32x4.zero().clamp and -Float64x2.zero().clamp
      2020-02-03 scheglov@google.com Update dev_compiler/tool/dart2js_nnbd_sdk_error_golden.txt after analyzer change.
      2020-02-03 jwren@google.com Completion metrics change- add missing documentation in the relevance_analyzers.dart file, as well as adding DartCompletionRequest as an input to the analyzers
      2020-02-03 scheglov@google.com Use TypeSystemImpl instead of TypeProvider in DartObjectImpl.
      2020-02-03 scheglov@google.com Use CorrectOverrideHelper in InheritanceManager3.
      2020-02-03 alexmarkov@google.com [vm/nnbd] Use NNBD flags from AsExpression, IsExpression
      2020-02-03 paulberry@google.com Migration: plumb ElementTypeProvider through FlowAnalysisVisitor.
      2020-02-03 paulberry@google.com Migration: avoid ambiguities when adding a cast after a function expression.
      2020-02-03 paulberry@google.com Migration: properly handle type parameter types with nullable bounds.
      2020-02-03 scheglov@google.com Include types of candidates into INCONSISTENT_INHERITANCE.
      2020-02-03 markzipan@google.com Cleaning up corelib test migrations.
      2020-02-03 jwren@google.com For 'dartdev format' and 'dartdev format --help', return the output from dartfmt --help, instead of the default output from FormatCommand.printUsage(). This is follow up on https://dart-review.googlesource.com/c/sdk/+/133042
      2020-02-03 rmacnak@google.com Reapply "[vm] Initialize large typed arrays only once."
      2020-02-03 rmacnak@google.com [vm, gc] Remove BumpAllocationScope.
      2020-02-03 rmacnak@google.com [vm, gc] Document safepointing.
      2020-02-03 jcollins@google.com Implement FantasySubPackage.
      2020-02-03 brianwilkerson@google.com Change the tests of quick fixes so they can use real lint results
      2020-02-03 sortie@google.com [dart:io] Backport semantic changes from the dart:io NNBD migration.
      2020-02-03 johnniwinther@google.com [cfe] Non-nullify legacy types in opt-in libraries
      2020-02-03 johnniwinther@google.com [cfe] Rename LibraryBuilder.uri to importUri
      2020-02-03 kustermann@google.com [vm] Specialize TTS stubs only for legacy types
      2020-02-03 johnniwinther@google.com [cfe] Detects writes during initialization in late final field lowering
      2020-02-03 johnniwinther@google.com Fix language/operator/invalid_operators_test
      2020-02-03 dmitryas@google.com [cfe] Disallow non-nullable fields without initializers
      2020-02-03 johnniwinther@google.com [cfe] Handle explicit extension operator access from dill.
      2020-02-03 victor.agnez@hotmail.com [vm] Remove flag unbox_numeric_fields
      2020-02-03 askesc@google.com [vm/aot] Use a global dispatch table for instance calls in AOT.
      2020-02-03 askesc@google.com [vm] Share implementation of LoadClassIdInstr across architectures.
      2020-02-03 devoncarew@google.com [nnbd tool] move nnbd preview tool resources to individual files
      2020-02-02 scheglov@google.com Extract CorrectOverrideHelper and use for checking mixin applications.
      2020-02-02 sigmund@google.com Fix type error within _EventStream.onData
      2020-02-02 srawlins@google.com NNBD Preview: Fixes for a few edit details
      
      Created with:
        gclient setdep -r src/third_party/dart@3414b5167554
      
      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
      9347c93f
    • S
    • S
  3. 01 2月, 2020 6 次提交
    • S
      Roll src/third_party/skia 1b80c357926b..776293dceefd (2 commits) (#16324) · b428bcd0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/1b80c357926b..776293dceefd
      
      git log 1b80c357926b..776293dceefd --date=short --first-parent --format='%ad %ae %s'
      2020-02-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
      2020-02-01 agrieve@chromium.org Add missing "const" to SkMD5::finish::PADDING
      
      Created with:
        gclient setdep -r src/third_party/skia@776293dceefd
      
      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 reed@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: reed@google.com
      b428bcd0
    • S
      Roll src/third_party/dart 91a3ea89c8e4..ed441e48d055 (4 commits) (#16319) · 9239a3f5
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/91a3ea89c8e4..ed441e48d055
      
      git log 91a3ea89c8e4..ed441e48d055 --date=short --first-parent --format='%ad %ae %s'
      2020-02-01 fishythefish@google.com Update all Slow tests to be Slow, Pass.
      2020-01-31 srawlins@google.com Fix another windows test in analyzer
      2020-01-31 sigmund@google.com fix dart2js golden file.
      2020-01-31 liama@google.com [vm] Stop storing to temp in LoadLateField
      
      Created with:
        gclient setdep -r src/third_party/dart@ed441e48d055
      
      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
      9239a3f5
    • S
      Roll src/third_party/skia 4513cdde4912..1b80c357926b (1 commits) (#16318) · 65dbb9c5
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/4513cdde4912..1b80c357926b
      
      git log 4513cdde4912..1b80c357926b --date=short --first-parent --format='%ad %ae %s'
      2020-01-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      Created with:
        gclient setdep -r src/third_party/skia@1b80c357926b
      
      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 reed@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: reed@google.com
      65dbb9c5
    • S
      Roll src/third_party/dart 5ae5aff6406a..91a3ea89c8e4 (22 commits) (#16310) · 22f574a8
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/5ae5aff6406a..91a3ea89c8e4
      
      git log 5ae5aff6406a..91a3ea89c8e4 --date=short --first-parent --format='%ad %ae %s'
      2020-01-31 zichangguo@google.com Revert "[dart:io] Stop forcing lower case on HttpHeaders"
      2020-01-31 jcollins@google.com Add path parsing to pub support.
      2020-01-31 srawlins@google.com Load navigation programatically; use badges for edit counts; #40115
      2020-01-31 kustermann@google.com [vm/compiler] Mark Box instructions as non-speculative (since the inputs are always unboxed values and dont need to be checked)
      2020-01-31 vsm@google.com [dartdevc/nnbd] enable co19_2 tests for legacy mode
      2020-01-31 jwren@google.com Initial RelevanceAnalyzer support in the completion_metrics.dart algorithm with an initial example implementation of RHSOfAsExpression
      2020-01-31 kustermann@google.com [vm] Set Class::is_const() based on final fields instead of generative constructors (which can be shaken by TFA)
      2020-01-31 sigmund@google.com Update check_nnbd_sdk to diff expectations directly in dart.
      2020-01-31 vsm@google.com [dartdevc] use var for top-level
      2020-01-31 fishythefish@google.com [dart2js] Use flags to choose between legacy/NNBD in RTI.
      2020-01-31 nshahan@google.com [dartdevc] Add dart:io back to the sdk
      2020-01-31 johnniwinther@google.com [cfe] Add new flags to AsExpression and IsExpression
      2020-01-31 scheglov@google.com Check for correct overrides as the specification requires.
      2020-01-31 sigmund@google.com Fix based64 decoder.
      2020-01-31 fishythefish@google.com [dart2js] Update generic function subtyping.
      2020-01-31 srawlins@google.com NNBD preview: Add 'view' links to Edit List; #40115
      2020-01-31 brianwilkerson@google.com Enable always_declare_return_types in analysis_server
      2020-01-31 brianwilkerson@google.com Enable empty_catches in analysis_server
      2020-01-31 brianwilkerson@google.com Improve the fix for empty_catch
      2020-01-31 zichangguo@google.com [dart:io] Stop forcing lower case on HttpHeaders
      2020-01-31 zichangguo@google.com [vm] seperate error and unknown types for getStdioHandletype
      2020-01-31 kustermann@google.com [vm/reload] Fix crash in scavneger / GC after reload on ia32
      
      Created with:
        gclient setdep -r src/third_party/dart@91a3ea89c8e4
      
      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
      22f574a8
    • S
    • S
      Roll src/third_party/dart 162d6c5634a0..5ae5aff6406a (28 commits) (#16303) · e625e174
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/162d6c5634a0..5ae5aff6406a
      
      git log 162d6c5634a0..5ae5aff6406a --date=short --first-parent --format='%ad %ae %s'
      2020-01-31 kustermann@google.com [vm/embedder] Add documentation to Dart_CompileToKernel
      2020-01-31 whesse@google.com [infra] Print correct configuration groups in failures link
      2020-01-31 johnniwinther@google.com [cfe,analyzer] Disallow type parameters on operator methods
      2020-01-31 jensj@google.com [CFE] Don't issue export errors twice in incremental compiler
      2020-01-31 jensj@google.com [CFE] Fix memory leak in incremental compiler
      2020-01-31 johnniwinther@google.com [cfe] Use fileUri in error reporting
      2020-01-31 jensj@google.com [CFE] Transformations can now tell of they changed the structure of a class
      2020-01-31 victor.agnez@hotmail.com [vm] Reland support for real unboxed floating point fields in AOT
      2020-01-31 johnniwinther@google.com Avoid implicit downcast in nnbd sdk
      2020-01-31 karlklose@google.com [infra] Use pkg/smith's test matrix support in test.dart
      2020-01-31 cskau@google.com [SDK] Fixes remaining issues with --lazy-async-stacks on.
      2020-01-31 jensj@google.com [CFE] Check class hierarchy in incremental compiler test
      2020-01-31 dmitryas@google.com [cfe] Don't allow implicit tear-offs of .call on nullable receivers
      2020-01-31 johnniwinther@google.com [cfe] Handle unresolved superclass on opt-out class with opt-in platform
      2020-01-31 karlklose@google.com [infra] Add support for branches to pkg/smith
      2020-01-31 nshahan@google.com [dartdevc] Update subtype check to allow mutual subtypes in bounds
      2020-01-31 sra@google.com [dart2js] Make 'return null;' more reliable
      2020-01-31 rmacnak@google.com [vm, service] Create a treemap from very large heap snapshots outside of the browser.
      2020-01-31 nshahan@google.com [dartdevc] Apply lints and cleanup violations
      2020-01-31 brianwilkerson@google.com Add return types to methods in analysis_server
      2020-01-30 liama@google.com [vm] Reland the flag flip behind the --nnbd build flag
      2020-01-30 scheglov@google.com Implement runtime type equality.
      2020-01-30 brianwilkerson@google.com Update the lsp generator to generate return types for all methods
      2020-01-30 brianwilkerson@google.com Add return types to more methods in analysis_server
      2020-01-30 paulberry@google.com Migration: Improvements to graph debug output.
      2020-01-30 paulberry@google.com Migration: change implicit downcasts to explicit ones when necessary.
      2020-01-30 liama@google.com Revert "[vm] Set non_nullable_flag() to true"
      2020-01-30 sigmund@google.com re-add web libraries as part of the sdk
      
      Created with:
        gclient setdep -r src/third_party/dart@5ae5aff6406a
      
      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
      e625e174
  4. 31 1月, 2020 2 次提交
    • S
      Roll src/third_party/skia 36c0521d57de..6305b2f8342a (8 commits) (#16272) · 4641a090
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/36c0521d57de..6305b2f8342a
      
      git log 36c0521d57de..6305b2f8342a --date=short --first-parent --format='%ad %ae %s'
      2020-01-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-30 fmalita@chromium.org [sksg] Clean up public headers
      2020-01-30 scroggo@google.com Expose the ICC profile from SkAndroidCodec
      2020-01-30 mtklein@google.com pdf rasterization
      2020-01-30 egdaniel@google.com Update GrSurfaceProxy::Copy to return a view.
      2020-01-30 hcm@google.com update release notes page to include M81
      2020-01-30 hcm@google.com new section and formatting
      2020-01-30 brianosman@google.com Reland "Fix skshaper in component builds"
      
      Created with:
        gclient setdep -r src/third_party/skia@6305b2f8342a
      
      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 reed@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: reed@google.com
      4641a090
    • S
      Roll src/third_party/dart fc3af737c759..162d6c5634a0 (209 commits) (#16261) · e5209202
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/fc3af737c759..162d6c5634a0
      
      git log fc3af737c759..162d6c5634a0 --date=short --first-parent --format='%ad %ae %s'
      2020-01-30 zichangguo@google.com Revert "[vm] Add support for real unboxed floating point fields in AOT"
      2020-01-30 rmacnak@google.com [vm, gc] Base the growth policy on usage instead of capacity.
      2020-01-30 pquitslund@google.com require type for dynamic var decl splits
      2020-01-30 pquitslund@google.com `call()` suggestions for FunctionTypes
      2020-01-30 srawlins@google.com NNBD preview: properly render deleted regions
      2020-01-30 fishythefish@google.com [dart2js] Fork backend subtyping into legacy and null-safe variants.
      2020-01-30 srawlins@google.com Use 'enum' and 'mixin' with undefined getters, methods, operators, setters
      2020-01-30 pquitslund@google.com remove unneeded `<Widget>` assist/fix annotations
      2020-01-30 kustermann@google.com [vm/nnbd] Disable usage of specialized type testing stubs for NonNullable/NNBD types
      2020-01-30 alexmarkov@google.com [vm/nnbd] Draft support for TypeRefs in CheckInstantiatedNullability
      2020-01-30 sortie@google.com [nnbd] Migrate dart:io to NNBD.
      2020-01-30 jcollins@google.com Implement FantasyRepo.
      2020-01-30 brianwilkerson@google.com Add return types to more tests in analysis_server
      2020-01-30 johnniwinther@google.com [cfe] Handle parameter type inference for mixed inheritance
      2020-01-30 victor.agnez@hotmail.com [vm] Add support for real unboxed floating point fields in AOT
      2020-01-30 johnniwinther@google.com [cfe] Support nnbd platform without experiment enabled
      2020-01-30 johnniwinther@google.com [cfe] Demote inferred declaration types
      2020-01-30 sstrickl@google.com [vm] Add VM and isolate instructions start to DumpStackTrace.
      2020-01-30 srawlins@google.com NNBD Preview: Fix region detail links to _not_ be POST links
      2020-01-30 paulberry@google.com Migration: Fix toFinalType for top bounds.
      2020-01-30 scheglov@google.com Use Never and Object? in NNBD bottom / top.
      2020-01-30 asiva@google.com [VM/tests] Second step of porting dart:cli tests for NNBD
      2020-01-30 asiva@google.com Revert "Implementation of evaluation to JS in frontend server"
      2020-01-30 scheglov@google.com Reuse checkGetter() in checkExtension().
      2020-01-30 rmacnak@google.com [vm, service] Add a test to exercise all timeline recorders.
      2020-01-30 annagrin@google.com Implementation of evaluation to JS in frontend server
      2020-01-30 paulberry@google.com Migration: Add a type parameter to NodeChange.
      2020-01-30 asiva@google.com [VM/tests] - First step to migrate dart:cli tests for NNBD.
      2020-01-30 srawlins@google.com NNBD preview: Fix test for generic function types; typedefs still not fixed
      2020-01-29 alexmarkov@google.com [vm/nnbd] Fix nullability and bounds of type parameters
      2020-01-29 srujzs@google.com Handle invalid overrides in template and src dart files
      2020-01-29 srujzs@google.com Move changes to src .dart files to nnbd_src
      2020-01-29 srujzs@google.com Fork dom src files to nnbd version
      2020-01-29 srujzs@google.com Add $#NAME syntax to emitter to allow subtemplates
      2020-01-29 nshahan@google.com [dartdevc] Apply more lints from pedantic v1.9.0 and cleanup violations
      2020-01-29 scheglov@google.com Clean up GetterSetterTypesVerifier.
      2020-01-29 sra@google.com [dart2js] Use HInvokeExternal for native calls
      2020-01-29 fmil@google.com Revert "[i18n] Replaces fuchsia.deprecatedtimezone"
      2020-01-29 scheglov@google.com Implement NullShortableExpressionImpl in MethodInvocationImpl.
      2020-01-29 brianwilkerson@google.com Add return types to more methods in analysis_server
      2020-01-29 mfairhurst@google.com [nnbd_migration] Handle downcast from FutureOr<T> to T.
      2020-01-29 mfairhurst@google.com [nnbd_migration] Handle LUB(Never, C<T>).
      2020-01-29 jcollins@google.com Move the parallelization restriction into SubprocessLauncher.
      2020-01-29 paulberry@google.com Migration: add explicit types to variable declarations when needed.
      2020-01-29 paulberry@google.com Migration: Add offsets to more inferred type nodes.
      2020-01-29 paulberry@google.com Migration: Rework FixAggregator to reduce order dependencies.
      2020-01-29 paulberry@google.com Migration: simplify edit plans for changing `?.` into `.`.
      2020-01-29 paulberry@google.com Migration: Make sure that /*!*/ hints and already-migrated nullabilities can't be overridden.
      2020-01-29 paulberry@google.com Migration: remove the "propagation step" part of the instrumentation interface.
      2020-01-29 mfairhurst@google.com [nnbd_migration] Fix usages of migrated typedefs
      2020-01-29 scheglov@google.com Issue 39976. Treat UnknownInferredType as top.
      2020-01-29 scheglov@google.com Issue 40333. Verify types of static getters / setters.
      2020-01-29 jwren@google.com Completion metrics cleanup for FieldFormalParameters.
      2020-01-29 jwren@google.com In completion_metrics.dart, skip files that have analysis errors
      2020-01-29 dacoharkes@google.com [test] Remove redundant gen_snapshot passing in crossword builder
      2020-01-29 dacoharkes@google.com [vm/ffi] Split FFI tests in NNBD and legacy
      2020-01-29 jensj@google.com [CFE] Fix expression compilation with extensions
      2020-01-29 kustermann@google.com [infra] Fix test runner to correctly parse android adb output and fix test to always expect compile-time error
      2020-01-29 victor.agnez@hotmail.com [vm] Avoid inlining dynamic calls for simd operations
      2020-01-29 kustermann@google.com [vm/concurrency] Add locking for any access to [FixedCache].
      2020-01-29 kustermann@google.com [vm/async] Ensure --lazy-async-stacks also works inside custom zones with error handlers
      2020-01-29 jwren@google.com Don't include library directives in the completion metrics computations.
      2020-01-29 nshahan@google.com [dartdevc] Apply always_declare_return_types lint and cleanup violations
      2020-01-29 scheglov@google.com Update dartdevc_nnbd_sdk_error_golden.txt after analyzer error code changes.
      2020-01-29 scheglov@google.com Convert to legacy members of Object and constructor elements.
      2020-01-29 aam@google.com [vm/isolates] Disallow sending of function types.
      2020-01-29 scheglov@google.com Update AnalysisDriverResolutionTest for compatibility with unforked SDK.
      2020-01-29 scheglov@google.com Issue 40333. Extract GetterSetterTypesVerifier, report GETTER_NOT_SUBTYPE_SETTER_TYPES for NNBD.
      2020-01-29 sigmund@google.com [dart2js] SSA: Avoid emitting generate-at-use twice
      2020-01-29 srujzs@google.com Changing the dart:html generator scripts to generate null-safe/nnbd code
      2020-01-29 rmacnak@google.com Revert "[vm] Initialize large typed arrays only once."
      2020-01-28 zichangguo@google.com [http] fix hanging when parser failed to parser body of response/request
      2020-01-28 jonahwilliams@google.com [vmservice] allow fallback on port bind failure
      2020-01-28 nbosch@google.com Add the first Kernel check for invalid JS interop
      2020-01-28 athom@google.com [infra] Reduce the number of results in the pubsub messages
      2020-01-28 rmacnak@google.com [vm] Initialize large typed arrays only once.
      2020-01-28 brianwilkerson@google.com Begin adding return types in analysis_server
      2020-01-28 scheglov@google.com Support for searching references to imports when opt-in from opt-out.
      2020-01-28 scheglov@google.com Convert loadLibrary() to legacy when opt-in from opt-out.
      2020-01-28 asiva@google.com Do not opt-in to NNBD when building application snapshots for kernel service and other tools like dartjs, dart analyzer etc. We should enable this only when all the tools are ready to opt-in.
      2020-01-28 jwren@google.com completion_metrics.dart change, don't expect completions when the completed token would be a dynamic type.
      2020-01-28 alexmarkov@google.com [vm/aot/tfa] Infer non-nullability of receiver after calls
      2020-01-28 scheglov@google.com Move tests for MISMATCHED_GETTER_AND_SETTER_TYPES.
      2020-01-28 jcollins@google.com Add ports of the tables in steamroll_ecosystem.sh.
      2020-01-28 jwren@google.com Add a new counter in completion_metrics.dart to count and report the number of each token that was a miss.
      2020-01-28 pquitslund@google.com bump to linter 0.1.110
      2020-01-28 jwren@google.com completion_metrics.dart improvement with named arguments in method invocations.
      2020-01-28 nbosch@google.com Assert that allowInterop is used with constructors
      2020-01-28 liama@google.com [vm] Set non_nullable_flag() to true
      2020-01-28 brianwilkerson@google.com Enable avoid_return_types_on_setters in analysis_server
      2020-01-28 dacoharkes@google.com [test_runner] QEMU named configurations
      2020-01-28 dacoharkes@google.com [test_runner] Support for arm32 VM in AOT mode on x64 via QEMU
      2020-01-28 dacoharkes@google.com [test] format test_matrix.json
      2020-01-28 victor.agnez@hotmail.com [vm] Add checks to parameters of math functions before inlining
      2020-01-28 jensj@google.com [CFE] Don't add newly-converted DillLibraryBuilders to list of needed dill libraries
      2020-01-28 paulberry@google.com Migration: consider edges introduced by contravariant assignment to be uncheckable.
      2020-01-28 paulberry@google.com Migartion: consider edges introduced by parameter overrides to be uncheckable.
      2020-01-28 paulberry@google.com Migration: allow a node to become nullable after being marked non-nullable.
      2020-01-28 paulberry@google.com Separate graph propagation state and results out to their own class.
      2020-01-28 paulberry@google.com Migration: change NullabilityGraph._debugDump output to graphviz format.
      2020-01-28 paulberry@google.com Migration: improve toString representation of some inferred type nodes.
      2020-01-28 paulberry@google.com Migration: fix warning in edge_builder.dart.
      2020-01-28 paulberry@google.com Sort methods in edge_builder_test.dart and migration_visitor_test_base.dart.
      2020-01-28 johnniwinther@google.com [cfe] Special case inference of Object.== parameter in legacy mode
      2020-01-28 johnniwinther@google.com [cfe] Update assert to handle extension reexport
      2020-01-28 lrn@google.com Analyzer: Don't do recursive flattening of FutureOr in await.
      2020-01-28 athom@google.com [co19] Roll co19 to 5a3388d1f79cc3c61f9cdc1b3eaaa405bd62c882
      2020-01-28 jensj@google.com [CFE] Reproduction and workaround for crash when computing variance
      2020-01-28 jensj@google.com [CFE] [Incremental compiler] Convert all SourceLibraryBuilders to DillLibraryBuilders
      2020-01-28 dacoharkes@google.com [test_runner] Support for arm32 VM in JIT mode on x64 via QEMU
      2020-01-28 jwren@google.com Introduce and use a new class to compute the mean reciprocal rank after a run of the code completion metrics execution.
      2020-01-28 rmacnak@google.com [vm, docs] Describe which VM service features are available in which VM modes.
      2020-01-27 rmacnak@google.com [vm, gc] Use the compactor for the GC of last resort.
      2020-01-27 mfairhurst@google.com [nnbd_migration] union resolved typedef nodes with inferred ones
      2020-01-27 jwren@google.com Initial test_all.dart, the dart bots test all the files ending in "_test.dart", this file allows developers to easily run all the tests themselves.
      2020-01-27 jcollins@google.com Move MultiFutureTracker and SubprocessLauncher into utilities.
      2020-01-27 alexmarkov@google.com [vm/aot/tfa] Infer more information from conditions in TFA
      2020-01-27 jcollins@google.com Boilerplate and basic flow for `buildFantasyLand`.
      2020-01-27 asiva@google.com [VM/libraries] Fix final set of warnings in dart:core and dart:typed_data
      2020-01-27 jwren@google.com Move dartdev command tests under a new command directory and add an initial format_test.dart
      2020-01-27 rmacnak@google.com Reapply "[vm, gc] Sweep non-executable large pages concurrently."
      2020-01-27 jwren@google.com Cleanup and refactoring in completion_metrics.dart
      2020-01-27 srawlins@google.com Fix more windows tests in migration tool
      2020-01-27 liama@google.com [vm] Add nullability variations for snapshot singletons
      2020-01-27 scheglov@google.com Issue 40221. NNBD_TOP_MERGE super-interfaces when checking for implementing the same generic class more than once.
      2020-01-27 srawlins@google.com Fix Windows analyzer tests.
      2020-01-27 victor.agnez@hotmail.com [vm] Update offsets
      2020-01-27 57064186+zorro@users.noreply.github.com Fixes failure of x86_64 builds for android
      2020-01-27 paulberry@google.com Flow analysis: fix shared tests to consider potential nullability instead of nullability.
      2020-01-27 johnniwinther@google.com [cfe] Handle promotion of nullable type variables
      2020-01-27 karlklose@google.com [infra] Add support for builders to pkg/smith
      2020-01-27 brianwilkerson@google.com Change tests of lint-based quick fixes to not require the lint marker in the result
      2020-01-27 scheglov@google.com Update NORM and type parameters handling to new understanding.
      2020-01-26 brianwilkerson@google.com Enable always_declare_return_types in analyzer_plugin
      2020-01-26 brianwilkerson@google.com Add newly reviewed docs and change section header everywhere
      2020-01-26 brianwilkerson@google.com Convert dartfix to use underscores rather than hyphens for fix names
      2020-01-25 brianwilkerson@google.com Enable always_declare_return_types in analyzer_cli
      2020-01-25 brianwilkerson@google.com Refactor dartfix to make the handling of lint fixes uniform
      2020-01-25 scheglov@google.com Split NormalizeHelper.
      2020-01-25 scheglov@google.com Extract NORM implementation into NormalizeHelper.
      2020-01-25 brianwilkerson@google.com Update generators to not produce type annotations for variable declarations
      2020-01-25 brianwilkerson@google.com Enable prefer_if_null_operators and prefer_spread_collections in analysis_server
      2020-01-25 sra@google.com [dart2js] Cleanup of a few dynamic calls
      2020-01-25 sra@google.com [dart2js] Redirecting a selector should clear cached element
      2020-01-25 asiva@google.com [VM/libraries] Port some of the changes made in the sdk version of typed_data_patch.dart over to the sdk_nnbd version too.
      2020-01-24 brianwilkerson@google.com Cleanup some analyzer hints
      2020-01-24 jakemac@google.com - simplify convertFileOrArgumentToUri to just use resolveInputUri - Allow non-file uris as a multi-root root
      2020-01-24 fishythefish@google.com [dart2js] Add regression test for #40296.
      2020-01-24 scheglov@google.com Use test Matcher for checking Element(s).
      2020-01-24 alexmarkov@google.com [benchmarks] Add typed data copy benchmark
      2020-01-24 victor.agnez@hotmail.com [vm] Generate different offsets for dart_precompiled_runtime
      2020-01-24 jonahwilliams@google.com Revert "[vmservice] allow fallback on port bind failure"
      2020-01-24 scheglov@google.com Issue 39917. Test that Never is resolved as Never* in legacy.
      2020-01-24 scheglov@google.com Issue 40287. Don't report MISSING_DEFAULT_VALUE_FOR_PARAMETER for external and native methods.
      2020-01-24 fishythefish@google.com [dart2js] Redirect all subclasses of JavaScriptObject.
      2020-01-24 scheglov@google.com Move old AnalysisDriverResolutionTest to DriverResolutionTest.
      2020-01-24 mfairhurst@google.com [nnbd_migration] CompletenessTracker to ensure EdgeBuilder visits all types.
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in type arguments
      2020-01-24 mfairhurst@google.com [nnbd_migration] Don't visit spread elements twice
      2020-01-24 mfairhurst@google.com [nnbd_migration] fix typo in instrumentation test
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in factory constructors
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in method type parameter bounds
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit types in typed field formal parameters
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in class aliases
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in mixin type parameter bounds
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in extension extended type
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in for-in loops (&test regular for)
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in explicit invocation arguments
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in instance creation parameters
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in list, set, map literals
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in method type parameter bounds
      2020-01-24 mfairhurst@google.com [nnbd_migration] Visit types names in local variables
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in type parameter bounds
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in extends/implements
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit type names in as casts
      2020-01-24 mfairhurst@google.com [nnbd_migration] visit TypeNames for function return types
      2020-01-24 rmacnak@google.com [vm] Scrub and qualify names without allocating on the Dart heap.
      2020-01-24 alexmarkov@google.com Cleanup status file entries for service/dartkp crashes
      2020-01-24 jonahwilliams@google.com [vmservice] allow fallback on port bind failure
      2020-01-24 scheglov@google.com Issue 40287. Don't report MISSING_DEFAULT_VALUE_FOR_PARAMETER for abstract methods.
      2020-01-24 rmacnak@google.com [test] Move and migrate `dart:profiler` tests.
      2020-01-24 sra@google.com [dart2js] Fix incorrect SideEffects for native members
      2020-01-24 sra@google.com Don't run pkg/dartdev/test/command_test on dart2js
      2020-01-24 sigmund@google.com Use source-maps in test runner to expand JavaScript stack traces.
      2020-01-24 paulberry@google.com Migration: replace `?.` with `.` where appropriate.
      2020-01-24 paulberry@google.com Abstract resolution calls to `.isNullAware`.
      2020-01-24 zichangguo@google.com Reland "[vm] resolve symbolic link to find kernel_service snapshot"
      2020-01-24 asiva@google.com [VM/libraries] Fix final set of warnings from dart:async patch files.
      2020-01-24 pquitslund@google.com fix diagnostic messages for named constructors
      2020-01-24 sigmund@google.com add mixed subtype test
      2020-01-24 brianwilkerson@google.com Remove support for default fixes from dartfix
      2020-01-24 aam@google.com [io/file_watcher] Unregister watched pathId when handle is closed.
      2020-01-24 markzipan@google.com Updating iterable.current comments and behavior to be consistent.
      2020-01-24 srawlins@google.com NNBD preview: Fix recent display issues; fixes #40307
      2020-01-24 jakemac@google.com Require pre-initialized importToSummary and summaryToModule maps in the ProgramCompiler constructor, and remove the corresponding arguments from emitModule.
      2020-01-24 lrn@google.com Update iterator.dart to fully spec moveNext()
      2020-01-24 eernst@google.com Add Requirements to run this test only in the mode where it makes sense
      2020-01-24 lrn@google.com Stop using List() constructor in NNBD code.
      2020-01-24 dacoharkes@google.com [vm/ffi] Split up compiler/ffi.cc into separate files
      2020-01-24 paulberry@google.com Sort declarations in api_test.dart
      2020-01-24 brianwilkerson@google.com Fix an incorrect type annotation (issue 40299)
      2020-01-24 danny@tuppeny.com Correct date of v2.7.1 release (32nd -> 23rd Jan)
      2020-01-24 dmitryas@google.com [cfe] Report errors on supertypes marked with "?"
      2020-01-24 johnniwinther@google.com [cfe] Compute correct type for read of late lowered variables
      2020-01-24 johnniwinther@google.com [cfe] Handle late variables in for loops
      2020-01-24 johnniwinther@google.com [cfe] Using isSameType in override checking of bounds
      2020-01-24 cskau@google.com [SDK] Fixes service/break_on_default_constructor_test for --lazy-async-stacks.
      2020-01-24 sstrickl@google.com [vm] Cleanups in the native_stack_traces package.
      2020-01-24 jensj@google.com [CFE] Messages test doesn't allow status updates for spelling tests
      
      Created with:
        gclient setdep -r src/third_party/dart@162d6c5634a0
      
      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
      e5209202
  5. 27 1月, 2020 1 次提交
    • S
      Roll src/third_party/skia 45add166fdb9..d92e4e9de7f1 (32 commits) (#16022) · 004cbdf0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/45add166fdb9..d92e4e9de7f1
      
      git log 45add166fdb9..d92e4e9de7f1 --date=short --first-parent --format='%ad %ae %s'
      2020-01-26 mtklein@google.com cache only when SkVM has a JIT
      2020-01-26 reed@google.com offer raw-array variant of remaining 44 methods
      2020-01-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2020-01-26 reed@google.com use vsphere to control light
      2020-01-26 reed@google.com virtual sphere
      2020-01-26 reed@google.com restore til I understand what changed
      2020-01-26 reed@google.com consolidate examples to 1 matrix type
      2020-01-25 bsalomon@google.com Revert "Revert "Use bitmap subset for comparison in texture_domain_effect GMs.""
      2020-01-25 reed@google.com Revert "convert sample completely to SkM4"
      2020-01-25 reed@google.com convert sample completely to SkM4
      2020-01-25 bsalomon@google.com Revert "Use bitmap subset for comparison in texture_domain_effect GMs."
      2020-01-25 bsalomon@google.com Use bitmap subset for comparison in texture_domain_effect GMs.
      2020-01-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-24 ethannicholas@google.com add SkSLInterpreter vector instructions
      2020-01-24 reed@google.com Revert "Revert "add rotate to SkM44""
      2020-01-24 brianosman@google.com Make invokeChild just return a string containing the child function call
      2020-01-24 reed@google.com Revert "add rotate to SkM44"
      2020-01-24 bsalomon@google.com Detect implementation read formats on ES.
      2020-01-24 reed@google.com add rotate to SkM44
      2020-01-24 bungeman@google.com Preserve FcConfig in SkFontConfigInterface_direct methods.
      2020-01-24 jvanverth@google.com Wrap page index packing in helper methods.
      2020-01-24 bsalomon@google.com Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete""
      2020-01-24 robertphillips@google.com Make GrGpu::createBackendTexture match createCompressedBackendTexture
      2020-01-24 jvanverth@google.com Revert "Reland "Reland "Add new method for storing DrawOpAtlas texture index."""
      2020-01-24 mtklein@google.com add skvm msan bot, move asan back to linux
      2020-01-24 brianosman@google.com Remove invokeChild variants that write to output color
      2020-01-24 mtklein@google.com clean up caches at thread exit
      2020-01-24 mtklein@google.com link clang bots against our prepackaged libc++
      2020-01-24 bsalomon@google.com Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"
      2020-01-24 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
      2020-01-24 bsalomon@google.com Move GrDomainEffect functionality into GrTextureEffect and delete the former.
      
      Created with:
        gclient setdep -r src/third_party/skia@d92e4e9de7f1
      
      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 reed@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: reed@google.com
      004cbdf0
  6. 22 1月, 2020 1 次提交
    • S
      Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (#15875) · c3bfd450
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/ef0c7f16e609..4ad5fab95753
      
      git log ef0c7f16e609..4ad5fab95753 --date=short --first-parent --format='%ad %ae %s'
      2020-01-22 jwren@google.com Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
      2020-01-22 rmacnak@google.com [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
      2020-01-22 paulberry@google.com Migration: add logic to remove unnecessary "as" expressions.
      2020-01-22 paulberry@google.com Migration: verify that "as" expressions are allowed to be null
      2020-01-21 scheglov@google.com Parse --packages file as package_config.json or .packages, depending on the content.
      2020-01-21 paulberry@google.com Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
      2020-01-21 vsm@google.com Add node-source-map-support for better web stack traces during testing
      2020-01-21 markzipan@google.com Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
      2020-01-21 jakemac@google.com code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
      2020-01-21 jwren@google.com Counter utility class for printing additional metrics from the completion_metrics.dart file.
      2020-01-21 scheglov@google.com Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
      2020-01-21 alexmarkov@google.com [vm/aot/tfa] Take control flow into account when building data flow summary
      2020-01-21 fmil@google.com Replace fuchsia.deprecatedtimezone
      2020-01-21 whesse@google.com [infra] Send only 100 changed test results to Firestore at once
      2020-01-21 vsm@google.com [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
      2020-01-21 jwren@google.com Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
      2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analyzer_plugin
      2020-01-21 brianwilkerson@google.com Fix some lints from function typed parameters that were not converted automatically
      2020-01-21 mfairhurst@google.com [nnbd_migration] Assign instance creation parameters to bounds
      2020-01-21 mfairhurst@google.com [nnbd_migration] Assign implicit call type parameters to bounds
      2020-01-21 mfairhurst@google.com [nnbd_migration] assign explicit call() type-parameters to their bounds
      2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server_client
      2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server
      2020-01-21 jakemac@google.com Updates frontend_server javascript bundler to be based on import uri instead of file uri.
      2020-01-21 victor.agnez@hotmail.com [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
      2020-01-21 paulberry@google.com Migration: create wrapper methods for EditPlanner.surround
      2020-01-21 paulberry@google.com Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
      2020-01-21 paulberry@google.com Convert builder.dart to triple-slash comment style
      2020-01-21 paulberry@google.com Migration: plumb more fix reasons through FixBuilder to instrumentation.
      2020-01-21 paulberry@google.com Migration: fix broken reasons for dead code elimination
      2020-01-21 paulberry@google.com Migration: generalize creation of unique IDs for source spans
      2020-01-21 danny@tuppeny.com Add a server diagnostic page for viewing overlays/contents
      2020-01-21 johnniwinther@google.com [cfe] Move type parser to package:kernel
      2020-01-21 johnniwinther@google.com [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
      2020-01-21 lrn@google.com Include [AssertionError.message] in [AssertionError.toString] value.
      2020-01-21 vsm@google.com [js] cleanup old dart:js / js_util files
      2020-01-21 dmitryas@google.com [cfe] Allow invocations of Object's member on nullable receivers
      2020-01-21 mvdoster@gmail.com docs(Update list.dart)
      2020-01-21 13454782+awulkan@users.noreply.github.com Fix: Typo in elementAt() method description
      2020-01-21 lrn@google.com Clean-up. Fixes List.generate and Stream.isEmpty documentation.
      2020-01-21 dacoharkes@google.com [vm/ffi] Enable tests on CFE
      
      Created with:
        gclient setdep -r src/third_party/dart@4ad5fab95753
      
      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
      c3bfd450
  7. 16 1月, 2020 1 次提交
    • S
      Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (#15671) · 12bd2df6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865
      
      git log e45c5cd03eeb..7655168e6865 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa81050..86f730971751 (12 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
      2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
      2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-14 robertphillips@google.com Update compressed texturing GM
      2020-01-14 mtklein@google.com add dumpJIT() to disassemble
      2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
      2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
      2020-01-14 mtklein@google.com add --skvm to nanobench and fm
      2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
      2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
      2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
      2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
      2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
      2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
      2020-01-14 mtklein@google.com improve scalar gather32
      2020-01-14 mtklein@google.com impl gather32 for x86
      2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
      2020-01-14 reed@google.com clean-up 3d sample's use of matrices
      2020-01-14 mtklein@google.com remove obsolete presubmit checks
      2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
      2020-01-14 mtklein@google.com try running public API checks early
      2020-01-14 nifong@google.com fix msan issue by init all new members
      2020-01-14 mtklein@google.com manually roll swiftshader
      2020-01-14 borenet@google.com [infra] Fix bin/try
      2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
      2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory
      
      Created with:
        gclient setdep -r src/third_party/skia@7655168e6865
      
      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
      12bd2df6
  8. 15 1月, 2020 2 次提交
    • B
      Add back sky_engine/LICENSE (#15631) · ddaa9dc9
      Ben Konyi 提交于
      ddaa9dc9
    • B
      Roll src/third_party/dart 83fba7bd54..fe666ce592 (3 commits) (#15619) · 82a851cf
      Ben Konyi 提交于
      fe666ce Report unused public static members of private classes by Sam Rawlins · 14 hours ago
      43ceb5c Revert "De-dup js_util between ddc and dart2js" by Vijay Menon · 15 hours ago
      04e2c97 NNBD preview: Fix the position of the navigation by Sam Rawlins · 17 hours ago
      83fba7b [ VM ] Move vmservice_io code from runtime/bin to dart:_internal/vm/bin by Ben Konyi · 18 hours ago
      c0b1a0a Switch analyzer perf to using analyzer Packages. by Konstantin Shcheglov · 18 hours ago
      5b391ba [tests] Break the monolithic async* tests into multiple files by Nicholas Shahan · 19 hours ago
      980a200 [vm/vmservice] Make sure writing service info file is awaited by Alexander Markov · 19 hours ago
      7997162 Fix getHover test on Windows. by Konstantin Shcheglov · 19 hours ago
      301a3a2 Fix incorrect .packages files in DAS tests. by Konstantin Shcheglov · 19 hours ago
      c41812b Incremental work in the completion_metrics.dart file. by Jaime Wren · 19 hours ago
      5169a52 Use @patch for List.of factory constructor by Stephen Adams · 20 hours ago
      2a7789d De-dup js_util between ddc and dart2js by Vijay Menon · 20 hours ago
      aaaaa47 [dartjs] Remove unsound `contains` method from AbstractValueDomain. by Mayank Patke · 20 hours ago
      fd9d3f9 relevance test re-structure by pq · 20 hours ago
      5d96b23 [dartdevc] Fix analysis error in runtime library by Nicholas Shahan · 20 hours ago
      2c121e4 Migration: modify pass through edit plans to integrate up the tree stepwise. by Paul Berry · 21 hours ago
      6669849 Initial commit with some work starting the metrics collection around code completion metrics gathering. by Jaime Wren · 21 hours ago
      c6d6eed Include type arguments when converting to a stateful widget (issue 40095) by Brian Wilkerson · 22 hours ago
      b9c5798 Support latest analyzer in analyzer_plugin by Simon Binder · 22 hours ago
      16f07ea Revert "Use nullable context type for operand of null-check operator." by Konstantin Shcheglov · 23 hours ago
      c8f2683 Add a reason to the MakeNullable change and plumb it through to the AtomicEdit by Brian Wilkerson · 23 hours ago
      5357052 [vm/compiler] Fix handling of function types in type tests for type parameters by Alexander Markov · 23 hours ago
      8a1a4e7 Add flag to specify which null-safety semantics to use for codegen by Sigmund Cherem · 23 hours ago
      b3c6af3 [vm/compiler] Introduce base class for instance calls in IL by Alexander Markov · 24 hours ago
      67f3cf3 Revert "[vm, gc] Sweep non-executable large pages concurrently." by Ryan Macnak · 24 hours ago
      00a6b52 Test that invocation of a method on a nullable interface type prefers nullable extension. by Konstantin Shcheglov · 24 hours ago
      b5f4351 Move ABSTRACT_SUPER_MEMBER_REFERENCE tests. by Konstantin Shcheglov · 25 hours ago
      ca31f1d Refactor FunctionExpressionInvocationResolver to support Never. by Konstantin Shcheglov · 25 hours ago
      4495c2b [vm, gc] Run weak processing in parallel for old-space GCs. by Ryan Macnak · 26 hours ago
      2dd37b6 Add findPackagesFrom(). by Konstantin Shcheglov · 27 hours ago
      abe7c1a When NNBD, use nullable iterable type for null-aware spreads. by Konstantin Shcheglov · 27 hours ago
      6f1bcee Extract ifNull resolution in BinaryExpressionResolver. by Konstantin Shcheglov · 27 hours ago
      9c9c283 [vm, gc] Remove dead allocation stats code. by Ryan Macnak · 27 hours ago
      a4207fd [vm/aot] Avoid loading the code register (in bare-AOT) and zeroing IC data reg (in AOT) for closure calls by Martin Kustermann · 33 hours ago base
      4cb8816 [gardening] Also ignore OSError in verify_http_timeline_test. by Teagan Strickland · 34 hours ago
      d1e11f0 Enable prefer_final_fields in three packages by Brian Wilkerson · 2 days ago
      856a270 Use nullable context type for operand of null-check operator. by Konstantin Shcheglov · 2 days ago
      da6696b Use analyzer Packages. by Konstantin Shcheglov · 2 days ago
      5b1065a Enable avoid_init_to_null in analysis_server by Brian Wilkerson · 2 days ago
      99cdbee Use getDisplayString() for hover. by Konstantin Shcheglov · 2 days ago
      04b5bd9 Extract null check in PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      ac8a2a6 Enable avoid_init_to_null in analyzer_plugin by Brian Wilkerson · 2 days ago
      f1c81da Add a fix for unnecessary_null_in_of_null_operators by Brian Wilkerson · 2 days ago
      9254683 Remove packageMap and hasFlutterDependency from Workspace interface. by Konstantin Shcheglov · 2 days ago
      ecebc29 Do negation resolution in one method. by Konstantin Shcheglov · 2 days ago
      489c0be Extract PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      113f034 completion manager test harness by pq · 2 days ago
      7ed7bff Fix some hints caused by previous CL and add some failing tests by Brian Wilkerson · 3 days ago
      82a851cf
  9. 14 1月, 2020 1 次提交
  10. 09 1月, 2020 1 次提交
    • S
      Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (#15306) · 41159ce0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14
      
      git log 91e0d7526944..f811fc331a14 --date=short --first-parent --format='%ad %ae %s'
      2020-01-08 michaelludwig@google.com Avoid loop-dependent behavior in GrMemoryPoolBench
      2020-01-08 borenet@google.com [infra] Fix build_task_drivers.sh, update infra dep
      2020-01-08 brianosman@google.com Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
      2020-01-08 jvanverth@google.com Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
      2020-01-08 borenet@google.com [recipes] Remove unnecessary depot_tools dependency in flavor module
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 51e653f03f26..db49bc7dd075 (8 commits)
      2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
      2020-01-07 herb@google.com Seperate out quad updating from atlas updating
      2020-01-07 herb@google.com regenTextureCoordinates is always true when calling doRegen
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 benjaminwagner@google.com Reland "Fixes for Vulkan Debug layers"
      2020-01-07 mtklein@google.com bicubic in skvm image shader
      2020-01-07 egdaniel@google.com Move makeDeferredRenderTargetContext calls to factory on RTC.
      2020-01-07 herb@google.com Simplify the atlas update inner loop
      2020-01-07 benjaminwagner@google.com Revert "Fixes for Vulkan Debug layers"
      2020-01-07 csmartdalton@google.com Add a path renderer that uses GPU tessellation
      2020-01-07 benjaminwagner@google.com Update remote access documentation for Win2019
      2020-01-07 mtklein@google.com tolerate alpha slightly out of [0,1]
      2020-01-07 brianosman@google.com In SkRuntimeEffect, guard against programs not compiling with GPU caps
      2020-01-07 nifong@google.com Fix typo where width/height were swapped in new debug layer manager
      2020-01-07 bsalomon@google.com Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
      2020-01-07 mtklein@google.com one option for fixing bilerp asserts
      2020-01-07 mtklein@google.com upgrade debugging tools
      2020-01-07 reed@google.com Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
      2020-01-07 halcanary@google.com public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
      2020-01-07 robertphillips@google.com Improve debug information provided when backend format and GrColorType don't match
      2020-01-07 benjaminwagner@google.com Fixes for Vulkan Debug layers
      2020-01-07 mtklein@google.com add SkVM_fwd.h
      2020-01-07 mtklein@google.com handle kLow/kMedium in skvm image shader
      2020-01-07 benjaminwagner@google.com Add NativeFonts job for Mac 10.15 CPU
      2020-01-07 bsalomon@google.com Revert "Rename GrSimpleTextureEffect->GrTextureEffect"
      
      Created with:
        gclient setdep -r src/third_party/skia@f811fc331a14
      
      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 jvanverth@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: jvanverth@google.com
      41159ce0
  11. 08 1月, 2020 2 次提交
    • S
      Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (#15252) · 15d0aa85
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/bebc7d3af5bd..c0ca187f2699
      
      git log bebc7d3af5bd..c0ca187f2699 --date=short --first-parent --format='%ad %ae %s'
      2020-01-07 kustermann@google.com Revert "Create the frontend_server snapshot as a part of the sdk"
      2020-01-07 karlklose@google.com [infra] Improve error reporting in test.dart
      2020-01-07 jensj@google.com [CFE] Fix incremental compiler and incremental serialization when package changes path
      2020-01-07 whesse@google.com [infra] Improve output messages of get_builder_status.dart
      2020-01-07 dmitryas@google.com [cfe] Fix upper bound algorithm for optional positional parameters
      2020-01-07 johnniwinther@google.com [cfe] Use structural equality for generic function types
      2020-01-07 srawlins@google.com new analyzer compile-time error: load_library_takes_no_arguments
      2020-01-07 brianwilkerson@google.com Unify two diagnostics for documentation purposes and improve the highlighting range associated with them
      2020-01-07 brianwilkerson@google.com Improve the selection range for return_without_value
      2020-01-07 sra@google.com [dart2js] Add sourcemap test for chained calls in generated code.
      2020-01-06 nbosch@google.com Add types to uninitialized variables in DDC
      2020-01-06 regis@google.com [VM/nnbd] Implement weak and strong mode type checking in runtime.
      2020-01-06 jakemac@google.com Create the frontend_server snapshot as a part of the sdk
      2020-01-06 mfairhurst@google.com [nnbd_migration] Fix compound downcasts involving Object -> void
      2020-01-06 mfairhurst@google.com [nnbd_migration] Unwrap legacy member elements into their NNBD declarations
      2020-01-06 aam@google.com [vm/fieldtable] Move current field values out of Field object into separate table.
      2020-01-06 mfairhurst@google.com [nnbd_migration] preserve type formals in DecoratedType.withNode()
      2020-01-06 scheglov@google.com Remove duplicate type substitution in TypeSystem.
      2020-01-06 scheglov@google.com Rewrite most getDisplayString() to ElementDisplayStringBuilder.
      2020-01-06 jensj@google.com Make flutter-frontend test pass again
      2020-01-06 dmitryas@google.com [cfe] Choose parameter's bound of LHS in lower / upper bounds algorithms
      2020-01-06 58489007+franklinyow@users.noreply.github.com Update breaking-changes.md
      2020-01-06 kustermann@google.com [vm] Read causal-async-stacks/lazy-async-stacks from snapshot (instead of requiring AOT runtime to pass same flags as in compiler)
      2020-01-06 karlklose@google.com [infra] Use resolved configuration names instead of those provided as argument
      2020-01-06 dmitryas@google.com [cfe] Add upper / lower bounds tests with generic functions
      2020-01-06 athom@google.com [release/homebrew] Always use x64 binaries on macOS
      2020-01-06 brianwilkerson@google.com Enable prefer_conditional_assignment in several packages
      2020-01-06 srawlins@google.com analyzer: Add failing test for #38162
      2020-01-05 brianwilkerson@google.com Improve the range selected for const_constructor_with_non_final_field
      2020-01-05 scheglov@google.com Directly instantiate none/star collection.
      2020-01-05 scheglov@google.com Remove unused fields from TypeNameResolver.
      2020-01-05 scheglov@google.com Remove unused TypeSystem.instantiateTypeFormalsToBounds2()
      2020-01-05 brianwilkerson@google.com Unify two error codes from the perspective of documentation
      2020-01-05 brianwilkerson@google.com Enable prefer_equal_for_default_value in several packages
      2020-01-05 brianwilkerson@google.com Add a fix for prefer_collection_literals by extracting the assists to make them reusable
      2020-01-04 scheglov@google.com Merge instantiating ClassElement(s) in TypeNameResolver into _instantiateElement().
      2020-01-04 srawlins@google.com analyzer: Add failing test for #38200
      
      Created with:
        gclient setdep -r src/third_party/dart@c0ca187f2699
      
      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
      15d0aa85
    • S
      Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (#15232) · 3f52888b
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/d445e2b6fcf1..91e0d7526944
      
      git log d445e2b6fcf1..91e0d7526944 --date=short --first-parent --format='%ad %ae %s'
      2020-01-07 mtklein@google.com rm gm/skvm.cpp
      2020-01-07 mtklein@google.com thread an SkArenaAlloc into shaders
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1031d2c65b5e..51e653f03f26 (10 commits)
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 10a900e5ffaf..068dd89cab31 (7 commits)
      2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3beaf136b459..55a27186b7de (337 commits)
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-07 mtklein@google.com handle unpremul in skvm blitter
      2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 benjaminwagner@google.com Add missing Metal jobs
      2020-01-06 mtklein@google.com support kDecal in skvm image shader
      2020-01-06 mtklein@google.com expand skvm image shader
      2020-01-06 herb@google.com Make fBrokenRun local to doRegen.
      2020-01-06 bsalomon@google.com Rename GrSimpleTextureEffect->GrTextureEffect
      2020-01-06 benjaminwagner@google.com Remove Win2016 jobs.
      2020-01-06 bsalomon@google.com Remove SkIRect::EmptyIRect
      2020-01-06 herb@google.com Move the exit code to a common switch
      2020-01-06 brianosman@google.com Add a few more SkRuntimeEffect unit tests
      2020-01-06 bsalomon@google.com Revert "Revert "Clean up GrSimpleTextureEffect.""
      2020-01-06 mtklein@google.com first foray into SkVM image shaders
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 bsalomon@google.com Remove unused varying type param from GrGLSLShaderBuilder texture methods.
      2020-01-06 brianosman@google.com Remove SkRuntimeShaderFactory
      2020-01-06 robertphillips@google.com Add GrCompressedDimensions helper function
      2020-01-06 csmartdalton@google.com Move "set_path_pt" from SampleAAGeometry into ToolUtils
      2020-01-06 kjlubick@google.com [canvaskit] Remove support for T1 fonts and reduce code size
      2020-01-06 kjlubick@google.com Make tracing data a compile-time option
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 fmalita@chromium.org [skottie] cleanup: move transform & camera adapters to own CUs
      2020-01-06 jlavrova@google.com Fix a bug with unresolved text
      2020-01-06 csmartdalton@google.com Add a commandline flag to force offscreen rendering in viewer
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 bsalomon@google.com Handle insane number of glyphs in GrAtlasTextOp.
      2020-01-06 mtklein@google.com minor SkVMBlitter TODOs
      2020-01-06 mtklein@google.com in gm/skvm.cpp, Fade doesn't need to wrap a shader
      2020-01-06 jcgregorio@google.com Don't use CIPD_PKG_CPYTHON for P30.
      2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-06 kjlubick@google.com [canvaskit] Update test to use correct metrics
      2020-01-06 jlavrova@google.com Small bug fixes: leading spaces affect all width measurements, longest line and so on.
      2020-01-06 kjlubick@google.com [canvaskit] Add npm release target to ship smaller binaries
      2020-01-06 kjlubick@google.com [canvaskit] Add build flag for pathops
      2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1fdf6ca5141d..1031d2c65b5e (5 commits)
      2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a12a9d87841e..3beaf136b459 (315 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@91e0d7526944
      
      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 jvanverth@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: jvanverth@google.com
      3f52888b
  12. 23 11月, 2019 1 次提交
    • S
      Roll src/third_party/skia 078e8faa26d8..47af12aa8331 (22 commits) (#13987) · 0f530a7f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/078e8faa26d8..47af12aa8331
      
      git log 078e8faa26d8..47af12aa8331 --date=short --no-merges --format='%ad %ae %s'
      2019-11-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-11-22 bsalomon@google.com Test texture domain effect with local matrix.
      2019-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b8e748be6b94..4c7db77e0185 (21 commits)
      2019-11-22 halcanary@google.com LICENSE file: clean up
      2019-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f2c9ce1e08ed..c8d4d4254ca1 (15 commits)
      2019-11-22 jvanverth@google.com Add checks for TextureSampler count in text GeoProcs.
      2019-11-22 ethannicholas@google.com SkSL now supports functions defined in sksl_gpu.inc
      2019-11-22 reed@google.com Revert "Reland "Revert "Use flat version of path-direction enum"""
      2019-11-22 robertphillips@google.com Add utility for creating test-only GrProgramInfos
      2019-11-22 kjlubick@google.com [skolo] Remove internal hardware 2
      2019-11-22 reed@google.com remove LEGACY_CONVEXITY code -- no more clients
      2019-11-22 michaelludwig@google.com GrQuadPerEdgeAA::Tessellator owns GrVertexWriter
      2019-11-22 michaelludwig@google.com Move textureop fallback code out of GrRTC and into AddTextureSetOps
      2019-11-22 rmistry@google.com [G3 compile bot] Add comment to CL when there is an interesting failure
      2019-11-22 mtklein@google.com rough unit test support for FM
      2019-11-22 jvanverth@google.com Rename GLRTFBOIDIs0 to WrapsSwapchainSurface and use for Metal.
      2019-11-22 nigeltao@google.com Optimize SkWuffsCodec's sk_bzero calls
      2019-11-22 robertphillips@google.com Update bezier_*_effects GMs to not use rand
      2019-11-22 halcanary@google.com Documentation: Cq-Include-Trybots
      2019-11-22 benjaminwagner@google.com Add Docker-based GCC Test tasks
      2019-11-22 kjlubick@google.com [canvaskit] Add SkContourMeasure
      2019-11-22 reed@google.com Reland "Revert "Use flat version of path-direction enum""
      
      Created with:
        gclient setdep -r src/third_party/skia@47af12aa8331
      
      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 robertphillips@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: robertphillips@google.com
      0f530a7f
  13. 22 11月, 2019 1 次提交
    • S
      Roll src/third_party/skia 4e0255508749..0788481c63dc (24 commits) (#13968) · 654a30e1
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/4e0255508749..0788481c63dc
      
      git log 4e0255508749..0788481c63dc --date=short --no-merges --format='%ad %ae %s'
      2019-11-21 benjaminwagner@google.com Remove Build-Ubuntu18-GCC job
      2019-11-21 benjaminwagner@google.com [infra] Add service_account_json option to asset utils
      2019-11-21 rosasco@google.com Slim down .far by ~45 MB.
      2019-11-21 reed@google.com Revert "Use flat version of path-direction enum"
      2019-11-21 halcanary@google.com [reland] public.bzl: update to replace Gif with Wuffs
      2019-11-21 mtklein@google.com all-constant peepholes
      2019-11-21 reed@google.com Use flat version of path-direction enum
      2019-11-21 kjlubick@google.com [canvaskit] Try some things to reduce GPU test flakiness
      2019-11-21 mtklein@google.com build with Clang for Valgrind bots (take 2)
      2019-11-21 mtklein@google.com add some missing bitfield initializers
      2019-11-21 ethannicholas@google.com Reland "Fixed some GrSkSLFP limitations."
      2019-11-21 michaelludwig@google.com Normalize src coords and domain up front instead of at tessellation time
      2019-11-21 robertphillips@google.com Add onPrePrepare to GrFillRRectOp
      2019-11-21 herb@google.com Simplify makeOps API
      2019-11-21 mtklein@google.com one more stray Valgrind false positive
      2019-11-21 halcanary@google.com [minor] mark scripts as executable
      2019-11-21 halcanary@google.com Replace third_party/gif with new DEPS entry.
      2019-11-21 mtklein@google.com expand float peepholes
      2019-11-21 halcanary@google.com Replace third_party/gif: Preflight changes
      2019-11-21 ethannicholas@google.com Revert "Fixed some GrSkSLFP limitations."
      2019-11-21 egdaniel@google.com Update failure calls in GrVkMemory and shader creation.
      2019-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 99bd10b70422..b8e748be6b94 (17 commits)
      2019-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 0db96f99f73d..137e8082047a (617 commits)
      2019-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7e11f46ddf8e..f2c9ce1e08ed (9 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@0788481c63dc
      
      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 robertphillips@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=robertphillips@google.com
      654a30e1
  14. 25 10月, 2019 1 次提交
    • S
      Roll src/third_party/skia 740f85949db2..6f1c20f01fa9 (16 commits) (#13343) · e6576610
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/740f85949db2..6f1c20f01fa9
      
      git log 740f85949db2..6f1c20f01fa9 --date=short --no-merges --format='%ad %ae %s'
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 ethannicholas@google.com Vulkan SkSL code now works in locales which use ',' as the decimal separator.
      2019-10-24 rmistry@google.com Make NUC7i5BNK SkottieWASM/Lottie_Web bots ON_DEMAND
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 bsalomon@google.com Reland "Allow direct readback for formats in non-ES OpenGL"
      2019-10-24 halcanary@google.com [minor] nanobench: use default member initializer
      2019-10-24 mtklein@google.com remove NEON matrix procs
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 herb@google.com Change code() to glyphID() on SkGlyph.
      2019-10-24 csmartdalton@google.com Reland "ccpr: Unblacklist Qualcomm with msaa"
      2019-10-24 bsalomon@google.com Make GrSurfaceProxy ref counts thread safe.
      2019-10-24 mtklein@google.com did you mean to leave this in?
      2019-10-24 jvanverth@google.com Reland "Enable Programs (formerly GLPrograms) test for other APIs"
      2019-10-24 bsalomon@google.com GrResourceProvider::MakeApprox() fix after SkISizification
      2019-10-24 robertphillips@google.com Pull tessellation forward into GrTextureOp::onPrePrepareDraws
      
      Created with:
        gclient setdep -r src/third_party/skia@6f1c20f01fa9
      
      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 michaelludwig@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=michaelludwig@google.com
      e6576610
  15. 24 10月, 2019 1 次提交
    • R
      Roll Dart to 635c47b1c9efe86b896d95bd446c6a5e2459037e. (#13315) · dcf7b510
      Ryan Macnak 提交于
      635c47b1c9ef Reland "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce."
      2be376385cf0 [vm/ffi] Support moves with temp in ffi call
      92c69f224b96 Flow analysis: promote on successful execution of an "as" expression.
      6461e412b63c Flow analysis: call initialize for params after functionExpression_begin.
      5837c65b6e87 Flow analysis: test unreachability for constructor initializers.
      8e23f76ac731 Flow analysis: properly handle promotion of type parameters.
      a7b092edf06e Fix operator== for type parameter types.
      06a8577de223 Flow analysis: recursively annotate unreachable nodes in test
      dcf7b510
  16. 23 10月, 2019 1 次提交
  17. 18 10月, 2019 1 次提交
  18. 16 10月, 2019 2 次提交
  19. 31 8月, 2019 1 次提交
  20. 22 8月, 2019 2 次提交
    • 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 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
  21. 21 8月, 2019 1 次提交
  22. 15 8月, 2019 2 次提交
    • B
      7c6e274f
    • J
      [Windows] Alternative Windows shell platform implementation (#9835) · ff484d4f
      James Clarke 提交于
      Start work on flutter/flutter#30726 by adding an alternative win32 shell platform implementation for Windows that is not based on GLFW and that uses LIBANGLE for rendering and native win32 windowing and input. This change does not replace the GLFW implementation but rather runs side by side with it producing a secondary flutter_windows_win32.dll artifact. The following items must be added to attain parity with the GLFW implementation:
      - Custom task scheduling
      - Support for keyboard modifier keys
      - Async texture uploads
      - Correct high DPI handling on Windows versions < 1703
      and will be added in subsequent changes.
      ff484d4f
  23. 08 8月, 2019 1 次提交
  24. 01 8月, 2019 2 次提交
    • S
      Roll fuchsia/sdk/core/linux-amd64 from... · b7c0195b
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC to fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC (#10301)
      
      Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC to fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      
      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.
      b7c0195b
    • B
      Roll src/third_party/dart 80c4954d4d..bd049f5b53 (37 commits) (#10294) · 384d6147
      Ben Konyi 提交于
      dart-lang/sdk@bd049f5b53 [llvm] Fix bit target definition on Windows - it needs .exe extension
      dart-lang/sdk@782243640b Fix NPE (issue 37677)
      dart-lang/sdk@2390a25341 [dartdevc] emit base types (void/dynamic) eagerly
      dart-lang/sdk@0451f598cc Warn about UI-as-Code features in const context with low SDK constraint
      dart-lang/sdk@8293e96ba9 Fix INFERENCE_FAILURE_ON_COLLECTION_LITERAL to allow for dynamically-typed elements.
      dart-lang/sdk@3b1cb90146 allow void in extension declaration header
      dart-lang/sdk@9ecd475c03 Copy pkg/analysis_server/language_model to dart-sdk/model for x64 builds
      dart-lang/sdk@58d3d71df4 [fasta] Don't report errors on NNBD features if experiment is enabled
      dart-lang/sdk@6c1523410f Flow analysis: Create definite assignment test cases.
      dart-lang/sdk@973a236558 Fail analyzer ID tests if errors are found.
      dart-lang/sdk@7557a14a74 Move test cases from type_promotion_test.dart into front end.
      dart-lang/sdk@9f2845e39b Resolve index operators from extensions
      dart-lang/sdk@cdf56d7892 [vm] Ensure we wait for the service-isolate to boot-up before communicating with it
      dart-lang/sdk@d3fbbf8b5a Fix the dart-sdk-linux task by not building analysis server on 32 bit ARM architecture
      dart-lang/sdk@3fa3f0e62d Enhance the comment for TypeParameterElement.bounds to capture information from a previous CL
      dart-lang/sdk@8cce940579 [API] Makes Dart_InvokeVMServiceMethod errors more specific.
      dart-lang/sdk@2e197ae4de [vm/compiler] Tweaks and additions to IL serializer/S-expressions.
      dart-lang/sdk@2875b1bcce [kernel][nnbd] Keep declared nullability on type parameter types
      dart-lang/sdk@59aa4cd693 [cfe] Merge more Kernel*Builder classes into *Builder classes
      dart-lang/sdk@fe2f82650b [cfe] Remove generics from Loader and UnresolvedType
      dart-lang/sdk@b7eeacfc24 [infra] Add script to publish results.json to Cloud Pub/Sub
      dart-lang/sdk@0a85a8878d [vm/llvm] Use relative paths in LLVM build rules.
      dart-lang/sdk@20e4c74f7f [fasta][nnbd] Print NNBD type modifiers in Kernel's text representation
      dart-lang/sdk@776f2d34e9 Migration: implement "exact nullability" propagation.
      dart-lang/sdk@40e6954a30 [vm/bytecode] Update error messages for dart:mirrors and dart:ffi
      dart-lang/sdk@1e80e917b6 [ VM / Service ] Update package:vm_service to support service protocol 3.25
      dart-lang/sdk@5f32027e1d [ VM / Service ] Add getInboundReferences, getRetainingPath RPCs and InboundReferences, InboundReference, RetainingPath, RetainingObject objects.
      dart-lang/sdk@e91e3b816b Revert "[vm] Fix deadlock in isolate shutdown."
      dart-lang/sdk@18e4e7830d [ VM / Service ] Bump VM service version to 3.24
      dart-lang/sdk@8591778065 [ VM / Service ] Added 'operatingSystem' property to VM object
      dart-lang/sdk@de013a4b51 Add an optional path parameter to parseString.
      dart-lang/sdk@d8160e0cb1 [vm] Fix deadlock in isolate shutdown.
      dart-lang/sdk@bb34cfeb25 [dart/fuzzer] Extend list of forbidden classes/methods
      dart-lang/sdk@361d27e20b [dart/vm] Fix bug in parallel move/register allocator
      dart-lang/sdk@f166a82b19 [vm/bytecode] Improvements in bytecode debugger.
      dart-lang/sdk@773f8d53ed Reland "[llvm] Add initial scaffolding"
      dart-lang/sdk@f56a6a4246 test_matrix.json changes for simarm_x64
      384d6147
  25. 30 7月, 2019 1 次提交
    • S
      Roll src/third_party/skia a8825f5a8b82..9ef1b771afa7 (8 commits) (#10238) · 1d0623a4
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/a8825f5a8b82..9ef1b771afa7
      
      git log a8825f5a8b822920f30cdb5e2c36ec74ecf98531..9ef1b771afa75968b88c445d83bf60993a0b65c3 --date=short --no-merges --format=%ad %ae %s
      2019-07-29 halcanary@google.com experimental/editor: scroll on cursor movement, Editor::getLocation
      2019-07-29 egdaniel@google.com Remove need for GrVkPipelineLayout class.
      2019-07-26 michaelludwig@google.com Use SkTileMode for blur and matrix convolution filters
      2019-07-29 mtklein@google.com don&#39;t try to format removed files
      2019-07-29 ethannicholas@google.com renamed SkSL texture() and process() to sample()
      2019-07-29 jvanverth@google.com Use shared mode for Metal texture upload buffers.
      2019-07-26 brianosman@google.com Allow defined functions in the SkSL .inc files
      2019-07-26 csmartdalton@google.com skpbench: invoke &#39;adb wait-for-device&#39; lazily
      
      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 (benjaminwagner@google.com), and stop
      the roller if necessary.
      1d0623a4