From 9e573ea97fa9194c971625d1e753936da4e125d2 Mon Sep 17 00:00:00 2001 From: earthlng Date: Sat, 29 Jul 2017 21:24:58 +0200 Subject: [PATCH] 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 --- user.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/user.js b/user.js index 084ed50..546d573 100644 --- a/user.js +++ b/user.js @@ -1641,9 +1641,6 @@ user_pref("browser.backspace_action", 2); * 1=current window, 2=new window, 3=most recent window * [SETTING] Options>General>Tabs>Open new windows in a new tab instead ***/ 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 ***/ user_pref("browser.ctrlTab.previews", true); /* 3011: don't open "page/selection source" in a tab. The window used instead is cleaner