Mayank Patke
639cfd857f
[dart2js] Provide unit tests with the sound null safety fileset.
...
Change-Id: Ife2f60025c635d7fc335cbb1533a0dcf50ced8ab
Fixes: https://github.com/dart-lang/sdk/issues/47558
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218668
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Mayank Patke <fishythefish@google.com >
2021-10-29 20:29:40 +00:00
Kevin Moore
74dea5d1bd
_http: Fix final doc comment issues
...
Change-Id: Ie1ed719aca9b1f18240b811271ac952818d04c89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218664
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
2021-10-29 18:02:10 +00:00
Kevin Moore
5811541df6
tools/verify_docs: refactor error cleanup, add _http special-cases
...
Change-Id: I06e91d1bac5f5a512a3a74f0e2665c1989ecf36f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218663
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
2021-10-29 18:01:20 +00:00
Devon Carew
b27c191c2a
Add the dart: api doc code sample validation to the CI.
...
Change-Id: Ib2a97728d35d15e6cda247444a00ca813d88b9d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218325
Reviewed-by: Michael Thomsen <mit@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-10-28 15:48:38 +00:00
Kevin Moore
ada6029976
tools/package_deps: allow "normal" deps as long as there is a path override
...
Also migrate to null safety, drop unused pedantic dep
Change-Id: Ic3be5af7e7933f2bd757e9dcdda62eb5be99c5bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218085
Auto-Submit: Kevin Moore <kevmoo@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
2021-10-26 18:26:01 +00:00
Chloe Stefantsova
29e0c5e2bc
Add "super-parameters" experiment flag
...
Part of https://github.com/dart-lang/sdk/issues/47525 .
Change-Id: If7bf6f39b9b3ade1769f158ea1ca45515f859a2a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217640
Auto-Submit: Chloe Stefantsova <dmitryas@google.com >
Commit-Queue: Johnni Winther <johnniwinther@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Johnni Winther <johnniwinther@google.com >
2021-10-21 16:50:15 +00:00
Ahmed Ashour
c47cf76baf
Fix typos
...
Fixes https://github.com/dart-lang/sdk/issues/47505
Change-Id: Ic2e25800263e96b2b4282f89ec0be017c86d4adb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217361
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com >
2021-10-20 10:51:53 +00:00
Ahmed Ashour
d041cf0478
Remove extra the, be and of
...
Fixes #https://github.com/dart-lang/sdk/issues/47504
TEST=No tests needed, only comments affected.
Change-Id: Ie096307b5ce314d328fea6780f396aaa226ad3b0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216182
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com >
2021-10-20 09:29:01 +00:00
Alexander Thomas
056afdac39
[testing] Merge dart2js-batch into the global batch option
...
* Remove all uses of `--dart2js-batch`.
* Enable batch mode for dart2js by default.
* Rename `--noBatch` to `--no-batch`.
* Make `--no-batch` affect dart2js configurations.
Change-Id: I33bdb5cfe8a82ccfc6ce9e43843f1b7a34ff1fbf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217006
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-10-19 13:49:02 +00:00
Sigmund Cherem
38b5a841de
[dart-web] Remove dart:web_sql library.
...
The WebSQL standard was abandoned more than 10 years ago and is not
supported by many browsers.
The `dart:web_sql` library was marked as deprecated in Dart 2.14. This
CL makes the library inaccesible, removes support for `dart:web_sql` imports,
and removes the `Window.openDatabase` API. The old code for `dart:web_sql` is
still generated by the html generators. Removing that will be handled by a
separate change.
Closes https://github.com/dart-lang/sdk/issues/46316
Change-Id: I892107396b3b227b4f33344377585aa5e5328288
Bug: https://github.com/dart-lang/sdk/issues/46316
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216080
Reviewed-by: Srujan Gaddam <srujzs@google.com >
Commit-Queue: Sigmund Cherem <sigmund@google.com >
2021-10-19 01:00:08 +00:00
Devon Carew
840a8aada4
[core libs] add the ability to have sample assumptions when validating the api docs
...
Change-Id: Ic2d0af4dd033b09fb5b0fcf4f57a48da367b6f1d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216681
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Kevin Moore <kevmoo@google.com >
2021-10-18 16:11:48 +00:00
Kevin Moore
cc40080d96
dart2js_info: enable and fix lints, validate analysis on CI
...
Also updated dependencies and dropped publish information
Change-Id: Ie5d8ca907599c5e504c747d97413d32ef9e329e3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217061
Auto-Submit: Kevin Moore <kevmoo@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
2021-10-17 06:25:00 +00:00
Mayank Patke
70479beea5
[dart2js] Rename platform files.
...
This avoids terms like "NNBD" and "strong" in favor of sound/unsound
null safety.
Change-Id: I1c99bea7155f80bc6acf62f46c6f266a29ebf1a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213406
Commit-Queue: Mayank Patke <fishythefish@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-10-15 21:40:08 +00:00
Alexander Thomas
938e7ae54e
[co19] Roll co19_2 to a93f8484f7265f0849692d3b1208323393733f8d
...
2021-10-04 irina.arkhipets@gmail.com Issue dart-lang/co19#1202 : i-2-b typedef tests updated: Issue tags added, needless dynamic tests removed.
2021-10-04 irina.arkhipets@gmail.com Issue dart-lang/co19#1202 : i-2-b tests updated: Issue tags added, needless dynamic tests removed.
2021-10-03 irina.arkhipets@gmail.com Issue dart-lang/co19#1202 : LanguageFeature/typedef/static tests updated.
2021-09-28 irina.arkhipets@gmail.com Issue dart-lang/co19#1202 : LanguageFeature/typedef/fynamic tests updated: missing Issue tags added, needless dynamic tests removed.
2021-09-28 irina.arkhipets@gmail.com Issue dart-lang/co19#1202 : LanguageFeature/class tests updated: missing Issue tags added.
Change-Id: I186bcd9721e39cb145b2518e156bb0ab862a1a95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215544
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: Erik Ernst <eernst@google.com >
2021-10-14 19:22:36 +00:00
Chloe Stefantsova
448e44191c
Add "named-arguments-anywhere" experiment flag
...
Part of https://github.com/dart-lang/sdk/issues/47451
Change-Id: I049519061d132eb681cc3aa67b1dea5d296e540e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216801
Commit-Queue: Chloe Stefantsova <dmitryas@google.com >
Reviewed-by: Johnni Winther <johnniwinther@google.com >
2021-10-14 14:16:52 +00:00
Chloe Stefantsova
cfa5d6cdcb
Add "enhanced-enums" experiment flag
...
Part of https://github.com/dart-lang/sdk/issues/47453 .
Change-Id: I6d1fdc4bc170354985a9d216b13ad8f153717adf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216662
Reviewed-by: Johnni Winther <johnniwinther@google.com >
Commit-Queue: Chloe Stefantsova <dmitryas@google.com >
2021-10-14 12:19:42 +00:00
Kevin Moore
ca00a4b27e
pkg:native_stack_traces - fix existing lints
...
And validate lints as part of test matrix
Change-Id: Ia074c56f0c7a7f9a674202667ac4729d06993302
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216689
Auto-Submit: Kevin Moore <kevmoo@google.com >
Reviewed-by: Tess Strickland <sstrickl@google.com >
2021-10-14 07:35:43 +00:00
Devon Carew
1e1c730140
[api docs] speed up API doc validation
...
Change-Id: Ieb4f8f8a406f28afb6e43c10727aa74a194e9b8c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216686
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
2021-10-13 22:53:07 +00:00
Ryan Macnak
b4b7b8f116
[build] Add support for building for Fuchsia from Mac.
...
TEST=./tools/build.py --os=fuchsia --mode=all runtime create_sdk
Change-Id: I6b15d1cc174b84d900d526730e5f58d64d2596cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216540
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: Liam Appelbe <liama@google.com >
2021-10-13 21:14:56 +00:00
Nate Bosch
f9c68a5679
Replace a bunch of references to .packages
...
Most of these arguments are flowing through to a `--packages` argument
which allows passing the `package_config.json` file. In the long term we
should remove the `.packages` file entirely.
TEST=None, the change should have no visible impact.
Change-Id: I60a8b175d5e217a85588bbcb91cc5095514066b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211503
Auto-Submit: Nate Bosch <nbosch@google.com >
Commit-Queue: Nate Bosch <nbosch@google.com >
Reviewed-by: Kevin Moore <kevmoo@google.com >
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
2021-10-12 20:16:15 +00:00
Ryan Macnak
1d70168786
[build] Fix arm and arm64 gcc builds.
...
TEST=./tools/build.py --no-goma --no-clang --arch=arm,arm64 runtime
Bug: https://github.com/dart-lang/sdk/issues/47330
Change-Id: I32cea56e3ad64200a7057cc6a381bc6d9656ec7b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215984
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: Alexander Aprelev <aam@google.com >
2021-10-12 18:49:52 +00:00
Erik Ernst
1c13f49159
Add enhanced enums support to Dart.g
...
Change-Id: Ie9b93497491dd44576f6e0e8c58499f98e7a74df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216021
Commit-Queue: Erik Ernst <eernst@google.com >
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
2021-10-11 14:08:55 +00:00
Kevin Moore
ff37b52cf1
tools/manage_deps: use a more reliable way to check for a local branch
...
Change-Id: Ie23662f9301f7b9d11dcc3acc94c1537f3710b0c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215242
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com >
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com >
2021-10-08 10:12:33 +00:00
Devon Carew
a1e2432679
support specifying templates when verifying docs
...
Change-Id: I76800141e8bac1b0c3953ec6012ee84c192070ef
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215280
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-10-07 16:45:43 +00:00
Alexander Aprelev
7c5b019fdf
[build] Fix zero-build of few common targets on Windows.
...
Fixes https://github.com/dart-lang/sdk/issues/47392
TEST=zero-build on windows
Change-Id: I2b37b48b7acc8c5139e989159250c361317e4ea5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215940
Commit-Queue: Alexander Aprelev <aam@google.com >
Reviewed-by: Ryan Macnak <rmacnak@google.com >
2021-10-07 16:23:42 +00:00
Srujan Gaddam
017850fe5b
[dart:html] setAttribute value should be Object
...
Bug: b/195948110
`setAttribute` stringifies any non-string value. `setAttributeNS` is
also similarly modified for consistency.
Change-Id: I883516f5ed2c977cdc591b697594817378607e53
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215621
Reviewed-by: Gary Roumanis <grouma@google.com >
Commit-Queue: Gary Roumanis <grouma@google.com >
Commit-Queue: Srujan Gaddam <srujzs@google.com >
2021-10-05 20:08:41 +00:00
Robert Nystrom
82affd7ac6
Change "dartfmt" -> "dart format" in test generator.
...
Change-Id: I1da2fc67dcfa1502b63b2cdbb7e460a86ac22967
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215159
Auto-Submit: Bob Nystrom <rnystrom@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
Reviewed-by: Kevin Moore <kevmoo@google.com >
2021-10-04 17:11:27 +00:00
Martin Kustermann
7abf6bfab7
[gardening] Add coredump archiving support to iso-stress builder.
...
This is an attempt to enable archiving of coredumps on the
"iso-stress" builder, since we're often unable to reproduce crashes from
that builder.
Issue https://github.com/dart-lang/sdk/issues/46823
TEST=Adds test infra.
Change-Id: I9b7276198db9a6c98a74f55d466bf832b03e24f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214407
Reviewed-by: Alexander Thomas <athom@google.com >
Reviewed-by: Slava Egorov <vegorov@google.com >
Commit-Queue: Martin Kustermann <kustermann@google.com >
2021-10-04 08:49:28 +00:00
Sigurd Meldgaard
eb39128530
Tool for bumping dependencies
...
Aims to automate the process of bumping a single dependency.
To bump pub_semver to the newest commit invoke as:
```
> dart tool/manage_deps.dart bump pub_semver
```
Change-Id: I16a3edabfb03adbd4460fb3cd81738a792e44d50
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213764
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
Reviewed-by: Jonas Jensen <jonasfj@google.com >
2021-10-01 14:15:16 +00:00
Robert Nystrom
0ea8347576
Remove references to dartfmt in various comments and docs.
...
Change-Id: I02112ce2920d71f84ce4808c13a62e1a1765d83f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215181
Commit-Queue: Bob Nystrom <rnystrom@google.com >
Commit-Queue: Nate Bosch <nbosch@google.com >
Auto-Submit: Bob Nystrom <rnystrom@google.com >
Reviewed-by: Nate Bosch <nbosch@google.com >
2021-10-01 00:56:14 +00:00
Devon Carew
bafa71a8ae
Add the ability to specify additional imports for doc samples.
...
Change-Id: I1c9592d4ce66d08aafacd5ae9722defa114c9953
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214867
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-09-30 16:35:59 +00:00
Alexander Thomas
b846a20e26
[testing] Detect test failures caused by test expectation changes
...
* Move compare_results.dart to pkg/test_runner.
* Clean up analyzer issues in compare_results.dart.
* Add a test for compare_results.dart.
* Fix compare and extend results to detect expectation changes.
Change-Id: I451ddc2d0b01a7e5fd7c9d791b000c786c2f2c93
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214805
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-09-29 13:07:19 +00:00
Ryan Macnak
41e45e7a1c
[build] Detect the host architecture of an ARM64 Mac as ARM64 even through Rosetta.
...
Lets AppJIT training happen directly, instead of the absurdity of arm64 (hardware) running x64 (Rosetta) running arm64 (VM's simulator).
Change-Id: Idbf82530d946099db80c550070257c4c6ead31e1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214763
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: William Hesse <whesse@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
2021-09-28 17:44:32 +00:00
Alexander Thomas
ed100ac354
[infra] Shard dart2js unit tests
...
Fixes: b/200928253
Change-Id: I12ec3a5cf714b3b0427d3698dcaf02fef7fe15cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214403
Reviewed-by: William Hesse <whesse@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-09-28 10:30:15 +00:00
Devon Carew
1d43ec2a99
Add an initial version of a script to validate the code samples in the dart: doc comments.
...
Change-Id: If74a11ffee8130963c37c9bd8ad74da4211f61d7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214307
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
2021-09-26 03:07:11 +00:00
Alexander Thomas
9fad776ac3
[dart2js] Remove dart2js unit tests from the NNBD builder
...
These tests were added to test the forked NNBD SDK but the SDK has long
been unforked.
Bug: b/200928253
Change-Id: Idb0891c2141a09320bf7779c260c79ec868f0ad0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214402
Auto-Submit: Alexander Thomas <athom@google.com >
Commit-Queue: Sigmund Cherem <sigmund@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-09-24 17:07:45 +00:00
Kevin Moore
4d82adb91f
dart:html: use Object.hash
...
Drop custom hash class
Related to https://github.com/dart-lang/sdk/issues/27698
Change-Id: I7f5fb3a642e5ae461a00ed1b5d307adb4ef448df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214181
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
Commit-Queue: Stephen Adams <sra@google.com >
Reviewed-by: Stephen Adams <sra@google.com >
2021-09-22 20:47:17 +00:00
Ryan Macnak
d89e42bef5
[vm] Rename clustered_snapshot.h/cc to app_snapshot.h/cc.
...
Since bbefc05748 , both serialization formats in the VM are based on clustering. The distinguishing feature of the older clustered serializer is that it represents apps/programs rather than messages.
TEST=ci
Change-Id: If3185c21c6aadeec61a940b12ba23d17f2752761
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211501
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: Siva Annamalai <asiva@google.com >
2021-09-16 00:13:34 +00:00
Ryan Macnak
ebb1a53a44
[infra] Add missing out directories for Android with compressed pointers.
...
Change-Id: I5c14fa58ee282b824d1eefee04301f4206aab2f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213286
Reviewed-by: Siva Annamalai <asiva@google.com >
Commit-Queue: Ryan Macnak <rmacnak@google.com >
2021-09-13 19:22:50 +00:00
Alexander Thomas
a82a2205aa
[infra] Update find_base_commit.dart to default to main
...
This should fix the base builder.
Bug: b/198416551
Change-Id: I900a22f6e7d2f5b013de35a00103c987cff5a605
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213042
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-09-10 11:18:59 +00:00
Srujan Gaddam
d87a545a6a
[dart:html] Update changes in idl_parser location
...
Simply adds the new location to the sys.path so it can be found
and filters idl files within idl_parser so it doesn't affect
codegen. Also removes a stale comment to finalize the python3
migration.
Change-Id: I31d93fd8de22e38a0e968587149546565f86e3ba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212630
Reviewed-by: Riley Porter <rileyporter@google.com >
2021-09-08 22:18:37 +00:00
Srujan Gaddam
f34eef5b91
[dart:html] Migrate python scripts to python 3
...
Migrates syntax and semantics from python 2.7.
Major changes include:
- filters
- sorting
- print statements
- higher-order functions
- hashing and comparison
and other misc changes. go.sh consistently gives the libraries
in this and the previous commits with these changes.
Change-Id: I66365739887158d8f321015d36e556447da1bcd3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211542
Commit-Queue: Srujan Gaddam <srujzs@google.com >
Reviewed-by: Riley Porter <rileyporter@google.com >
2021-09-08 22:10:53 +00:00
Srujan Gaddam
8100b4de02
[dart:html] Fix implements order for classes
...
Using a set does not guarantee a consistent order from python 3
onwards, so use a OrderedDict to get a consistent order while
removing any duplicates.
Change-Id: I02d9aae2a82fd119f22b3a5e353b9445ffca963b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211541
Commit-Queue: Srujan Gaddam <srujzs@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Reviewed-by: Riley Porter <rileyporter@google.com >
2021-09-08 18:45:02 +00:00
Alexander Thomas
e9b287a9c1
[infra] Force app-jit snapshots on mac builders
...
On arm64, mac builders default to kernel snapshots because build tools
are running in Rosetta.
Change-Id: Ia7eabb9e6f4f11df5f683b9af2cf8dba46306777
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212746
Reviewed-by: William Hesse <whesse@google.com >
2021-09-08 10:20:09 +00:00
Emmanuel Pellereau
0933086397
Revert "[dart:html] Update Trusted Types APIs"
...
This reverts commit bda31c2c13 .
Reason for revert: Breaks google3 (See b/195948578).
Original change's description:
> [dart:html] Update Trusted Types APIs
>
> Closes b/195948578
>
> Modifies Trusted Types APIs to be compliant with the spec in
> https://w3c.github.io/webappsec-trusted-types/dist/spec/ .
>
> Change-Id: I65d52ace12342ce777ab596a9dd2e9a3f74b2f05
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212270
> Commit-Queue: Srujan Gaddam <srujzs@google.com >
> Reviewed-by: Riley Porter <rileyporter@google.com >
TBR=sra@google.com ,srujzs@google.com ,rileyporter@google.com
Change-Id: I6c74fe5bfb1ecb39e01304b882ec306d5cf34442
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212741
Reviewed-by: Emmanuel Pellereau <emmanuelp@google.com >
Reviewed-by: Michal Terepeta <michalt@google.com >
Commit-Queue: Emmanuel Pellereau <emmanuelp@google.com >
2021-09-08 08:35:45 +00:00
Srujan Gaddam
bda31c2c13
[dart:html] Update Trusted Types APIs
...
Closes b/195948578
Modifies Trusted Types APIs to be compliant with the spec in
https://w3c.github.io/webappsec-trusted-types/dist/spec/ .
Change-Id: I65d52ace12342ce777ab596a9dd2e9a3f74b2f05
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212270
Commit-Queue: Srujan Gaddam <srujzs@google.com >
Reviewed-by: Riley Porter <rileyporter@google.com >
2021-09-07 18:03:18 +00:00
Leaf Petersen
6d741a6e5b
Flip constructor-tearoffs experiment flag
...
Change-Id: I25538772c4b452c647518e5a5696ba79dfb38991
TEST=Existing tests for the feature.
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212262
Commit-Queue: Leaf Petersen <leafp@google.com >
Reviewed-by: Siva Annamalai <asiva@google.com >
2021-09-03 04:19:57 +00:00
Ryan Macnak
49758cab5c
[test] Explicitly enable symbolization in the sanitizers.
...
Apparently this is no longer the default.
Change-Id: Ia7f8e8b3e383144ff5b42446add21e6f658a55fa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212320
Reviewed-by: Alexander Aprelev <aam@google.com >
2021-09-02 22:30:20 +00:00
Devon Carew
d7c8e6a9d3
rev the build of devtools; add a 'dart devtools' command
...
Change-Id: I98ffbceedd06b3693703518243e231d6a1a66c9a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210423
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Ben Konyi <bkonyi@google.com >
Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com >
2021-08-20 16:25:24 +00:00
Alexander Thomas
b7f320714c
Revert "[infra] Temporarily remove package_deps.dart from the test matrix"
...
* This reverts commit c04a71e455 .
* Fix pkg/compiler pubspec.yaml to work with package_deps script and
`dart pub get`.
Fixes https://github.com/dart-lang/sdk/issues/46877 .
Reason for revert: Duplicate dart2js_info has been removed from DEPS.
TEST=dart pub get in pkg/compiler.
Original change's description:
> [infra] Temporarily remove package_deps.dart from the test matrix
>
> It currently fails because pkg/dart2js_info isn't wired up, yet.
>
> Change-Id: I10a2d43385fe3d900a62fa7438ed37b9e366dffb
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209902
> Reviewed-by: William Hesse <whesse@google.com >
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: I35e642d1adb931fff665d48f7f51c31c070ff180
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210680
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-08-20 09:28:45 +00:00