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
55e2bf07
Commit
55e2bf07
authored
Oct 03, 2005
by
Maks Orlovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge in 3.5 changes
svn path=/trunk/KDE/kdelibs/; revision=466552
parent
d63832cf
Changes
303
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
303 changed files
with
1656 additions
and
589 deletions
+1656
-589
khtml/ChangeLog
khtml/ChangeLog
+45
-0
khtml/Makefile.am
khtml/Makefile.am
+1
-1
khtml/css/Makefile.am
khtml/css/Makefile.am
+1
-1
khtml/css/css_base.cpp
khtml/css/css_base.cpp
+1
-1
khtml/css/css_base.h
khtml/css/css_base.h
+1
-1
khtml/css/css_extensionsimpl.cpp
khtml/css/css_extensionsimpl.cpp
+1
-1
khtml/css/css_extensionsimpl.h
khtml/css/css_extensionsimpl.h
+1
-1
khtml/css/css_renderstyledeclarationimpl.cpp
khtml/css/css_renderstyledeclarationimpl.cpp
+1
-1
khtml/css/css_renderstyledeclarationimpl.h
khtml/css/css_renderstyledeclarationimpl.h
+1
-1
khtml/css/css_ruleimpl.cpp
khtml/css/css_ruleimpl.cpp
+1
-1
khtml/css/css_ruleimpl.h
khtml/css/css_ruleimpl.h
+1
-1
khtml/css/css_stylesheetimpl.cpp
khtml/css/css_stylesheetimpl.cpp
+1
-1
khtml/css/css_stylesheetimpl.h
khtml/css/css_stylesheetimpl.h
+1
-1
khtml/css/css_valueimpl.cpp
khtml/css/css_valueimpl.cpp
+1
-1
khtml/css/css_valueimpl.h
khtml/css/css_valueimpl.h
+1
-1
khtml/css/csshelper.cpp
khtml/css/csshelper.cpp
+1
-1
khtml/css/csshelper.h
khtml/css/csshelper.h
+1
-1
khtml/css/cssparser.cpp
khtml/css/cssparser.cpp
+1
-1
khtml/css/cssparser.h
khtml/css/cssparser.h
+1
-1
khtml/css/cssstyleselector.cpp
khtml/css/cssstyleselector.cpp
+26
-38
khtml/css/cssstyleselector.h
khtml/css/cssstyleselector.h
+1
-1
khtml/css/html4.css
khtml/css/html4.css
+7
-17
khtml/css/makeprop
khtml/css/makeprop
+1
-1
khtml/css/makevalues
khtml/css/makevalues
+1
-1
khtml/css/parser.cpp
khtml/css/parser.cpp
+2
-2
khtml/css/parser.h
khtml/css/parser.h
+1
-1
khtml/css/parser.y
khtml/css/parser.y
+1
-1
khtml/css/tokenizer.cpp
khtml/css/tokenizer.cpp
+1
-1
khtml/design.h
khtml/design.h
+1
-1
khtml/dom/Makefile.am
khtml/dom/Makefile.am
+1
-1
khtml/dom/css_extensions.cpp
khtml/dom/css_extensions.cpp
+1
-1
khtml/dom/css_extensions.h
khtml/dom/css_extensions.h
+1
-1
khtml/dom/css_rule.cpp
khtml/dom/css_rule.cpp
+1
-1
khtml/dom/css_rule.h
khtml/dom/css_rule.h
+1
-1
khtml/dom/css_stylesheet.cpp
khtml/dom/css_stylesheet.cpp
+1
-1
khtml/dom/css_stylesheet.h
khtml/dom/css_stylesheet.h
+1
-1
khtml/dom/css_value.cpp
khtml/dom/css_value.cpp
+1
-1
khtml/dom/css_value.h
khtml/dom/css_value.h
+1
-1
khtml/dom/dom2_events.cpp
khtml/dom/dom2_events.cpp
+1
-1
khtml/dom/dom2_events.h
khtml/dom/dom2_events.h
+1
-1
khtml/dom/dom2_range.cpp
khtml/dom/dom2_range.cpp
+1
-1
khtml/dom/dom2_range.h
khtml/dom/dom2_range.h
+1
-1
khtml/dom/dom2_traversal.cpp
khtml/dom/dom2_traversal.cpp
+1
-1
khtml/dom/dom2_traversal.h
khtml/dom/dom2_traversal.h
+1
-1
khtml/dom/dom2_views.cpp
khtml/dom/dom2_views.cpp
+1
-1
khtml/dom/dom2_views.h
khtml/dom/dom2_views.h
+1
-1
khtml/dom/dom_core.h
khtml/dom/dom_core.h
+1
-1
khtml/dom/dom_doc.cpp
khtml/dom/dom_doc.cpp
+1
-1
khtml/dom/dom_doc.h
khtml/dom/dom_doc.h
+1
-1
khtml/dom/dom_element.cpp
khtml/dom/dom_element.cpp
+1
-1
khtml/dom/dom_element.h
khtml/dom/dom_element.h
+1
-1
khtml/dom/dom_exception.h
khtml/dom/dom_exception.h
+1
-1
khtml/dom/dom_html.h
khtml/dom/dom_html.h
+1
-1
khtml/dom/dom_misc.cpp
khtml/dom/dom_misc.cpp
+1
-1
khtml/dom/dom_misc.h
khtml/dom/dom_misc.h
+1
-1
khtml/dom/dom_node.cpp
khtml/dom/dom_node.cpp
+1
-1
khtml/dom/dom_node.h
khtml/dom/dom_node.h
+1
-1
khtml/dom/dom_string.cpp
khtml/dom/dom_string.cpp
+1
-1
khtml/dom/dom_string.h
khtml/dom/dom_string.h
+1
-1
khtml/dom/dom_text.cpp
khtml/dom/dom_text.cpp
+1
-1
khtml/dom/dom_text.h
khtml/dom/dom_text.h
+1
-1
khtml/dom/dom_xml.cpp
khtml/dom/dom_xml.cpp
+1
-1
khtml/dom/dom_xml.h
khtml/dom/dom_xml.h
+1
-1
khtml/dom/html_base.cpp
khtml/dom/html_base.cpp
+1
-1
khtml/dom/html_base.h
khtml/dom/html_base.h
+1
-1
khtml/dom/html_block.cpp
khtml/dom/html_block.cpp
+1
-1
khtml/dom/html_block.h
khtml/dom/html_block.h
+1
-1
khtml/dom/html_document.cpp
khtml/dom/html_document.cpp
+1
-1
khtml/dom/html_document.h
khtml/dom/html_document.h
+1
-1
khtml/dom/html_element.cpp
khtml/dom/html_element.cpp
+1
-1
khtml/dom/html_element.h
khtml/dom/html_element.h
+1
-1
khtml/dom/html_form.cpp
khtml/dom/html_form.cpp
+1
-1
khtml/dom/html_form.h
khtml/dom/html_form.h
+1
-1
khtml/dom/html_head.cpp
khtml/dom/html_head.cpp
+1
-1
khtml/dom/html_head.h
khtml/dom/html_head.h
+1
-1
khtml/dom/html_image.cpp
khtml/dom/html_image.cpp
+1
-1
khtml/dom/html_image.h
khtml/dom/html_image.h
+1
-1
khtml/dom/html_inline.cpp
khtml/dom/html_inline.cpp
+1
-1
khtml/dom/html_inline.h
khtml/dom/html_inline.h
+1
-1
khtml/dom/html_list.cpp
khtml/dom/html_list.cpp
+1
-1
khtml/dom/html_list.h
khtml/dom/html_list.h
+1
-1
khtml/dom/html_misc.cpp
khtml/dom/html_misc.cpp
+1
-1
khtml/dom/html_misc.h
khtml/dom/html_misc.h
+1
-1
khtml/dom/html_object.cpp
khtml/dom/html_object.cpp
+1
-1
khtml/dom/html_object.h
khtml/dom/html_object.h
+1
-1
khtml/dom/html_table.cpp
khtml/dom/html_table.cpp
+2
-2
khtml/dom/html_table.h
khtml/dom/html_table.h
+1
-1
khtml/ecma/Makefile.am
khtml/ecma/Makefile.am
+1
-1
khtml/ecma/domparser.cpp
khtml/ecma/domparser.cpp
+1
-1
khtml/ecma/domparser.h
khtml/ecma/domparser.h
+1
-1
khtml/ecma/kjs_binding.cpp
khtml/ecma/kjs_binding.cpp
+1
-1
khtml/ecma/kjs_binding.h
khtml/ecma/kjs_binding.h
+1
-1
khtml/ecma/kjs_css.cpp
khtml/ecma/kjs_css.cpp
+1
-1
khtml/ecma/kjs_css.h
khtml/ecma/kjs_css.h
+1
-1
khtml/ecma/kjs_debugwin.cpp
khtml/ecma/kjs_debugwin.cpp
+1
-1
khtml/ecma/kjs_debugwin.h
khtml/ecma/kjs_debugwin.h
+1
-1
khtml/ecma/kjs_dom.cpp
khtml/ecma/kjs_dom.cpp
+1
-1
khtml/ecma/kjs_dom.h
khtml/ecma/kjs_dom.h
+1
-1
khtml/ecma/kjs_events.cpp
khtml/ecma/kjs_events.cpp
+1
-1
khtml/ecma/kjs_events.h
khtml/ecma/kjs_events.h
+1
-1
khtml/ecma/kjs_html.cpp
khtml/ecma/kjs_html.cpp
+6
-2
khtml/ecma/kjs_html.h
khtml/ecma/kjs_html.h
+1
-1
khtml/ecma/kjs_mozilla.cpp
khtml/ecma/kjs_mozilla.cpp
+1
-1
khtml/ecma/kjs_mozilla.h
khtml/ecma/kjs_mozilla.h
+1
-1
khtml/ecma/kjs_navigator.cpp
khtml/ecma/kjs_navigator.cpp
+1
-1
khtml/ecma/kjs_navigator.h
khtml/ecma/kjs_navigator.h
+1
-1
khtml/ecma/kjs_proxy.cpp
khtml/ecma/kjs_proxy.cpp
+1
-1
khtml/ecma/kjs_proxy.h
khtml/ecma/kjs_proxy.h
+1
-1
khtml/ecma/kjs_range.cpp
khtml/ecma/kjs_range.cpp
+1
-1
khtml/ecma/kjs_range.h
khtml/ecma/kjs_range.h
+1
-1
khtml/ecma/kjs_traversal.cpp
khtml/ecma/kjs_traversal.cpp
+1
-1
khtml/ecma/kjs_traversal.h
khtml/ecma/kjs_traversal.h
+1
-1
khtml/ecma/kjs_views.cpp
khtml/ecma/kjs_views.cpp
+1
-1
khtml/ecma/kjs_views.h
khtml/ecma/kjs_views.h
+1
-1
khtml/ecma/kjs_window.cpp
khtml/ecma/kjs_window.cpp
+33
-8
khtml/ecma/kjs_window.h
khtml/ecma/kjs_window.h
+2
-1
khtml/ecma/testecma.cpp
khtml/ecma/testecma.cpp
+1
-1
khtml/ecma/xmlhttprequest.cpp
khtml/ecma/xmlhttprequest.cpp
+1
-1
khtml/ecma/xmlhttprequest.h
khtml/ecma/xmlhttprequest.h
+1
-1
khtml/ecma/xmlserializer.cpp
khtml/ecma/xmlserializer.cpp
+1
-1
khtml/ecma/xmlserializer.h
khtml/ecma/xmlserializer.h
+1
-1
khtml/html/Makefile.am
khtml/html/Makefile.am
+1
-1
khtml/html/dtd.cpp
khtml/html/dtd.cpp
+1
-1
khtml/html/dtd.h
khtml/html/dtd.h
+1
-1
khtml/html/html_baseimpl.cpp
khtml/html/html_baseimpl.cpp
+1
-1
khtml/html/html_baseimpl.h
khtml/html/html_baseimpl.h
+1
-1
khtml/html/html_blockimpl.cpp
khtml/html/html_blockimpl.cpp
+1
-1
khtml/html/html_blockimpl.h
khtml/html/html_blockimpl.h
+1
-1
khtml/html/html_documentimpl.cpp
khtml/html/html_documentimpl.cpp
+1
-1
khtml/html/html_documentimpl.h
khtml/html/html_documentimpl.h
+1
-1
khtml/html/html_elementimpl.cpp
khtml/html/html_elementimpl.cpp
+1
-1
khtml/html/html_elementimpl.h
khtml/html/html_elementimpl.h
+1
-1
khtml/html/html_formimpl.cpp
khtml/html/html_formimpl.cpp
+7
-1
khtml/html/html_formimpl.h
khtml/html/html_formimpl.h
+1
-1
khtml/html/html_headimpl.cpp
khtml/html/html_headimpl.cpp
+1
-1
khtml/html/html_headimpl.h
khtml/html/html_headimpl.h
+1
-1
khtml/html/html_imageimpl.cpp
khtml/html/html_imageimpl.cpp
+1
-1
khtml/html/html_imageimpl.h
khtml/html/html_imageimpl.h
+1
-1
khtml/html/html_inlineimpl.cpp
khtml/html/html_inlineimpl.cpp
+1
-1
khtml/html/html_inlineimpl.h
khtml/html/html_inlineimpl.h
+1
-1
khtml/html/html_listimpl.cpp
khtml/html/html_listimpl.cpp
+1
-1
khtml/html/html_listimpl.h
khtml/html/html_listimpl.h
+1
-1
khtml/html/html_miscimpl.cpp
khtml/html/html_miscimpl.cpp
+54
-1
khtml/html/html_miscimpl.h
khtml/html/html_miscimpl.h
+5
-2
khtml/html/html_objectimpl.cpp
khtml/html/html_objectimpl.cpp
+1
-1
khtml/html/html_objectimpl.h
khtml/html/html_objectimpl.h
+1
-1
khtml/html/html_tableimpl.cpp
khtml/html/html_tableimpl.cpp
+1
-1
khtml/html/html_tableimpl.h
khtml/html/html_tableimpl.h
+1
-1
khtml/html/htmlparser.cpp
khtml/html/htmlparser.cpp
+1
-1
khtml/html/htmlparser.h
khtml/html/htmlparser.h
+1
-1
khtml/html/htmltokenizer.cpp
khtml/html/htmltokenizer.cpp
+1
-1
khtml/html/htmltokenizer.h
khtml/html/htmltokenizer.h
+1
-1
khtml/java/kjava.jar
khtml/java/kjava.jar
+0
-0
khtml/java/kjavaapplet.cpp
khtml/java/kjavaapplet.cpp
+1
-1
khtml/java/kjavaapplet.h
khtml/java/kjavaapplet.h
+1
-1
khtml/java/kjavaappletcontext.cpp
khtml/java/kjavaappletcontext.cpp
+1
-1
khtml/java/kjavaappletcontext.h
khtml/java/kjavaappletcontext.h
+1
-1
khtml/java/kjavaappletserver.cpp
khtml/java/kjavaappletserver.cpp
+1
-1
khtml/java/kjavaappletserver.h
khtml/java/kjavaappletserver.h
+1
-1
khtml/java/kjavaappletviewer.cpp
khtml/java/kjavaappletviewer.cpp
+1
-1
khtml/java/kjavaappletviewer.desktop
khtml/java/kjavaappletviewer.desktop
+1
-0
khtml/java/kjavaappletviewer.h
khtml/java/kjavaappletviewer.h
+1
-1
khtml/java/kjavaappletwidget.cpp
khtml/java/kjavaappletwidget.cpp
+1
-1
khtml/java/kjavaappletwidget.h
khtml/java/kjavaappletwidget.h
+1
-1
khtml/java/kjavadownloader.cpp
khtml/java/kjavadownloader.cpp
+1
-1
khtml/java/kjavadownloader.h
khtml/java/kjavadownloader.h
+1
-1
khtml/java/kjavaprocess.cpp
khtml/java/kjavaprocess.cpp
+1
-1
khtml/java/kjavaprocess.h
khtml/java/kjavaprocess.h
+1
-1
khtml/java/kqeventutil.cpp
khtml/java/kqeventutil.cpp
+1
-1
khtml/java/kqeventutil.h
khtml/java/kqeventutil.h
+1
-1
khtml/java/kxeventutil.cpp
khtml/java/kxeventutil.cpp
+1
-1
khtml/java/kxeventutil.h
khtml/java/kxeventutil.h
+1
-1
khtml/java/org/kde/kjas/server/KJASAppletStub.java
khtml/java/org/kde/kjas/server/KJASAppletStub.java
+1
-1
khtml/java/org/kde/kjas/server/KJASSwingConsole.java
khtml/java/org/kde/kjas/server/KJASSwingConsole.java
+1
-1
khtml/java/org/kde/kjas/server/KJASURLStreamHandlerFactory.java
...java/org/kde/kjas/server/KJASURLStreamHandlerFactory.java
+1
-1
khtml/khtml.desktop
khtml/khtml.desktop
+2
-1
khtml/khtml_caret.cpp
khtml/khtml_caret.cpp
+1
-1
khtml/khtml_caret_p.h
khtml/khtml_caret_p.h
+1
-1
khtml/khtml_events.cpp
khtml/khtml_events.cpp
+1
-1
khtml/khtml_events.h
khtml/khtml_events.h
+1
-1
khtml/khtml_ext.cpp
khtml/khtml_ext.cpp
+1
-1
khtml/khtml_ext.h
khtml/khtml_ext.h
+1
-1
khtml/khtml_factory.cpp
khtml/khtml_factory.cpp
+1
-1
khtml/khtml_factory.h
khtml/khtml_factory.h
+1
-1
khtml/khtml_iface.cc
khtml/khtml_iface.cc
+1
-1
khtml/khtml_iface.h
khtml/khtml_iface.h
+1
-1
khtml/khtml_pagecache.cpp
khtml/khtml_pagecache.cpp
+1
-1
khtml/khtml_pagecache.h
khtml/khtml_pagecache.h
+1
-1
khtml/khtml_part.cpp
khtml/khtml_part.cpp
+2
-2
khtml/khtml_part.h
khtml/khtml_part.h
+1
-1
khtml/khtml_printsettings.cpp
khtml/khtml_printsettings.cpp
+1
-1
khtml/khtml_printsettings.h
khtml/khtml_printsettings.h
+1
-1
khtml/khtml_run.cpp
khtml/khtml_run.cpp
+1
-1
khtml/khtml_run.h
khtml/khtml_run.h
+1
-1
khtml/khtml_settings.cc
khtml/khtml_settings.cc
+1
-1
khtml/khtml_settings.h
khtml/khtml_settings.h
+1
-1
khtml/khtmldefaults.h
khtml/khtmldefaults.h
+1
-1
khtml/khtmlimage.cpp
khtml/khtmlimage.cpp
+1
-1
khtml/khtmlimage.desktop
khtml/khtmlimage.desktop
+3
-1
khtml/khtmlimage.h
khtml/khtmlimage.h
+1
-1
khtml/khtmlpart_p.h
khtml/khtmlpart_p.h
+1
-1
khtml/khtmlview.cpp
khtml/khtmlview.cpp
+52
-24
khtml/khtmlview.h
khtml/khtmlview.h
+11
-2
khtml/kmultipart/kmultipart.cpp
khtml/kmultipart/kmultipart.cpp
+1
-1
khtml/kmultipart/kmultipart.desktop
khtml/kmultipart/kmultipart.desktop
+1
-0
khtml/kmultipart/kmultipart.h
khtml/kmultipart/kmultipart.h
+1
-1
khtml/misc/Makefile.am
khtml/misc/Makefile.am
+1
-1
khtml/misc/arena.cpp
khtml/misc/arena.cpp
+1
-1
khtml/misc/arena.h
khtml/misc/arena.h
+1
-1
khtml/misc/decoder.cpp
khtml/misc/decoder.cpp
+1
-1
khtml/misc/decoder.h
khtml/misc/decoder.h
+1
-1
khtml/misc/helper.cpp
khtml/misc/helper.cpp
+1
-1
khtml/misc/helper.h
khtml/misc/helper.h
+1
-1
khtml/misc/htmlhashes.cpp
khtml/misc/htmlhashes.cpp
+1
-1
khtml/misc/khtmllayout.h
khtml/misc/khtmllayout.h
+1
-1
khtml/misc/loader.cpp
khtml/misc/loader.cpp
+1
-1
khtml/misc/loader.h
khtml/misc/loader.h
+1
-1
khtml/misc/makeattrs
khtml/misc/makeattrs
+1
-1
khtml/misc/maketags
khtml/misc/maketags
+1
-1
khtml/misc/seed.h
khtml/misc/seed.h
+1
-1
khtml/misc/stringit.cpp
khtml/misc/stringit.cpp
+1
-1
khtml/misc/stringit.h
khtml/misc/stringit.h
+1
-1
khtml/rendering/Makefile.am
khtml/rendering/Makefile.am
+1
-1
khtml/rendering/bidi.cpp
khtml/rendering/bidi.cpp
+157
-5
khtml/rendering/bidi.h
khtml/rendering/bidi.h
+1
-1
khtml/rendering/counter_tree.cpp
khtml/rendering/counter_tree.cpp
+1
-1
khtml/rendering/counter_tree.h
khtml/rendering/counter_tree.h
+1
-1
khtml/rendering/enumerate.cpp
khtml/rendering/enumerate.cpp
+1
-1
khtml/rendering/enumerate.h
khtml/rendering/enumerate.h
+1
-1
khtml/rendering/font.cpp
khtml/rendering/font.cpp
+1
-1
khtml/rendering/font.h
khtml/rendering/font.h
+1
-1
khtml/rendering/render_applet.cpp
khtml/rendering/render_applet.cpp
+1
-1
khtml/rendering/render_applet.h
khtml/rendering/render_applet.h
+1
-1
khtml/rendering/render_arena.cpp
khtml/rendering/render_arena.cpp
+1
-1
khtml/rendering/render_arena.h
khtml/rendering/render_arena.h
+1
-1
khtml/rendering/render_block.cpp
khtml/rendering/render_block.cpp
+300
-31
khtml/rendering/render_block.h
khtml/rendering/render_block.h
+23
-2
khtml/rendering/render_body.cpp
khtml/rendering/render_body.cpp
+1
-1
khtml/rendering/render_body.h
khtml/rendering/render_body.h
+1
-1
khtml/rendering/render_box.cpp
khtml/rendering/render_box.cpp
+38
-12
khtml/rendering/render_box.h
khtml/rendering/render_box.h
+8
-4
khtml/rendering/render_br.cpp
khtml/rendering/render_br.cpp
+1
-1
khtml/rendering/render_br.h
khtml/rendering/render_br.h
+1
-1
khtml/rendering/render_canvas.cpp
khtml/rendering/render_canvas.cpp
+69
-51
khtml/rendering/render_canvas.h
khtml/rendering/render_canvas.h
+123
-17
khtml/rendering/render_container.cpp
khtml/rendering/render_container.cpp
+5
-2
khtml/rendering/render_container.h
khtml/rendering/render_container.h
+1
-1
khtml/rendering/render_flow.cpp
khtml/rendering/render_flow.cpp
+26
-2
khtml/rendering/render_flow.h
khtml/rendering/render_flow.h
+2
-1
khtml/rendering/render_form.cpp
khtml/rendering/render_form.cpp
+1
-1
khtml/rendering/render_form.h
khtml/rendering/render_form.h
+1
-1
khtml/rendering/render_frames.cpp
khtml/rendering/render_frames.cpp
+1
-1
khtml/rendering/render_frames.h
khtml/rendering/render_frames.h
+1
-1
khtml/rendering/render_generated.cpp
khtml/rendering/render_generated.cpp
+1
-1
khtml/rendering/render_generated.h
khtml/rendering/render_generated.h
+1
-1
khtml/rendering/render_image.cpp
khtml/rendering/render_image.cpp
+2
-2
khtml/rendering/render_image.h
khtml/rendering/render_image.h
+1
-1
khtml/rendering/render_inline.cpp
khtml/rendering/render_inline.cpp
+1
-1
khtml/rendering/render_inline.h
khtml/rendering/render_inline.h
+1
-1
khtml/rendering/render_layer.cpp
khtml/rendering/render_layer.cpp
+42
-2
khtml/rendering/render_layer.h
khtml/rendering/render_layer.h
+1
-1
khtml/rendering/render_line.cpp
khtml/rendering/render_line.cpp
+17
-1
khtml/rendering/render_line.h
khtml/rendering/render_line.h
+9
-4
khtml/rendering/render_list.cpp
khtml/rendering/render_list.cpp
+1
-20
khtml/rendering/render_list.h
khtml/rendering/render_list.h
+1
-1
khtml/rendering/render_object.cpp
khtml/rendering/render_object.cpp
+9
-9
khtml/rendering/render_object.h
khtml/rendering/render_object.h
+51
-2
khtml/rendering/render_replaced.cpp
khtml/rendering/render_replaced.cpp
+2
-6
khtml/rendering/render_replaced.h
khtml/rendering/render_replaced.h
+1
-1
khtml/rendering/render_style.cpp
khtml/rendering/render_style.cpp
+52
-2
khtml/rendering/render_style.h
khtml/rendering/render_style.h
+43
-5
khtml/rendering/render_table.cpp
khtml/rendering/render_table.cpp
+76
-4
khtml/rendering/render_table.h
khtml/rendering/render_table.h
+7
-2
khtml/rendering/render_text.cpp
khtml/rendering/render_text.cpp
+7
-26
khtml/rendering/render_text.h
khtml/rendering/render_text.h
+1
-1
khtml/rendering/table_layout.cpp
khtml/rendering/table_layout.cpp
+1
-1
khtml/rendering/table_layout.h
khtml/rendering/table_layout.h
+1
-1
khtml/test_regression.cpp
khtml/test_regression.cpp
+4
-1
khtml/test_regression.h
khtml/test_regression.h
+1
-1
khtml/test_regression_fontoverload.cpp
khtml/test_regression_fontoverload.cpp
+1
-1
khtml/xml/Makefile.am
khtml/xml/Makefile.am
+1
-1
khtml/xml/dom2_eventsimpl.cpp
khtml/xml/dom2_eventsimpl.cpp
+1
-1
khtml/xml/dom2_eventsimpl.h
khtml/xml/dom2_eventsimpl.h
+1
-1
khtml/xml/dom2_rangeimpl.cpp
khtml/xml/dom2_rangeimpl.cpp
+1
-1
khtml/xml/dom2_rangeimpl.h
khtml/xml/dom2_rangeimpl.h
+1
-1
khtml/xml/dom2_traversalimpl.cpp
khtml/xml/dom2_traversalimpl.cpp
+1
-1
khtml/xml/dom2_traversalimpl.h
khtml/xml/dom2_traversalimpl.h
+1
-1
khtml/xml/dom2_viewsimpl.cpp
khtml/xml/dom2_viewsimpl.cpp
+1
-1
khtml/xml/dom2_viewsimpl.h
khtml/xml/dom2_viewsimpl.h
+1
-1
khtml/xml/dom_docimpl.cpp
khtml/xml/dom_docimpl.cpp
+1
-1
khtml/xml/dom_docimpl.h
khtml/xml/dom_docimpl.h
+1
-1
khtml/xml/dom_elementimpl.cpp
khtml/xml/dom_elementimpl.cpp
+1
-1
khtml/xml/dom_elementimpl.h
khtml/xml/dom_elementimpl.h
+1
-1
khtml/xml/dom_nodeimpl.cpp
khtml/xml/dom_nodeimpl.cpp
+61
-12
khtml/xml/dom_nodeimpl.h
khtml/xml/dom_nodeimpl.h
+3
-2
khtml/xml/dom_stringimpl.cpp
khtml/xml/dom_stringimpl.cpp
+1
-1
khtml/xml/dom_stringimpl.h
khtml/xml/dom_stringimpl.h
+1
-1
khtml/xml/dom_textimpl.cpp
khtml/xml/dom_textimpl.cpp
+1
-1
khtml/xml/dom_textimpl.h
khtml/xml/dom_textimpl.h
+1
-1
khtml/xml/dom_xmlimpl.cpp
khtml/xml/dom_xmlimpl.cpp
+1
-1
khtml/xml/dom_xmlimpl.h
khtml/xml/dom_xmlimpl.h
+1
-1
khtml/xml/xml_tokenizer.cpp
khtml/xml/xml_tokenizer.cpp
+1
-1
khtml/xml/xml_tokenizer.h
khtml/xml/xml_tokenizer.h
+1
-1
No files found.
khtml/ChangeLog
View file @
55e2bf07
2005-09-18 Allan Sandfeld Jensen <kde@carewolf.com>
Implementation of real page-breaking algorithm respecting the CSS 2.1 specification.
* khtmlview.cpp:
Do layout for page-breaks before printing.
Use screen resolution as default instead of 72DPI.
* css/html4.css: Add the print media default styles
* rendering/render_style.*: Add RenderPageStyle as the style for the page-context. Not yet used.
* rendering/render_canvas.*:
Separate paged and static properties of printing.
Use rootHeight as pageHeight.
Add RenderPage as the page-context(@page). Not yet used.
* rendering/render_flow.*:
(deleteLastLineBox) new function to remove the last line (in order to redo it).
* rendering/render_line.*:
(removeFromLine) ditto
* rendering/bidi.cpp: New algorithm in layoutInlineChildren for doing page-breaks at layout-time,
and respecting orphans/widows CSS settings.
* rendering/render_block.cpp:
(makePageBreakAvoidBlocks) Function for collecting runs of page-break-after/before: avoid blocks, so
they can be moved across page-breaks collectively.
(layoutBlockChildren) New algorithm for doing page-breaks at layout time,
and respecting page-break-after/before/inside
* rendering/render_table.cpp: Force page-breaks to happen inside cells and not between rows.
(RenderTableSection::addSpaceAt) moves later table-rows down when one cell expands to handle a
page-break.
* rendering/render_list.cpp: Remove truncation logic from paint
* rendering/render_text.cpp: ditto
2005-08-18 Lus Pedro Coelho <luis@luispedro.org>
* rendering/render_image.cpp: Scale images correctly (adjust both height and width)
when max-width is used.
2005-08-10 Dawit Alemayehu <adawit@kde.org>
* ecma/xmlhttprequest.cpp: Convert a 304 (Not Modified) HTTP response in
XMLHttpRequest to a 200 (OK) response to make KHTML conform to IE's and
Mozilla's behavior. BUG: 110272
* ecma/xmlhttprequest.cpp: Factored out the HTTP status line parsing code
into a single function.
2005-08-02 Allan Sandfeld Jensen <kde@carewolf.com>
Imported background parsing and painting from WebCore.
...
...
@@ -20,6 +62,9 @@
* html/htmlparser.cpp: Block <input type="image"> elements if SRC attribute is ad-filtered.
* khtml_part.cpp: Include <input type="image"> elements in AdBlocK filter runs.
2005-07-25 Dawit Alemayehu <adawit@kde.org>
* ecma/xmlhttprequest.cpp: Use the charset provided by the remote host through the HTTP headers.
2005-07-25 Andreas Kling <kling@impul.se>
Make new ad filters have instant effect (either hide affected elements
...
...
khtml/Makefile.am
View file @
55e2bf07
...
...
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Library General Public License
# along with this library; see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
# the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
# Boston, MA 02110-1301, USA.
KDE_CXXFLAGS
=
$(WOVERLOADED_VIRTUAL)
...
...
khtml/css/Makefile.am
View file @
55e2bf07
...
...
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Library General Public License
# along with this library; see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
# the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
# Boston, MA 02110-1301, USA.
KDE_CXXFLAGS
=
$(WOVERLOADED_VIRTUAL)
...
...
khtml/css/css_base.cpp
View file @
55e2bf07
...
...
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
...
...
khtml/css/css_base.h
View file @
55e2bf07
...
...
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_extensionsimpl.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_extensionsimpl.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_renderstyledeclarationimpl.cpp
View file @
55e2bf07
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA
* Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#include "css_renderstyledeclarationimpl.h"
...
...
khtml/css/css_renderstyledeclarationimpl.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA
* Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#ifndef CSS_RENDERSTYLEIMPL_H
...
...
khtml/css/css_ruleimpl.cpp
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include "dom/css_rule.h"
...
...
khtml/css/css_ruleimpl.h
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_stylesheetimpl.cpp
View file @
55e2bf07
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_stylesheetimpl.h
View file @
55e2bf07
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/css_valueimpl.cpp
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
...
...
khtml/css/css_valueimpl.h
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/csshelper.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/csshelper.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/cssparser.cpp
View file @
55e2bf07
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
...
...
khtml/css/cssparser.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifndef _CSS_cssparser_h_
...
...
khtml/css/cssstyleselector.cpp
View file @
55e2bf07
...
...
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
...
...
@@ -3124,45 +3124,33 @@ void CSSStyleSelector::applyRule( int id, DOM::CSSValueImpl *value )
// rect
case
CSS_PROP_CLIP
:
{
Length
top
;
Length
right
;
Length
bottom
;
Length
left
;
bool
hasClip
=
true
;
if
(
isInherit
)
{
if
(
parentStyle
->
hasClip
())
{
top
=
parentStyle
->
clipTop
();
right
=
parentStyle
->
clipRight
();
bottom
=
parentStyle
->
clipBottom
();
left
=
parentStyle
->
clipLeft
();
}
else
{
hasClip
=
false
;
top
=
right
=
bottom
=
left
=
Length
();
Length
top
=
Length
();
Length
right
=
Length
();
Length
bottom
=
Length
();
Length
left
=
Length
();
bool
hasClip
=
false
;
if
(
isInherit
&&
parentStyle
->
hasClip
())
{
hasClip
=
true
;
top
=
parentStyle
->
clipTop
();
right
=
parentStyle
->
clipRight
();
bottom
=
parentStyle
->
clipBottom
();
left
=
parentStyle
->
clipLeft
();
}
else
if
(
primitiveValue
&&
primitiveValue
->
primitiveType
()
==
CSSPrimitiveValue
::
CSS_RECT
)
{
RectImpl
*
rect
=
primitiveValue
->
getRectValue
();
if
(
rect
)
{
hasClip
=
true
;
top
=
convertToLength
(
rect
->
top
(),
style
,
paintDeviceMetrics
);
right
=
convertToLength
(
rect
->
right
(),
style
,
paintDeviceMetrics
);
bottom
=
convertToLength
(
rect
->
bottom
(),
style
,
paintDeviceMetrics
);
left
=
convertToLength
(
rect
->
left
(),
style
,
paintDeviceMetrics
);
}
}
else
if
(
isInitial
)
{
hasClip
=
false
;
top
=
right
=
bottom
=
left
=
Length
();
}
else
if
(
!
primitiveValue
)
{
break
;
}
else
if
(
primitiveValue
->
primitiveType
()
==
CSSPrimitiveValue
::
CSS_RECT
)
{
RectImpl
*
rect
=
primitiveValue
->
getRectValue
();
if
(
!
rect
)
break
;
top
=
convertToLength
(
rect
->
top
(),
style
,
paintDeviceMetrics
);
right
=
convertToLength
(
rect
->
right
(),
style
,
paintDeviceMetrics
);
bottom
=
convertToLength
(
rect
->
bottom
(),
style
,
paintDeviceMetrics
);
left
=
convertToLength
(
rect
->
left
(),
style
,
paintDeviceMetrics
);
}
style
->
setClip
(
top
,
right
,
bottom
,
left
);
style
->
setHasClip
(
hasClip
);
}
else
if
(
primitiveValue
->
getIdent
()
!=
CSS_VAL_AUTO
)
{
break
;
}
// qDebug("setting clip top to %d", top.value );
// qDebug("setting clip right to %d", right.value );
// qDebug("setting clip bottom to %d", bottom.value );
// qDebug("setting clip left to %d", left.value );
style
->
setClip
(
top
,
right
,
bottom
,
left
);
style
->
setHasClip
(
hasClip
);
// rect, ident
break
;
}
...
...
khtml/css/cssstyleselector.h
View file @
55e2bf07
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/css/html4.css
View file @
55e2bf07
...
...
@@ -374,7 +374,7 @@ INPUT { color: windowtext;
font-family
:
sans-serif
;
font-size
:
small
;
margin
:
0
__qem
;
border
:
0
px
-khtml-native
;
border
:
2
px
-khtml-native
;
}
INPUT
[
type
=
"hidden"
]
{
...
...
@@ -415,7 +415,7 @@ TEXTAREA {
color
:
windowtext
;
font-family
:
monospace
;
margin
:
0
__qem
;
border
:
0
px
-khtml-native
;
border
:
2
px
-khtml-native
;
}
/*
...
...
@@ -562,18 +562,8 @@ marquee {
/* noscript is handled internally, as it depends on the html settings */
/* media rules are commented out for the moment. We'll have to add
* them later. Lars, 23.12.99
*/
/*
@media print {
@page { margin: 10% }
H1, H2, H3,
H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
BLOCKQUOTE,
PRE { page-break-inside: avoid }
UL, OL, DL { page-break-before: avoid }
}
*/
@media
print
{
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
page-break-after
:
avoid
}
ul
,
ol
,
dl
{
page-break-before
:
avoid
}
}
khtml/css/makeprop
View file @
55e2bf07
...
...
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU Library General Public License
# along with this library; see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
# the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
# Boston, MA 02110-1301, USA.
#
#----------------------------------------------------------------------------
...
...
khtml/css/makevalues
View file @
55e2bf07
...
...
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU Library General Public License
# along with this library; see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
# the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
# Boston, MA 02110-1301, USA.
#
#----------------------------------------------------------------------------
...
...
khtml/css/parser.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Steet, Fifth Floor,
Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
...
...
@@ -180,7 +180,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
...
...
khtml/css/parser.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Steet, Fifth Floor,
Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
...
...
khtml/css/parser.y
View file @
55e2bf07
...
...
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
...
...
khtml/css/tokenizer.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
...
...
khtml/design.h
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
...
...
khtml/dom/Makefile.am
View file @
55e2bf07
...
...
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Library General Public License
# along with this library; see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
# the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
# Boston, MA 02110-1301, USA.
KDE_CXXFLAGS
=
$(USE_EXCEPTIONS)
$(WOVERLOADED_VIRTUAL)
...
...
khtml/dom/css_extensions.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/dom/css_extensions.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* This file includes excerpts from the Document Object Model (DOM)
...
...
khtml/dom/css_rule.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/dom/css_rule.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* This file includes excerpts from the Document Object Model (DOM)
...
...
khtml/dom/css_stylesheet.cpp
View file @
55e2bf07
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/dom/css_stylesheet.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* This file includes excerpts from the Document Object Model (DOM)
...
...
khtml/dom/css_value.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
...
...
khtml/dom/css_value.h
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
* the Free Software Foundation, Inc., 51 Franklin St
r
eet, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* This file includes excerpts from the Document Object Model (DOM)
...
...
khtml/dom/dom2_events.cpp
View file @
55e2bf07
...
...
@@ -15,7 +15,7 @@
*