-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streams: Update queuing strategies to match standard
Update the IDL for ByteLengthQueuingStrategy and CountQueuingStrategy to match the standard. The most noticeable semantic difference is that incorrect calls like `new CountQueuingStrategy(10)`, which previously silently gave you the default highWaterMark, will now throw an exception. Also cache the "size" function on the global object. Add a test that iframes have a different "size" function, since they have a different global object. Change-Id: I9b6763944c0abc278451c28a4fcf615f624e1fdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104815 Reviewed-by: Victor Costan <[email protected]> Reviewed-by: Yutaka Hirano <[email protected]> Commit-Queue: Adam Rice <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#788474} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 90cddd79b11a9f7ce4dd3dbb2caaeca5041efd54
- Loading branch information
Showing
27 changed files
with
109 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
blink/web_tests/external/wpt/streams/byte-length-queuing-strategy.any-expected.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...eb_tests/external/wpt/streams/byte-length-queuing-strategy.any.serviceworker-expected.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...web_tests/external/wpt/streams/byte-length-queuing-strategy.any.sharedworker-expected.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.