[Webkit-unassigned] [Bug 78856] visual word movement: Using ICU break iterator to simplify implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 14:07:32 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=78856
--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org> 2012-03-13 14:07:32 PST ---
(From update of attachment 131476)
View in context: https://bugs.webkit.org/attachment.cgi?id=131476&action=review
> Source/WebCore/editing/visible_units.cpp:182
> + textBox->root()->collectLeafBoxesInLogicalOrder(leafBoxesInLogicalOrder);
I guess we can cache these vector for the current root inline box to avoid calling collectLeafBoxesInLogicalOrder on the same root inline box repeatedly when a single word is spread across multiple inline boxes but that can probably be done in a separate patch since these functions are only used when user presses ctrl+alt+left/right, and not used by any internal functions.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list