3009 - remove it
the default value in 54 is true. It's not in my OS diff for 54 either so it's true on Linux and Mac as well. I don't think anyone would want to disable this anyway, and we have it as "enable APZ". It's only wasting space, let's remove it. class discuss xD
This commit is contained in:
parent
f8cdfbcd93
commit
9e573ea97f
3
user.js
3
user.js
@ -1641,9 +1641,6 @@ user_pref("browser.backspace_action", 2);
|
|||||||
* 1=current window, 2=new window, 3=most recent window
|
* 1=current window, 2=new window, 3=most recent window
|
||||||
* [SETTING] Options>General>Tabs>Open new windows in a new tab instead ***/
|
* [SETTING] Options>General>Tabs>Open new windows in a new tab instead ***/
|
||||||
user_pref("browser.link.open_newwindow", 3);
|
user_pref("browser.link.open_newwindow", 3);
|
||||||
/* 3009: enable APZ (Async Pan/Zoom) - requires e10s
|
|
||||||
* [1] https://www.ghacks.net/2015/07/28/scrolling-in-firefox-to-get-a-lot-better-thanks-to-apz/ ***/
|
|
||||||
// user_pref("layers.async-pan-zoom.enabled", true);
|
|
||||||
/* 3010: enable ctrl-tab previews ***/
|
/* 3010: enable ctrl-tab previews ***/
|
||||||
user_pref("browser.ctrlTab.previews", true);
|
user_pref("browser.ctrlTab.previews", true);
|
||||||
/* 3011: don't open "page/selection source" in a tab. The window used instead is cleaner
|
/* 3011: don't open "page/selection source" in a tab. The window used instead is cleaner
|
||||||
|
Loading…
Reference in New Issue
Block a user