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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:35:46 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 339301e2c239f6469bd7c9acbbae14c12afd7772
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 30 21:52:33 2002 +0000

    	Removed one last reference to the now-removed WebDefaultMIMEType symbol.
    	I missed it earlier.
    
            * WebView.subproj/WebMainResourceClient.m:
            (-[WebMainResourceClient handleDidReceiveData:data:])
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1947 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 28d8056..e90985e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-08-30  Ken Kocienda  <kocienda at apple.com>
 
+	Removed one last reference to the now-removed WebDefaultMIMEType symbol.
+	I missed it earlier.
+
+        * WebView.subproj/WebMainResourceClient.m:
+        (-[WebMainResourceClient handleDidReceiveData:data:])
+
+2002-08-30  Ken Kocienda  <kocienda at apple.com>
+
 	Failed to remove debugging spam before my last checkin. Sorry.
 
         * WebKit.pbproj/project.pbxproj:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 28d8056..e90985e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-08-30  Ken Kocienda  <kocienda at apple.com>
 
+	Removed one last reference to the now-removed WebDefaultMIMEType symbol.
+	I missed it earlier.
+
+        * WebView.subproj/WebMainResourceClient.m:
+        (-[WebMainResourceClient handleDidReceiveData:data:])
+
+2002-08-30  Ken Kocienda  <kocienda at apple.com>
+
 	Failed to remove debugging spam before my last checkin. Sorry.
 
         * WebKit.pbproj/project.pbxproj:
diff --git a/WebKit/WebView.subproj/WebMainResourceClient.m b/WebKit/WebView.subproj/WebMainResourceClient.m
index 480728d..34818ec 100644
--- a/WebKit/WebView.subproj/WebMainResourceClient.m
+++ b/WebKit/WebView.subproj/WebMainResourceClient.m
@@ -182,7 +182,7 @@
     
         // Make assumption that if the contentType is the default 
         // and there is no extension, this is text/html
-        if([contentType isEqualToString:WebDefaultMIMEType] && [[[currentURL path] pathExtension] isEqualToString:@""])
+        if([contentType isEqualToString:@"application/octet-stream"] && [[[currentURL path] pathExtension] isEqualToString:@""])
             contentType = @"text/html";
         
         [dataSource _setContentType:contentType];
diff --git a/WebKit/WebView.subproj/WebMainResourceLoader.m b/WebKit/WebView.subproj/WebMainResourceLoader.m
index 480728d..34818ec 100644
--- a/WebKit/WebView.subproj/WebMainResourceLoader.m
+++ b/WebKit/WebView.subproj/WebMainResourceLoader.m
@@ -182,7 +182,7 @@
     
         // Make assumption that if the contentType is the default 
         // and there is no extension, this is text/html
-        if([contentType isEqualToString:WebDefaultMIMEType] && [[[currentURL path] pathExtension] isEqualToString:@""])
+        if([contentType isEqualToString:@"application/octet-stream"] && [[[currentURL path] pathExtension] isEqualToString:@""])
             contentType = @"text/html";
         
         [dataSource _setContentType:contentType];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list