mozilla-preferences.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sun, 31 Aug 2014 09:38:46 +0200
branchfirefox31
changeset 754 b294bc0cb51e
parent 718 6cb1ac7cd223
child 748 72ba5129e5fd
permissions -rw-r--r--
fix nullptr usage with gcc 4.5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
339
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
From: Wolfgang Rosenauer <wr@rosenauer.org>
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     2
Subject: use system locale if available
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     3
This setting used to live in the branding-openSUSE package but this is causing too much
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     4
confusion and therefore is currently the only setting we switch in the unbranded
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     5
package unconditionally.
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     6
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     7
# HG changeset patch
718
6cb1ac7cd223 prepare Aurora 30
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 703
diff changeset
     8
# Parent 5c086bb8e0fa4f1600aced485e6156b0cdcd1755
703
c4aab80e472f Firefox 28.0beta1
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 339
diff changeset
     9
339
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    10
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    11
--- a/modules/libpref/src/init/all.js
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    12
+++ b/modules/libpref/src/init/all.js
718
6cb1ac7cd223 prepare Aurora 30
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 703
diff changeset
    13
@@ -1428,17 +1428,17 @@ pref("intl.charsetmenu.mailedit",       
339
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    14
 pref("intl.charsetmenu.browser.cache",      "");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    15
 pref("intl.charsetmenu.mailview.cache",     "");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    16
 pref("intl.charsetmenu.composer.cache",     "");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    17
 pref("intl.charsetmenu.browser.cache.size", 5);
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    18
 pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
703
c4aab80e472f Firefox 28.0beta1
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 339
diff changeset
    19
 pref("intl.charset.fallback.override",      "");
718
6cb1ac7cd223 prepare Aurora 30
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 703
diff changeset
    20
 pref("intl.charset.fallback.tld",           true);
339
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    21
 pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    22
-pref("intl.locale.matchOS",                 false);
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    23
+pref("intl.locale.matchOS",                 true);
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    24
 // fallback charset list for Unicode conversion (converting from Unicode)
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    25
 // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    26
 // for ISO-8859-1
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    27
 pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    28
 pref("font.language.group",                 "chrome://global/locale/intl.properties");
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    29
 
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    30
 // these locales have right-to-left UI
db8b891eeb1e locale should always match the system one in a package environment
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    31
 pref("intl.uidirection.ar", "rtl");