Closed
Bug 1762969
Opened 3 years ago
Closed 2 years ago
Add "locked-fullscreen" to windows.WindowState
Categories
(WebExtensions :: Compatibility, enhancement)
WebExtensions
Compatibility
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kernp25, Unassigned)
References
()
Details
Chrome also has a "locked-fullscreen" state.
Flags: needinfo?(mixedpuppy)
Updated•3 years ago
|
Flags: needinfo?(mixedpuppy)
Comment 1•2 years ago
|
||
The Chrome Extensions doc page doesn't say much about it (actually it doesn't say anything besides listing it in the WindowState values: https://developer.chrome.com/docs/extensions/reference/windows/#type-WindowState)
Based on some digging:
- it seems to be likely related to kiosk mode.
- It also seems to be gated by a permission and that permission to be explicitly restricted to just a few extension ids (which seems to all belong to 2 Google-owned extensions): https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/common/extensions/api/_permission_features.json#467
And so I'm closing this as wontfix, we may reconsider if there are actual use cases for this value in extensions running on Firefox (or if the feature would be exposed to all Chrome extensions and there would be some extensions, even only available on Google Chrome, using it for some valuable use cases).
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•