-
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.
Add contextlost/restored to GlobalEventHandlers and OffscreenCanvas
`contextlost` and `contextrestored` IDL attributes are supported by GlobalEventHandlers[0] and OffscreenCanvas[1] This new spec addition is not implemented yet in Safari[2] and Firefox[3] but they are positive for it. [0] https://html.spec.whatwg.org/multipage/indices.html#event-contextlost [1] https://html.spec.whatwg.org/multipage/canvas.html#offscreencanvas [2] whatwg/html#4809 (comment) [3] whatwg/html#4809 (comment) [email protected], [email protected] Bug: 1267688 Change-Id: Ie18ffb93dee884d2daa195187196c3c41a512378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3268684 Commit-Queue: Yi Xu <[email protected]> Reviewed-by: Mike West <[email protected]> Reviewed-by: Yi Xu <[email protected]> Reviewed-by: Mason Freed <[email protected]> Cr-Commit-Position: refs/heads/main@{#944599} NOKEYCHECK=True GitOrigin-RevId: 23a021a678d689dc00f71f3de56e67b2d09032b7
- Loading branch information
1 parent
dd6cf86
commit 0bc9ff7
Showing
20 changed files
with
89 additions
and
705 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
Oops, something went wrong.