Skip to content

Commit

Permalink
Remove files only used by the threaded HTML parser
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=127219
<rdar://problem/13331277>

Reviewed by Andreas Kling.

* CMakeLists.txt:
* GNUmakefile.list.am:
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:
* WebCore.xcodeproj/project.pbxproj:
* html/parser/AtomicHTMLToken.h:
* html/parser/BackgroundHTMLInputStream.cpp: Removed.
* html/parser/BackgroundHTMLInputStream.h: Removed.
* html/parser/BackgroundHTMLParser.cpp: Removed.
* html/parser/BackgroundHTMLParser.h: Removed.
* html/parser/CompactHTMLToken.cpp: Removed.
* html/parser/CompactHTMLToken.h: Removed.
* html/parser/HTMLDocumentParser.cpp:
* html/parser/HTMLDocumentParser.h:
* html/parser/HTMLIdentifier.cpp: Removed.
* html/parser/HTMLIdentifier.h: Removed.
* html/parser/HTMLParserIdioms.h:
* html/parser/HTMLPreloadScanner.h:
* html/parser/HTMLTreeBuilderSimulator.cpp: Removed.
* html/parser/HTMLTreeBuilderSimulator.h: Removed.

Canonical link: https://commits.webkit.org/145210@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@162251 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Anders Carlsson committed Jan 18, 2014
1 parent 8bf3171 commit afe0036
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 1,285 deletions.
5 changes: 0 additions & 5 deletions Source/WebCore/CMakeLists.txt
Expand Up @@ -1537,17 +1537,13 @@ set(WebCore_SOURCES

html/forms/FileIconLoader.cpp

html/parser/BackgroundHTMLInputStream.cpp
html/parser/BackgroundHTMLParser.cpp
html/parser/CSSPreloadScanner.cpp
html/parser/CompactHTMLToken.cpp
html/parser/HTMLConstructionSite.cpp
html/parser/HTMLDocumentParser.cpp
html/parser/HTMLElementStack.cpp
html/parser/HTMLEntityParser.cpp
html/parser/HTMLEntitySearch.cpp
html/parser/HTMLFormattingElementList.cpp
html/parser/HTMLIdentifier.cpp
html/parser/HTMLMetaCharsetParser.cpp
html/parser/HTMLParserIdioms.cpp
html/parser/HTMLParserOptions.cpp
Expand All @@ -1559,7 +1555,6 @@ set(WebCore_SOURCES
html/parser/HTMLSourceTracker.cpp
html/parser/HTMLTokenizer.cpp
html/parser/HTMLTreeBuilder.cpp
html/parser/HTMLTreeBuilderSimulator.cpp
html/parser/HTMLViewSourceParser.cpp
html/parser/TextDocumentParser.cpp
html/parser/TextViewSourceParser.cpp
Expand Down
29 changes: 29 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,32 @@
2014-01-18 Anders Carlsson <andersca@apple.com>

Remove files only used by the threaded HTML parser
https://bugs.webkit.org/show_bug.cgi?id=127219
<rdar://problem/13331277>

Reviewed by Andreas Kling.

* CMakeLists.txt:
* GNUmakefile.list.am:
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:
* WebCore.xcodeproj/project.pbxproj:
* html/parser/AtomicHTMLToken.h:
* html/parser/BackgroundHTMLInputStream.cpp: Removed.
* html/parser/BackgroundHTMLInputStream.h: Removed.
* html/parser/BackgroundHTMLParser.cpp: Removed.
* html/parser/BackgroundHTMLParser.h: Removed.
* html/parser/CompactHTMLToken.cpp: Removed.
* html/parser/CompactHTMLToken.h: Removed.
* html/parser/HTMLDocumentParser.cpp:
* html/parser/HTMLDocumentParser.h:
* html/parser/HTMLIdentifier.cpp: Removed.
* html/parser/HTMLIdentifier.h: Removed.
* html/parser/HTMLParserIdioms.h:
* html/parser/HTMLPreloadScanner.h:
* html/parser/HTMLTreeBuilderSimulator.cpp: Removed.
* html/parser/HTMLTreeBuilderSimulator.h: Removed.

2014-01-17 Andreas Kling <akling@apple.com>

Micro-optimize RenderBoxModelObject::computedCSSPadding().
Expand Down
10 changes: 0 additions & 10 deletions Source/WebCore/GNUmakefile.list.am
Expand Up @@ -3577,14 +3577,8 @@ webcore_sources += \
Source/WebCore/html/NumberInputType.cpp \
Source/WebCore/html/NumberInputType.h \
Source/WebCore/html/parser/AtomicHTMLToken.h \
Source/WebCore/html/parser/BackgroundHTMLInputStream.cpp \
Source/WebCore/html/parser/BackgroundHTMLInputStream.h \
Source/WebCore/html/parser/BackgroundHTMLParser.cpp \
Source/WebCore/html/parser/BackgroundHTMLParser.h \
Source/WebCore/html/parser/CSSPreloadScanner.cpp \
Source/WebCore/html/parser/CSSPreloadScanner.h \
Source/WebCore/html/parser/CompactHTMLToken.cpp \
Source/WebCore/html/parser/CompactHTMLToken.h \
Source/WebCore/html/parser/HTMLConstructionSite.cpp \
Source/WebCore/html/parser/HTMLConstructionSite.h \
Source/WebCore/html/parser/HTMLDocumentParser.cpp \
Expand All @@ -3598,8 +3592,6 @@ webcore_sources += \
Source/WebCore/html/parser/HTMLEntityTable.h \
Source/WebCore/html/parser/HTMLFormattingElementList.cpp \
Source/WebCore/html/parser/HTMLFormattingElementList.h \
Source/WebCore/html/parser/HTMLIdentifier.cpp \
Source/WebCore/html/parser/HTMLIdentifier.h \
Source/WebCore/html/parser/HTMLInputStream.h \
Source/WebCore/html/parser/HTMLMetaCharsetParser.cpp \
Source/WebCore/html/parser/HTMLMetaCharsetParser.h \
Expand All @@ -3626,8 +3618,6 @@ webcore_sources += \
Source/WebCore/html/parser/HTMLTokenizer.h \
Source/WebCore/html/parser/HTMLTreeBuilder.cpp \
Source/WebCore/html/parser/HTMLTreeBuilder.h \
Source/WebCore/html/parser/HTMLTreeBuilderSimulator.cpp \
Source/WebCore/html/parser/HTMLTreeBuilderSimulator.h \
Source/WebCore/html/parser/HTMLViewSourceParser.cpp \
Source/WebCore/html/parser/HTMLViewSourceParser.h \
Source/WebCore/html/parser/InputStreamPreprocessor.h \
Expand Down
6 changes: 0 additions & 6 deletions Source/WebCore/WebCore.vcxproj/WebCore.vcxproj
Expand Up @@ -6578,7 +6578,6 @@
<ClCompile Include="..\html\canvas\WebGLTexture.cpp" />
<ClCompile Include="..\html\canvas\WebGLUniformLocation.cpp" />
<ClCompile Include="..\html\canvas\WebGLVertexArrayObjectOES.cpp" />
<ClCompile Include="..\html\parser\HTMLIdentifier.cpp" />
<ClCompile Include="..\html\track\AudioTrack.cpp" />
<ClCompile Include="..\html\track\AudioTrackList.cpp" />
<ClCompile Include="..\html\track\TextTrackCueGeneric.cpp" />
Expand Down Expand Up @@ -15699,9 +15698,6 @@
<ClCompile Include="..\html\ValidationMessage.cpp" />
<ClCompile Include="..\html\WeekInputType.cpp" />
<ClCompile Include="..\html\forms\FileIconLoader.cpp" />
<ClCompile Include="..\html\parser\BackgroundHTMLInputStream.cpp" />
<ClCompile Include="..\html\parser\BackgroundHTMLParser.cpp" />
<ClCompile Include="..\html\parser\CompactHTMLToken.cpp" />
<ClCompile Include="..\html\parser\CSSPreloadScanner.cpp" />
<ClCompile Include="..\html\parser\HTMLConstructionSite.cpp" />
<ClCompile Include="..\html\parser\HTMLDocumentParser.cpp" />
Expand Down Expand Up @@ -20573,8 +20569,6 @@
<ClInclude Include="..\html\WeekInputType.h" />
<ClInclude Include="..\html\forms\FileIconLoader.h" />
<ClInclude Include="..\html\parser\AtomicHTMLToken.h" />
<ClInclude Include="..\html\parser\BackgroundHTMLParser.h" />
<ClInclude Include="..\html\parser\CompactHTMLToken.h" />
<ClInclude Include="..\html\parser\CSSPreloadScanner.h" />
<ClInclude Include="..\html\parser\HTMLConstructionSite.h" />
<ClInclude Include="..\html\parser\HTMLDocumentParser.h" />
Expand Down
12 changes: 0 additions & 12 deletions Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters
Expand Up @@ -4119,12 +4119,6 @@
<ClCompile Include="..\html\forms\FileIconLoader.cpp">
<Filter>html\forms</Filter>
</ClCompile>
<ClCompile Include="..\html\parser\BackgroundHTMLInputStream.cpp">
<Filter>html\parser</Filter>
</ClCompile>
<ClCompile Include="..\html\parser\BackgroundHTMLParser.cpp">
<Filter>html\parser</Filter>
</ClCompile>
<ClCompile Include="..\html\parser\CompactHTMLToken.cpp">
<Filter>html\parser</Filter>
</ClCompile>
Expand Down Expand Up @@ -5197,9 +5191,6 @@
<ClCompile Include="..\rendering\HitTestLocation.cpp">
<Filter>rendering</Filter>
</ClCompile>
<ClCompile Include="..\html\parser\HTMLIdentifier.cpp">
<Filter>html\parser</Filter>
</ClCompile>
<ClCompile Include="..\Modules\quota\NavigatorStorageQuota.cpp">
<Filter>Modules\quota</Filter>
</ClCompile>
Expand Down Expand Up @@ -11246,9 +11237,6 @@
<ClInclude Include="..\html\parser\AtomicHTMLToken.h">
<Filter>html\parser</Filter>
</ClInclude>
<ClInclude Include="..\html\parser\BackgroundHTMLParser.h">
<Filter>html\parser</Filter>
</ClInclude>
<ClInclude Include="..\html\parser\CompactHTMLToken.h">
<Filter>html\parser</Filter>
</ClInclude>
Expand Down

0 comments on commit afe0036

Please sign in to comment.