kdelibs/khtml
Antti Koivisto
koivisto@iki.fi
Tue, 14 Jan 2003 03:14:38 +0100 (CET)
CVS commit by koivisto:
Flash of unstyled content (FOUC) fixes ported from Safari.
- note the changes in html_baseimpl.cpp to prevent creation
of RenderHtml with display:none.
- virtual isInline() is evil
CCMAIL: khtml-devel@kde.org
M +11 -0 css/cssstyleselector.cpp 1.248
M +3 -1 css/cssstyleselector.h 1.32
M +12 -6 html/html_baseimpl.cpp 1.176
M +44 -1 html/html_elementimpl.cpp 1.153
M +3 -1 html/html_elementimpl.h 1.63
M +76 -19 html/html_headimpl.cpp 1.96
M +14 -4 html/html_headimpl.h 1.39
M +2 -1 rendering/render_flow.h 1.75
M +33 -4 xml/dom_docimpl.cpp 1.212
M +25 -2 xml/dom_docimpl.h 1.104
M +44 -7 xml/dom_nodeimpl.cpp 1.201
M +7 -3 xml/dom_nodeimpl.h 1.141
M +2 -2 xml/xml_tokenizer.cpp 1.41