mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #2714 - Implement the Visual Viewport API
This DOM/Web API is entirely irrelevant for desktop use. We give back the width/height of the root scrollframe of content and for scale we pass forward our dpp resolution (usually 1.0). Since we have no "no touch" zones in our content on desktop,. the rest (origin and offset) is hard-coded to (0,0).
This commit is contained in:
parent
ace2c1c1ee
commit
a036cfeb69
11 changed files with 246 additions and 0 deletions
|
|
@ -5045,6 +5045,9 @@ pref("intl.allow-insecure-text-input", false);
|
|||
// Enable meta-viewport support in remote APZ-enabled frames.
|
||||
pref("dom.meta-viewport.enabled", false);
|
||||
|
||||
// Disable the Visual Viewport API
|
||||
pref("dom.visualviewport.enabled", false);
|
||||
|
||||
// Disable <meta http-equiv=set-cookie> support. See m-c bug 1457503 / UXP #1102.
|
||||
pref("dom.meta-set-cookie.enabled", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue