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


The following commit has been merged in the debian/unstable branch:
commit 5767599bbf3325a00d8a737af66d797d6201163f
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 15 22:34:50 2002 +0000

    	Fix for 3128402, missing content on voodooextreme.  Don't allow
    	object/embed inside the head.
    
            Reviewed by cblu
    
            * khtml/html/dtd.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3062 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 02ccf01..1a9a178 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2002-12-15  David Hyatt  <hyatt at apple.com>
+
+	Fix for 3128402, missing content on voodooextreme.  Don't allow
+	object/embed inside the head.
+	
+        Reviewed by cblu
+
+        * khtml/html/dtd.cpp:
+
 2002-12-15  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 02ccf01..1a9a178 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2002-12-15  David Hyatt  <hyatt at apple.com>
+
+	Fix for 3128402, missing content on voodooextreme.  Don't allow
+	object/embed inside the head.
+	
+        Reviewed by cblu
+
+        * khtml/html/dtd.cpp:
+
 2002-12-15  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
diff --git a/WebCore/khtml/html/dtd.cpp b/WebCore/khtml/html/dtd.cpp
index 29b1bae..3d2f2f4 100644
--- a/WebCore/khtml/html/dtd.cpp
+++ b/WebCore/khtml/html/dtd.cpp
@@ -537,8 +537,6 @@ static const ushort tag_list_11[] = {
     ID_STYLE,
     ID_META,
     ID_LINK,
-    ID_OBJECT,
-    ID_EMBED,
     ID_COMMENT,
     0
 };

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list