From: Arkadiusz Miƛkiewicz Date: Mon, 26 Feb 2007 09:11:43 +0000 (+0000) Subject: - hack fixing symptoms of https://bugzilla.mozilla.org/show_bug.cgi?id=362462 X-Git-Tag: auto/ac/mozilla-thunderbird-0_94_2-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox.git;a=commitdiff_plain;h=933ceb8c6100ab0ac21a9dde07fd50a6b9b23063 - hack fixing symptoms of https://bugzilla.mozilla.org/show_bug.cgi?id=362462 Changed files: mozilla-hack-gcc_4_2.patch -> 1.1 --- diff --git a/mozilla-hack-gcc_4_2.patch b/mozilla-hack-gcc_4_2.patch new file mode 100644 index 0000000..f8e10db --- /dev/null +++ b/mozilla-hack-gcc_4_2.patch @@ -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();