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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:39:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3b5b79f9d08b46ac879860af64463de55ce98bf6
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 1 01:56:08 2003 +0000

            Copy MIME type when copying WebDataProtocol's parameters.
    
            Reviewed by Ken.
    
            * WebView.subproj/WebDataProtocol.m:
            (-[WebDataRequestParameters copyWithZone:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 436ba54..94b3d50 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,14 @@
 2003-04-30  Richard Williamson   <rjw at apple.com>
 
+        Copy MIME type when copying WebDataProtocol's parameters.
+        
+        Reviewed by Ken.
+
+        * WebView.subproj/WebDataProtocol.m:
+        (-[WebDataRequestParameters copyWithZone:]):
+
+2003-04-30  Richard Williamson   <rjw at apple.com>
+
         Documentation fixes.
         Added "ADVISORY NOTE" about possible API change after beta SDK.
         
diff --git a/WebKit/WebView.subproj/WebDataProtocol.m b/WebKit/WebView.subproj/WebDataProtocol.m
index ae61f52..0cb2b32 100644
--- a/WebKit/WebView.subproj/WebDataProtocol.m
+++ b/WebKit/WebView.subproj/WebDataProtocol.m
@@ -31,6 +31,7 @@ static NSString *WebDataRequestPropertyKey = @"WebDataRequest";
     newInstance->data = [data copyWithZone:zone];
     newInstance->encoding = [encoding copyWithZone:zone];
     newInstance->baseURL = [baseURL copyWithZone:zone];
+    newInstance->MIMEType = [MIMEType copyWithZone:zone];
     return newInstance;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list