mozilla-preferences.patch
changeset 718 6cb1ac7cd223
parent 703 c4aab80e472f
child 748 72ba5129e5fd
equal deleted inserted replaced
716:cef565f1c325 718:6cb1ac7cd223
     3 This setting used to live in the branding-openSUSE package but this is causing too much
     3 This setting used to live in the branding-openSUSE package but this is causing too much
     4 confusion and therefore is currently the only setting we switch in the unbranded
     4 confusion and therefore is currently the only setting we switch in the unbranded
     5 package unconditionally.
     5 package unconditionally.
     6 
     6 
     7 # HG changeset patch
     7 # HG changeset patch
     8 # Parent bf7f0353aa8e00b1deaa05b7cb84bb7ea4c9ce8f
     8 # Parent 5c086bb8e0fa4f1600aced485e6156b0cdcd1755
     9 
     9 
    10 diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
    10 diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
    11 --- a/modules/libpref/src/init/all.js
    11 --- a/modules/libpref/src/init/all.js
    12 +++ b/modules/libpref/src/init/all.js
    12 +++ b/modules/libpref/src/init/all.js
    13 @@ -1554,17 +1554,17 @@ pref("intl.charsetmenu.browser.more5",  
    13 @@ -1428,17 +1428,17 @@ pref("intl.charsetmenu.mailedit",       
    14  pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
       
    15  pref("intl.charsetmenu.browser.cache",      "");
    14  pref("intl.charsetmenu.browser.cache",      "");
    16  pref("intl.charsetmenu.mailview.cache",     "");
    15  pref("intl.charsetmenu.mailview.cache",     "");
    17  pref("intl.charsetmenu.composer.cache",     "");
    16  pref("intl.charsetmenu.composer.cache",     "");
    18  pref("intl.charsetmenu.browser.cache.size", 5);
    17  pref("intl.charsetmenu.browser.cache.size", 5);
    19  pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
    18  pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
    20  pref("intl.charset.fallback.override",      "");
    19  pref("intl.charset.fallback.override",      "");
       
    20  pref("intl.charset.fallback.tld",           true);
    21  pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
    21  pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
    22 -pref("intl.locale.matchOS",                 false);
    22 -pref("intl.locale.matchOS",                 false);
    23 +pref("intl.locale.matchOS",                 true);
    23 +pref("intl.locale.matchOS",                 true);
    24  // fallback charset list for Unicode conversion (converting from Unicode)
    24  // fallback charset list for Unicode conversion (converting from Unicode)
    25  // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
    25  // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)