[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:37:14 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit bac9be04da4a888e81a2f24d444e69204e5c2e55
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 15 21:25:06 2003 +0000

    Tools:
    
            Reviewed by Darin
    
            Name change from WebCacheObject to NSCachedURLResponse.
            No functional changes.
    
            * DiskCachePeek/main.m:
            * WebDiskCacheInspector/Controller.h:
            * WebDiskCacheInspector/Controller.m:
            (-[Controller cacheObjectForPath:]):
            (-[Controller setFilesArrayUsingSearchString:]):
            (-[Controller tableView:objectValueForTableColumn:row:]):
            (-[Controller setCacheObject:]):
    
    WebFoundation:
    
            Reviewed by Darin
    
            Name change from WebCacheObject to NSCachedURLResponse.
            No functional changes.
    
            * CacheLoader.subproj/NSURLConnection.m:
            (-[NSURLConnection cacheObject]):
            (-[NSURLConnection setCacheObject:]):
            (-[NSURLConnection _beginLoad]):
            (-[NSURLConnection _finishedLoading]):
            (-[NSURLConnectionInternal cacheObject]):
            * CacheLoader.subproj/NSURLProtocol.h:
            * CacheLoader.subproj/NSURLProtocol.m:
            (-[NSURLProtocol cacheObject]):
            (-[NSURLProtocol setCacheObject:]):
            (-[NSURLProtocol startLoadingWithCacheObject:]):
            (-[NSURLProtocol stateForCacheObject:]):
            (-[NSURLProtocol canStoreCacheObject:]):
            * CacheLoader.subproj/WebCache.h:
            * CacheLoader.subproj/WebCache.m:
            (-[WebCache cacheObjectForKey:]):
            (-[WebCache storeCacheObject:forKey:]):
            * CacheLoader.subproj/WebCacheManager.h:
            * CacheLoader.subproj/WebCacheManager.m:
            (-[WebCacheManager cacheObjectForKey:]):
            (-[WebCacheManager storeCacheObject:forKey:]):
            * CacheLoader.subproj/WebCacheObjectPrivate.h:
            * CacheLoader.subproj/WebDiskCache.m:
            (-[WebDiskCache cacheObjectForKey:]):
            (-[WebDiskCache storeCacheObject:forKey:]):
            (-[WebDiskCache removeCacheObjectForKey:]):
            * CacheLoader.subproj/WebMemoryCache.m:
            (-[WebMemoryCacheLRUListNode initWithCacheObject:forKey:]):
            (-[WebMemoryCache cacheObjectForKey:]):
            (-[WebMemoryCache storeCacheObject:forKey:]):
            * Misc.subproj/WebFoundation.h:
            * ProtocolHandlers.subproj/WebAboutProtocol.m:
            (-[WebAboutProtocol startLoadingWithCacheObject:]):
            * ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.m:
            (-[WebCFNetworkHTTPProtocol addConditionalFieldsToHeader]):
            (-[WebCFNetworkHTTPProtocol startLoadingWithCacheObject:]):
            (-[WebCFNetworkHTTPProtocol continueHeaderReadAfter3xxResponseAndCall:]):
            * ProtocolHandlers.subproj/WebFTPProtocol.m:
            (-[WebFTPProtocol startLoadingWithCacheObject:]):
            * ProtocolHandlers.subproj/WebFileProtocol.m:
            (-[WebFileProtocol startLoadingWithCacheObject:]):
            * ProtocolHandlers.subproj/WebHTTPProtocol.m:
            (-[WebHTTPProtocol startLoadingWithCacheObject:]):
            (-[WebHTTPProtocol canStoreCacheObject:]):
            (-[WebHTTPProtocol stateForCacheObject:]):
            * ProtocolHandlers.subproj/WebSimpleHTTPProtocol.m:
            (-[WebSimpleHTTPProtocol startLoadingWithCacheObject:]):
            (-[WebSimpleHTTPProtocol buildHTTPRequest]):
            (-[WebSimpleHTTPProtocol _processHTTPResultCode]):
            * WebFoundation.exp:
            * WebFoundation.pbproj/project.pbxproj:
    
    WebKit:
    
            Reviewed by Darin
    
            Name change from WebCacheObject to NSCachedURLResponse.
            No functional changes.
    
            * WebView.subproj/WebDataProtocol.m:
            (-[WebDataProtocol startLoadingWithCacheObject:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4110 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4820c2c..28f49b6 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-15  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by Darin
+
+        Name change from WebCacheObject to NSCachedURLResponse.    
+        No functional changes.
+
+        * WebView.subproj/WebDataProtocol.m:
+        (-[WebDataProtocol startLoadingWithCacheObject:]):
+
 2003-04-15  Trey Matteson  <trey at apple.com>
 
 	3227514 Open window in "Same Page" should copy entire back/forward list
diff --git a/WebKit/WebView.subproj/WebDataProtocol.m b/WebKit/WebView.subproj/WebDataProtocol.m
index db5cfeb..3cf1bb1 100644
--- a/WebKit/WebView.subproj/WebDataProtocol.m
+++ b/WebKit/WebView.subproj/WebDataProtocol.m
@@ -142,7 +142,7 @@ NSString *WebDataProtocolScheme = @"applewebdata";
     return URL;
 }
 
-- (void)startLoadingWithCacheObject:(WebCacheObject *)cacheObject
+- (void)startLoadingWithCacheObject:(NSCachedURLResponse *)cacheObject
 {
     NSObject<NSURLProtocolClient> *client = [self client];
     NSURLRequest *request = [self request];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list