[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:27:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 462636dda513b6af3cc4d08cdf1ef1012ababd71
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 24 00:03:53 2010 +0000

    2010-07-23  Adam Barth  <abarth at webkit.org>
    
            Remove FIXME that we already fixed.
    
            * html/HTMLTreeBuilder.cpp:
            (WebCore::HTMLTreeBuilder::processCharacter):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64001 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0b1f5ee..4e2bf74 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-23  Adam Barth  <abarth at webkit.org>
+
+        Remove FIXME that we already fixed.
+
+        * html/HTMLTreeBuilder.cpp:
+        (WebCore::HTMLTreeBuilder::processCharacter):
+
 2010-06-24  Dimitri Glazkov  <dglazkov at chromium.org>
 
         Reviewed by Kent Tamura.
diff --git a/WebCore/html/HTMLTreeBuilder.cpp b/WebCore/html/HTMLTreeBuilder.cpp
index 6aca72f..4f6ce02 100644
--- a/WebCore/html/HTMLTreeBuilder.cpp
+++ b/WebCore/html/HTMLTreeBuilder.cpp
@@ -2439,10 +2439,6 @@ void HTMLTreeBuilder::processComment(AtomicHTMLToken& token)
 void HTMLTreeBuilder::processCharacter(AtomicHTMLToken& token)
 {
     ASSERT(token.type() == HTMLToken::Character);
-    // FIXME: Currently this design has an extra memcpy because we copy the
-    // characters out of the HTMLTokenizer's buffer into the AtomicHTMLToken
-    // and then into the text node.  What we'd really like is to copy directly
-    // from the HTMLTokenizer's buffer into the text node.
     ExternalCharacterTokenBuffer buffer(token);
     processCharacterBuffer(buffer);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list