[Webkit-unassigned] [Bug 11460] REGRESSION (r17276): Find Previous is very slow, especially when wrapping around

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 30 16:01:18 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11460


justin.garcia at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from justin.garcia at apple.com  2006-10-30 16:01 PDT -------
I was creating two VisiblePositions every time TextIterator exited a node. 
Checked in a fix in r17449.  This could still be improved: we should only
create VPs when the range that they are used to create is actually asked for. 
That would return plainText to its original speed but leave the other users of
TextIterator slower than before my change in r17276.  To improve those we'll
need to speed up VisiblePosition creation and/or VisiblePosition::next().


-- 
Configure bugmail: http://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