mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
No Issue - Add full-screen-api.ignore-widgets pref to about:config.
This was already in the codebase, but not exposed by default. Mozilla exposed the pref to fulfill user requests in Firefox 59. Forum users requested the same feaure of pseudo-fullscreen windows. Seems minor enough not to be worth creating an issue for, since users can already access this by creating a bool pref. Ref: BZ 1422535
This commit is contained in:
parent
f1f9dde29e
commit
4b68ef14db
1 changed files with 2 additions and 0 deletions
|
|
@ -4564,6 +4564,8 @@ pref("full-screen-api.enabled", false);
|
|||
pref("full-screen-api.unprefix.enabled", true);
|
||||
pref("full-screen-api.allow-trusted-requests-only", true);
|
||||
pref("full-screen-api.pointer-lock.enabled", true);
|
||||
// whether to prevent the top level widget from going fullscreen
|
||||
pref("full-screen-api.ignore-widgets", false);
|
||||
|
||||
// transition duration of fade-to-black and fade-from-black, unit: ms
|
||||
pref("full-screen-api.transition-duration.enter", "0 0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue