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


The following commit has been merged in the debian/unstable branch:
commit 1debffd5958123d8d98bafa0604ec5b3f5ccf01a
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 15 18:13:26 2003 +0000

    WebFoundation:
    
            Reviewed by John
    
            Name change from WebProtocolClient to NSURLProtocolClient.
            No functional changes.
    
            * CacheLoader.subproj/NSURLConnection.m:
            * CacheLoader.subproj/NSURLProtocol.h:
            * CacheLoader.subproj/NSURLProtocol.m:
            (-[NSURLProtocol initWithProtocolClient:request:]):
            (-[NSURLProtocol client]):
            * ProtocolHandlers.subproj/WebAboutProtocol.m:
            (-[WebAboutProtocol startLoadingWithCacheObject:]):
            * ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.m:
            (-[WebCFNetworkHTTPProtocol initWithProtocolClient:request:]):
            (-[WebCFNetworkHTTPProtocol continueHeaderReadAfter3xxResponseAndCall:]):
            (-[WebCFNetworkHTTPProtocol performHTTPHeaderRead:andCall:]):
            (-[WebCFNetworkHTTPProtocol performStreamRead:]):
            * ProtocolHandlers.subproj/WebFTPProtocol.m:
            (-[WebFTPProtocol initWithProtocolClient:request:]):
            (-[WebFTPProtocol startLoadingWithCacheObject:]):
            (-[WebFTPProtocol _checkDirectoryListing]):
            (-[WebFTPProtocol handleEndEncountered]):
            (-[WebFTPProtocol handleReadStreamEvent:event:]):
            * ProtocolHandlers.subproj/WebFileProtocol.m:
            (-[WebFileProtocol didLoadData:]):
            (-[WebFileProtocol startLoadingWithCacheObject:]):
            * ProtocolHandlers.subproj/WebHTTPProtocol.m:
            (-[WebHTTPProtocol initWithProtocolClient:request:]):
            (-[WebHTTPProtocol retryWithRedirectedURLAndResultCode:]):
            * ProtocolHandlers.subproj/WebSimpleHTTPProtocol.m:
            (-[WebSimpleHTTPProtocol initWithProtocolClient:request:]):
            (-[WebSimpleHTTPProtocol _processHTTPResultCode]):
            (-[WebSimpleHTTPProtocol _forwardToCFNetwork]):
            (-[WebSimpleHTTPProtocol _handleLoadCallback]):
            * WebFoundation.pbproj/project.pbxproj:
    
    WebKit:
    
            Reviewed by John
    
            Name change from WebProtocolClient to NSURLProtocolClient.
            No functional changes.
    
            * WebView.subproj/WebDataProtocol.m:
            (-[WebDataProtocol startLoadingWithCacheObject:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4107 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8f07677..f93b18e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,15 @@
 2003-04-15  Ken Kocienda  <kocienda at apple.com>
 
+        Reviewed by John
+
+        Name change from WebProtocolClient to NSURLProtocolClient.
+        No functional changes.
+
+        * WebView.subproj/WebDataProtocol.m:
+        (-[WebDataProtocol startLoadingWithCacheObject:]):
+
+2003-04-15  Ken Kocienda  <kocienda at apple.com>
+
         Reviewed by Darin
 
         Name change from WebProtocol to NSURLProtocol.
diff --git a/WebKit/WebView.subproj/WebDataProtocol.m b/WebKit/WebView.subproj/WebDataProtocol.m
index aeb3e15..db5cfeb 100644
--- a/WebKit/WebView.subproj/WebDataProtocol.m
+++ b/WebKit/WebView.subproj/WebDataProtocol.m
@@ -7,7 +7,7 @@
 #import <WebFoundation/NSURLResponse.h>
 #import <WebFoundation/NSURLResponsePrivate.h>
 #import <WebFoundation/WebError.h>
-#import <WebFoundation/WebProtocolClient.h>
+#import <WebFoundation/NSURLProtocolClient.h>
 
 NSString *WebDataProtocolScheme = @"applewebdata";
 
@@ -144,7 +144,7 @@ NSString *WebDataProtocolScheme = @"applewebdata";
 
 - (void)startLoadingWithCacheObject:(WebCacheObject *)cacheObject
 {
-    NSObject<WebProtocolClient> *client = [self client];
+    NSObject<NSURLProtocolClient> *client = [self client];
     NSURLRequest *request = [self request];
     NSData *data = [request _webDataRequestData];
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list