[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:13 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a5de17588d2a4525efb33a77f2bfd6ebd9af342a
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 23 19:57:48 2002 +0000

            Reviewed by John.
    
    	- fixed 3134558 -- REGRESSION: Lord of the Rings site problems
    
    	This regression was caused when we fixed the abcnews.com problem (3124933).
    
            * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::createEmptyDocument):
    	Despite its name, this function was never intended to overwrite an existing document with
    	an empty document. When we changed it do do the creation in a better way, we lost the
    	check that prevents it from doing anything at all if we already have a document.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3175 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index e75ce65..11525b3 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,6 +1,6 @@
 2002-12-23  Darin Adler  <darin at apple.com>
 
-        Reviewed by NOBODY (OOPS!).
+        Reviewed by John.
 
 	- fixed 3134558 -- REGRESSION: Lord of the Rings site problems
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e75ce65..11525b3 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,6 +1,6 @@
 2002-12-23  Darin Adler  <darin at apple.com>
 
-        Reviewed by NOBODY (OOPS!).
+        Reviewed by John.
 
 	- fixed 3134558 -- REGRESSION: Lord of the Rings site problems
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list