[-]
[+]
|
Changed |
MozillaFirefox.changes
|
|
[-]
[+]
|
Changed |
MozillaFirefox.spec
^
|
|
[-]
[+]
|
Added |
mozilla-preferences.patch
^
|
@@ -0,0 +1,30 @@
+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 020571ebc3766a68f1e50780b910c51d1bb76087
+diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
+--- a/modules/libpref/src/init/all.js
++++ b/modules/libpref/src/init/all.js
+@@ -1085,17 +1085,17 @@ pref("intl.charsetmenu.browser.unicode",
+ pref("intl.charsetmenu.mailedit", "chrome://global/locale/intl.properties");
+ pref("intl.charsetmenu.browser.cache", "");
+ pref("intl.charsetmenu.mailview.cache", "");
+ pref("intl.charsetmenu.composer.cache", "");
+ pref("intl.charsetmenu.browser.cache.size", 5);
+ pref("intl.charset.detector", "chrome://global/locale/intl.properties");
+ pref("intl.charset.default", "chrome://global-platform/locale/intl.properties");
+ 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");
+
+ // these locales have right-to-left UI
+ pref("intl.uidirection.ar", "rtl");
|
[-]
[+]
|
Changed |
create-tar.sh
^
|
@@ -1,8 +1,8 @@
#!/bin/bash
BRANCH="releases/mozilla-release"
-RELEASE_TAG="FIREFOX_7_0_RELEASE"
-VERSION="7.0"
+RELEASE_TAG="FIREFOX_7_0_1_RELEASE"
+VERSION="7.0.1"
# mozilla
hg clone http://hg.mozilla.org/$BRANCH mozilla
|
|
Deleted |
firefox-7.0-source.tar.bz2
^
|
|
Added |
firefox-7.0.1-source.tar.bz2
^
|
|
Renamed |
l10n-7.0.1.tar.bz2
^
|
[-]
[+]
|
Changed |
source-stamp.txt
^
|
@@ -1,2 +1,2 @@
-REV=273977a2c0ea
+REV=a6c276265898
REPO=http://hg.mozilla.org/releases/mozilla-release
|