[Webkit-unassigned] [Bug 24587] New: PositionIterator should be re-written using Position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 14:17:42 PDT 2009


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

           Summary: PositionIterator should be re-written using Position
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: justin.garcia at apple.com, ojan at google.com,
                    jparent at google.com


PositionIterator should be re-written using Position

PositionIterator is a large chunk of mostly copied code from Position.  I think
with a little work, PositionIterator could be re-written using Position
objects.

For example:
bool PositionIterator::isCandidate() const
bool Position::isCandidate() const

void PositionIterator::increment()
Position Position::next(PositionMoveType moveType) const

are basically just copies of one another.


-- 
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