Changeset 63123 in webkit


Ignore:
Timestamp:
Jul 12, 2010 2:45:59 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-07-12 Eric Seidel <eric@webkit.org>

Unreviewed, build fix.

Update HTMLTreeBuilder now that MathMLNames is always generated
https://bugs.webkit.org/show_bug.cgi?id=42059

Fix the Windows project file to build MathMLNames.*.
Also added MathMLElementFactory.* which is a NOOP now, but will
prevent folks from breaking the build when they turn MathML on.

  • WebCore.vcproj/WebCore.vcproj:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63119 r63123  
     12010-07-12  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed, build fix.
     4
     5        Update HTMLTreeBuilder now that MathMLNames is always generated
     6        https://bugs.webkit.org/show_bug.cgi?id=42059
     7
     8        Fix the Windows project file to build MathMLNames.*.
     9        Also added MathMLElementFactory.* which is a NOOP now, but will
     10        prevent folks from breaking the build when they turn MathML on.
     11
     12        * WebCore.vcproj/WebCore.vcproj:
     13
    1142010-07-12  Eric Carlson  <eric.carlson@apple.com>
    215
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r63064 r63123  
    2072620726                        </File>
    2072720727                        <File
     20728                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathMLElementFactory.cpp"
     20729                                >
     20730                        </File>
     20731                        <File
     20732                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathMLElementFactory.h"
     20733                                >
     20734                        </File>
     20735                        <File
     20736                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathMLNames.cpp"
     20737                                >
     20738                        </File>
     20739                        <File
     20740                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathMLNames.h"
     20741                                >
     20742                        </File>
     20743                        <File
    2072820744                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\SVGElementFactory.cpp"
    2072920745                                >
Note: See TracChangeset for help on using the changeset viewer.