Skip to content
  • eric@webkit.org's avatar
    2010-07-11 Eric Seidel <eric@webkit.org> · ecf8ab4d
    eric@webkit.org authored
            Reviewed by Darin Adler.
    
            Always generate SVGNames and MathMLNames for all ports (to support HTML5)
            https://bugs.webkit.org/show_bug.cgi?id=42050
    
            Historically, FOONames has only been generate when ENABLE(FOO) is defined.
            However, for HTML5 parser support, we need to have access to the SVG
            and MathML tag names regardless of whether we the engine is configured
            to render SVG or MathML content.
    
            This change enables generation of SVGNames and MathMLNames on all ports and
            makes it so that ports can include FOOElementFactory.* regardless of whether
            ENABLE(FOO) is defined (and have it do the right thing).
    
            No functional change (yet) so no tests.
    
            * DerivedSources.make:
            * GNUmakefile.am:
            * WebCore.gyp/WebCore.gyp:
            * WebCore.pri:
            * dom/make_names.pl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63111 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ecf8ab4d