Skip to content
  • abarth@webkit.org's avatar
    2010-08-13 Adam Barth <abarth@webkit.org> · e78c3d4f
    abarth@webkit.org authored
            Reviewed by Eric Seidel.
    
            Rename some concepts in HTML entity search to be more self-documenting
            https://bugs.webkit.org/show_bug.cgi?id=44004
    
            Start and end are now first and last, which lets us use some better
            names for the statics in HTMLEntityTable.
    
            * html/HTMLEntityParser.cpp:
            (WebCore::consumeHTMLEntity):
            * html/HTMLEntitySearch.cpp:
            (WebCore::HTMLEntitySearch::HTMLEntitySearch):
            (WebCore::HTMLEntitySearch::findFirst):
            (WebCore::HTMLEntitySearch::findLast):
            (WebCore::HTMLEntitySearch::advance):
            * html/HTMLEntitySearch.h:
            (WebCore::HTMLEntitySearch::isEntityPrefix):
            (WebCore::HTMLEntitySearch::mostRecentMatch):
            (WebCore::HTMLEntitySearch::fail):
            * html/HTMLEntityTable.h:
    2010-08-13  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Eric Seidel.
    
            Rename some concepts in HTML entity search to be more self-documenting
            https://bugs.webkit.org/show_bug.cgi?id=44004
    
            Reflect name change in generator script.
    
            * Scripts/create-html-entity-table:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65358 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e78c3d4f