moved preferences over from patch to easier to maintain property file firefox53
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 26 Apr 2017 14:27:22 +0200
branchfirefox53
changeset 963 70c9d891389f
parent 962 fbb2f292caaa
child 964 218a4e337cfe
moved preferences over from patch to easier to maintain property file
MozillaFirefox/firefox.js
MozillaFirefox/mozilla-preferences.patch
mozilla-preferences.patch
series
--- a/MozillaFirefox/firefox.js	Sun Apr 23 14:52:15 2017 +0200
+++ b/MozillaFirefox/firefox.js	Wed Apr 26 14:27:22 2017 +0200
@@ -1,1 +1,3 @@
+pref("intl.locale.matchOS", true);
 pref("browser.preferences.instantApply", true);
+pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
--- a/MozillaFirefox/mozilla-preferences.patch	Sun Apr 23 14:52:15 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../mozilla-preferences.patch
\ No newline at end of file
--- a/mozilla-preferences.patch	Sun Apr 23 14:52:15 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-From: Wolfgang Rosenauer <wr@rosenauer.org>
-Subject: use system locale if available
-This setting used to live in the branding-openSUSE package but this is causing too much
-confusion and therefore is currently the only setting we switch in the unbranded
-package unconditionally.
-
-# HG changeset patch
-# Parent 8c1bfc96b05ef1836aad6e9f2af323f63ed1b69c
-# Parent  35b625807600ea4a5a3c49bd1cab22fac5188406
-
-diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
---- a/modules/libpref/init/all.js
-+++ b/modules/libpref/init/all.js
-@@ -1790,17 +1790,17 @@ pref("converter.html2txt.always_include_
- 
- pref("intl.accept_languages",               "chrome://global/locale/intl.properties");
- pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
- pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
- pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
- pref("intl.charset.fallback.override",      "");
- pref("intl.charset.fallback.tld",           true);
- pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
--pref("intl.locale.matchOS",                 false);
-+pref("intl.locale.matchOS",                 true);
- // fallback charset list for Unicode conversion (converting from Unicode)
- // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
- // for ISO-8859-1
- pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
- pref("font.language.group",                 "chrome://global/locale/intl.properties");
- 
- // Android-specific pref to use key-events-only mode for IME-unaware webapps.
- #ifdef MOZ_WIDGET_ANDROID
--- a/series	Sun Apr 23 14:52:15 2017 +0200
+++ b/series	Wed Apr 26 14:27:22 2017 +0200
@@ -2,7 +2,6 @@
 mozilla-nongnome-proxies.patch
 mozilla-shared-nss-db.patch
 mozilla-kde.patch
-mozilla-preferences.patch
 mozilla-language.patch
 mozilla-ntlm-full-path.patch
 mozilla-idldir.patch