3304 Commits

Author SHA1 Message Date
Siva
d60f298d9e
Manual roll of Dart 0299903f3e...edd64e6d5c (#16604)
* Manual roll of Dart 0299903f3e...fcf88fe6fa

dart-lang/sdk@ fcf88fe6fa Revert "[vm/concurrency] Remove redundant isolates list, ensure shutdown procedure waits until the isolates actually got deleted"
dart-lang/sdk@ c894118574 [dart2js] Migrate js patch file to NNBD.
dart-lang/sdk@ 0d34bf5571 Remove another one of the unittest-like libraries.
dart-lang/sdk@ 40d544bc26 Always count non-core libs when tracking migration progress.
dart-lang/sdk@ 9e2d9ecd92 tests for missing getter/setter available suggestions
dart-lang/sdk@ 63c8bb7e46 Collect information about the AST structure at completion points
dart-lang/sdk@ c7b501625e Validate not only errors, but also warnings.
dart-lang/sdk@ 867d6537df enum constant and named cons test cases
dart-lang/sdk@ 01e079eff1 The initial dartdev pub * command - pass on all arguments from the 'dartdev pub *' invocation directly to 'pub *'.
dart-lang/sdk@ 4bde1f1851 Migration: test to make sure exact nullability isn't applied too much.
dart-lang/sdk@ ed705e8c84 Move DEAD_NULL_COALESCE reporting to ErrorVerifier.
dart-lang/sdk@ 93bb4b0f1b [dart2js] Migrate a couple of trivial libraries to nnbd.
dart-lang/sdk@ b03ef5b3fe Convert more doc comments in analysis_server
dart-lang/sdk@ 4ca3d267ee Run legacy co19 tests in analyzer-asserts-weak configuration.
dart-lang/sdk@ 166edab750 [dart2js] Migrate developer patch file to nnbd.
dart-lang/sdk@ 0838c9ebc2 Enable co19_2 legacy tests in the NNBD bots.
dart-lang/sdk@ d42b7bc15a partition imported/not-imported suggestion sets / de-dup
dart-lang/sdk@ 6a7d4e22b5 [vm/aot] Include entries for null in the dispatch table to avoid check.
dart-lang/sdk@ 27e64c309e [vm/aot] Optimize selector offsets for smaller instruction sequences.
dart-lang/sdk@ 1c2d378068 [vm/aot] Use TFA to eliminate unused selectors in dispatch table.
dart-lang/sdk@ 022b362e84 [vm/aot/tfa] Add missing visitor methods for call site instrumentation.
dart-lang/sdk@ e75c9192a1 Start converting dartdoc style in analysis_server
dart-lang/sdk@ 16033f922d Enable prefer_contains in analysis_server
dart-lang/sdk@ 1cc9413926 Add dartfix support for prefer_contains
dart-lang/sdk@ bcc0900e6a [vm] AOT blobs snapshots are obsolete. Remove dead code.
dart-lang/sdk@ a0323c755f convert test path (for windows)
dart-lang/sdk@ c90fca7188 [infra] Inline content of cloud epiloque file into approval script
dart-lang/sdk@ 902e2b097b Revert "[vm] Arm Assembler simplify code for SubImmediateSetFlags"
dart-lang/sdk@ c096f9d6e5 [gardening] Fix 3H patching logic with respect to newly added dependencies.
dart-lang/sdk@ 34447c8dbb Revert "[ VM ] Removed Dart_Allocate, Dart_AllocateWithNativeFields, and Dart_InvokeConstructor from embedding API"
dart-lang/sdk@ 0a8484ca20 [CFE/VM] Add patch after 'Use package config v2'
dart-lang/sdk@ f1d715b4d6 [dart2js] migrate dart:_interceptors and dart:internal patch files
dart-lang/sdk@ 3fbf5f93b6 [vm, service] Fix stack overflow in heap_snapshot.dart's data representation.
dart-lang/sdk@ 43bbf73da3 Update doc comments for dart:js_util
dart-lang/sdk@ fb7e6ba494 fix nnbd http parsing bug for http_headers_test
dart-lang/sdk@ cefd113de2 [dart2js] Migrate convert to nnbd.
dart-lang/sdk@ ddef611e04 Copy over the README.
dart-lang/sdk@ ca6cb6ce75 Always pass --default-language-version=2.7 to analyzer for legacy tests.
dart-lang/sdk@ 0a57671f90 [vm/nnbd] Use legacy types to create lists in Dart_NewListOf
dart-lang/sdk@ 5c332bea91 Stop using 'factory something() => null;' in most cases.
dart-lang/sdk@ 3d1b8b26c2 [ VM ] Removed Dart_Allocate, Dart_AllocateWithNativeFields, and Dart_InvokeConstructor from embedding API
dart-lang/sdk@ 91eee195fc [http] loosen status code constraints and rephrase some http exceptions
dart-lang/sdk@ 86b1b9d03c Enhance member depth completion metrics
dart-lang/sdk@ dd9adebad0 [dartdevc] Fixes to support un-forking dart:_runtime
dart-lang/sdk@ 84ff9e5008 Fix NullabilityEliminator to substitute type parameters in bounds.
dart-lang/sdk@ 0966e06ee4 Reland "[vm/nnbd] Enable type testing stubs in NNBD weak mode"
dart-lang/sdk@ f57f1eb56b Add an analyzer test step to test legacy code using the unforked SDK
dart-lang/sdk@ afaeb04137 sanity check project files for errors
dart-lang/sdk@ 4f6a5811fc Add json support to completion metrics computation
dart-lang/sdk@ 86f8e3438a Migrate language_2/async_nested to NNBD.
dart-lang/sdk@ b671b916d4 Treat the observatory service tests as opted out of NNBD.
dart-lang/sdk@ 78b1e15637 Don't report NULLABLE_TYPE_IN_CATCH_CLAUSE in opt-out libraries.
dart-lang/sdk@ 60295a2cef [dart2js] Migrate async_patch.dart to nnbd.
dart-lang/sdk@ 272a03a71d [ddc,dart2js] restore null check in dart:js
dart-lang/sdk@ 0fa3d79a3f Move applying LEGACY_ERASURE to isCorrectOverrideOf().
dart-lang/sdk@ e0621b65b2 [nnbd] Stop writing chunked into headers
dart-lang/sdk@ 9f4769fd30 [ddc] Add back nullcheck in js_array
dart-lang/sdk@ fa74c546b1 Use default FeatureSet for a file in its unlinked unit key hash.
dart-lang/sdk@ e34299101c Add back null check to _StreamIterator constructor in NNBD.
dart-lang/sdk@ c96f1928f6 Revert "[vm/nnbd] Enable type testing stubs in NNBD weak mode"
dart-lang/sdk@ 08778f9045 In legacy libraries apply LEGACY_ERASURE to concrete members.
dart-lang/sdk@ ad5ee10e69 [dart2js] Migrate a number of trivial libraries to nnbd fork.
dart-lang/sdk@ 30213c4188 Fix expression compiler tests on windows
dart-lang/sdk@ 5fd18be9c5 track analysis errors
dart-lang/sdk@ 31de73f074 [infra] Publish results messages to pub/sub at a slower rate
dart-lang/sdk@ 81d4ac07d4 [CFE] Use package config v2
dart-lang/sdk@ ed2df21191 [cfe] Decouple MemberBuilder from ClassMember
dart-lang/sdk@ 776b984115 [cfe] Correctly register parameters as initialized
dart-lang/sdk@ 6a2c350a3e [cfe] Fix isSubtypeOf for FutureOrs

* Update to edd64e6d5c7924a5fb1ef80c5226d24006e7977b
2020-02-14 00:15:42 -08:00
skia-flutter-autoroll
c210c3d51d
Roll src/third_party/skia 3bf3b92dfab0..55f040bcb943 (3 commits) (#16587) 2020-02-13 10:03:06 -08:00
skia-flutter-autoroll
2e6786621f
Roll src/third_party/skia 1d1333fcedf8..3bf3b92dfab0 (1 commits) (#16584) 2020-02-13 07:38:02 -08:00
skia-flutter-autoroll
050d29db5a
Roll src/third_party/skia 1a733b5b760a..1d1333fcedf8 (3 commits) (#16578) 2020-02-12 23:48:02 -08:00
skia-flutter-autoroll
db030ec183
Roll src/third_party/skia 6029cbd560b7..1a733b5b760a (1 commits) (#16577) 2020-02-12 22:08:02 -08:00
Matt Carroll
f39bc73d6a
Exposes FlutterSurfaceView, and FlutterTextureView to FlutterActivity and FlutterFragment. (#41984, #47557) (#16552) 2020-02-12 19:21:00 -08:00
skia-flutter-autoroll
dbdcae44c4
Roll src/third_party/skia 9102c86a81ad..6029cbd560b7 (2 commits) (#16575) 2020-02-12 19:13:02 -08:00
skia-flutter-autoroll
8802a1d4fe
Roll src/third_party/skia 886e8500a9f2..9102c86a81ad (1 commits) (#16570) 2020-02-12 17:43:02 -08:00
skia-flutter-autoroll
42f18d9078
Roll src/third_party/skia 67da665c27ff..886e8500a9f2 (3 commits) (#16566) 2020-02-12 16:08:03 -08:00
skia-flutter-autoroll
13dce501d9
Roll src/third_party/skia b1525c721ea6..67da665c27ff (32 commits) (#16562) 2020-02-12 14:28:02 -08:00
skia-flutter-autoroll
bca879c7bd
Roll src/third_party/dart e4c39721c473..0299903f3e78 (31 commits) (#16553) 2020-02-12 13:28:06 -08:00
skia-flutter-autoroll
49a370f8ec
Roll src/third_party/dart 76b18c455e2c..e4c39721c473 (6 commits) (#16544) 2020-02-11 15:18:04 -08:00
skia-flutter-autoroll
a5736b85d4
Roll src/third_party/skia c3b67eb988c8..b1525c721ea6 (4 commits) (#16543) 2020-02-11 15:13:03 -08:00
Francisco Magdaleno
c3b5072486
Expose DPI helper functions for Runner apps to use (#16313) 2020-02-11 15:03:03 -08:00
skia-flutter-autoroll
9897777186
Roll src/third_party/skia 50a490a1a4fb..c3b67eb988c8 (4 commits) (#16542) 2020-02-11 09:23:02 -08:00
skia-flutter-autoroll
5acf9b195a
Roll src/third_party/skia cdf2491afa04..50a490a1a4fb (2 commits) (#16541) 2020-02-11 07:48:01 -08:00
skia-flutter-autoroll
91b8e406c2
Roll src/third_party/skia dc2782c380f6..cdf2491afa04 (1 commits) (#16540) 2020-02-11 06:13:06 -08:00
skia-flutter-autoroll
74fa10c95c
Roll src/third_party/dart 30151a654151..76b18c455e2c (1 commits) (#16539) 2020-02-11 05:48:02 -08:00
skia-flutter-autoroll
25e8127782
Roll src/third_party/skia 4fe89b4d871d..dc2782c380f6 (1 commits) (#16538) 2020-02-11 04:33:02 -08:00
skia-flutter-autoroll
b7424d0cea
Roll src/third_party/dart 5fc031ebc1d7..30151a654151 (2 commits) (#16537) 2020-02-11 00:28:02 -08:00
skia-flutter-autoroll
975acd8ff7
Roll src/third_party/skia abefc9c170c9..4fe89b4d871d (2 commits) (#16536) 2020-02-10 23:38:02 -08:00
skia-flutter-autoroll
6cdb14e17a
Roll src/third_party/skia 88c3793a4eaa..abefc9c170c9 (1 commits) (#16535) 2020-02-10 22:03:01 -08:00
skia-flutter-autoroll
c4e3ae6ae6
Roll src/third_party/skia f83d0346c06a..88c3793a4eaa (1 commits) (#16534) 2020-02-10 20:28:02 -08:00
skia-flutter-autoroll
1e8b331308
Roll src/third_party/dart 5244d99a5d4e..5fc031ebc1d7 (42 commits) (#16533) 2020-02-10 19:23:03 -08:00
skia-flutter-autoroll
e8a888dfa2
Roll src/third_party/skia 21f382c19d76..f83d0346c06a (2 commits) (#16532) 2020-02-10 17:53:03 -08:00
skia-flutter-autoroll
38fb6b135b
Roll fuchsia/sdk/core/linux-amd64 from 8L7NY... to Bmq1m... (#16529) 2020-02-10 16:23:03 -08:00
skia-flutter-autoroll
3f31ea3d37
Roll src/third_party/skia 465864cad5d2..21f382c19d76 (6 commits) (#16528) 2020-02-10 16:18:02 -08:00
skia-flutter-autoroll
f49a8b62f4
Roll src/third_party/skia c03e6982f96f..465864cad5d2 (14 commits) (#16524) 2020-02-10 14:08:03 -08:00
skia-flutter-autoroll
6d3e2606e7 Roll src/third_party/dart f120417ddbfc..b158bf7bd537 (2 commits) (#16514) 2020-02-08 19:08:01 -08:00
skia-flutter-autoroll
695a2768ed Roll src/third_party/dart 9464eb51f539..f120417ddbfc (1 commits) (#16513) 2020-02-08 13:23:01 -08:00
skia-flutter-autoroll
b1aaec3c44
Roll src/third_party/dart 4310f50edc95..9464eb51f539 (2 commits) (#16511) 2020-02-07 23:53:02 -08:00
skia-flutter-autoroll
6c04a6960f
Roll src/third_party/skia 8dad1ffd81f8..c03e6982f96f (2 commits) (#16510) 2020-02-07 22:38:02 -08:00
skia-flutter-autoroll
a86f4cba34
Roll fuchsia/sdk/core/linux-amd64 from LvSlH... to 8L7NY... (#16508) 2020-02-07 20:38:02 -08:00
skia-flutter-autoroll
a302bfd06a
Roll src/third_party/dart fd992e423ef6..4310f50edc95 (17 commits) (#16506) 2020-02-07 18:28:06 -08:00
skia-flutter-autoroll
82d193241e
Roll src/third_party/skia a9405c2a2967..8dad1ffd81f8 (1 commits) (#16505) 2020-02-07 18:18:01 -08:00
skia-flutter-autoroll
ec1b2e39f1
Roll src/third_party/skia b2031d4255e2..a9405c2a2967 (5 commits) (#16502) 2020-02-07 16:38:03 -08:00
Michael Klimushyn
8f03a563d8
Check Java formatting in format.sh (#16500)
Uses google-java-format, a tool that's already in place in
flutter/plugins. This should take care of minor style guide issues and
unresolved imports.
2020-02-07 16:05:08 -08:00
skia-flutter-autoroll
0980b2ad50
Roll src/third_party/skia 9f3eef796f63..b2031d4255e2 (12 commits) (#16499) 2020-02-07 14:58:03 -08:00
Jason Simmons
a195a92cc8
[SkParagraph] Text layout benchmarks using SkParagraph (#16373)
Imported from @Rusino's branch
2020-02-07 14:17:57 -08:00
skia-flutter-autoroll
9d713968f7
Roll src/third_party/dart 514a8d4c8417..fd992e423ef6 (8 commits) (#16497) 2020-02-07 13:23:03 -08:00
skia-flutter-autoroll
6158f03ef5
Roll src/third_party/skia 87e3bef6f82f..9f3eef796f63 (7 commits) (#16493) 2020-02-07 13:18:03 -08:00
skia-flutter-autoroll
580503c359
Roll src/third_party/skia 77fdf66946d2..87e3bef6f82f (2 commits) (#16492) 2020-02-07 08:53:02 -08:00
skia-flutter-autoroll
7edb803b66
Roll src/third_party/dart d765d237460d..514a8d4c8417 (7 commits) (#16491) 2020-02-07 07:28:04 -08:00
skia-flutter-autoroll
a1b91dad71
Roll src/third_party/skia f3560b680e35..77fdf66946d2 (1 commits) (#16490) 2020-02-07 07:18:03 -08:00
skia-flutter-autoroll
f9ed07cf54
Roll fuchsia/sdk/core/linux-amd64 from g2s3c... to LvSlH... (#16489) 2020-02-07 07:03:03 -08:00
skia-flutter-autoroll
9184058703
Roll src/third_party/skia 97bf6578796c..f3560b680e35 (1 commits) (#16487) 2020-02-06 23:58:02 -08:00
skia-flutter-autoroll
83feaf4fc6
Roll src/third_party/skia 046f9893b953..97bf6578796c (1 commits) (#16486) 2020-02-06 22:18:02 -08:00
skia-flutter-autoroll
313527d2ee
Roll src/third_party/dart 49850e6919f7..16782e6c171f (16 commits) (#16485) 2020-02-06 20:18:03 -08:00
skia-flutter-autoroll
73978177e7
Roll fuchsia/sdk/core/linux-amd64 from A9STP... to g2s3c... (#16484) 2020-02-06 17:33:03 -08:00
skia-flutter-autoroll
477527b3f9
Roll src/third_party/skia 121750c2efff..046f9893b953 (4 commits) (#16482) 2020-02-06 16:33:02 -08:00