-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screen-wake-lock: Add tests for WakeLockSentinel's "released" attribute. #25271
Merged
rakuco
merged 1 commit into
web-platform-tests:master
from
rakuco:wake-lock/released-attribute
Sep 1, 2020
Merged
screen-wake-lock: Add tests for WakeLockSentinel's "released" attribute. #25271
rakuco
merged 1 commit into
web-platform-tests:master
from
rakuco:wake-lock/released-attribute
Sep 1, 2020
Conversation
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
3 tasks
marcoscaceres
approved these changes
Sep 1, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally the tests look good. I made some suggestions to simplify.
The new attribute was added to the spec in w3c/screen-wake-lock#279.
rakuco
force-pushed
the
wake-lock/released-attribute
branch
from
September 1, 2020 09:58
68a8eb6
to
e18b72d
Compare
blueboxd
pushed a commit
to blueboxd/chromium-legacy
that referenced
this pull request
Sep 7, 2020
This new attribute indicates whether a sentinel object has been released or not. While here, move the dispatching of the "release" event to a separate method so that we can really change |release|'s value and dispatch the event in a separate, queued task. Additional web tests have been sent directly to WPT in web-platform-tests/wpt#25271. Spec PR: w3c/screen-wake-lock#279 ChromeStatus entry: https://chromestatus.com/feature/5632527123349504 Intent to Prototype and Ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/1V6Ss1VABko/m/Y3Nl0vHIAQAJ Fixed: 1122518 Change-Id: Iff39ec3db630fa959e6c3c82b9c5ee8df93b681c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379740 Commit-Queue: Yoav Weiss <[email protected]> Reviewed-by: Yoav Weiss <[email protected]> Reviewed-by: Reilly Grant <[email protected]> Auto-Submit: Raphael Kubo da Costa <[email protected]> Cr-Commit-Position: refs/heads/master@{#804729}
mjfroman
pushed a commit
to mjfroman/moz-libwebrtc-third-party
that referenced
this pull request
Oct 14, 2022
This new attribute indicates whether a sentinel object has been released or not. While here, move the dispatching of the "release" event to a separate method so that we can really change |release|'s value and dispatch the event in a separate, queued task. Additional web tests have been sent directly to WPT in web-platform-tests/wpt#25271. Spec PR: w3c/screen-wake-lock#279 ChromeStatus entry: https://chromestatus.com/feature/5632527123349504 Intent to Prototype and Ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/1V6Ss1VABko/m/Y3Nl0vHIAQAJ Fixed: 1122518 Change-Id: Iff39ec3db630fa959e6c3c82b9c5ee8df93b681c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379740 Commit-Queue: Yoav Weiss <[email protected]> Reviewed-by: Yoav Weiss <[email protected]> Reviewed-by: Reilly Grant <[email protected]> Auto-Submit: Raphael Kubo da Costa <[email protected]> Cr-Commit-Position: refs/heads/master@{#804729} GitOrigin-RevId: 9e71d67dff4dbd78991744fb13a6f35bb8e46719
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new attribute was added to the spec in w3c/screen-wake-lock#279.