[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 05:57:20 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 593d6933f87df484d09b68b5a1f7b58432a54721
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 13 17:27:15 2002 +0000

    2002-03-13  Kenneth Kocienda  <kocienda at apple.com>
    
    	Labyrinth:
    
            Rolled back change in never-expires-test since my change to WFTool got hammered
            by cvs/applecvs last week and I can't yet take advantage of the new options
            processing code that should be there, but isn't. Arrrrgghh!
    
            * Tests/WebFoundation-CacheLoader/never-expires-test:
    
            Updated for new didRedirectToURL callback. This is a partial fix for this bug:
            Radar 2879234 (Redirected URLs not used for subsequent GETs)
    
            * Tests/WebFoundationC/ifurlhandlec-test.c: (ResourceDidRedirectToURL), (run):
            * Tools/wftool/WFTool.m: (-[WFTool IFURLHandle:didRedirectToURL:]):
    
    
    	WebCore:
    
            Updated for new didRedirectToURL callback. This is a partial fix for this bug:
            Radar 2879234 (Redirected URLs not used for subsequent GETs)
    
            * src/kwq/KWQKHTMLPart.mm: (-[KHTMLPartLoadClient
            IFURLHandle:didRedirectToURL:]):
            * src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:didRedirectToURL:]):
    
    
    	WebFoundation:
    
            Updated for new didRedirectToURL callback. This is a partial fix for this bug:
            Radar 2879234 (Redirected URLs not used for subsequent GETs)
    
            * CacheLoader.subproj/IFHTTPURLHandle.h:
            * CacheLoader.subproj/IFHTTPURLProtocolHandler.h:
            * CacheLoader.subproj/IFHTTPURLProtocolHandler.m: (-[IFHTTPURLProtocolHandler
            initWithURLLoad:]), (-[IFHTTPURLProtocolHandler dealloc]),
            (-[IFHTTPURLProtocolHandler createHTTPRequest]), (-[IFHTTPURLProtocolHandler
            performHTTPHeaderRead:]), (-[IFHTTPURLProtocolHandler setRedirectedURL:]),
            (-[IFHTTPURLProtocolHandler setResponseHeaders:]), (-[IFHTTPURLProtocolHandler
            shouldCacheResourceData]):
            * CacheLoader.subproj/IFURLCacheLoaderConstantsPrivate.h:
            * CacheLoader.subproj/IFURLHandle.h:
            * CacheLoader.subproj/IFURLHandle.m: (_sendDidRedirectToURLMessages),
            (-[IFURLHandleInstanceVariables initWithHandle:]),
            (-[IFURLHandleInstanceVariables prepareCallbacks]),
            (-[IFURLHandleInstanceVariables dealloc]), (-[IFURLHandleSynchronousClient
            IFURLHandle:didRedirectToURL:]), (-[IFURLHandle finalURL]), (-[IFURLHandle
            redirectedURL]), (-[IFURLHandle didRedirectToURL:]), (-[IFURLHandle
            setFinalURL:]), (-[IFURLHandle notifyClientsBackgroundLoadFailed]),
            (-[IFURLHandle notifyClientsURLRedirected]):
            * CacheLoader.subproj/IFURLHandleC.h:
            * CacheLoader.subproj/IFURLHandleC.m: (IFURLHandleDidRedirectToURL),
            (IFURLHandleGetFinalURL), (IFURLHandleGetRedirectedURL):
            * CacheLoader.subproj/IFURLHandleCallBackClient.m: (-[IFURLHandleCallBackClient
            IFURLHandle:didRedirectToURL:]):
            * CacheLoader.subproj/IFURLHandleClient.h:
            * CacheLoader.subproj/IFURLHandlePrivate.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@729 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 8c5da85..9f89e9f 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,12 @@
