[Webkit-unassigned] [Bug 19221] ASSERT during Range creation (due to editing commands)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 15:11:59 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=19221


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28043|                            |review?
               Flag|                            |




------- Comment #12 from eric at webkit.org  2009-02-26 15:11 PDT -------
Created an attachment (id=28043)
 --> (https://bugs.webkit.org/attachment.cgi?id=28043&action=view)
First pass renaming

 LayoutTests/ChangeLog                              |   24 +++++
 .../editing/assert-on-range-creation-expected.txt  |    1 +
 LayoutTests/editing/assert-on-range-creation.html  |   12 +++
 WebCore/ChangeLog                                  |  105 ++++++++++++++++++++
 WebCore/WebCore.base.exp                           |    5 +-
 WebCore/WebCore.xcodeproj/project.pbxproj          |    2 +-
 WebCore/dom/Position.cpp                           |   54 +++++++++-
 WebCore/dom/Position.h                             |   52 ++++++----
 WebCore/dom/Range.cpp                              |    8 +-
 WebCore/dom/RangeBoundaryPoint.h                   |   48 +++++-----
 WebCore/editing/ApplyStyleCommand.cpp              |    4 +-
 WebCore/editing/CompositeEditCommand.cpp           |   12 +-
 WebCore/editing/DeleteSelectionCommand.cpp         |   24 +++---
 WebCore/editing/Editor.cpp                         |    4 +-
 WebCore/editing/InsertLineBreakCommand.cpp         |    2 +-
 .../editing/InsertParagraphSeparatorCommand.cpp    |    6 +-
 WebCore/editing/ReplaceSelectionCommand.cpp        |    2 +-
 WebCore/editing/VisiblePosition.cpp                |   57 +++++------
 WebCore/editing/VisiblePosition.h                  |    4 +-
 WebCore/editing/VisibleSelection.cpp               |   12 +-
 WebCore/editing/htmlediting.cpp                    |   64 +++++-------
 WebCore/editing/htmlediting.h                      |    3 +-
 WebCore/editing/visible_units.cpp                  |   68 ++++++-------
 WebCore/page/DOMSelection.cpp                      |   16 ++--
 WebKit/mac/ChangeLog                               |   24 +++++
 WebKit/mac/WebView/WebFrame.mm                     |    9 +-
 26 files changed, 410 insertions(+), 212 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list