[Webkit-unassigned] [Bug 24045] Split out positionAvoidingIgnoredContent from rangeCompliantEquivalent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 11:15:19 PST 2009


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





------- Comment #3 from eric at webkit.org  2009-02-25 11:15 PDT -------
Created an attachment (id=27973)
 --> (https://bugs.webkit.org/attachment.cgi?id=27973&action=view)
split out positionAvoidingIgnoredContent from toRangeCompliantEquivalent and
make Position members private

 WebCore/WebCore.base.exp                           |    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           |   14 ++---
 WebCore/editing/DeleteSelectionCommand.cpp         |   32 +++++-----
 WebCore/editing/Editor.cpp                         |    4 +-
 WebCore/editing/InsertLineBreakCommand.cpp         |    2 +-
 .../editing/InsertParagraphSeparatorCommand.cpp    |   18 ++---
 WebCore/editing/ReplaceSelectionCommand.cpp        |    2 +-
 WebCore/editing/VisiblePosition.cpp                |   57 ++++++++---------
 WebCore/editing/VisiblePosition.h                  |    4 +-
 WebCore/editing/VisibleSelection.cpp               |   29 ++++-----
 WebCore/editing/htmlediting.cpp                    |   61 ++++++-----------
 WebCore/editing/htmlediting.h                      |    3 +-
 WebCore/editing/visible_units.cpp                  |   68 +++++++++-----------
 WebCore/page/DOMSelection.cpp                      |   20 ++----
 WebKit/mac/WebView/WebFrame.mm                     |    8 +--
 20 files changed, 250 insertions(+), 240 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