+2002-03-13  Kenneth Kocienda  <kocienda at apple.com>
+
+	Updated for new didRedirectToURL callback. This is a partial fix for this bug:
+	Radar 2879234 (Redirected URLs not used for subsequent GETs)
+
+	* src/kwq/KWQKHTMLPart.mm: (-[KHTMLPartLoadClient
+	IFURLHandle:didRedirectToURL:]):
+	* src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:didRedirectToURL:]):
+
 2002-03-12  Richard Williamson  <rjw at apple.com>
 
 	* src/kwq/KWQString.mm: (QString::find), (QString::contains),
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 8c5da85..9f89e9f 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2002-03-13  Kenneth Kocienda  <kocienda at apple.com>
+
+	Updated for new didRedirectToURL callback. This is a partial fix for this bug:
+	Radar 2879234 (Redirected URLs not used for subsequent GETs)
+
+	* src/kwq/KWQKHTMLPart.mm: (-[KHTMLPartLoadClient
+	IFURLHandle:didRedirectToURL:]):
+	* src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:didRedirectToURL:]):
+
 2002-03-12  Richard Williamson  <rjw at apple.com>
 
 	* src/kwq/KWQString.mm: (QString::find), (QString::contains),
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 8c5da85..9f89e9f 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2002-03-13  Kenneth Kocienda  <kocienda at apple.com>
+
+	Updated for new didRedirectToURL callback. This is a partial fix for this bug:
+	Radar 2879234 (Redirected URLs not used for subsequent GETs)
+
+	* src/kwq/KWQKHTMLPart.mm: (-[KHTMLPartLoadClient
+	IFURLHandle:didRedirectToURL:]):
+	* src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:didRedirectToURL:]):
+
 2002-03-12  Richard Williamson  <rjw at apple.com>
 
 	* src/kwq/KWQString.mm: (QString::find), (QString::contains),
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 4a575b9..1753e1c 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -173,6 +173,10 @@ static void recursive(const DOM::Node &pNode, const DOM::Node &node)
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
+
 // Non-retained
 - (void)setDataSource: d
 {
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 4a575b9..1753e1c 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -173,6 +173,10 @@ static void recursive(const DOM::Node &pNode, const DOM::Node &node)
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
+
 // Non-retained
 - (void)setDataSource: d
 {
diff --git a/WebCore/kwq/KWQKloader.mm b/WebCore/kwq/KWQKloader.mm
index 0b573da..43de06b 100644
--- a/WebCore/kwq/KWQKloader.mm
+++ b/WebCore/kwq/KWQKloader.mm
@@ -1025,6 +1025,9 @@ void DocLoader::removeCachedObject( CachedObject* o ) const
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
 
 @end
 
diff --git a/WebCore/kwq/KWQLoader.mm b/WebCore/kwq/KWQLoader.mm
index 0b573da..43de06b 100644
--- a/WebCore/kwq/KWQLoader.mm
+++ b/WebCore/kwq/KWQLoader.mm
@@ -1025,6 +1025,9 @@ void DocLoader::removeCachedObject( CachedObject* o ) const
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
 
 @end
 
diff --git a/WebCore/kwq/KWQLoaderImpl.mm b/WebCore/kwq/KWQLoaderImpl.mm
index 0b573da..43de06b 100644
--- a/WebCore/kwq/KWQLoaderImpl.mm
+++ b/WebCore/kwq/KWQLoaderImpl.mm
@@ -1025,6 +1025,9 @@ void DocLoader::removeCachedObject( CachedObject* o ) const
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
 
 @end
 
diff --git a/WebCore/src/kwq/KWQKHTMLPart.mm b/WebCore/src/kwq/KWQKHTMLPart.mm
index 4a575b9..1753e1c 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -173,6 +173,10 @@ static void recursive(const DOM::Node &pNode, const DOM::Node &node)
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
+
 // Non-retained
 - (void)setDataSource: d
 {
diff --git a/WebCore/src/kwq/KWQKloader.mm b/WebCore/src/kwq/KWQKloader.mm
index 0b573da..43de06b 100644
--- a/WebCore/src/kwq/KWQKloader.mm
+++ b/WebCore/src/kwq/KWQKloader.mm
@@ -1025,6 +1025,9 @@ void DocLoader::removeCachedObject( CachedObject* o ) const
     [sender autorelease];
 }
 
+- (void)IFURLHandle:(IFURLHandle *)sender didRedirectToURL:(NSURL *)url
+{
+}
 
 @end
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list