731 Commits

Author SHA1 Message Date
skia-flutter-autoroll
77ae607cb0 Roll src/third_party/dart 68e904e444dc..48808f7dce81 (17 commits) (flutter/engine#16377)
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
2020-02-04 23:15:46 -05:00
skia-flutter-autoroll
758cf09b1b Roll src/third_party/skia 71ce449d2814..2aee7d24da8f (5 commits) (flutter/engine#16364) 2020-02-04 11:53:04 -08:00
skia-flutter-autoroll
d79f49e81f Roll src/third_party/dart c8ed304e979a..3414b5167554 (52 commits) (flutter/engine#16362)
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
2020-02-04 10:55:12 -05:00
skia-flutter-autoroll
17d1943114 Roll src/third_party/skia f1e316ff39e7..af99f3ee6017 (13 commits) (flutter/engine#16335) 2020-02-03 13:08:01 -08:00
skia-flutter-autoroll
360fc1ceea Roll src/third_party/skia 3d05192abedf..f1e316ff39e7 (3 commits) (flutter/engine#16329) 2020-02-03 10:13:03 -08:00
skia-flutter-autoroll
07495feae0 Roll src/third_party/skia 1b80c357926b..776293dceefd (2 commits) (flutter/engine#16324)
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
2020-02-01 03:28:06 -05:00
skia-flutter-autoroll
e2075a0681 Roll src/third_party/dart 91a3ea89c8e4..ed441e48d055 (4 commits) (flutter/engine#16319)
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
2020-02-01 01:28:36 -05:00
Chinmay Garde
426c48aaac Remove all uses of the redundant flutter_root variable. (flutter/engine#16311)
This was only necessary when the Engine had to build in multiple buildroots
where the sources where checked out at different paths relative to the
buildroot. This is no longer the case and there are already cases GN rules
have been written that mix and match variable usage with the direct
specification of the path to the Flutter sources relative to the sole buildroot.
2020-01-31 21:49:48 -08:00
skia-flutter-autoroll
f8976a8ac9 Roll src/third_party/skia 4513cdde4912..1b80c357926b (1 commits) (flutter/engine#16318)
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
2020-01-31 22:59:02 -05:00
skia-flutter-autoroll
2f6790902f Roll src/third_party/dart 5ae5aff6406a..91a3ea89c8e4 (22 commits) (flutter/engine#16310)
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
2020-01-31 19:34:50 -05:00
skia-flutter-autoroll
f5031d74d7 Roll fuchsia/sdk/core/linux-amd64 from 93K0d... to VMcGV... (flutter/engine#16267) 2020-01-31 13:43:01 -08:00
skia-flutter-autoroll
83c71ef6d2 Roll src/third_party/dart 162d6c5634a0..5ae5aff6406a (28 commits) (flutter/engine#16303)
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
2020-01-31 13:32:35 -05:00
skia-flutter-autoroll
6eec3335ac Roll src/third_party/skia 36c0521d57de..6305b2f8342a (8 commits) (flutter/engine#16272)
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
2020-01-30 19:12:37 -05:00
skia-flutter-autoroll
232c89336e Roll src/third_party/dart fc3af737c759..162d6c5634a0 (209 commits) (flutter/engine#16261)
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
2020-01-30 14:50:43 -05:00
skia-flutter-autoroll
7adf11f203 Roll src/third_party/skia 45add166fdb9..d92e4e9de7f1 (32 commits) (flutter/engine#16022)
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
2020-01-26 17:12:00 -05:00
skia-flutter-autoroll
a25c5a5dd1 Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (flutter/engine#15875)
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
2020-01-21 20:49:57 -05:00
vsmenon
08f169dbcc [web] update dart:js and dart:js_util to new upstream locations (flutter/engine#15681) 2020-01-15 15:58:47 -08:00
skia-flutter-autoroll
58a5964c3a Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (flutter/engine#15671)
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
2020-01-15 14:03:23 -05:00
Ben Konyi
7055cccd78 Add back sky_engine/LICENSE (flutter/engine#15631) 2020-01-14 13:01:05 -08:00
Ben Konyi
0bd7ad2ab0 Roll src/third_party/dart 83fba7bd54..fe666ce592 (3 commits) (flutter/engine#15619)
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
2020-01-14 12:06:56 -08:00
skia-flutter-autoroll
555c917a35 Roll fuchsia/sdk/core/linux-amd64 from Xh8_9... to oxHfW... (flutter/engine#15547)
Roll fuchsia/sdk/core/linux-amd64 from Xh8_9... to oxHfW...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2020-01-13 17:33:19 -05:00
skia-flutter-autoroll
083c3d4ab0 Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (flutter/engine#15306)
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
2020-01-08 12:17:10 -05:00
skia-flutter-autoroll
effd642c89 Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (flutter/engine#15252)
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
2020-01-08 00:29:30 -05:00
skia-flutter-autoroll
cd1ecf042e Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (flutter/engine#15232)
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
2020-01-07 13:40:24 -05:00
skia-flutter-autoroll
8c16c784a3 Roll src/third_party/skia 078e8faa26d8..47af12aa8331 (22 commits) (flutter/engine#13987)
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
2019-11-22 19:13:06 -05:00
skia-flutter-autoroll
fa2ae20e3c Roll src/third_party/skia 4e0255508749..0788481c63dc (24 commits) (flutter/engine#13968)
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
2019-11-21 19:21:44 -05:00
Dan Field
46bf911c59 Set the install name at link time for darwin dylibs (flutter/engine#13428) 2019-10-29 20:30:13 -07:00
Jason Simmons
2c61d2336b Reformat BUILD.gn files to comply with the format checker presubmit script (flutter/engine#13401) 2019-10-29 09:49:16 -07:00
skia-flutter-autoroll
51692352da Roll src/third_party/skia 740f85949db2..6f1c20f01fa9 (16 commits) (flutter/engine#13343)
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
2019-10-24 19:51:10 -04:00
Ryan Macnak
555a2d350d Roll Dart to 635c47b1c9efe86b896d95bd446c6a5e2459037e. (flutter/engine#13315)
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
2019-10-23 16:38:27 -07:00
skia-flutter-autoroll
d42b739eb7 Roll src/third_party/skia 2638f3d44b02..1ab27a2b5c5f (8 commits) (flutter/engine#13299)
https://skia.googlesource.com/skia.git/+log/2638f3d44b02..1ab27a2b5c5f

git log 2638f3d44b02..1ab27a2b5c5f --date=short --no-merges --format='%ad %ae %s'
2019-10-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-22 mtklein@google.com reorder to minimize register pressure
2019-10-22 csmartdalton@google.com Rename sampleVariablesSupport() to sampleMaskSupport()
2019-10-22 fmalita@chromium.org [skottie] Shift Channels effect support
2019-10-22 csmartdalton@google.com Rename gl_SampleMask to sk_SampleMask
2019-10-22 herb@google.com Reland "Use common fallback code for drawing an SkGlyphRun"
2019-10-22 borenet@google.com Use urllib_request instead of urllib2 in PRESUBMIT.
2019-10-22 michaelludwig@google.com Revert "Track device coordinate space as matrix"

Created with:
  gclient setdep -r src/third_party/skia@1ab27a2b5c5f

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
2019-10-22 20:53:32 -04:00
skia-flutter-autoroll
2a6d23d632 Roll fuchsia/sdk/core/linux-amd64 from WpvU_... to _G94w... (flutter/engine#13220)
Roll fuchsia/sdk/core/linux-amd64 from WpvU_... to _G94w...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-10-17 20:38:15 -04:00
skia-flutter-autoroll
c3f1fbdc31 Roll src/third_party/skia fb6a1abe4567..ba8752f37dab (8 commits) (flutter/engine#13156)
https://skia.googlesource.com/skia.git/+log/fb6a1abe4567..ba8752f37dab

git log fb6a1abe4567..ba8752f37dab --date=short --no-merges --format='%ad %ae %s'
2019-10-15 egdaniel@google.com Remove use of GrColorType as in param in SimpleTextureEffect.fp to just constructor param.
2019-10-15 jvanverth@google.com Remove some more MoltenVK support
2019-10-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 8c5dee1e7fe2..8e28e18b5c9e (1 commits)
2019-10-15 csmartdalton@google.com Reland "ccpr: Unblacklist Qualcomm with msaa"
2019-10-15 egdaniel@google.com Remove some unneeded colortype format validation checks in ProxyProvider.
2019-10-15 csmartdalton@google.com Reland "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil"
2019-10-15 egdaniel@google.com Plumb GrColorType through all ops/processors that sample textures.
2019-10-15 brianosman@google.com Add interactive demo to particle gallery

Created with:
  gclient setdep -r src/third_party/skia@ba8752f37dab

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 csmartdalton@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=csmartdalton@google.com
2019-10-15 19:07:07 -04:00
Ben Konyi
2eba3dd402 Roll src/third_party/dart fc933312f7..4131d3d7c4 (3 commits)
dart-lang/sdk@4131d3d7c4 [vm/ffi] Improve API docs
dart-lang/sdk@6ccd582cc3 [ dartfuzz ] Second half of DartFuzz refactor
dart-lang/sdk@d22f5122a1 Support Linux ARM on homebrew
2019-10-15 14:14:15 -07:00
Devon Carew
642f3cf1a2 add the dart:__interceptors library to the dart sdk (flutter/engine#13125) 2019-10-14 16:20:25 -07:00
Dan Field
80492fb4e9 Android targets create final zip artifacts (flutter/engine#13059) 2019-10-10 06:56:43 -07:00
Devon Carew
72d05a0db7 add dart:html, dart:js, and dart:js_util to the copy of the Dart SDK used for analysis (flutter/engine#12435) 2019-09-25 08:10:54 -07:00
Kaushik Iska
e51c616fc9 Roll fuchsia/sdk/core/linux-amd64 from -UaaS... to fSXZ0... (flutter/engine#11784)
* Roll fuchsia/sdk/core/linux-amd64 from -UaaS... to fSXZ0...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

* Fix deprecated usage
2019-08-30 10:34:06 -07:00
Dan Field
5b26bdbcbb completely strip bitcode (flutter/engine#11783) 2019-08-30 10:23:02 -07:00
Jonah Williams
d4cb0b72b4 Add wasm to sky_engine (flutter/engine#11736) 2019-08-29 20:44:41 -07:00
Martin Kustermann
442d4de7a2 Roll src/third_party/dart 35382f9b14..05c28c6115 (flutter/engine#11702)
* Roll src/third_party/dart 35382f9b14..05c28c6115

dart-lang/sdk@05c28c6115 Reland "Scaffolding for dart:wasm"
dart-lang/sdk@d57a8f7451 [vm/bytecode] Remove DebugCheck in synthetic non-local transfer (no source pos).
dart-lang/sdk@b565c8c20f Don't serialize not serializable constant variable initializers.
dart-lang/sdk@ce12a2722d Migration: handle named parameters in _substituteFunctionAfterFormals.
dart-lang/sdk@a290271dea [vm/bytecode] Throw should be 'debug checked', but not ReThrow.
dart-lang/sdk@63133a2a8c [cfe] Handle extension instance method tearoff
dart-lang/sdk@a147d4e8d2 [cfe] Handle simple use of extension instance members
dart-lang/sdk@e9fdeb2db8 Migration: add support for creating instances without supplying type arguments.
dart-lang/sdk@66e349da9c Migration: Clean up substitution logic in getOrComputeElementType
dart-lang/sdk@e9a44ba6a8 fix extension instance field error
dart-lang/sdk@15a7b57d8e split endFields into endClass/Mixin/ExtensionFields events
dart-lang/sdk@ed1b4ffba1 Add tests of extensions of mixins
dart-lang/sdk@ef36f1ba0d [vm/fuzzer] Reduce limit on methods and classes
dart-lang/sdk@7b17602c74 [vm/bytecode] Include function name into source fingerprints
dart-lang/sdk@851701d2a4 add BREAK suggestions to switch cases
dart-lang/sdk@57f7941eef [cfe] Remove 'functionNestingLevel' for VariableDeclaration.forValue
2019-08-29 22:06:42 +02:00
Dan Field
c5fc68f9f7 Optionally strip bitcode when creating ios framework (flutter/engine#11530) 2019-08-27 12:34:23 -07:00
Dan Field
296a38a889 Strip bitcode from gen_snapshot (flutter/engine#11528) 2019-08-27 11:19:07 -07:00
Siva
d655b7e3af 1. Update license files to account for the new Dart License file (flutter/engine#11364)
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
2019-08-21 21:02:35 -07:00
skia-flutter-autoroll
0a8656f202 Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (flutter/engine#11354)
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
2019-08-21 17:06:25 -04:00
stuartmorgan
d4fd797f75 Roll angle licenses (flutter/engine#11035)
Rolls ANGLE forward to pick up the fix for
https://bugs.chromium.org/p/angleproject/issues/detail?id=3811
which substantially reduces the number of ANGLE copyright variants.

Updates LICENSES accordingly.
2019-08-21 05:51:27 -07:00
stuartmorgan
59964aa29c Fix change_install_name.py to be GN-friendly (flutter/engine#11309)
change_install_name.py was operating on framework library files
in-place, which breaks GN's timestamp analysis handling since a file
can't be both an input and output of an action. As a result no-op builds
on macOS were not actually no-ops.

This changes the script to operate on an output copy, both fixing the
no-op build issue, and simplifying the GN framework construction scripts
by combining the copy step and the install-name step.

Fixes https://github.com/flutter/flutter/issues/33465
2019-08-20 21:15:42 -07:00
Ben Konyi
0204149972 Roll src/third_party/dart e35e8833ee..e35e8833ee (0 commits) 2019-08-14 22:49:21 -07:00
James Clarke
7dccb1596a [Windows] Alternative Windows shell platform implementation (flutter/engine#9835)
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.
2019-08-14 15:52:52 -07:00
Jason Simmons
9c32c2c9a5 Improvements to the flutter GDB script (flutter/engine#10675)
* Find the arm64 local engine build if the attached device is arm64
* Overwrite any previously copied gdbserver binary even if the binary is read only
* Stop any currently running gdbserver process for the package being debugged
2019-08-07 12:57:50 -07:00