Skip to content
  • abarth@webkit.org's avatar
    2010-07-08 Adam Barth <abarth@webkit.org> · 0190eb08
    abarth@webkit.org authored
            Reviewed by Eric Seidel.
    
            Handle whitespace correctly
            https://bugs.webkit.org/show_bug.cgi?id=41907
    
            This patch introduces an extra memcpy in the character token pipeline.
            I'll remove the memcpy in a future patch.
    
            * html/HTMLConstructionSite.cpp:
            (WebCore::HTMLConstructionSite::insertTextNode):
            * html/HTMLConstructionSite.h:
            * html/HTMLTreeBuilder.cpp:
            (WebCore::HTMLTreeBuilder::processCharacter):
            * html/HTMLTreeBuilder.h:
    2010-07-08  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Eric Seidel.
    
            Handle whitespace correctly
            https://bugs.webkit.org/show_bug.cgi?id=41907
    
            Update expectations to show massive progression.
    
            * html5lib/resources/doctype01.dat:
              - When I created this test, I set the expectations incorrectly.  The
                new expectations now match the spec and Minefield.
            * html5lib/runner-expected-html5.txt:
            * html5lib/runner-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62912 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0190eb08