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

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


The following commit has been merged in the debian/unstable branch:
commit bd2f5f1112ab510e8ef5107bba00ff9c07725dfe
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 30 06:01:32 2002 +0000

            Reviewed by Don.
    
    	- fixed 3134346 -- country menu at www.apple.com does not work when you go back to that page
    
            * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::openURLFromPageCache): Add call to checkCompleted().
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3207 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 78e557d..dbf4e66 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,13 @@
 2002-12-29  Darin Adler  <darin at apple.com>
 
+        Reviewed by Don.
+
+	- fixed 3134346 -- country menu at www.apple.com does not work when you go back to that page
+
+        * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::openURLFromPageCache): Add call to checkCompleted().
+
+2002-12-29  Darin Adler  <darin at apple.com>
+
         Reviewed by Maciej.
 
 	- fixed 3136391 -- PianoNanny.com screens turn to garbage when resized
@@ -1698,8 +1706,6 @@
 
 2002-12-12  Darin Adler  <darin at apple.com>
 
-2002-12-12  Darin Adler  <darin at apple.com>
-
         Reviewed by Maciej.
 
 	- fixed 3125504 -- REGRESSION: Selection not working correctly for text area on http://glish.com/css/7.asp
@@ -1982,8 +1988,6 @@
 	that are obscured by blocks are properly considered to be
 	above the block background.
 	
-        Reviewed by LUCKY WINNER
-
         * khtml/rendering/render_object.cpp:
         (RenderObject::nodeAtPoint):
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 78e557d..dbf4e66 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,13 @@
 2002-12-29  Darin Adler  <darin at apple.com>
 
+        Reviewed by Don.
+
+	- fixed 3134346 -- country menu at www.apple.com does not work when you go back to that page
+
+        * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::openURLFromPageCache): Add call to checkCompleted().
+
+2002-12-29  Darin Adler  <darin at apple.com>
+
         Reviewed by Maciej.
 
 	- fixed 3136391 -- PianoNanny.com screens turn to garbage when resized
@@ -1698,8 +1706,6 @@
 
 2002-12-12  Darin Adler  <darin at apple.com>
 
-2002-12-12  Darin Adler  <darin at apple.com>
-
         Reviewed by Maciej.
 
 	- fixed 3125504 -- REGRESSION: Selection not working correctly for text area on http://glish.com/css/7.asp
@@ -1982,8 +1988,6 @@
 	that are obscured by blocks are properly considered to be
 	above the block background.
 	
-        Reviewed by LUCKY WINNER
-
         * khtml/rendering/render_object.cpp:
         (RenderObject::nodeAtPoint):
 
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index e9c62cd..59bf689 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -561,6 +561,8 @@ void KWQKHTMLPart::openURLFromPageCache(DocumentImpl *doc, RenderObject *rendere
         
     restoreWindowProperties (windowProperties);
     restoreLocationProperties (locationProperties);
+    
+    checkCompleted();
 }
 
 WebCoreBridge *KWQKHTMLPart::bridgeForWidget(QWidget *widget)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list