-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSE: Strengthen QuotaExceededError validation for fixing spec #288
This change strengthens the checks that when an appendBuffer()'s internal steps are aborted due to QuotaExceededError exception within the "prepare append algorithm", the rest of the appendBuffer()'s steps are also aborted. Note that verifying the state of the implementations internal "input buffer" is not included in this change due to complexity of that verification. See w3c/media-source#288. This change will help inform whether that issues' fix would be a breaking change for implementations that report results on https://wpt.fyi Change-Id: Iaba91eb739ca40d4633b15326871bd3635e16fbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3083226 Auto-Submit: Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Will Cassella <cassew@google.com> Reviewed-by: Will Cassella <cassew@google.com> Cr-Commit-Position: refs/heads/master@{#910333}
- Loading branch information
1 parent
da3d99e
commit 12e799b
Showing
1 changed file
with
40 additions
and
8 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