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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:02:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1ea3cc0f8dde6c16e2322f98ac0321c845a1c74e
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 18 03:37:24 2002 +0000

    	Back out my previous fix.  I have a better one that is
    	confined to WebCore.
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _isLoadComplete]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2722 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 52f9322..b210a33 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-11-17  David Hyatt  <hyatt at apple.com>
 
+	Back out my previous fix.  I have a better one that is
+	confined to WebCore.
+	
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _isLoadComplete]):
+
+2002-11-17  David Hyatt  <hyatt at apple.com>
+
 	The needsdisplay is necessary even for HTML documents.
 	I over-optimized here.  Fixes the directory.apple.com
 	regression and the santa clara library regression.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 52f9322..b210a33 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-11-17  David Hyatt  <hyatt at apple.com>
 
+	Back out my previous fix.  I have a better one that is
+	confined to WebCore.
+	
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _isLoadComplete]):
+
+2002-11-17  David Hyatt  <hyatt at apple.com>
+
 	The needsdisplay is necessary even for HTML documents.
 	I over-optimized here.  Fixes the directory.apple.com
 	regression and the santa clara library regression.
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index ee17286..cb04648 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -632,9 +632,9 @@ static const char * const stateNames[] = {
                 if (!([[self webView] isDocumentHTML])) {
                     [thisDocumentView setNeedsLayout:YES];
                     [thisDocumentView layout];
+                    [thisDocumentView setNeedsDisplay:YES];
                 }
-                [thisDocumentView setNeedsDisplay:YES];
-                
+                 
                 // If the user had a scroll point scroll to it.  This will override
                 // the anchor point.  After much discussion it was decided by folks
                 // that the user scroll point should override the anchor point.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list