[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:56:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a15e36013041be112068c238f6391eeffb0abf89
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 16 22:59:52 2003 +0000

    	Backed out fix to 3412062 to resolve 3424197.
    
    	Many sites use a technique of posting forms the same URL to generate content server side.  The fix to 3412062 broke those sites.
    
            Reviewed by Darin.
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _transitionToCommitted:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4998 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5675df4..12aab6c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-16  Richard Williamson   <rjw at apple.com>
+
+	Backed out fix to 3412062 to resolve 3424197.
+
+	Many sites use a technique of posting forms the same URL to generate content server side.  The fix to 3412062 broke those sites.
+
+        Reviewed by Darin.
+
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted:]):
+
 === WebKit-105 ===
 
 === WebKit-104 ===
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index 9e4b58c..f2cf25e 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -687,8 +687,7 @@ NSString *WebCorePageCacheStateKey = @"WebCorePageCacheState";
                 if (![ds _isClientRedirect]) {
                     // Add item to history.
 		    NSURL *URL = [[[ds _originalRequest] URL] _webkit_canonicalize];
-		    if (![URL _web_isEmpty] && ![WebDataProtocol _webIsDataProtocolURL:URL] &&
-                        ![self _shouldTreatURLAsSameAsCurrent:URL]) {
+		    if (![URL _web_isEmpty] && ![WebDataProtocol _webIsDataProtocolURL:URL] ){
 			entry = [[WebHistory optionalSharedHistory] addItemForURL:URL];
 			if (ptitle)
 			    [entry setTitle: ptitle];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list