Revision 809453

Go back to digest for 25th May 2008

Features in KDE Base

Germain Garand committed changes in /trunk/KDE/kdelibs/khtml:

implementation for contentEditable/designMode

based on work by Apple developers and Leo Savernik.
Still needs further work, but should be reasonably stable.

File Changes

Added 20 files
  • /trunk/KDE/kdelibs/khtml
  •   /editing
  •   /editing/edit_command.h
  •   /editing/editing.cpp
  •   /editing/editing_p.h
  •   /editing/editor.cpp
  •   /editing/editor.h
  •   /editing/editor_command.h
  •   /editing/htmlediting.cpp
  •   /editing/htmlediting.h
  •   /editing/htmlediting_impl.cpp
  •   /editing/htmlediting_impl.h
  •   /editing/jsediting.cpp
  •   /editing/jsediting.h
  •   /misc/khtml_partaccessor.h
  •   /xml/dom_position.cpp
  •   /xml/dom_position.h
  •   /xml/dom_positioniterator.cpp
  •   /xml/dom_positioniterator.h
  •   /xml/dom_selection.cpp
  •   /xml/dom_selection.h
Modified 50 files
  • /trunk/KDE/kdelibs/khtml
  •   /CMakeLists.txt
  •   /khtml_caret_p.h
  •   /khtml_events.cpp
  •   /khtml_part.cpp
  •   /khtml_part.h
  •   /khtmlpart_p.h
  •   /khtmlview.cpp
  •   /khtmlview.h
  •   /dom/dom_doc.cpp
  •   /dom/dom_doc.h
  •   /dom/dom_element.cpp
  •   /dom/html_element.cpp
  •   /dom/html_element.h
  •   /ecma/kjs_dom.cpp
  •   /ecma/kjs_dom.h
  •   /ecma/kjs_html.cpp
  •   /ecma/kjs_html.h
  •   /html/html_elementimpl.cpp
  •   /html/html_elementimpl.h
  •   /html/html_inlineimpl.cpp
  •   /misc/helper.cpp
  •   /misc/helper.h
  •   /misc/loader.cpp
  •   /rendering/render_block.cpp
  •   /rendering/render_block.h
  •   /rendering/render_br.cpp
  •   /rendering/render_br.h
  •   /rendering/render_canvas.h
  •   /rendering/render_container.cpp
  •   /rendering/render_container.h
  •   /rendering/render_inline.cpp
  •   /rendering/render_inline.h
  •   /rendering/render_layer.cpp
  •   /rendering/render_line.cpp
  •   /rendering/render_line.h
  •   /rendering/render_object.cpp
  •   /rendering/render_object.h
  •   /rendering/render_replaced.cpp
  •   /rendering/render_replaced.h
  •   /rendering/render_table.cpp
  •   /rendering/render_text.cpp
  •   /rendering/render_text.h
  •   /xml/dom_docimpl.cpp
  •   /xml/dom_docimpl.h
  •   /xml/dom_elementimpl.cpp
  •   /xml/dom_elementimpl.h
  •   /xml/dom_nodeimpl.cpp
  •   /xml/dom_nodeimpl.h
  •   /xml/dom_textimpl.cpp
  •   /xml/dom_textimpl.h
70 files changed in total