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


The following commit has been merged in the debian/unstable branch:
commit 80f56f48ae9baf9261621076bdb0bb7f0bf7d582
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 17 22:19:45 2003 +0000

    	Missed another "Almost Strict" spot.
    
            Reviewed by kocienda
    
            * khtml/xml/dom_docimpl.cpp:
            (DocumentImpl::recalcStyle):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3658 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 9061a5b..38e226b 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,14 @@
 2003-02-17  David Hyatt  <hyatt at apple.com>
 
+	Missed another "Almost Strict" spot.
+	
+        Reviewed by kocienda
+
+        * khtml/xml/dom_docimpl.cpp:
+        (DocumentImpl::recalcStyle):
+
+2003-02-17  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3% improvement on cached cvs-base.  Make cells share the
 	declarations set up by the table (add these decls to the table
 	once instead of to every cell).
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 9061a5b..38e226b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2003-02-17  David Hyatt  <hyatt at apple.com>
 
+	Missed another "Almost Strict" spot.
+	
+        Reviewed by kocienda
+
+        * khtml/xml/dom_docimpl.cpp:
+        (DocumentImpl::recalcStyle):
+
+2003-02-17  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3% improvement on cached cvs-base.  Make cells share the
 	declarations set up by the table (add these decls to the table
 	once instead of to every cell).
diff --git a/WebCore/khtml/xml/dom_docimpl.cpp b/WebCore/khtml/xml/dom_docimpl.cpp
index ddc8dc1..7010a78 100644
--- a/WebCore/khtml/xml/dom_docimpl.cpp
+++ b/WebCore/khtml/xml/dom_docimpl.cpp
@@ -925,7 +925,7 @@ void DocumentImpl::recalcStyle( StyleChange change )
         //kdDebug() << "DocumentImpl::attach: setting to charset " << settings->charset() << endl;
         _style->setFontDef(fontDef);
 	_style->htmlFont().update( paintDeviceMetrics() );
-        if ( parseMode() != Strict )
+        if ( inQuirksMode() )
             _style->setHtmlHacks(true); // enable html specific rendering tricks
 
         StyleChange ch = diff( _style, oldStyle );

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list