[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 08:02:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1d290491b2886b7522b1eeffd8cea5d18585953a
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 17 00:17:24 2003 +0000

    	Fixed 3455306.  Ensure that progress is correctly ended when a load is interupted (i.e. becomes a download).
    
            Reviewed by mjs.
    
            * WebView.subproj/WebFrame.m:
            (-[WebFrame _isLoadComplete]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5198 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8a6b6b2..117f77c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-16  Richard Williamson   <rjw at apple.com>
+
+	Fixed 3455306.  Ensure that progress is correctly ended when a load is interupted (i.e. becomes a download).
+
+        Reviewed by mjs.
+
+        * WebView.subproj/WebFrame.m:
+        (-[WebFrame _isLoadComplete]):
+
 2003-10-16  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: <rdar://problem/3455176>: Assertion failure when loading non-existant plug-in content
diff --git a/WebKit/WebView.subproj/WebFrame.m b/WebKit/WebView.subproj/WebFrame.m
index f796a64..14aefd6 100644
--- a/WebKit/WebView.subproj/WebFrame.m
+++ b/WebKit/WebView.subproj/WebFrame.m
@@ -943,6 +943,8 @@ static CFAbsoluteTime _timeOfLastCompletedLoad;
                     [_private->provisionalDataSource _stopLoading];
                     [self _setProvisionalDataSource:nil];
                     
+                    [[self webView] _progressCompleted: self];
+    
                     [self _setState:WebFrameStateComplete];
                     return;
                 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list