- moved khtml/html files all into html directory
* WebCore.vcproj/WebCore/WebCore.vcproj: Updated for new paths.
* WebCore.vcproj/WebCore/build-generated-files.sh: Ditto.
* WebCore.xcodeproj/project.pbxproj: Ditto.
* khtml/html: Removed.
* html/DocTypeStrings.gperf: Moved.
* html/FormDataList.cpp: Ditto.
* html/FormDataList.h: Ditto.
* html/HTMLBaseFontElement.cpp: Ditto.
* html/HTMLBaseFontElement.h: Ditto.
* html/HTMLButtonElement.cpp: Ditto.
* html/HTMLButtonElement.h: Ditto.
* html/HTMLCanvasElement.cpp: Ditto.
* html/HTMLCanvasElement.h: Ditto.
* html/HTMLCollection.cpp: Ditto.
* html/HTMLCollection.h: Ditto.
* html/HTMLDocument.cpp: Ditto.
* html/HTMLDocument.h: Ditto.
* html/HTMLElement.cpp: Ditto.
* html/HTMLElement.h: Ditto.
* html/HTMLElementFactory.cpp: Ditto.
* html/HTMLElementFactory.h: Ditto.
* html/HTMLEntityNames.gperf: Ditto.
* html/HTMLFieldSetElement.cpp: Ditto.
* html/HTMLFieldSetElement.h: Ditto.
* html/HTMLFormCollection.cpp: Ditto.
* html/HTMLFormCollection.h: Ditto.
* html/HTMLFormElement.cpp: Ditto.
* html/HTMLFormElement.h: Ditto.
* html/HTMLGenericFormElement.cpp: Ditto.
* html/HTMLGenericFormElement.h: Ditto.
* html/HTMLInputElement.cpp: Ditto.
* html/HTMLInputElement.h: Ditto.
* html/HTMLIsIndexElement.cpp: Ditto.
* html/HTMLIsIndexElement.h: Ditto.
* html/HTMLKeygenElement.cpp: Ditto.
* html/HTMLKeygenElement.h: Ditto.
* html/HTMLLabelElement.cpp: Ditto.
* html/HTMLLabelElement.h: Ditto.
* html/HTMLLegendElement.cpp: Ditto.
* html/HTMLLegendElement.h: Ditto.
* html/HTMLNameCollection.cpp: Ditto.
* html/HTMLNameCollection.h: Ditto.
* html/HTMLNames.cpp: Ditto.
* html/HTMLNames.h: Ditto.
* html/HTMLOptGroupElement.cpp: Ditto.
* html/HTMLOptGroupElement.h: Ditto.
* html/HTMLOptionElement.cpp: Ditto.
* html/HTMLOptionElement.h: Ditto.
* html/HTMLOptionsCollection.cpp: Ditto.
* html/HTMLOptionsCollection.h: Ditto.
* html/HTMLParser.cpp: Ditto.
* html/HTMLParser.h: Ditto.
* html/HTMLSelectElement.cpp: Ditto.
* html/HTMLSelectElement.h: Ditto.
* html/HTMLTextAreaElement.cpp: Ditto.
* html/HTMLTextAreaElement.h: Ditto.
* html/HTMLTextFieldInnerElement.cpp: Ditto.
* html/HTMLTextFieldInnerElement.h: Ditto.
* html/HTMLTokenizer.cpp: Ditto.
* html/HTMLTokenizer.h: Ditto.
* html/html_baseimpl.cpp: Ditto.
* html/html_baseimpl.h: Ditto.
* html/html_blockimpl.cpp: Ditto.
* html/html_blockimpl.h: Ditto.
* html/html_headimpl.cpp: Ditto.
* html/html_headimpl.h: Ditto.
* html/html_imageimpl.cpp: Ditto.
* html/html_imageimpl.h: Ditto.
* html/html_inlineimpl.cpp: Ditto.
* html/html_inlineimpl.h: Ditto.
* html/html_listimpl.cpp: Ditto.
* html/html_listimpl.h: Ditto.
* html/html_objectimpl.cpp: Ditto.
* html/html_objectimpl.h: Ditto.
* html/html_tableimpl.cpp: Ditto.
* html/html_tableimpl.h: Ditto.
* bindings/objc/DOM.mm:
* bridge/mac/WebCoreEncodings.mm:
* bridge/mac/WebCoreFrameBridge.mm:
* css/CSSGrammar.y:
* css/cssstyleselector.cpp:
* dom/Document.cpp:
* dom/EventTargetNode.cpp:
* dom/NameNodeList.cpp:
* dom/Node.cpp:
* dom/Position.cpp:
* dom/dom_elementimpl.cpp:
* dom/xml_tokenizer.cpp:
* editing/ApplyStyleCommand.cpp:
* editing/BreakBlockquoteCommand.cpp:
* editing/CompositeEditCommand.cpp:
* editing/DeleteSelectionCommand.cpp:
* editing/InsertLineBreakCommand.cpp:
* editing/InsertParagraphSeparatorCommand.cpp:
* editing/JSEditor.cpp:
* editing/ReplaceSelectionCommand.cpp:
* editing/TextIterator.cpp:
* editing/VisiblePosition.cpp:
* editing/htmlediting.cpp:
* editing/markup.cpp:
* editing/visible_units.cpp:
* html/CanvasRenderingContext2D.cpp:
* kcanvas/KCanvasTreeDebug.cpp:
* khtml/ecma/JSDOMParser.cpp:
* khtml/ecma/kjs_css.cpp:
* khtml/ecma/kjs_dom.cpp:
* khtml/ecma/kjs_events.cpp:
* khtml/misc/decoder.cpp:
* khtml/xsl/XSLStyleSheet.cpp:
* khtml/xsl/XSLTProcessor.cpp:
* ksvg2/misc/SVGImageLoader.h:
* ksvg2/svg/SVGElement.cpp:
* ksvg2/svg/SVGSVGElement.cpp:
* kwq/WebCoreAXObject.mm:
* page/Frame.cpp:
* page/FrameView.cpp:
* rendering/RenderBlock.cpp:
* rendering/RenderBox.cpp:
* rendering/RenderFlow.cpp:
* rendering/RenderHTMLCanvas.cpp:
* rendering/RenderImage.cpp:
* rendering/RenderLayer.cpp:
* rendering/RenderObject.cpp:
* rendering/RenderTable.cpp:
* rendering/RenderTableCell.cpp:
* rendering/RenderTableCol.cpp:
* rendering/RenderTableRow.cpp:
* rendering/RenderTableSection.cpp:
* rendering/RenderTextField.cpp:
* rendering/RenderTheme.cpp:
* rendering/render_applet.cpp:
* rendering/render_button.cpp:
* rendering/render_frames.cpp:
* rendering/render_list.cpp:
Updated includes.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13397
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-03-19 Darin Adler <darin@apple.com>
+
+ Rubber stamped by Eric.
+
+ - moved khtml/html files all into html directory
+
+ * WebCore.vcproj/WebCore/WebCore.vcproj: Updated for new paths.
+ * WebCore.vcproj/WebCore/build-generated-files.sh: Ditto.
+ * WebCore.xcodeproj/project.pbxproj: Ditto.
+
+ * khtml/html: Removed.
+
+ * html/DocTypeStrings.gperf: Moved.
+ * html/FormDataList.cpp: Ditto.
+ * html/FormDataList.h: Ditto.
+ * html/HTMLBaseFontElement.cpp: Ditto.
+ * html/HTMLBaseFontElement.h: Ditto.
+ * html/HTMLButtonElement.cpp: Ditto.
+ * html/HTMLButtonElement.h: Ditto.
+ * html/HTMLCanvasElement.cpp: Ditto.
+ * html/HTMLCanvasElement.h: Ditto.
+ * html/HTMLCollection.cpp: Ditto.
+ * html/HTMLCollection.h: Ditto.
+ * html/HTMLDocument.cpp: Ditto.
+ * html/HTMLDocument.h: Ditto.
+ * html/HTMLElement.cpp: Ditto.
+ * html/HTMLElement.h: Ditto.
+ * html/HTMLElementFactory.cpp: Ditto.
+ * html/HTMLElementFactory.h: Ditto.
+ * html/HTMLEntityNames.gperf: Ditto.
+ * html/HTMLFieldSetElement.cpp: Ditto.
+ * html/HTMLFieldSetElement.h: Ditto.
+ * html/HTMLFormCollection.cpp: Ditto.
+ * html/HTMLFormCollection.h: Ditto.
+ * html/HTMLFormElement.cpp: Ditto.
+ * html/HTMLFormElement.h: Ditto.
+ * html/HTMLGenericFormElement.cpp: Ditto.
+ * html/HTMLGenericFormElement.h: Ditto.
+ * html/HTMLInputElement.cpp: Ditto.
+ * html/HTMLInputElement.h: Ditto.
+ * html/HTMLIsIndexElement.cpp: Ditto.
+ * html/HTMLIsIndexElement.h: Ditto.
+ * html/HTMLKeygenElement.cpp: Ditto.
+ * html/HTMLKeygenElement.h: Ditto.
+ * html/HTMLLabelElement.cpp: Ditto.
+ * html/HTMLLabelElement.h: Ditto.
+ * html/HTMLLegendElement.cpp: Ditto.
+ * html/HTMLLegendElement.h: Ditto.
+ * html/HTMLNameCollection.cpp: Ditto.
+ * html/HTMLNameCollection.h: Ditto.
+ * html/HTMLNames.cpp: Ditto.
+ * html/HTMLNames.h: Ditto.
+ * html/HTMLOptGroupElement.cpp: Ditto.
+ * html/HTMLOptGroupElement.h: Ditto.
+ * html/HTMLOptionElement.cpp: Ditto.
+ * html/HTMLOptionElement.h: Ditto.
+ * html/HTMLOptionsCollection.cpp: Ditto.
+ * html/HTMLOptionsCollection.h: Ditto.
+ * html/HTMLParser.cpp: Ditto.
+ * html/HTMLParser.h: Ditto.
+ * html/HTMLSelectElement.cpp: Ditto.
+ * html/HTMLSelectElement.h: Ditto.
+ * html/HTMLTextAreaElement.cpp: Ditto.
+ * html/HTMLTextAreaElement.h: Ditto.
+ * html/HTMLTextFieldInnerElement.cpp: Ditto.
+ * html/HTMLTextFieldInnerElement.h: Ditto.
+ * html/HTMLTokenizer.cpp: Ditto.
+ * html/HTMLTokenizer.h: Ditto.
+ * html/html_baseimpl.cpp: Ditto.
+ * html/html_baseimpl.h: Ditto.
+ * html/html_blockimpl.cpp: Ditto.
+ * html/html_blockimpl.h: Ditto.
+ * html/html_headimpl.cpp: Ditto.
+ * html/html_headimpl.h: Ditto.
+ * html/html_imageimpl.cpp: Ditto.
+ * html/html_imageimpl.h: Ditto.
+ * html/html_inlineimpl.cpp: Ditto.
+ * html/html_inlineimpl.h: Ditto.
+ * html/html_listimpl.cpp: Ditto.
+ * html/html_listimpl.h: Ditto.
+ * html/html_objectimpl.cpp: Ditto.
+ * html/html_objectimpl.h: Ditto.
+ * html/html_tableimpl.cpp: Ditto.
+ * html/html_tableimpl.h: Ditto.
+
+ * bindings/objc/DOM.mm:
+ * bridge/mac/WebCoreEncodings.mm:
+ * bridge/mac/WebCoreFrameBridge.mm:
+ * css/CSSGrammar.y:
+ * css/cssstyleselector.cpp:
+ * dom/Document.cpp:
+ * dom/EventTargetNode.cpp:
+ * dom/NameNodeList.cpp:
+ * dom/Node.cpp:
+ * dom/Position.cpp:
+ * dom/dom_elementimpl.cpp:
+ * dom/xml_tokenizer.cpp:
+ * editing/ApplyStyleCommand.cpp:
+ * editing/BreakBlockquoteCommand.cpp:
+ * editing/CompositeEditCommand.cpp:
+ * editing/DeleteSelectionCommand.cpp:
+ * editing/InsertLineBreakCommand.cpp:
+ * editing/InsertParagraphSeparatorCommand.cpp:
+ * editing/JSEditor.cpp:
+ * editing/ReplaceSelectionCommand.cpp:
+ * editing/TextIterator.cpp:
+ * editing/VisiblePosition.cpp:
+ * editing/htmlediting.cpp:
+ * editing/markup.cpp:
+ * editing/visible_units.cpp:
+ * html/CanvasRenderingContext2D.cpp:
+ * kcanvas/KCanvasTreeDebug.cpp:
+ * khtml/ecma/JSDOMParser.cpp:
+ * khtml/ecma/kjs_css.cpp:
+ * khtml/ecma/kjs_dom.cpp:
+ * khtml/ecma/kjs_events.cpp:
+ * khtml/misc/decoder.cpp:
+ * khtml/xsl/XSLStyleSheet.cpp:
+ * khtml/xsl/XSLTProcessor.cpp:
+ * ksvg2/misc/SVGImageLoader.h:
+ * ksvg2/svg/SVGElement.cpp:
+ * ksvg2/svg/SVGSVGElement.cpp:
+ * kwq/WebCoreAXObject.mm:
+ * page/Frame.cpp:
+ * page/FrameView.cpp:
+ * rendering/RenderBlock.cpp:
+ * rendering/RenderBox.cpp:
+ * rendering/RenderFlow.cpp:
+ * rendering/RenderHTMLCanvas.cpp:
+ * rendering/RenderImage.cpp:
+ * rendering/RenderLayer.cpp:
+ * rendering/RenderObject.cpp:
+ * rendering/RenderTable.cpp:
+ * rendering/RenderTableCell.cpp:
+ * rendering/RenderTableCol.cpp:
+ * rendering/RenderTableRow.cpp:
+ * rendering/RenderTableSection.cpp:
+ * rendering/RenderTextField.cpp:
+ * rendering/RenderTheme.cpp:
+ * rendering/render_applet.cpp:
+ * rendering/render_button.cpp:
+ * rendering/render_frames.cpp:
+ * rendering/render_list.cpp:
+ Updated includes.
+
2006-03-17 Eric Seidel <eseidel@apple.com>
Reviewed by darin.
<Tool\r
Name="VCCLCompilerTool"\r
Optimization="0"\r
- AdditionalIncludeDirectories=""$(SolutionDir)\..\..\iconv\include";"$(SolutionDir)\..\..\icu\include";"$(SolutionDir)\..\..\libxml\include";"$(SolutionDir)\..\..\libxslt\include";"$(SolutionDir)\..\";"$(SolutionDir)\..\css";"$(SolutionDir)\..\khtml\dom";"$(SolutionDir)\..\khtml\ecma";"$(SolutionDir)\..\editing";"$(SolutionDir)\..\khtml\html";"$(SolutionDir)\..\khtml\misc";"$(SolutionDir)\..\rendering";"$(SolutionDir)\..\bindings\js";"$(SolutionDir)\..\dom";"$(SolutionDir)\..\khtml\xsl";"$(SolutionDir)\..\html";"$(SolutionDir)\..\khtml";"$(SolutionDir)\..\kwq";"$(SolutionDir)\..\bridge";"$(SolutionDir)\..\bridge\win";"$(SolutionDir)\..\loader";"$(SolutionDir)\..\page";"$(SolutionDir)\..\platform";"$(SolutionDir)\..\platform\cairo";"$(SolutionDir)\..\platform\image-decoders";"$(SolutionDir)\..\platform\image-decoders\gif";"$(SolutionDir)\..\platform\image-decoders\png";"$(SolutionDir)\..\platform\image-decoders\zlib";"$(SolutionDir)\..\xml";"$(SolutionDir)\..\..\JavaScriptCore";"$(SolutionDir)\..\..\JavaScriptCore\os-win32";"$(SolutionDir)\..\ForwardingHeaders";"$(WebKitOutputDir)\WebCore.intermediate\$(ConfigurationName)\WebCore.intermediate\DerivedSources";"$(SolutionDir)\..\..\JavaScriptCore\kjs";"$(SolutionDir)..\platform\cairo\pixman\src";"$(SolutionDir)\..\platform\cairo\cairo\src""\r
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\..\iconv\include";"$(SolutionDir)\..\..\icu\include";"$(SolutionDir)\..\..\libxml\include";"$(SolutionDir)\..\..\libxslt\include";"$(SolutionDir)\..\";"$(SolutionDir)\..\css";"$(SolutionDir)\..\khtml\dom";"$(SolutionDir)\..\khtml\ecma";"$(SolutionDir)\..\editing";"$(SolutionDir)\..\khtml\misc";"$(SolutionDir)\..\rendering";"$(SolutionDir)\..\bindings\js";"$(SolutionDir)\..\dom";"$(SolutionDir)\..\khtml\xsl";"$(SolutionDir)\..\html";"$(SolutionDir)\..\khtml";"$(SolutionDir)\..\kwq";"$(SolutionDir)\..\bridge";"$(SolutionDir)\..\bridge\win";"$(SolutionDir)\..\loader";"$(SolutionDir)\..\page";"$(SolutionDir)\..\platform";"$(SolutionDir)\..\platform\cairo";"$(SolutionDir)\..\platform\image-decoders";"$(SolutionDir)\..\platform\image-decoders\gif";"$(SolutionDir)\..\platform\image-decoders\png";"$(SolutionDir)\..\platform\image-decoders\zlib";"$(SolutionDir)\..\xml";"$(SolutionDir)\..\..\JavaScriptCore";"$(SolutionDir)\..\..\JavaScriptCore\os-win32";"$(SolutionDir)\..\ForwardingHeaders";"$(WebKitOutputDir)\WebCore.intermediate\$(ConfigurationName)\WebCore.intermediate\DerivedSources";"$(SolutionDir)\..\..\JavaScriptCore\kjs";"$(SolutionDir)..\platform\cairo\pixman\src";"$(SolutionDir)\..\platform\cairo\cairo\src""\r
PreprocessorDefinitions="WIN32; KHTML_NO_XBL; KHTML_XSLT"\r
MinimalRebuild="true"\r
BasicRuntimeChecks="3"\r
/>\r
<Tool\r
Name="VCCLCompilerTool"\r
- AdditionalIncludeDirectories=""$(SolutionDir)\..\..\iconv\include";"$(SolutionDir)\..\..\icu\include";"$(SolutionDir)\..\..\libxml\include";"$(SolutionDir)\..\..\libxslt\include";"$(SolutionDir)\..\";"$(SolutionDir)\..\css";"$(SolutionDir)\..\khtml\dom";"$(SolutionDir)\..\khtml\ecma";"$(SolutionDir)\..\editing";"$(SolutionDir)\..\khtml\html";"$(SolutionDir)\..\khtml\misc";"$(SolutionDir)\..\rendering";"$(SolutionDir)\..\bindings\js";"$(SolutionDir)\..\dom";"$(SolutionDir)\..\khtml\xsl";"$(SolutionDir)\..\html";"$(SolutionDir)\..\khtml";"$(SolutionDir)\..\kwq";"$(SolutionDir)\..\bridge";"$(SolutionDir)\..\bridge\win";"$(SolutionDir)\..\loader";"$(SolutionDir)\..\page";"$(SolutionDir)\..\platform";"$(SolutionDir)\..\platform\cairo";"$(SolutionDir)\..\platform\image-decoders";"$(SolutionDir)\..\platform\image-decoders\gif";"$(SolutionDir)\..\platform\image-decoders\png";"$(SolutionDir)\..\platform\image-decoders\zlib";"$(SolutionDir)\..\xml";"$(SolutionDir)\..\..\JavaScriptCore";"$(SolutionDir)\..\..\JavaScriptCore\os-win32";"$(SolutionDir)\..\ForwardingHeaders";"$(WebKitOutputDir)\WebCore.intermediate\$(ConfigurationName)\WebCore.intermediate\DerivedSources";"$(SolutionDir)\..\..\JavaScriptCore\kjs";"$(SolutionDir)..\platform\cairo\pixman\src";"$(SolutionDir)\..\platform\cairo\cairo\src""\r
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\..\iconv\include";"$(SolutionDir)\..\..\icu\include";"$(SolutionDir)\..\..\libxml\include";"$(SolutionDir)\..\..\libxslt\include";"$(SolutionDir)\..\";"$(SolutionDir)\..\css";"$(SolutionDir)\..\khtml\dom";"$(SolutionDir)\..\khtml\ecma";"$(SolutionDir)\..\editing";"$(SolutionDir)\..\khtml\misc";"$(SolutionDir)\..\rendering";"$(SolutionDir)\..\bindings\js";"$(SolutionDir)\..\dom";"$(SolutionDir)\..\khtml\xsl";"$(SolutionDir)\..\html";"$(SolutionDir)\..\khtml";"$(SolutionDir)\..\kwq";"$(SolutionDir)\..\bridge";"$(SolutionDir)\..\bridge\win";"$(SolutionDir)\..\loader";"$(SolutionDir)\..\page";"$(SolutionDir)\..\platform";"$(SolutionDir)\..\platform\cairo";"$(SolutionDir)\..\platform\image-decoders";"$(SolutionDir)\..\platform\image-decoders\gif";"$(SolutionDir)\..\platform\image-decoders\png";"$(SolutionDir)\..\platform\image-decoders\zlib";"$(SolutionDir)\..\xml";"$(SolutionDir)\..\..\JavaScriptCore";"$(SolutionDir)\..\..\JavaScriptCore\os-win32";"$(SolutionDir)\..\ForwardingHeaders";"$(WebKitOutputDir)\WebCore.intermediate\$(ConfigurationName)\WebCore.intermediate\DerivedSources";"$(SolutionDir)\..\..\JavaScriptCore\kjs";"$(SolutionDir)..\platform\cairo\pixman\src";"$(SolutionDir)\..\platform\cairo\cairo\src""\r
PreprocessorDefinitions="WIN32; KHTML_NO_XBL; KHTML_XSLT"\r
RuntimeLibrary="2"\r
UsePrecompiledHeader="0"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\FormDataList.cpp"\r
+ RelativePath="..\..\html\FormDataList.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\FormDataList.h"\r
+ RelativePath="..\..\html\FormDataList.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_baseimpl.cpp"\r
+ RelativePath="..\..\html\html_baseimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_baseimpl.h"\r
+ RelativePath="..\..\html\html_baseimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_blockimpl.cpp"\r
+ RelativePath="..\..\html\html_blockimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_blockimpl.h"\r
+ RelativePath="..\..\html\html_blockimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLCanvasElement.cpp"\r
+ RelativePath="..\..\html\HTMLCanvasElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLCanvasElement.h"\r
+ RelativePath="..\..\html\HTMLCanvasElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLDocument.cpp"\r
+ RelativePath="..\..\html\HTMLDocument.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLDocument.h"\r
+ RelativePath="..\..\html\HTMLDocument.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_headimpl.cpp"\r
+ RelativePath="..\..\html\html_headimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_headimpl.h"\r
+ RelativePath="..\..\html\html_headimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_imageimpl.cpp"\r
+ RelativePath="..\..\html\html_imageimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_imageimpl.h"\r
+ RelativePath="..\..\html\html_imageimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_inlineimpl.cpp"\r
+ RelativePath="..\..\html\html_inlineimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_inlineimpl.h"\r
+ RelativePath="..\..\html\html_inlineimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_listimpl.cpp"\r
+ RelativePath="..\..\html\html_listimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_listimpl.h"\r
+ RelativePath="..\..\html\html_listimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_objectimpl.cpp"\r
+ RelativePath="..\..\html\html_objectimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_objectimpl.h"\r
+ RelativePath="..\..\html\html_objectimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_tableimpl.cpp"\r
+ RelativePath="..\..\html\html_tableimpl.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\html_tableimpl.h"\r
+ RelativePath="..\..\html\html_tableimpl.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLBaseFontElement.cpp"\r
+ RelativePath="..\..\html\HTMLBaseFontElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLBaseFontElement.h"\r
+ RelativePath="..\..\html\HTMLBaseFontElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLButtonElement.cpp"\r
+ RelativePath="..\..\html\HTMLButtonElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLButtonElement.h"\r
+ RelativePath="..\..\html\HTMLButtonElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLCollection.cpp"\r
+ RelativePath="..\..\html\HTMLCollection.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLCollection.h"\r
+ RelativePath="..\..\html\HTMLCollection.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLElement.cpp"\r
+ RelativePath="..\..\html\HTMLElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLElement.h"\r
+ RelativePath="..\..\html\HTMLElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLElementFactory.cpp"\r
+ RelativePath="..\..\html\HTMLElementFactory.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLElementFactory.h"\r
+ RelativePath="..\..\html\HTMLElementFactory.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFieldSetElement.cpp"\r
+ RelativePath="..\..\html\HTMLFieldSetElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFieldSetElement.h"\r
+ RelativePath="..\..\html\HTMLFieldSetElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFormCollection.cpp"\r
+ RelativePath="..\..\html\HTMLFormCollection.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFormCollection.h"\r
+ RelativePath="..\..\html\HTMLFormCollection.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFormElement.cpp"\r
+ RelativePath="..\..\html\HTMLFormElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLFormElement.h"\r
+ RelativePath="..\..\html\HTMLFormElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLGenericFormElement.cpp"\r
+ RelativePath="..\..\html\HTMLGenericFormElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLGenericFormElement.h"\r
+ RelativePath="..\..\html\HTMLGenericFormElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLInputElement.cpp"\r
+ RelativePath="..\..\html\HTMLInputElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLInputElement.h"\r
+ RelativePath="..\..\html\HTMLInputElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLIsIndexElement.cpp"\r
+ RelativePath="..\..\html\HTMLIsIndexElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLIsIndexElement.h"\r
+ RelativePath="..\..\html\HTMLIsIndexElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLKeygenElement.cpp"\r
+ RelativePath="..\..\html\HTMLKeygenElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLKeygenElement.h"\r
+ RelativePath="..\..\html\HTMLKeygenElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLLabelElement.cpp"\r
+ RelativePath="..\..\html\HTMLLabelElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLLabelElement.h"\r
+ RelativePath="..\..\html\HTMLLabelElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLLegendElement.cpp"\r
+ RelativePath="..\..\html\HTMLLegendElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLLegendElement.h"\r
+ RelativePath="..\..\html\HTMLLegendElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLNameCollection.cpp"\r
+ RelativePath="..\..\html\HTMLNameCollection.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLNameCollection.h"\r
+ RelativePath="..\..\html\HTMLNameCollection.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmlnames.cpp"\r
+ RelativePath="..\..\html\HTMLNames.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmlnames.h"\r
+ RelativePath="..\..\html\HTMLNames.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptGroupElement.cpp"\r
+ RelativePath="..\..\html\HTMLOptGroupElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptGroupElement.h"\r
+ RelativePath="..\..\html\HTMLOptGroupElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptionElement.cpp"\r
+ RelativePath="..\..\html\HTMLOptionElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptionElement.h"\r
+ RelativePath="..\..\html\HTMLOptionElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptionsCollection.cpp"\r
+ RelativePath="..\..\html\HTMLOptionsCollection.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLOptionsCollection.h"\r
+ RelativePath="..\..\html\HTMLOptionsCollection.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmlparser.cpp"\r
+ RelativePath="..\..\html\HTMLParser.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmlparser.h"\r
+ RelativePath="..\..\html\HTMLParser.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLSelectElement.cpp"\r
+ RelativePath="..\..\html\HTMLSelectElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLSelectElement.h"\r
+ RelativePath="..\..\html\HTMLSelectElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLTextAreaElement.cpp"\r
+ RelativePath="..\..\html\HTMLTextAreaElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLTextAreaElement.h"\r
+ RelativePath="..\..\html\HTMLTextAreaElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLTextFieldInnerElement.cpp"\r
+ RelativePath="..\..\html\HTMLTextFieldInnerElement.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\HTMLTextFieldInnerElement.h"\r
+ RelativePath="..\..\html\HTMLTextFieldInnerElement.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmltokenizer.cpp"\r
+ RelativePath="..\..\html\HTMLTokenizer.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\khtml\html\htmltokenizer.h"\r
+ RelativePath="..\..\html\HTMLTokenizer.h"\r
>\r
</File>\r
</Filter>\r
cd "$WebCoreSourceRoot"
-if [ khtml/html/HTMLEntityNames.gperf -nt "$DerivedSourcesDir/HTMLEntityNames.c" ]; then
+if [ html/HTMLEntityNames.gperf -nt "$DerivedSourcesDir/HTMLEntityNames.c" ]; then
echo "Generating entities table..."
- gperf -a -L ANSI-C -C -G -c -o -t -k '*' -NfindEntity -D -s 2 khtml/html/HTMLEntityNames.gperf > "$DerivedSourcesDir/HTMLEntityNames.c"
+ gperf -a -L ANSI-C -C -G -c -o -t -k '*' -NfindEntity -D -s 2 html/HTMLEntityNames.gperf > "$DerivedSourcesDir/HTMLEntityNames.c"
fi
-if [ khtml/html/DocTypeStrings.gperf -nt "$DerivedSourcesDir/DocTypeStrings.cpp" ]; then
+if [ html/DocTypeStrings.gperf -nt "$DerivedSourcesDir/DocTypeStrings.cpp" ]; then
echo "Generating doctype modes table..."
- gperf -CEot -L ANSI-C -k '*' -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards khtml/html/DocTypeStrings.gperf > "$DerivedSourcesDir/DocTypeStrings.cpp"
+ gperf -CEot -L ANSI-C -k '*' -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards html/DocTypeStrings.gperf > "$DerivedSourcesDir/DocTypeStrings.cpp"
fi
# Generate the CSS tokenizer using flex
1A69D382085627410009880D /* JSDOMParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A69D380085627410009880D /* JSDOMParser.cpp */; };
550A0BC9085F6039007353D6 /* QualifiedName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550A0BC7085F6039007353D6 /* QualifiedName.cpp */; };
550A0BCA085F6039007353D6 /* QualifiedName.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A0BC8085F6039007353D6 /* QualifiedName.h */; };
- 550A0BCD085F604D007353D6 /* htmlnames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550A0BCB085F604D007353D6 /* htmlnames.cpp */; };
- 550A0BCE085F604D007353D6 /* htmlnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A0BCC085F604D007353D6 /* htmlnames.h */; };
+ 550A0BCD085F604D007353D6 /* HTMLNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550A0BCB085F604D007353D6 /* HTMLNames.cpp */; };
+ 550A0BCE085F604D007353D6 /* HTMLNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A0BCC085F604D007353D6 /* HTMLNames.h */; };
651B4D8509AC83370029F1EF /* DeprecatedStringList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651B4D8309AC83370029F1EF /* DeprecatedStringList.cpp */; };
651B4D8609AC83370029F1EF /* DeprecatedStringList.h in Headers */ = {isa = PBXBuildFile; fileRef = 651B4D8409AC83370029F1EF /* DeprecatedStringList.h */; };
651B4D8F09AC859F0029F1EF /* QStringListMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 651B4D8E09AC859F0029F1EF /* QStringListMac.mm */; };
93F198EB08245E59001E9ABC /* html_listimpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D24902DE4396018635CA /* html_listimpl.h */; };
93F198ED08245E59001E9ABC /* html_objectimpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D24D02DE4396018635CA /* html_objectimpl.h */; };
93F198EE08245E59001E9ABC /* html_tableimpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D24F02DE4396018635CA /* html_tableimpl.h */; };
- 93F198EF08245E59001E9ABC /* htmlparser.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D25102DE4396018635CA /* htmlparser.h */; };
- 93F198F008245E59001E9ABC /* htmltokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D25302DE4396018635CA /* htmltokenizer.h */; };
+ 93F198EF08245E59001E9ABC /* HTMLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D25102DE4396018635CA /* HTMLParser.h */; };
+ 93F198F008245E59001E9ABC /* HTMLTokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D25302DE4396018635CA /* HTMLTokenizer.h */; };
93F198F608245E59001E9ABC /* decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D27902DE43D7018635CA /* decoder.h */; };
93F1991708245E59001E9ABC /* dom2_eventsimpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D30202DE4476018635CA /* dom2_eventsimpl.h */; };
93F1991808245E59001E9ABC /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = F523D30402DE4476018635CA /* Range.h */; };
93F19A9708245E59001E9ABC /* html_listimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D24802DE4396018635CA /* html_listimpl.cpp */; };
93F19A9908245E59001E9ABC /* html_objectimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D24C02DE4396018635CA /* html_objectimpl.cpp */; };
93F19A9A08245E59001E9ABC /* html_tableimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D24E02DE4396018635CA /* html_tableimpl.cpp */; };
- 93F19A9B08245E59001E9ABC /* htmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D25002DE4396018635CA /* htmlparser.cpp */; };
- 93F19A9C08245E59001E9ABC /* htmltokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D25202DE4396018635CA /* htmltokenizer.cpp */; };
+ 93F19A9B08245E59001E9ABC /* HTMLParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D25002DE4396018635CA /* HTMLParser.cpp */; };
+ 93F19A9C08245E59001E9ABC /* HTMLTokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D25202DE4396018635CA /* HTMLTokenizer.cpp */; };
93F19A9D08245E59001E9ABC /* decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D27802DE43D7018635CA /* decoder.cpp */; };
93F19AB308245E59001E9ABC /* dom_elementimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D2F702DE4476018635CA /* dom_elementimpl.cpp */; };
93F19AB708245E59001E9ABC /* dom_xmlimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F523D2FF02DE4476018635CA /* dom_xmlimpl.cpp */; };
51F6A3D60663BF04004D2919 /* HTMLCanvasElement.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HTMLCanvasElement.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
550A0BC7085F6039007353D6 /* QualifiedName.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QualifiedName.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
550A0BC8085F6039007353D6 /* QualifiedName.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = QualifiedName.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- 550A0BCB085F604D007353D6 /* htmlnames.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = htmlnames.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- 550A0BCC085F604D007353D6 /* htmlnames.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = htmlnames.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ 550A0BCB085F604D007353D6 /* HTMLNames.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLNames.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ 550A0BCC085F604D007353D6 /* HTMLNames.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HTMLNames.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
55998A5A052B59CC0017A6C1 /* WebCoreAXObject.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreAXObject.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
55998A5B052B59CC0017A6C1 /* WebCoreAXObject.mm */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebCoreAXObject.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
55998A5C052B59CC0017A6C1 /* AccessibilityObjectCache.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = AccessibilityObjectCache.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D24D02DE4396018635CA /* html_objectimpl.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = html_objectimpl.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D24E02DE4396018635CA /* html_tableimpl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = html_tableimpl.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D24F02DE4396018635CA /* html_tableimpl.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = html_tableimpl.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F523D25002DE4396018635CA /* htmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = htmlparser.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F523D25102DE4396018635CA /* htmlparser.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = htmlparser.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F523D25202DE4396018635CA /* htmltokenizer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = htmltokenizer.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F523D25302DE4396018635CA /* htmltokenizer.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = htmltokenizer.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F523D25002DE4396018635CA /* HTMLParser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLParser.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F523D25102DE4396018635CA /* HTMLParser.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HTMLParser.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F523D25202DE4396018635CA /* HTMLTokenizer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLTokenizer.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F523D25302DE4396018635CA /* HTMLTokenizer.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HTMLTokenizer.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D27802DE43D7018635CA /* decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoder.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D27902DE43D7018635CA /* decoder.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = decoder.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D2F702DE4476018635CA /* dom_elementimpl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dom_elementimpl.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
930CAAD609C495B600229C04 /* CanvasRenderingContext2D.idl */,
93EEC27009C3218800C515D1 /* CanvasStyle.cpp */,
93EEC1EF09C2877700C515D1 /* CanvasStyle.h */,
+ A8136D370973A8E700D74463 /* FormDataList.cpp */,
+ A8136D360973A8E700D74463 /* FormDataList.h */,
+ F523D23702DE4396018635CA /* html_baseimpl.cpp */,
+ F523D23802DE4396018635CA /* html_baseimpl.h */,
+ F523D23902DE4396018635CA /* html_blockimpl.cpp */,
+ F523D23A02DE4396018635CA /* html_blockimpl.h */,
+ F523D24202DE4396018635CA /* html_headimpl.cpp */,
+ F523D24302DE4396018635CA /* html_headimpl.h */,
+ F523D24402DE4396018635CA /* html_imageimpl.cpp */,
+ F523D24502DE4396018635CA /* html_imageimpl.h */,
+ F523D24602DE4396018635CA /* html_inlineimpl.cpp */,
+ F523D24702DE4396018635CA /* html_inlineimpl.h */,
+ F523D24802DE4396018635CA /* html_listimpl.cpp */,
+ F523D24902DE4396018635CA /* html_listimpl.h */,
+ F523D24C02DE4396018635CA /* html_objectimpl.cpp */,
+ F523D24D02DE4396018635CA /* html_objectimpl.h */,
+ F523D24E02DE4396018635CA /* html_tableimpl.cpp */,
+ F523D24F02DE4396018635CA /* html_tableimpl.h */,
+ A8DF3FCB097FA0FB0052981B /* HTMLBaseFontElement.cpp */,
+ A8DF3FCA097FA0FB0052981B /* HTMLBaseFontElement.h */,
+ A81369B7097374F500D74463 /* HTMLButtonElement.cpp */,
+ A81369B6097374F500D74463 /* HTMLButtonElement.h */,
+ 51F6A3D50663BF04004D2919 /* HTMLCanvasElement.cpp */,
+ 51F6A3D60663BF04004D2919 /* HTMLCanvasElement.h */,
+ A8DF3FC9097FA0FB0052981B /* HTMLCollection.cpp */,
+ A8DF3FC8097FA0FB0052981B /* HTMLCollection.h */,
+ F523D23B02DE4396018635CA /* HTMLDocument.cpp */,
+ F523D23C02DE4396018635CA /* HTMLDocument.h */,
+ F523D23E02DE4396018635CA /* HTMLElement.cpp */,
+ F523D23F02DE4396018635CA /* HTMLElement.h */,
+ BCEF3432087B563E00BBF833 /* HTMLElementFactory.cpp */,
+ BCEF3433087B563E00BBF833 /* HTMLElementFactory.h */,
+ A81369B9097374F500D74463 /* HTMLFieldSetElement.cpp */,
+ A81369B8097374F500D74463 /* HTMLFieldSetElement.h */,
+ A8DF3FC7097FA0FB0052981B /* HTMLFormCollection.cpp */,
+ A8DF3FC6097FA0FB0052981B /* HTMLFormCollection.h */,
+ A81369B5097374F500D74463 /* HTMLFormElement.cpp */,
+ A81369B4097374F500D74463 /* HTMLFormElement.h */,
+ A81369B3097374F500D74463 /* HTMLGenericFormElement.cpp */,
+ A81369B2097374F500D74463 /* HTMLGenericFormElement.h */,
+ A81369B1097374F500D74463 /* HTMLInputElement.cpp */,
+ A81369B0097374F500D74463 /* HTMLInputElement.h */,
+ A81369AF097374F500D74463 /* HTMLIsIndexElement.cpp */,
+ A81369AE097374F500D74463 /* HTMLIsIndexElement.h */,
+ A81369C9097374F600D74463 /* HTMLKeygenElement.cpp */,
+ A81369C8097374F500D74463 /* HTMLKeygenElement.h */,
+ A81369C7097374F500D74463 /* HTMLLabelElement.cpp */,
+ A81369C6097374F500D74463 /* HTMLLabelElement.h */,
+ A81369C5097374F500D74463 /* HTMLLegendElement.cpp */,
+ A81369C4097374F500D74463 /* HTMLLegendElement.h */,
+ A8DF3FCD097FA0FB0052981B /* HTMLNameCollection.cpp */,
+ A8DF3FCC097FA0FB0052981B /* HTMLNameCollection.h */,
+ 550A0BCB085F604D007353D6 /* HTMLNames.cpp */,
+ 550A0BCC085F604D007353D6 /* HTMLNames.h */,
+ A81369C3097374F500D74463 /* HTMLOptGroupElement.cpp */,
+ A81369C2097374F500D74463 /* HTMLOptGroupElement.h */,
+ A81369C1097374F500D74463 /* HTMLOptionElement.cpp */,
+ A81369C0097374F500D74463 /* HTMLOptionElement.h */,
+ 9327A94109968D1A0068A546 /* HTMLOptionsCollection.cpp */,
+ A81369BE097374F500D74463 /* HTMLOptionsCollection.h */,
+ F523D25002DE4396018635CA /* HTMLParser.cpp */,
+ F523D25102DE4396018635CA /* HTMLParser.h */,
+ A81369BD097374F500D74463 /* HTMLSelectElement.cpp */,
+ A81369BC097374F500D74463 /* HTMLSelectElement.h */,
+ A81369BB097374F500D74463 /* HTMLTextAreaElement.cpp */,
+ A81369BA097374F500D74463 /* HTMLTextAreaElement.h */,
+ AB23A31009BBA7760067CC53 /* HTMLTextFieldInnerElement.cpp */,
+ AB23A31109BBA7760067CC53 /* HTMLTextFieldInnerElement.h */,
+ F523D25202DE4396018635CA /* HTMLTokenizer.cpp */,
+ F523D25302DE4396018635CA /* HTMLTokenizer.h */,
);
path = html;
sourceTree = "<group>";
isa = PBXGroup;
children = (
F523D23402DE436B018635CA /* ecma */,
- F523D27702DE4398018635CA /* html */,
F523D29C02DE43D9018635CA /* misc */,
BC41978B059293BE0016347F /* xbl */,
BC06F24406D18A35004A6FA3 /* xsl */,
path = ecma;
sourceTree = "<group>";
};
- F523D27702DE4398018635CA /* html */ = {
- isa = PBXGroup;
- children = (
- AB23A31009BBA7760067CC53 /* HTMLTextFieldInnerElement.cpp */,
- AB23A31109BBA7760067CC53 /* HTMLTextFieldInnerElement.h */,
- A8136D370973A8E700D74463 /* FormDataList.cpp */,
- A8136D360973A8E700D74463 /* FormDataList.h */,
- F523D23702DE4396018635CA /* html_baseimpl.cpp */,
- F523D23802DE4396018635CA /* html_baseimpl.h */,
- F523D23902DE4396018635CA /* html_blockimpl.cpp */,
- F523D23A02DE4396018635CA /* html_blockimpl.h */,
- 51F6A3D50663BF04004D2919 /* HTMLCanvasElement.cpp */,
- 51F6A3D60663BF04004D2919 /* HTMLCanvasElement.h */,
- F523D23B02DE4396018635CA /* HTMLDocument.cpp */,
- F523D23C02DE4396018635CA /* HTMLDocument.h */,
- F523D24202DE4396018635CA /* html_headimpl.cpp */,
- F523D24302DE4396018635CA /* html_headimpl.h */,
- F523D24402DE4396018635CA /* html_imageimpl.cpp */,
- F523D24502DE4396018635CA /* html_imageimpl.h */,
- F523D24602DE4396018635CA /* html_inlineimpl.cpp */,
- F523D24702DE4396018635CA /* html_inlineimpl.h */,
- F523D24802DE4396018635CA /* html_listimpl.cpp */,
- F523D24902DE4396018635CA /* html_listimpl.h */,
- F523D24C02DE4396018635CA /* html_objectimpl.cpp */,
- F523D24D02DE4396018635CA /* html_objectimpl.h */,
- F523D24E02DE4396018635CA /* html_tableimpl.cpp */,
- F523D24F02DE4396018635CA /* html_tableimpl.h */,
- A8DF3FCB097FA0FB0052981B /* HTMLBaseFontElement.cpp */,
- A8DF3FCA097FA0FB0052981B /* HTMLBaseFontElement.h */,
- A81369B7097374F500D74463 /* HTMLButtonElement.cpp */,
- A81369B6097374F500D74463 /* HTMLButtonElement.h */,
- A8DF3FC9097FA0FB0052981B /* HTMLCollection.cpp */,
- A8DF3FC8097FA0FB0052981B /* HTMLCollection.h */,
- F523D23E02DE4396018635CA /* HTMLElement.cpp */,
- F523D23F02DE4396018635CA /* HTMLElement.h */,
- BCEF3432087B563E00BBF833 /* HTMLElementFactory.cpp */,
- BCEF3433087B563E00BBF833 /* HTMLElementFactory.h */,
- A81369B9097374F500D74463 /* HTMLFieldSetElement.cpp */,
- A81369B8097374F500D74463 /* HTMLFieldSetElement.h */,
- A8DF3FC7097FA0FB0052981B /* HTMLFormCollection.cpp */,
- A8DF3FC6097FA0FB0052981B /* HTMLFormCollection.h */,
- A81369B5097374F500D74463 /* HTMLFormElement.cpp */,
- A81369B4097374F500D74463 /* HTMLFormElement.h */,
- A81369B3097374F500D74463 /* HTMLGenericFormElement.cpp */,
- A81369B2097374F500D74463 /* HTMLGenericFormElement.h */,
- A81369B1097374F500D74463 /* HTMLInputElement.cpp */,
- A81369B0097374F500D74463 /* HTMLInputElement.h */,
- A81369AF097374F500D74463 /* HTMLIsIndexElement.cpp */,
- A81369AE097374F500D74463 /* HTMLIsIndexElement.h */,
- A81369C9097374F600D74463 /* HTMLKeygenElement.cpp */,
- A81369C8097374F500D74463 /* HTMLKeygenElement.h */,
- A81369C7097374F500D74463 /* HTMLLabelElement.cpp */,
- A81369C6097374F500D74463 /* HTMLLabelElement.h */,
- A81369C5097374F500D74463 /* HTMLLegendElement.cpp */,
- A81369C4097374F500D74463 /* HTMLLegendElement.h */,
- A8DF3FCD097FA0FB0052981B /* HTMLNameCollection.cpp */,
- A8DF3FCC097FA0FB0052981B /* HTMLNameCollection.h */,
- 550A0BCB085F604D007353D6 /* htmlnames.cpp */,
- 550A0BCC085F604D007353D6 /* htmlnames.h */,
- A81369C3097374F500D74463 /* HTMLOptGroupElement.cpp */,
- A81369C2097374F500D74463 /* HTMLOptGroupElement.h */,
- A81369C1097374F500D74463 /* HTMLOptionElement.cpp */,
- A81369C0097374F500D74463 /* HTMLOptionElement.h */,
- 9327A94109968D1A0068A546 /* HTMLOptionsCollection.cpp */,
- A81369BE097374F500D74463 /* HTMLOptionsCollection.h */,
- F523D25002DE4396018635CA /* htmlparser.cpp */,
- F523D25102DE4396018635CA /* htmlparser.h */,
- A81369BD097374F500D74463 /* HTMLSelectElement.cpp */,
- A81369BC097374F500D74463 /* HTMLSelectElement.h */,
- A81369BB097374F500D74463 /* HTMLTextAreaElement.cpp */,
- A81369BA097374F500D74463 /* HTMLTextAreaElement.h */,
- F523D25202DE4396018635CA /* htmltokenizer.cpp */,
- F523D25302DE4396018635CA /* htmltokenizer.h */,
- );
- path = html;
- sourceTree = "<group>";
- };
F523D29C02DE43D9018635CA /* misc */ = {
isa = PBXGroup;
children = (
93F198EB08245E59001E9ABC /* html_listimpl.h in Headers */,
93F198ED08245E59001E9ABC /* html_objectimpl.h in Headers */,
93F198EE08245E59001E9ABC /* html_tableimpl.h in Headers */,
- 93F198EF08245E59001E9ABC /* htmlparser.h in Headers */,
- 93F198F008245E59001E9ABC /* htmltokenizer.h in Headers */,
+ 93F198EF08245E59001E9ABC /* HTMLParser.h in Headers */,
+ 93F198F008245E59001E9ABC /* HTMLTokenizer.h in Headers */,
93F198F608245E59001E9ABC /* decoder.h in Headers */,
93F1991708245E59001E9ABC /* dom2_eventsimpl.h in Headers */,
93F1991808245E59001E9ABC /* Range.h in Headers */,
93F199F108245E59001E9ABC /* WebDashboardRegion.h in Headers */,
1A69D381085627410009880D /* JSDOMParser.h in Headers */,
550A0BCA085F6039007353D6 /* QualifiedName.h in Headers */,
- 550A0BCE085F604D007353D6 /* htmlnames.h in Headers */,
+ 550A0BCE085F604D007353D6 /* HTMLNames.h in Headers */,
BCEF3435087B563E00BBF833 /* HTMLElementFactory.h in Headers */,
A8FD8B87087CB45700DC3707 /* KWQWMatrix.h in Headers */,
7E6FEED80898582300C44C3F /* WebCoreScriptDebugger.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "gperf -CEot -L ANSI-C -k \"*\" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards khtml/html/DocTypeStrings.gperf > \"$DERIVED_FILE_DIR/DocTypeStrings.cpp\"";
+ shellScript = "gperf -CEot -L ANSI-C -k \"*\" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards html/DocTypeStrings.gperf > \"$DERIVED_FILE_DIR/DocTypeStrings.cpp\"";
};
932FC0D20824A2C4005B3C75 /* CharsetData.cpp */ = {
isa = PBXShellScriptBuildPhase;
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "gperf -a -L ANSI-C -C -G -c -o -t -k '*' -NfindEntity -D -s 2 khtml/html/HTMLEntityNames.gperf > \"$DERIVED_FILE_DIR/HTMLEntityNames.c\"";
+ shellScript = "gperf -a -L ANSI-C -C -G -c -o -t -k '*' -NfindEntity -D -s 2 html/HTMLEntityNames.gperf > \"$DERIVED_FILE_DIR/HTMLEntityNames.c\"";
};
A83C867D0911AA19009BF4A7 /* JSXSLTProcessor.lut.h */ = {
isa = PBXShellScriptBuildPhase;
93F19A9708245E59001E9ABC /* html_listimpl.cpp in Sources */,
93F19A9908245E59001E9ABC /* html_objectimpl.cpp in Sources */,
93F19A9A08245E59001E9ABC /* html_tableimpl.cpp in Sources */,
- 93F19A9B08245E59001E9ABC /* htmlparser.cpp in Sources */,
- 93F19A9C08245E59001E9ABC /* htmltokenizer.cpp in Sources */,
+ 93F19A9B08245E59001E9ABC /* HTMLParser.cpp in Sources */,
+ 93F19A9C08245E59001E9ABC /* HTMLTokenizer.cpp in Sources */,
93F19A9D08245E59001E9ABC /* decoder.cpp in Sources */,
93F19AB308245E59001E9ABC /* dom_elementimpl.cpp in Sources */,
93F19AB708245E59001E9ABC /* dom_xmlimpl.cpp in Sources */,
93F19B0808245E59001E9ABC /* WebDashboardRegion.m in Sources */,
1A69D382085627410009880D /* JSDOMParser.cpp in Sources */,
550A0BC9085F6039007353D6 /* QualifiedName.cpp in Sources */,
- 550A0BCD085F604D007353D6 /* htmlnames.cpp in Sources */,
+ 550A0BCD085F604D007353D6 /* HTMLNames.cpp in Sources */,
BCEF3434087B563E00BBF833 /* HTMLElementFactory.cpp in Sources */,
A8FD8B86087CB44C00DC3707 /* KWQWMatrix.cpp in Sources */,
7E6FEED90898582300C44C3F /* WebCoreScriptDebugger.mm in Sources */,
#import "AbstractView.h"
#import "dom_elementimpl.h"
#import "dom_xmlimpl.h"
-#import "htmlnames.h"
+#import "HTMLNames.h"
#import "RenderImage.h"
#import <JavaScriptCore/WebScriptObjectPrivate.h>
#import <kxmlcore/Assertions.h>
#import "decoder.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
@implementation WebCoreEncodings
#import "HTMLDocument.h"
#import "html_imageimpl.h"
#import "htmlediting.h"
-#import "htmlnames.h"
+#import "HTMLNames.h"
#import "kjs_proxy.h"
#import "kjs_window.h"
#import "loader.h"
#include "css_valueimpl.h"
#include "cssparser.h"
#include "PlatformString.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "CSSValueKeywords.h"
#include "Font.h"
#include "HTMLDocument.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "khtml_settings.h"
#include "loader.h"
#include "RenderObject.h"
#include "html_headimpl.h"
#include "html_imageimpl.h"
#include "HTMLElementFactory.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "JSEditor.h"
#include "khtml_settings.h"
#include "RenderArena.h"
#include "PlatformWheelEvent.h"
#include "dom2_eventsimpl.h"
#include "kjs_proxy.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qptrlist.h>
#include <qtextstream.h>
#include "NameNodeList.h"
#include "dom_elementimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
using namespace WebCore;
#include "FrameView.h"
#include "Text.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "kjs_binding.h"
#include "RenderObject.h"
#include <kxmlcore/Assertions.h>
#include "AbstractView.h"
#include "dom_elementimpl.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderFlow.h"
#include "render_line.h"
#include "render_style.h"
#include "CSSValueKeywords.h"
#include "dom2_eventsimpl.h"
#include "dom_xmlimpl.h"
-#include "htmlnames.h"
-#include "htmlparser.h"
+#include "HTMLNames.h"
+#include "HTMLParser.h"
#include "RenderCanvas.h"
#include <qtextstream.h>
#include "dom_xmlimpl.h"
#include "html_headimpl.h"
#include "html_tableimpl.h"
-#include "htmlnames.h"
-#include "htmltokenizer.h"
+#include "HTMLNames.h"
+#include "HTMLTokenizer.h"
#include <kxmlcore/Vector.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include "Range.h"
#include "HTMLInterchange.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderObject.h"
#include <kxmlcore/Assertions.h>
#include "dom_elementimpl.h"
#include "Text.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "VisiblePosition.h"
#include <kxmlcore/Assertions.h>
#include "DeleteSelectionCommand.h"
#include "Range.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "InsertIntoTextNodeCommand.h"
#include "InsertNodeBeforeCommand.h"
#include "InsertParagraphSeparatorCommand.h"
#include "Range.h"
#include "Position.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "render_line.h"
#include "RenderObject.h"
#include "VisiblePosition.h"
#include "Range.h"
#include "dom_elementimpl.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "visible_units.h"
#include <kxmlcore/Assertions.h>
#include "Text.h"
#include "htmlediting.h"
#include "HTMLElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderObject.h"
#include "VisiblePosition.h"
#include "visible_units.h"
#include "css_valueimpl.h"
#include "CSSPropertyNames.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "html_imageimpl.h"
#include "markup.h"
#include "ReplaceSelectionCommand.h"
#include "Position.h"
#include "HTMLInterchange.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderObject.h"
#include "SelectionController.h"
#include "visible_units.h"
#include "config.h"
#include "TextIterator.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "InlineTextBox.h"
#include "Position.h"
#include "Range.h"
#include "VisiblePosition.h"
#include "visible_units.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "render_line.h"
#include "RenderObject.h"
#include "InlineTextBox.h"
#include "Text.h"
#include "VisiblePosition.h"
#include "HTMLInterchange.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderObject.h"
#include <qregexp.h>
#include "Position.h"
#include "dom_xmlimpl.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "visible_units.h"
#include <kxmlcore/Assertions.h>
#include "VisiblePosition.h"
#include "dom_elementimpl.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "TextIterator.h"
namespace WebCore {
#include "CanvasPattern.h"
#include "cssparser.h"
#include "HTMLCanvasElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderHTMLCanvas.h"
namespace WebCore {
*/
#include "config.h"
#include "HTMLBaseFontElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "render_button.h"
#include "EventNames.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "CanvasPattern.h"
#include "CanvasRenderingContext2D.h"
#include "CanvasStyle.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderHTMLCanvas.h"
namespace WebCore {
#include "HTMLDocument.h"
#include "HTMLElement.h"
#include <kxmlcore/Vector.h>
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "css/css_stylesheetimpl.h"
#include "css/cssstyleselector.h"
#include "CSSPropertyNames.h"
-#include "html/html_baseimpl.h"
-#include "html/html_headimpl.h"
-#include "html/html_imageimpl.h"
-#include "html/html_imageimpl.h"
-#include "html/htmltokenizer.h"
+#include "html_baseimpl.h"
+#include "html_headimpl.h"
+#include "html_imageimpl.h"
+#include "html_imageimpl.h"
+#include "HTMLTokenizer.h"
#include "HTMLElementFactory.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "khtml_settings.h"
#include "rendering/RenderObject.h"
#include "dom2_eventsimpl.h"
#include "dom2_eventsimpl.h"
#include "HTMLDocument.h"
#include "HTMLElementFactory.h"
-#include "htmlnames.h"
-#include "htmltokenizer.h"
+#include "HTMLNames.h"
+#include "HTMLTokenizer.h"
#include "markup.h"
#include "render_replaced.h"
#include "TextIterator.h"
#include "HTMLFieldSetElement.h"
#include "rendering/render_form.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "HTMLGenericFormElement.h"
#include "HTMLFormElement.h"
#include "html_imageimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <kxmlcore/Vector.h>
namespace WebCore {
#include "Frame.h"
#include "TextEncoding.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "HTMLFormElement.h"
#include "render_replaced.h"
#include "RenderTheme.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "CSSPropertyNames.h"
#include "dom2_eventsimpl.h"
#include "html_imageimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "render_button.h"
#include "render_form.h"
#include "RenderTheme.h"
#include "config.h"
#include "HTMLIsIndexElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "HTMLFormElement.h"
#include "rendering/render_form.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "EventNames.h"
#include "Document.h"
#include "HTMLLegendElement.h"
#include "rendering/render_form.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "Document.h"
#include "html_objectimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#define QNAME_DEFAULT_CONSTRUCTOR 1
#endif
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "StaticConstructors.h"
namespace WebCore { namespace HTMLNames {
#include "HTMLOptGroupElement.h"
#include "HTMLSelectElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#define HTML_HTMLOptionElementImpl_H
#include "HTMLGenericFormElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
class RenderSelect;
// KDE HTML Widget -- HTML Parser
#include "config.h"
-#include "htmlparser.h"
+#include "HTMLParser.h"
#include "DocumentFragment.h"
#include "Frame.h"
#include "html_objectimpl.h"
#include "html_tableimpl.h"
#include "HTMLElementFactory.h"
-#include "htmltokenizer.h"
+#include "HTMLTokenizer.h"
#include "RenderObject.h"
#include <kxmlcore/HashMap.h>
#include <kxmlcore/HashSet.h>
#include "Document.h"
#include "EventNames.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "dom2_eventsimpl.h"
#include "HTMLDocument.h"
#include "HTMLInputElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderObject.h"
#include "RenderTextField.h"
*/
#include "config.h"
-#include "htmltokenizer.h"
+#include "HTMLTokenizer.h"
#include "CachedScript.h"
#include "DocLoader.h"
#include "SystemTime.h"
#include "csshelper.h"
#include "HTMLDocument.h"
-#include "htmlnames.h"
-#include "htmlparser.h"
+#include "HTMLNames.h"
+#include "HTMLParser.h"
#include "kjs_proxy.h"
#include <ctype.h>
#include <stdlib.h>
#include "CSSValueKeywords.h"
#include "dom2_eventsimpl.h"
#include "HTMLDocument.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "loader.h"
#include "render_frames.h"
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "csshelper.h"
#include "cssstyleselector.h"
#include "HTMLDocument.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "kjs_proxy.h"
namespace WebCore {
#include "CSSValueKeywords.h"
#include "HTMLDocument.h"
#include "RenderImage.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
// -------------------------------------------------------------------------
#include "config.h"
-#include "html/html_inlineimpl.h"
+#include "html_inlineimpl.h"
#include "EventNames.h"
#include "Frame.h"
#include "dom2_eventsimpl.h"
#include "HTMLDocument.h"
#include "html_imageimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderFlow.h"
#include "RenderImage.h"
#include "rendering/RenderBR.h"
*/
#include "HTMLElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore
{
#include "RenderImage.h"
#include <java/kjavaappletwidget.h>
#include <DeprecatedString.h>
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#define HTMLTableElementImpl_H
#include "HTMLElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "PlatformString.h"
#include "AtomicString.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qtextstream.h>
#include "FloatSize.h"
#include "JSDOMParser.h"
#include "JSDOMParser.lut.h"
-#include "html/HTMLDocument.h"
+#include "HTMLDocument.h"
#include "DOMImplementation.h"
using namespace WebCore;
#include "css/css_stylesheetimpl.h"
#include "css/css_valueimpl.h"
#include "Document.h"
-#include "html/html_headimpl.h" // for HTMLStyleElement
+#include "html_headimpl.h" // for HTMLStyleElement
#include "kjs_dom.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "kjs_css.lut.h"
#include "dom_xmlimpl.h"
#include "HTMLDocument.h"
#include "html_objectimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "khtml_settings.h"
#include "kjs_css.h"
#include "kjs_events.h"
#include "JSWheelEvent.h"
#include "dom2_eventsimpl.h"
#include "AbstractView.h"
-#include "html/html_imageimpl.h"
-#include "htmlnames.h"
+#include "html_imageimpl.h"
+#include "HTMLNames.h"
#include "kjs_proxy.h"
#include "kjs_views.h"
#include "kjs_window.h"
#include "config.h"
#include "decoder.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <ctype.h>
#include <kxmlcore/Assertions.h>
#include <qregexp.h>
#include "PlatformString.h"
-#include "html/HTMLDocument.h"
+#include "HTMLDocument.h"
#include "loader.h"
#include "CachedXSLStyleSheet.h"
#include "DocLoader.h"
#include "XSLStyleSheet.h"
#include "xml_tokenizer.h"
#include "Text.h"
-#include "htmltokenizer.h"
+#include "HTMLTokenizer.h"
#include "HTMLDocument.h"
#include "DOMImplementation.h"
#include "loader.h"
#define KSVG_SVGImageLoader_H
#if SVG_SUPPORT
-#include "khtml/html/html_imageimpl.h"
+#include "html_imageimpl.h"
namespace WebCore
{
#include "SVGNames.h"
#include "SVGSVGElement.h"
#include "css_stylesheetimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "ksvg.h"
#include "PlatformString.h"
#include <kdom/Namespace.h>
#include "SVGZoomEvent.h"
#include "StringImpl.h"
#include "CSSPropertyNames.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "ksvg.h"
#include <kcanvas/KCanvas.h>
#include <kcanvas/KCanvasContainer.h>
#import "visible_units.h"
#import "DOMInternal.h"
#import "EventNames.h"
-#import "htmlnames.h"
+#import "HTMLNames.h"
using namespace WebCore;
using namespace EventNames;
#include "html_imageimpl.h"
#include "html_objectimpl.h"
#include "htmlediting.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "khtml_settings.h"
#include "kjs_proxy.h"
#include "kjs_window.h"
#include "dom2_eventsimpl.h"
#include "HTMLDocument.h"
#include "html_inlineimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "khtml_settings.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include "RenderTextFragment.h"
#include "SelectionController.h"
#include "VisiblePosition.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderCanvas.h"
#include "RenderTheme.h"
#include <qtextstream.h>
#include "GraphicsContext.h"
#include "HTMLElement.h"
#include "RenderTableCell.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include "RenderFlexibleBox.h"
#include "GraphicsContext.h"
#include "InlineTextBox.h"
#include "RenderBlock.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include "RenderInline.h"
#include "Document.h"
#include "GraphicsContext.h"
#include "HTMLCanvasElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "GraphicsContext.h"
#include "HTMLInputElement.h"
#include "html_imageimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderCanvas.h"
namespace WebCore {
#include "GraphicsContext.h"
#include "dom2_eventsimpl.h"
#include "html_blockimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include "RenderInline.h"
#include "dom2_eventsimpl.h"
#include "dom_elementimpl.h"
#include "Position.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include "RenderFlexibleBox.h"
#include "RenderTableCell.h"
#include "Document.h"
#include "table_layout.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qtextstream.h>
namespace WebCore {
#include "GraphicsContext.h"
#include "RenderTableCol.h"
#include "html_tableimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qtextstream.h>
namespace WebCore {
#include "RenderTableCol.h"
#include "html_tableimpl.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qtextstream.h>
namespace WebCore {
#include "RenderTableRow.h"
#include "RenderTableCell.h"
#include "Document.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "RenderTableRow.h"
#include "RenderTableCol.h"
#include "Document.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include <qtextstream.h>
namespace WebCore {
#include "Document.h"
#include "Frame.h"
#include "RenderText.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "HTMLInputElement.h"
#include "HTMLTextFieldInnerElement.h"
#include "dom_elementimpl.h"
#include "Document.h"
#include "GraphicsContext.h"
#include "HTMLInputElement.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "render_style.h"
// The methods in this file are shared by all themes on every platform.
#include "html_objectimpl.h"
#include "java/kjavaappletwidget.h"
#include "RenderCanvas.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "GraphicsContext.h"
#include "HTMLInputElement.h"
#include "RenderText.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
namespace WebCore {
#include "dom2_eventsimpl.h"
#include "html_baseimpl.h"
#include "html_objectimpl.h"
-#include "htmlnames.h"
-#include "htmltokenizer.h"
+#include "HTMLNames.h"
+#include "HTMLTokenizer.h"
#include "RenderArena.h"
#include "RenderCanvas.h"
#include <qtextstream.h>
#include "Document.h"
#include "CachedImage.h"
-#include "htmlnames.h"
+#include "HTMLNames.h"
#include "html_listimpl.h"
namespace WebCore {