Skip to content

Commit

Permalink
FF124 Screen Wakelock API shipped (#22255)
Browse files Browse the repository at this point in the history
* FF124 Screen Wakelock API shipped

* Add permission policy screen-wake-lock

* Add Permissions API for screen-wake-lock

* Npm fix
  • Loading branch information
hamishwillee authored Feb 20, 2024
1 parent 350d849 commit ce96f14
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4902,7 +4902,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down
39 changes: 39 additions & 0 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,45 @@
}
}
},
"permission_screen-wake-lock": {
"__compat": {
"description": "<code>screen-wake-lock</code> permission",
"spec_url": "https://w3c.github.io/screen-wake-lock/#the-screen-wake-lock-powerful-feature",
"tags": [
"web-features:screen-wake-lock"
],
"support": {
"chrome": {
"version_added": "84"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"permission_storage-access": {
"__compat": {
"description": "<code>storage-access</code> permission",
Expand Down
4 changes: 2 additions & 2 deletions api/WakeLock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down
10 changes: 5 additions & 5 deletions api/WakeLockSentinel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -96,7 +96,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -137,7 +137,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -178,7 +178,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Permissions-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "124"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -1262,14 +1262,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit ce96f14

Please sign in to comment.