[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 08:16:00 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b2419651e2aa72704113e6baa449d1bbc8f7141f
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 3 22:04:45 2003 +0000

    	Fix for 3495748, hang in parser at ocelot.ca.  <nobr> needs to have very high priority (equal to the
    	priority of blocks like h1-6, p, and div), so that unclosed <nobr>s will close divs and ps.
    
            Reviewed by gramps
    
            * khtml/html/dtd.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5678 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index d11c98f..bbc2d8b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2003-12-03  David Hyatt  <hyatt at apple.com>
 
+	Fix for 3495748, hang in parser at ocelot.ca.  <nobr> needs to have very high priority (equal to the
+	priority of blocks like h1-6, p, and div), so that unclosed <nobr>s will close divs and ps.
+	
+        Reviewed by gramps
+
+        * khtml/html/dtd.cpp:
+
+2003-12-03  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3475767, hang at saabnet.com.  Fix h1-h6 to be more tolerant regarding allowed child elements, to avoid
 	deeply nested pages.
 	
diff --git a/WebCore/khtml/html/dtd.cpp b/WebCore/khtml/html/dtd.cpp
index 508172a..7d550f4 100644
--- a/WebCore/khtml/html/dtd.cpp
+++ b/WebCore/khtml/html/dtd.cpp
@@ -107,7 +107,7 @@ const unsigned short DOM::tagPriority[] = {
     3, // ID_MARQUEE
     5, // ID_MENU
     0, // ID_META
-    1, // ID_NOBR
+    5, // ID_NOBR
    10,// ID_NOEMBED
    10,// ID_NOFRAMES
     3, // ID_NOSCRIPT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list