]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- hack fixing symptoms of https://bugzilla.mozilla.org/show_bug.cgi?id=362462 auto/ac/mozilla-thunderbird-0_94_2-3 auto/ac/mozilla-thunderbird-0_94_2-4 auto/ac/mozilla-thunderbird-0_94_2-5 auto/ac/mozilla-thunderbird-0_94_3-5 auto/ac/mozilla-thunderbird-0_94_3-6 auto/th/mozilla-thunderbird-0_94_3-4 auto/th/mozilla-thunderbird-2_0-0_b2_2 auto/th/mozilla-thunderbird-2_0-0_b2_2_8 auto/th/mozilla-thunderbird-2_0-0_b2_3 auto/th/xulrunner-1_8_1_2-1_20070224_0_2 auto/th/xulrunner-1_8_1_3-1_20070321_1 auto/th/xulrunner-1_8_1_3-1_20070321_3 auto/th/xulrunner-1_8_1_3-1_20070321_4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Feb 2007 09:11:43 +0000 (09:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-hack-gcc_4_2.patch -> 1.1

mozilla-hack-gcc_4_2.patch [new file with mode: 0644]

diff --git a/mozilla-hack-gcc_4_2.patch b/mozilla-hack-gcc_4_2.patch
new file mode 100644 (file)
index 0000000..f8e10db
--- /dev/null
@@ -0,0 +1,14 @@
+; giant hack, if you feel brave enough you can try to track it down deeper
+; https://bugzilla.mozilla.org/show_bug.cgi?id=362462
+--- mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp~        2007-02-26 09:31:24.171735485 +0100
++++ mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp 2007-02-26 10:04:35.679481070 +0100
+@@ -2510,6 +2510,9 @@
+     InvalidateCache();
++    if (urlType != URLTYPE_STANDARD && urlType != URLTYPE_AUTHORITY && urlType != URLTYPE_NO_AUTHORITY)
++        urlType = URLTYPE_STANDARD;
++
+     switch (urlType) {
+     case URLTYPE_STANDARD:
+         mParser = net_GetStdURLParser();
This page took 0.46173 seconds and 4 git commands to generate.