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

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:17:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 044b1280d07dd74c4604715fc365ccd620293d1a
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 21 04:40:14 2002 +0000

            Do not add empty URLs to the back forward list.
    
    	Reviewed by Richard, Darin
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _transitionToCommitted:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3169 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 83cec70..a95f1ea 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,14 @@
 2002-12-20  Trey Matteson  <trey at apple.com>
 
+        Do not add empty URLs to the back forward list.
+
+	Reviewed by Richard, Darin
+
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted:]):
+
+2002-12-20  Trey Matteson  <trey at apple.com>
+
 	3133829 - crash leaving page with a running applet
 
 	This fixes some holes in how we teardown plugins.  An additional fix is expected
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index ab0da96..056da95 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -571,9 +571,9 @@ Repeat load of the same URL (by any other means of navigation other than the rel
 			entry = [[WebHistory sharedHistory] addEntryForURL:URL];
 			if (ptitle)
 			    [entry setTitle: ptitle];
+                        [self _addBackForwardItemClippedAtTarget:YES];
 		    }
 
-                    [self _addBackForwardItemClippedAtTarget:YES];
                 } else {
                     // update the URL in the BF list that we made before the redirect
                     [[_private currentItem] setURL:[[ds request] URL]];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list