]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Jun 2007 16:49:40 +0000 (16:49 +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.3

mozilla-hack-gcc_4_2.patch [deleted file]

diff --git a/mozilla-hack-gcc_4_2.patch b/mozilla-hack-gcc_4_2.patch
deleted file mode 100644 (file)
index 6390404..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -puNr mozilla/mozilla.orig/netwerk/base/src/nsStandardURL.h mozilla/mozilla/netwerk/base/src/nsStandardURL.h
---- mozilla.orig/mozilla/netwerk/base/src/nsStandardURL.h      2006-05-02 20:53:56.000000000 +0200
-+++ mozilla/mozilla/netwerk/base/src/nsStandardURL.h   2007-04-10 21:18:23.000000000 +0200
-@@ -262,11 +262,11 @@ private:
-         eEncoding_UTF8
-     };
--    PRUint32 mHostEncoding    : 2; // eEncoding_xxx
--    PRUint32 mSpecEncoding    : 2; // eEncoding_xxx
--    PRUint32 mURLType         : 2; // nsIStandardURL::URLTYPE_xxx
--    PRUint32 mMutable         : 1; // nsIStandardURL::mutable
--    PRUint32 mSupportsFileURL : 1; // QI to nsIFileURL?
-+    PRUint32 mHostEncoding; // eEncoding_xxx
-+    PRUint32 mSpecEncoding; // eEncoding_xxx
-+    PRUint32 mURLType; // nsIStandardURL::URLTYPE_xxx
-+    PRUint32 mMutable; // nsIStandardURL::mutable
-+    PRUint32 mSupportsFileURL; // QI to nsIFileURL?
-     // global objects.  don't use COMPtr as its destructor will cause a
-     // coredump if we leak it.
This page took 0.899782 seconds and 4 git commands to generate.