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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:57:56 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7f0e2aaa3555443471f6746e49e9782983a717b7
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 8 05:15:13 2002 +0000

    WebKit:
    
            * WebKit.pbproj/project.pbxproj:
    
    WebBrowser:
    
    	Made Alexander responsible for opening downloads.
    
            * BrowserWebController.m:
            (-[BrowserWebController fileURLPolicyForMIMEType:andRequest:inFrame:]): call +[WBPreferences shouldOpenFileWithMIMEType:]
            (-[BrowserWebController contentPolicyForResponse:andRequest:inFrame:withContentPolicy:]): no open policy
            * Defaults.plist:
            * DownloadProgressEntry.m:
            (-[DownloadProgressEntry isDiskCopyFile]):
            (-[DownloadProgressEntry startDiskCopyInteraction]):
            (-[DownloadProgressEntry openFile]):
            (-[DownloadProgressEntry setCompleted]):
            * Preferences.subproj/WBPreferences.h:
            * Preferences.subproj/WBPreferences.m:
            (+[WBPreferences shouldOpenFileWithMIMEType:]): moved this method here from BrowserWebController as this is now called in 2 different places
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2594 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e594338..524a69d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-07  Chris Blumenberg  <cblu at apple.com>
+
+        * WebKit.pbproj/project.pbxproj:
+
 2002-11-07  Richard Williamson  <rjw at apple.com>
 
         * WebCoreSupport.subproj/WebImageRenderer.m:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index e594338..524a69d 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-11-07  Chris Blumenberg  <cblu at apple.com>
+
+        * WebKit.pbproj/project.pbxproj:
+
 2002-11-07  Richard Williamson  <rjw at apple.com>
 
         * WebCoreSupport.subproj/WebImageRenderer.m:
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 7fe3a17..6ae43e8 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -930,6 +930,9 @@
 			fileRef = 39446065020F50ED0ECA1767;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		3944608B020F50ED0ECA1767 = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list