[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 07:31:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5cd18601ab32d960b3faba13e87bd82d26e2a544
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 24 18:40:24 2003 +0000

    WebFoundation:
    
            Reviewed by Darin
    
    	Removed now-obsolete WebResponseCachePolicy enum.
    	Once the new cache API is ready, there will be new features
    	to replace what this enum provided. Seeing as how this
    	enum was largely unused, there is no impact associated with
    	removing it now.
    
            * CacheLoader.subproj/NSURLRequest.h:
            * CacheLoader.subproj/NSURLRequest.m:
            (-[NSURLRequest initWithURL:]):
            (-[NSURLRequest cachePolicy]):
            (-[NSURLRequest setCachePolicy:]):
            (-[NSURLRequest copyWithZone:]):
            (-[NSURLRequest hash]):
            (-[NSURLRequest isEqual:]):
            * CacheLoader.subproj/WebResource.m:
            (-[WebResource _finishedLoading]):
    
    WebKit:
    
            Reviewed by Darin
    
            Removed now-obsolete WebResponseCachePolicy enum.
            Once the new cache API is ready, there will be new features
            to replace what this enum provided. Seeing as how this
            enum was largely unused, there is no impact associated with
            removing it now.
    
            * WebCoreSupport.subproj/WebSubresourceClient.m:
            (+[WebSubresourceClient startLoadingResource:withURL:referrer:forDataSource:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3903 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 9e4c1bf..c697bd4 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,18 @@
 2003-03-24  Ken Kocienda  <kocienda at apple.com>
 
+        Reviewed by Darin
+
+        Removed now-obsolete WebResponseCachePolicy enum.
+        Once the new cache API is ready, there will be new features
+        to replace what this enum provided. Seeing as how this
+        enum was largely unused, there is no impact associated with         
+        removing it now.
+
+        * WebCoreSupport.subproj/WebSubresourceClient.m:
+        (+[WebSubresourceClient startLoadingResource:withURL:referrer:forDataSource:]):
+
+2003-03-24  Ken Kocienda  <kocienda at apple.com>
+
         Reviewed by John
 
         Cleaned up some missed WebRequest -> NSURLRequest  
diff --git a/WebKit/WebCoreSupport.subproj/WebSubresourceClient.m b/WebKit/WebCoreSupport.subproj/WebSubresourceClient.m
index 95f0010..18c8c3e 100644
--- a/WebKit/WebCoreSupport.subproj/WebSubresourceClient.m
+++ b/WebKit/WebCoreSupport.subproj/WebSubresourceClient.m
@@ -47,7 +47,6 @@
 
     NSURLRequest *newRequest = [[NSURLRequest alloc] initWithURL:URL];
     [newRequest setCachePolicy:[[source request] cachePolicy]];
-    [newRequest setResponseCachePolicy:[[source request] responseCachePolicy]];
     [newRequest setReferrer:referrer];
     
     WebView *_controller = [source _controller];
diff --git a/WebKit/WebCoreSupport.subproj/WebSubresourceLoader.m b/WebKit/WebCoreSupport.subproj/WebSubresourceLoader.m
index 95f0010..18c8c3e 100644
--- a/WebKit/WebCoreSupport.subproj/WebSubresourceLoader.m
+++ b/WebKit/WebCoreSupport.subproj/WebSubresourceLoader.m
@@ -47,7 +47,6 @@
 
     NSURLRequest *newRequest = [[NSURLRequest alloc] initWithURL:URL];
     [newRequest setCachePolicy:[[source request] cachePolicy]];
-    [newRequest setResponseCachePolicy:[[source request] responseCachePolicy]];
     [newRequest setReferrer:referrer];
     
     WebView *_controller = [source _controller];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list