-
Notifications
You must be signed in to change notification settings - Fork 35
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
New shortname #257
Comments
So we need to:
Am I understanding correctly? |
That all sounds correct to me. |
Thanks! LGTM, with comments:
If the process flexibly allows us to publish a revised CR great, if not, WD in between.
Do we want to redirect anchors? In such case would need to recreate a gutted wake-lock repo for the redirect script. Cool URLs don’t change and all that.
Nit: for System Wake Lock. |
I have renamed this repo to |
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock. Besides, due to there's no w3c spec for system wake lock at present, this CL removes the idlharness tests for system wake lock temporarily. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to http/tests/wake-lock because `fetch()` idl files requires http server. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380}
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380}
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380}
@xfq, I've done this task. |
Thanks @Honry! |
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 25d4a6fe968026dd0bff9b9e02f7a06aa2f5d5ab
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 1504db210b53e2f479df9ff40ce6f86d80c49bda
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 25d4a6fe968026dd0bff9b9e02f7a06aa2f5d5ab
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 1504db210b53e2f479df9ff40ce6f86d80c49bda
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 25d4a6fe968026dd0bff9b9e02f7a06aa2f5d5ab
…screen-wake-lock, a=testonly Automatic update from web-platform-tests [wake-lock] Rename wpt/wake-lock to wpt/screen-wake-lock WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: w3c/screen-wake-lock#257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.linintel.com> Reviewed-by: Reilly Grant <reillygchromium.org> Reviewed-by: Robert Ma <robertmachromium.org> Cr-Commit-Position: refs/heads/master{#760380} -- wpt-commits: 229773d606f8b9603046580b32935968a4326004 wpt-pr: 22883 UltraBlame original commit: 1504db210b53e2f479df9ff40ce6f86d80c49bda
@xfq, how we looking for for just getting screen-wake-lock on TR again? |
I think we should wait until #262 is fixed. I've been busy with my other groups recently, but I will try my best to move it forward. |
With the new Process 2020 in place, do we need to wait for a new CR in order to update the TR? I'm not in a hurry, it just sucks that our CI is failing and ReSpec complains because of the lack of a screen-wake-lock TR. |
@xfq please see what could be done, can we snapshot a fresh WD as an interim solution to the CI fails? |
The fastest way to update the /TR version is returning the spec to WD. Director's approval (and wide review) is not needed. Only a group resolution and a draft transition announcement (to explain why the document is returned to WD) is needed. |
Let this issue be the group resolution. If someone has concerns with the proposal below, please let us know by 24 September, 2020. Proposal: Publish a Working Draft of the Screen Wake Lock API at https://www.w3.org/TR/screen-wake-lock/, snapshotting the latest Editor's Draft at https://w3c.github.io/screen-wake-lock/ Rationale (for transition announcement): The Devices and Sensors Working Group requests a Working Draft of the Screen Wake Lock API to be published to address an issue with the CI system that depends on the /TR space. The group plans to advance this specification to Candidate Recommendation subsequently, and this interim WD publication does not change that plan. |
No concerns were raised for the proposal to publish a Working Draft of the Screen Wake Lock API at https://www.w3.org/TR/screen-wake-lock/, snapshotting the latest Editor's Draft at https://w3c.github.io/screen-wake-lock/ @xfq please proceed with the publication practicalities at your earliest opportunity. |
Published. |
With this spec now covering screen wake lock, we should:
The text was updated successfully, but these errors were encountered: