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


The following commit has been merged in the debian/unstable branch:
commit 34d5956186daf7b07b0e452121f9fadfd8214157
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 23:03:15 2004 +0000

    	Fix for 3595073, setting innerHTML on a <table> should work.
    
            Reviewed by rjw
    
            * khtml/html/html_elementimpl.cpp:
            (HTMLElementImpl::createContextualFragment):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index f13da11..9aa8f92 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2004-07-14  David Hyatt  <hyatt at apple.com>
+
+	Fix for 3595073, setting innerHTML on a <table> should work.
+	
+        Reviewed by rjw
+
+        * khtml/html/html_elementimpl.cpp:
+        (HTMLElementImpl::createContextualFragment):
+
 2004-07-14  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Hyatt
diff --git a/WebCore/khtml/html/html_elementimpl.cpp b/WebCore/khtml/html/html_elementimpl.cpp
index 1c785db..9d6aaef 100644
--- a/WebCore/khtml/html/html_elementimpl.cpp
+++ b/WebCore/khtml/html/html_elementimpl.cpp
@@ -746,10 +746,6 @@ DocumentFragmentImpl *HTMLElementImpl::createContextualFragment( const DOMString
         case ID_FRAMESET:
         case ID_HEAD:
         case ID_STYLE:
-        case ID_TABLE:
-        case ID_TBODY:
-        case ID_TFOOT:
-        case ID_THEAD:
         case ID_TITLE:
             return NULL;
         default:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list