]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-prefs.patch
up to 89.0
[packages/firefox.git] / firefox-prefs.patch
index 6eea4b69df2d4054b3a8cfc7b0907f96becf8084..10f9e2620e734c0efe429b005bf1f054dd3bee25 100644 (file)
  // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
  // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used.
  #ifndef XP_WIN
--pref("app.update.auto", true);
-+pref("app.update.auto", false);
+-  pref("app.update.auto", true);
++  pref("app.update.auto", false);
  #endif
  
- // If set to true, the Update Service will present no UI for any event.
+ // If set to true, the Update Service will apply updates in the background
 @@ -227,7 +227,7 @@
- pref("browser.touchmode.auto", true);
+ pref("browser.compactmode.show", false);
  
  // At startup, check if we're the default browser and prompt user if not.
 -pref("browser.shell.checkDefaultBrowser", true);
  
 +pref("intl.locale.matchOS", true);
 +
- // Scripts & Windows prefs
- pref("dom.disable_open_during_load",              true);
- pref("javascript.options.showInConsole",          true);
+ // Where new bookmarks go by default.
+ // Use PlacesUIUtils.defaultParentGuid to read this; do NOT read the pref
+ // directly.
 @@ -646,7 +648,7 @@
+ pref("mousewheel.with_control.action",3);
  pref("mousewheel.with_win.action", 1);
  
- pref("browser.xul.error_pages.enabled", true);
 -pref("browser.xul.error_pages.expert_bad_cert", false);
 +pref("browser.xul.error_pages.expert_bad_cert", true);
  pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
@@ -54,5 +54,5 @@
 -pref("layout.css.dpi", -1);
 +pref("layout.css.dpi", 0);
  
- // Set the number of device pixels per CSS pixel. A value <= 0 means choose
- // automatically based on user settings for the platform (e.g., "UI scale factor"
+ // pref for which side vertical scrollbars should be on
+ // 0 = end-side in UI direction
This page took 0.037037 seconds and 4 git commands to generate.