[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:36:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c1f6ec828b2dfc7c327c274af6d2c0e8d3339fd2
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 10 21:41:42 2003 +0000

    WebKit:
    
            Reviewed by Chris.
    
    	- fixed 3224690 - REGRESSION: Download related errors aren't preserved across launches
    
            * WebKit.pbproj/project.pbxproj: Install WebKitErrorsPrivate.h as SPI.
    
    WebBrowser:
    
            Reviewed by Chris.
    
    	- fixed 3224690 - REGRESSION: Download related errors aren't preserved across launches
    
            * BrowserWebController.m:
    	(-[BrowserWebController openURLExternallyWithRequest:inFrame:]):
    	Use _webKitErrorWithCode:forURL: SPI.
            * DownloadProgressEntry.m:
    	-([DownloadProgressEntry initWithDictionary:]): Use
    	_webKitErrorWithCode:forURL: SPI when appropriate. Also, avoid
    	treating error code of 0 as "no error" if we have a non-empty
    	non-nil domain.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4066 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d2f5c39..aa4c7cc 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-10  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Chris.
+
+	- fixed 3224690 - REGRESSION: Download related errors aren't preserved across launches
+
+        * WebKit.pbproj/project.pbxproj: Install WebKitErrorsPrivate.h as SPI.
+
 2003-04-10  Darin Adler  <darin at apple.com>
 
         Reviewed by Trey.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 42a3a0a..67fd138 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -184,6 +184,7 @@
 </dict>
 </plist>
 ";
+			shouldUseHeadermap = 0;
 		};
 		0867D69DFE84028FC02AAC07 = {
 			buildActionMask = 2147483647;
@@ -2135,6 +2136,9 @@
 			fileRef = 84CA5F7E042685E800CA2ACA;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		84D4BFF70348EF7600CA2ACA = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list