Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Libraries
Commits
5923d91c
Commit
5923d91c
authored
Dec 25, 2001
by
Dirk Mueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanups
svn path=/trunk/kdelibs/; revision=128629
parent
0a1b7c4a
Changes
61
Hide whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
173 additions
and
530 deletions
+173
-530
khtml/README.tags
khtml/README.tags
+0
-24
khtml/dom/Makefile.am
khtml/dom/Makefile.am
+2
-4
khtml/dom/css_rule.cpp
khtml/dom/css_rule.cpp
+1
-6
khtml/dom/css_stylesheet.cpp
khtml/dom/css_stylesheet.cpp
+7
-10
khtml/dom/css_value.cpp
khtml/dom/css_value.cpp
+6
-5
khtml/dom/dom2_events.cpp
khtml/dom/dom2_events.cpp
+5
-9
khtml/dom/dom2_range.cpp
khtml/dom/dom2_range.cpp
+3
-10
khtml/dom/dom2_traversal.cpp
khtml/dom/dom2_traversal.cpp
+2
-4
khtml/dom/dom2_views.cpp
khtml/dom/dom2_views.cpp
+7
-18
khtml/dom/dom_doc.cpp
khtml/dom/dom_doc.cpp
+10
-17
khtml/dom/dom_element.cpp
khtml/dom/dom_element.cpp
+5
-6
khtml/dom/dom_node.cpp
khtml/dom/dom_node.cpp
+6
-8
khtml/dom/dom_string.cpp
khtml/dom/dom_string.cpp
+2
-3
khtml/dom/dom_text.cpp
khtml/dom/dom_text.cpp
+3
-5
khtml/dom/dom_xml.cpp
khtml/dom/dom_xml.cpp
+5
-6
khtml/dom/html_base.cpp
khtml/dom/html_base.cpp
+3
-6
khtml/dom/html_block.cpp
khtml/dom/html_block.cpp
+4
-4
khtml/dom/html_document.cpp
khtml/dom/html_document.cpp
+7
-14
khtml/dom/html_element.cpp
khtml/dom/html_element.cpp
+7
-8
khtml/dom/html_form.cpp
khtml/dom/html_form.cpp
+10
-9
khtml/dom/html_head.cpp
khtml/dom/html_head.cpp
+4
-6
khtml/dom/html_image.cpp
khtml/dom/html_image.cpp
+8
-8
khtml/dom/html_inline.cpp
khtml/dom/html_inline.cpp
+6
-7
khtml/dom/html_list.cpp
khtml/dom/html_list.cpp
+4
-4
khtml/dom/html_misc.cpp
khtml/dom/html_misc.cpp
+3
-5
khtml/dom/html_object.cpp
khtml/dom/html_object.cpp
+4
-8
khtml/dom/html_table.cpp
khtml/dom/html_table.cpp
+8
-10
khtml/java/Makefile.am
khtml/java/Makefile.am
+1
-1
khtml/java/kjavaappletserver.cpp
khtml/java/kjavaappletserver.cpp
+1
-1
khtml/java/kjavaprocess.cpp
khtml/java/kjavaprocess.cpp
+2
-2
khtml/khtml_ext.cpp
khtml/khtml_ext.cpp
+5
-24
khtml/khtml_ext.h
khtml/khtml_ext.h
+1
-5
khtml/khtml_factory.cpp
khtml/khtml_factory.cpp
+0
-1
khtml/khtml_find.cpp
khtml/khtml_find.cpp
+0
-1
khtml/khtml_pagecache.cpp
khtml/khtml_pagecache.cpp
+0
-9
khtml/khtml_part.cpp
khtml/khtml_part.cpp
+0
-11
khtml/khtml_run.cpp
khtml/khtml_run.cpp
+0
-1
khtml/khtml_settings.cc
khtml/khtml_settings.cc
+0
-2
khtml/khtmlimage.cpp
khtml/khtmlimage.cpp
+0
-4
khtml/rendering/break_lines.cpp
khtml/rendering/break_lines.cpp
+0
-2
khtml/rendering/render_applet.cpp
khtml/rendering/render_applet.cpp
+2
-3
khtml/rendering/render_body.cpp
khtml/rendering/render_body.cpp
+0
-2
khtml/rendering/render_box.cpp
khtml/rendering/render_box.cpp
+0
-15
khtml/rendering/render_br.cpp
khtml/rendering/render_br.cpp
+0
-2
khtml/rendering/render_flow.cpp
khtml/rendering/render_flow.cpp
+16
-26
khtml/rendering/render_flow.h
khtml/rendering/render_flow.h
+0
-4
khtml/rendering/render_form.cpp
khtml/rendering/render_form.cpp
+0
-92
khtml/rendering/render_frames.cpp
khtml/rendering/render_frames.cpp
+0
-5
khtml/rendering/render_hr.cpp
khtml/rendering/render_hr.cpp
+0
-5
khtml/rendering/render_html.cpp
khtml/rendering/render_html.cpp
+3
-5
khtml/rendering/render_image.cpp
khtml/rendering/render_image.cpp
+0
-3
khtml/rendering/render_list.cpp
khtml/rendering/render_list.cpp
+0
-4
khtml/rendering/render_replaced.cpp
khtml/rendering/render_replaced.cpp
+0
-3
khtml/rendering/render_root.cpp
khtml/rendering/render_root.cpp
+1
-4
khtml/rendering/render_style.cpp
khtml/rendering/render_style.cpp
+0
-1
khtml/rendering/render_style.h
khtml/rendering/render_style.h
+2
-2
khtml/rendering/render_table.cpp
khtml/rendering/render_table.cpp
+1
-21
khtml/rendering/render_table.h
khtml/rendering/render_table.h
+0
-30
khtml/test_regression.cpp
khtml/test_regression.cpp
+1
-1
khtml/testcss.cpp
khtml/testcss.cpp
+1
-1
khtml/testkhtml.cpp
khtml/testkhtml.cpp
+4
-13
No files found.
khtml/README.tags
deleted
100644 → 0
View file @
0a1b7c4a
All tags known by KHTML are listed in khtmltags.in.
The maketags script generates a header file from this list.
It also makes a gperf input file. gperf is than used to create
the khtmltags.c file which contains a (almost) perfect hash
function for recognizing HTML-tags.
The HTML-tokenizer converts during parsing all tags to numeric
tag-IDs. These IDs can then be used to select functions fast and
to look up relevant CSS data.
khtmlparser.cpp contains a jump-table which indexes from tag-ID
to the relevant tag-open and tag-close functions. A 0-entry means
that no function should be called for this tag.
ADDING NEW TAGS
===============
If you want to add a new tag, you can do so in the file "khtmltags.in".
Please keep this file sorted. You then have to run ./maketags to
generate a new khtmltags.h and a new hash-function so that the new tag
will be recognized. Then you should manually update the jumptable in
"khtmlparer.cpp". If you do not want to implement the tag you can add
an entry for the tag at the right position and fill it with two zeros.
khtml/dom/Makefile.am
View file @
5923d91c
...
...
@@ -17,7 +17,7 @@
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
KDE_CXXFLAGS
=
$(USE_EXCEPTIONS)
-UQT_NO_COMPAT
KDE_CXXFLAGS
=
$(USE_EXCEPTIONS)
$(WOVERLOADED_VIRTUAL)
noinst_LTLIBRARIES
=
libkhtmldom.la
libkhtmldom_la_SOURCES
=
\
...
...
@@ -47,9 +47,7 @@ myinclude_HEADERS = \
# css_extensions.h
INCLUDES
=
-I
$(top_srcdir)
/kimgio
-I
$(top_srcdir)
/kio
-I
$(top_srcdir)
/dcop
\
-I
$(top_srcdir)
/khtml
-I
$(top_srcdir)
/khtml/misc
-I
$(top_srcdir)
/khtml/css
\
-I
$(top_srcdir)
/khtml/dom
-I
$(top_srcdir)
/khtml/xml
-I
$(top_srcdir)
/khtml/html
\
$(all_includes)
-I
$(top_srcdir)
/khtml
$(all_includes)
SRCDOC_DEST
=
$(kde_htmldir)
/en/kdelibs/khtml
...
...
khtml/dom/css_rule.cpp
View file @
5923d91c
...
...
@@ -20,14 +20,9 @@
*
* $Id$
*/
#include "css_ruleimpl.h"
#include "css_stylesheet.h"
#include "css_value.h"
#include "dom_exception.h"
#include "dom_string.h"
#include "css/css_ruleimpl.h"
#include "css_rule.h"
using
namespace
DOM
;
CSSRule
::
CSSRule
()
...
...
khtml/dom/css_stylesheet.cpp
View file @
5923d91c
...
...
@@ -20,24 +20,21 @@
*
* $Id$
*/
#include "dom_stringimpl.h"
#include "css_stylesheet.h"
#include "css_stylesheetimpl.h"
#include "css_rule.h"
#include "dom/dom_exception.h"
#include "dom/css_rule.h"
#include "dom/dom_doc.h"
#include "dom_node.h"
#include "dom_exception.h"
#include "xml/dom_docimpl.h"
#include "misc/htmlhashes.h"
#include "html/html_headimpl.h"
#include "xml/dom_docimpl.h"
#include "dom/dom_doc.h"
#include "css/css_stylesheetimpl.h"
#include "misc/htmlhashes.h"
#include <stdio.h>
using
namespace
DOM
;
StyleSheet
::
StyleSheet
()
{
impl
=
0
;
...
...
khtml/dom/css_value.cpp
View file @
5923d91c
...
...
@@ -20,11 +20,12 @@
*
* $Id$
*/
#include "css_rule.h"
#include "css_value.h"
#include "css_valueimpl.h"
#include "dom_exception.h"
#include "dom_string.h"
#include "dom/css_rule.h"
#include "dom/dom_exception.h"
#include "css/css_valueimpl.h"
using
namespace
DOM
;
CSSStyleDeclaration
::
CSSStyleDeclaration
()
...
...
khtml/dom/dom2_events.cpp
View file @
5923d91c
...
...
@@ -21,16 +21,12 @@
* $Id$
*/
#include "dom2_events.h"
#include "dom2_views.h"
#include "dom2_eventsimpl.h"
#include "dom_string.h"
#include "dom_exception.h"
#include "dom/dom2_views.h"
#include "dom/dom_exception.h"
#include "xml/dom2_eventsimpl.h"
using
namespace
DOM
;
EventListener
::
EventListener
()
{
}
...
...
@@ -86,7 +82,7 @@ DOMString Event::type() const
{
if
(
!
impl
)
throw
DOMException
(
DOMException
::
INVALID_STATE_ERR
);
return
impl
->
type
();
}
...
...
@@ -176,7 +172,7 @@ DOMString Event::eventModuleName()
{
if
(
!
impl
)
throw
DOMException
(
DOMException
::
INVALID_STATE_ERR
);
return
impl
->
eventModuleName
();
}
...
...
khtml/dom/dom2_range.cpp
View file @
5923d91c
...
...
@@ -23,19 +23,12 @@
*
* $Id$
*/
#include "dom2_range.h"
#include "dom2_traversal.h"
#include "dom_node.h"
#include "dom_doc.h"
#include "dom_string.h"
#include "dom_text.h"
#include "dom_exception.h"
#include "dom_docimpl.h"
#include "dom2_rangeimpl.h"
#include "dom/dom_exception.h"
#include "xml/dom_docimpl.h"
#include "xml/dom2_rangeimpl.h"
using
namespace
DOM
;
Range
::
Range
()
{
// a range can't exist by itself - it must be associated with a document
...
...
khtml/dom/dom2_traversal.cpp
View file @
5923d91c
...
...
@@ -21,10 +21,8 @@
* $Id$
*/
#include "dom2_traversal.h"
#include "dom_node.h"
#include "dom_exception.h"
#include "dom2_traversalimpl.h"
#include "dom/dom_exception.h"
#include "xml/dom2_traversalimpl.h"
using
namespace
DOM
;
...
...
khtml/dom/dom2_views.cpp
View file @
5923d91c
...
...
@@ -21,22 +21,11 @@
* $Id$
*/
/*
#include "dom2_views.h"
#include "dom2_viewsimpl.h"
#include "dom_doc.h"
#include "dom_exception.h"
*/
#include "dom2_views.h"
#include "dom_node.h"
#include "dom_exception.h"
#include "dom2_viewsimpl.h"
#include "dom_doc.h"
#include "dom2_traversal.h"
#include "dom2_traversalimpl.h"
#include "dom_element.h"
#include "dom_elementimpl.h"
#include "dom/dom2_views.h"
#include "dom/dom_exception.h"
#include "dom/dom_doc.h"
#include "xml/dom_elementimpl.h"
#include "xml/dom2_viewsimpl.h"
using
namespace
DOM
;
...
...
@@ -79,7 +68,7 @@ Document AbstractView::document() const
{
if
(
!
impl
)
throw
DOMException
(
DOMException
::
INVALID_STATE_ERR
);
return
impl
->
document
();
}
...
...
@@ -87,7 +76,7 @@ CSSStyleDeclaration AbstractView::getComputedStyle(const Element &elt, const DOM
{
if
(
!
impl
)
throw
DOMException
(
DOMException
::
INVALID_STATE_ERR
);
return
impl
->
getComputedStyle
(
static_cast
<
ElementImpl
*>
(
elt
.
handle
()),
pseudoElt
.
implementation
());
}
...
...
khtml/dom/dom_doc.cpp
View file @
5923d91c
...
...
@@ -21,26 +21,19 @@
* $Id$
*/
#include "dom_string.h"
#include "dom_doc.h"
#include "dom_docimpl.h"
#include "dom_node.h"
#include "dom_nodeimpl.h"
#include "dom_exception.h"
#include "dom_element.h"
#include "dom_elementimpl.h"
#include "dom_text.h"
#include "dom_xml.h"
#include "dom2_range.h"
#include "dom2_traversal.h"
#include "dom2_events.h"
#include "dom2_views.h"
#include "css_value.h"
#include "dom/dom_exception.h"
#include "dom/dom_xml.h"
#include "dom/dom2_range.h"
#include "dom/dom2_events.h"
#include "dom/dom2_views.h"
#include "xml/dom_docimpl.h"
#include "xml/dom_elementimpl.h"
#include <kdebug.h>
using
namespace
DOM
;
DOMImplementation
::
DOMImplementation
()
{
impl
=
0
;
...
...
@@ -81,7 +74,7 @@ bool DOMImplementation::hasFeature( const DOMString &feature, const DOMString &v
}
DocumentType
DOMImplementation
::
createDocumentType
(
const
DOMString
&
qualifiedName
,
const
DOMString
&
publicId
,
const
DOMString
&
publicId
,
const
DOMString
&
systemId
)
{
if
(
!
impl
)
...
...
khtml/dom/dom_element.cpp
View file @
5923d91c
...
...
@@ -21,11 +21,10 @@
* $Id$
*/
#include "dom_string.h"
#include "dom_element.h"
#include "dom_elementimpl.h"
#include "dom_node.h"
#include "dom_exception.h"
#include "dom/dom_exception.h"
#include "xml/dom_elementimpl.h"
using
namespace
DOM
;
Attr
::
Attr
()
:
Node
()
...
...
@@ -233,7 +232,7 @@ DOMString Element::getAttributeNS( const DOMString &namespaceURI,
}
void
Element
::
setAttributeNS
(
const
DOMString
&
namespaceURI
,
const
DOMString
&
qualifiedName
,
const
DOMString
&
qualifiedName
,
const
DOMString
&
value
)
{
if
(
!
impl
)
...
...
khtml/dom/dom_node.cpp
View file @
5923d91c
...
...
@@ -21,15 +21,13 @@
* $Id$
*/
#include "dom_node.h"
#include "dom_doc.h"
#include "dom_exception.h"
#include "dom_string.h"
#include "dom_nodeimpl.h"
#include "dom_elementimpl.h"
#include "dom2_events.h"
#include <qstring.h>
#include "dom/dom_doc.h"
#include "dom/dom_exception.h"
#include "xml/dom_elementimpl.h"
#include "dom/dom2_events.h"
#include <qrect.h>
using
namespace
DOM
;
// ### eventually we should get these methods to throw NOT_FOUND_ERR
...
...
khtml/dom/dom_string.cpp
View file @
5923d91c
...
...
@@ -21,10 +21,9 @@
* $Id$
*/
#include "dom_string.h"
#include "dom_stringimpl.h"
#include "dom
/dom
_string.h"
#include "
xml/
dom_stringimpl.h"
#include <kglobal.h>
using
namespace
DOM
;
...
...
khtml/dom/dom_text.cpp
View file @
5923d91c
...
...
@@ -21,14 +21,12 @@
* $Id$
*/
#include "dom_exception.h"
#include "dom_string.h"
#include "dom/dom_exception.h"
#include "dom/dom_text.h"
#include "xml/dom_textimpl.h"
#include "dom_text.h"
#include "dom_textimpl.h"
using
namespace
DOM
;
CharacterData
::
CharacterData
()
:
Node
()
{
}
...
...
khtml/dom/dom_xml.cpp
View file @
5923d91c
...
...
@@ -22,13 +22,12 @@
*/
#include "dom_xml.h"
#include "dom_string.h"
#include "dom_textimpl.h"
#include "dom_xmlimpl.h"
#include "dom_exception.h"
using
namespace
DOM
;
#include "dom/dom_xml.h"
#include "dom/dom_exception.h"
#include "xml/dom_textimpl.h"
#include "xml/dom_xmlimpl.h"
using
namespace
DOM
;
CDATASection
::
CDATASection
()
{
...
...
khtml/dom/html_base.cpp
View file @
5923d91c
...
...
@@ -22,15 +22,12 @@
*/
// --------------------------------------------------------------------------
#include "dom_string.h"
#include "dom/html_base.h"
#include "html/html_baseimpl.h"
#include "misc/htmlhashes.h"
#include "html_base.h"
#include "html_baseimpl.h"
using
namespace
DOM
;
#include "htmlhashes.h"
#include "htmlhashes.h"
HTMLBodyElement
::
HTMLBodyElement
()
:
HTMLElement
()
{
}
...
...
khtml/dom/html_block.cpp
View file @
5923d91c
...
...
@@ -22,13 +22,13 @@
*/
// --------------------------------------------------------------------------
#include "dom_string.h"
#include "html_block.h"
#include "html_blockimpl.h"
#include "dom/html_block.h"
#include "html/html_blockimpl.h"
using
namespace
DOM
;
#include "htmlhashes.h"
#include "
misc/
htmlhashes.h"
HTMLBlockquoteElement
::
HTMLBlockquoteElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_document.cpp
View file @
5923d91c
...
...
@@ -24,20 +24,13 @@
#include "html_document.h"
#include "dom_node.h"
#include "dom_element.h"
#include "dom_doc.h"
#include "dom_string.h"
#include "dom_textimpl.h"
#include "html_misc.h"
#include "html_element.h"
#include "html_documentimpl.h"
#include "html_elementimpl.h"
#include "html_miscimpl.h"
#include "htmlhashes.h"
#include "khtmlview.h"
using
namespace
DOM
;
#include "dom/html_misc.h"
#include "xml/dom_textimpl.h"
#include "html/html_documentimpl.h"
#include "html/html_miscimpl.h"
#include "misc/htmlhashes.h"
using
namespace
DOM
;
HTMLDocument
::
HTMLDocument
()
:
Document
(
false
)
// create the impl here
{
...
...
@@ -194,7 +187,7 @@ void HTMLDocument::setCookie( const DOMString & value )
{
if
(
impl
)
((
HTMLDocumentImpl
*
)
impl
)
->
setCookie
(
value
);
}
void
HTMLDocument
::
open
(
)
...
...
khtml/dom/html_element.cpp
View file @
5923d91c
...
...
@@ -20,15 +20,14 @@
*
* $Id$
*/
#include "dom_string.h"
#include "html_element.h"
#include "html_elementimpl.h"
#include "html_misc.h" // HTMLCollection
#include "html_miscimpl.h" // HTMLCollectionImpl
#include "dom_exception.h"
using
namespace
DOM
;
#include "dom/dom_exception.h"
#include "dom/html_misc.h"
#include "html/html_miscimpl.h" // HTMLCollectionImpl
#include "htmlhashes.h"
#include "misc/htmlhashes.h"
using
namespace
DOM
;
HTMLElement
::
HTMLElement
()
:
Element
()
{
...
...
khtml/dom/html_form.cpp
View file @
5923d91c
...
...
@@ -22,16 +22,17 @@
*/
// --------------------------------------------------------------------------
#include "html_form.h"
#include "html_formimpl.h"
#include "dom_doc.h"
#include "dom_string.h"
#include "html_miscimpl.h"
#include "dom_exception.h"
#include "dom_docimpl.h"
using
namespace
DOM
;
#include "dom/html_form.h"
#include "dom/dom_exception.h"
#include "dom/dom_doc.h"
#include "html/html_formimpl.h"
#include "html/html_miscimpl.h"
#include "htmlhashes.h"
#include "xml/dom_docimpl.h"
#include "misc/htmlhashes.h"
using
namespace
DOM
;
HTMLButtonElement
::
HTMLButtonElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_head.cpp
View file @
5923d91c
...
...
@@ -22,13 +22,11 @@
*/
// --------------------------------------------------------------------------
#include "dom_string.h"
#include "html_form.h"
#include "html_head.h"
#include "html_headimpl.h"
using
namespace
DOM
;
#include "dom/html_head.h"
#include "html/html_headimpl.h"
#include "misc/htmlhashes.h"
#include "htmlhashes.h"
using
namespace
DOM
;
HTMLBaseElement
::
HTMLBaseElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_image.cpp
View file @
5923d91c
...
...
@@ -22,15 +22,15 @@
*/
// --------------------------------------------------------------------------
#include "dom
_string
.h"
#include "dom
_doc
.h"
#include "
html_image
.h"
#include "html_imageimpl.h"
#include "html
_misc
.h"
#include "html_miscimpl.h"
using
namespace
DOM
;
#include "dom
/dom_doc
.h"
#include "dom
/html_image
.h"
#include "
dom/html_misc
.h"
#include "html
/html_imageimpl
.h"
#include "html
/html
_miscimpl.h"
#include "misc/htmlhashes.h"
#include "htmlhashes.h"
using
namespace
DOM
;
HTMLAreaElement
::
HTMLAreaElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_inline.cpp
View file @
5923d91c
...
...
@@ -22,14 +22,13 @@
*/
// --------------------------------------------------------------------------
#include "dom_string.h"
#include "html_inline.h"
#include "html_inlineimpl.h"
#include "html_baseimpl.h"
#include "dom_docimpl.h"
using
namespace
DOM
;
#include "dom/html_inline.h"
#include "html/html_inlineimpl.h"
#include "html/html_baseimpl.h"
#include "xml/dom_docimpl.h"
#include "misc/htmlhashes.h"
#include "htmlhashes.h"
using
namespace
DOM
;
HTMLAnchorElement
::
HTMLAnchorElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_list.cpp
View file @
5923d91c
...
...
@@ -22,11 +22,11 @@
*/
// --------------------------------------------------------------------------
#include "html_list.h"
#include "html_listimpl.h"
using
namespace
DOM
;
#include "
dom/
html_list.h"
#include "html
/html
_listimpl.h"
#include "misc/htmlhashes.h"
#include "htmlhashes.h"
using
namespace
DOM
;
HTMLDListElement
::
HTMLDListElement
()
:
HTMLElement
()
{
...
...
khtml/dom/html_misc.cpp
View file @
5923d91c
...
...
@@ -22,14 +22,12 @@
*/
// --------------------------------------------------------------------------
#include "dom_string.h"
#include "dom/html_misc.h"
#include "html/html_miscimpl.h"
#include "misc/htmlhashes.h"
#include "html_misc.h"
#include "html_miscimpl.h"
using
namespace
DOM
;
#include "htmlhashes.h"
HTMLBaseFontElement
::
HTMLBaseFontElement
()
:
HTMLElement
()
{
}
...
...
khtml/dom/html_object.cpp
View file @
5923d91c
...
...
@@ -20,16 +20,12 @@
*
* $Id$
*/
#include "html_object.h"
#include "dom_string.h"
#include "html_misc.h"
#include "html_miscimpl.h"
#include "html_objectimpl.h"
#include "html_element.h"
#include "html_elementimpl.h"
#include "dom/html_object.h"
#include "htmlhashes.h"
#include "html/html_objectimpl.h"
#include "misc/htmlhashes.h"
HTMLAppletElement
::
HTMLAppletElement
()
:
HTMLElement
()