mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
gfx: add pref for enabling APZ without e10s
This commit is contained in:
parent
3b473f209a
commit
f67b2f0342
3 changed files with 10 additions and 5 deletions
|
|
@ -310,6 +310,7 @@ private:
|
|||
DECL_GFX_PREF(Live, "apz.y_stationary_size_multiplier", APZYStationarySizeMultiplier, float, 3.5f);
|
||||
DECL_GFX_PREF(Live, "apz.zoom_animation_duration_ms", APZZoomAnimationDuration, int32_t, 250);
|
||||
DECL_GFX_PREF(Live, "apz.scale_repaint_delay_ms", APZScaleRepaintDelay, int32_t, 500);
|
||||
DECL_GFX_PREF(Once, "apz.desktop.enabled", APZDesktopEnabled, bool, false);
|
||||
|
||||
DECL_GFX_PREF(Live, "browser.ui.zoom.force-user-scalable", ForceUserScalable, bool, false);
|
||||
DECL_GFX_PREF(Live, "browser.viewport.desktopWidth", DesktopViewportWidth, int32_t, 980);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue