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


The following commit has been merged in the debian/unstable branch:
commit 201aa3c841c0202ebd45e8a1a5d1ced316074f3e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 28 19:47:31 2003 +0000

    WebFoundation:
    
            Reviewed by John
    
    	Made SPI out of NSURLConnection code that did not make the API cut.
    
    	Removed timeout interval code from NSURLConnection. This is now
    	a per-request value.
    
            SPI added to NSURLRequest to modify the default per-request
    	timeout interval.
    
            * CacheLoader.subproj/NSURLConnection.h:
            * CacheLoader.subproj/NSURLConnection.m:
            (+[NSURLConnection resourceLoaderRunLoop]):
            (-[NSURLConnection setDefersCallbacks:]):
            (-[NSURLConnection defersCallbacks]):
            (-[NSURLConnection _checkIfTimedOut]):
            * CacheLoader.subproj/NSURLConnectionPrivate.h:
            * CacheLoader.subproj/NSURLRequest.m:
            (-[NSURLRequest initWithURL:]):
            (-[NSURLRequest timeoutInterval]):
            (+[NSURLRequest setDefaultTimeoutInterval:]):
            (+[NSURLRequest defaultTimeoutInterval]):
            * CacheLoader.subproj/NSURLRequestPrivate.h:
            * CookieManager.subproj/WebCookieManager.m:
            * ProtocolHandlers.subproj/WebFTPProtocol.m:
            * ProtocolHandlers.subproj/WebSSLProxyWrapperStream.m:
            * ProtocolHandlers.subproj/WebSimpleHTTPProtocol.m:
    
    WebKit:
    
            Reviewed by John
    
    	Imports NSURLConnection private header to access NSURLConnection code
    	that did not make the API cut.
    
            * WebView.subproj/WebBaseResourceHandleDelegate.m:
            * WebView.subproj/WebMainResourceClient.m:
    
    WebBrowser:
    
            Reviewed by John
    
    	There is now a per-request timeout for NSURLRequest instead
    	of one default on the NSURLConnection class. Error string
    	code updated to account for this.
    
    	PageLoadTestRunner now uses SPI added to NSURLRequest to
    	modify the default timeout interval.
    
            * LocationChangeError.m:
            (-[LocationChangeHandler specializedMessageForError:]):
            * Test/PageLoadTestRunner.m:
            (-[PageLoadTestRunner startTest]):
            (-[PageLoadTestRunner stop]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3956 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c5ff2a3..5d7e746 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,15 @@
 2003-03-28  Ken Kocienda  <kocienda at apple.com>
 
+        Reviewed by John
+
+	Imports NSURLConnection private header to access NSURLConnection code 
+	that did not make the API cut.
+
+        * WebView.subproj/WebBaseResourceHandleDelegate.m:
+        * WebView.subproj/WebMainResourceClient.m:
+
+2003-03-28  Ken Kocienda  <kocienda at apple.com>
+
         Reviewed by Trey
 
         NSURLConnection class method changed name:
diff --git a/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.m b/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.m
index aba3b4d..7c75176 100644
--- a/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.m
+++ b/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.m
@@ -9,6 +9,7 @@
 #import <WebFoundation/WebError.h>
 
 #import <WebFoundation/NSURLConnection.h>
+#import <WebFoundation/NSURLConnectionPrivate.h>
 #import <WebFoundation/NSURLRequest.h>
 #import <WebFoundation/NSURLRequestPrivate.h>
 #import <WebFoundation/NSURLResponse.h>
diff --git a/WebKit/WebView.subproj/WebLoader.m b/WebKit/WebView.subproj/WebLoader.m
index aba3b4d..7c75176 100644
--- a/WebKit/WebView.subproj/WebLoader.m
+++ b/WebKit/WebView.subproj/WebLoader.m
@@ -9,6 +9,7 @@
 #import <WebFoundation/WebError.h>
 
 #import <WebFoundation/NSURLConnection.h>
+#import <WebFoundation/NSURLConnectionPrivate.h>
 #import <WebFoundation/NSURLRequest.h>
 #import <WebFoundation/NSURLRequestPrivate.h>
 #import <WebFoundation/NSURLResponse.h>
diff --git a/WebKit/WebView.subproj/WebMainResourceClient.m b/WebKit/WebView.subproj/WebMainResourceClient.m
index 2a35049..1e41d85 100644
--- a/WebKit/WebView.subproj/WebMainResourceClient.m
+++ b/WebKit/WebView.subproj/WebMainResourceClient.m
@@ -11,6 +11,7 @@
 #import <WebFoundation/WebFileTypeMappings.h>
 #import <WebFoundation/WebNSURLExtras.h>
 #import <WebFoundation/NSURLConnection.h>
+#import <WebFoundation/NSURLConnectionPrivate.h>
 #import <WebFoundation/NSURLRequest.h>
 #import <WebFoundation/NSURLRequestPrivate.h>
 #import <WebFoundation/NSURLResponse.h>
diff --git a/WebKit/WebView.subproj/WebMainResourceLoader.m b/WebKit/WebView.subproj/WebMainResourceLoader.m
index 2a35049..1e41d85 100644
--- a/WebKit/WebView.subproj/WebMainResourceLoader.m
+++ b/WebKit/WebView.subproj/WebMainResourceLoader.m
@@ -11,6 +11,7 @@
 #import <WebFoundation/WebFileTypeMappings.h>
 #import <WebFoundation/WebNSURLExtras.h>
 #import <WebFoundation/NSURLConnection.h>
+#import <WebFoundation/NSURLConnectionPrivate.h>
 #import <WebFoundation/NSURLRequest.h>
 #import <WebFoundation/NSURLRequestPrivate.h>
 #import <WebFoundation/NSURLResponse.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list