[Webkit-unassigned] [Bug 65277] Make functions to find word boundaries more flexible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 29 11:38:17 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65277
--- Comment #60 from Alexey Proskuryakov <ap at webkit.org> 2011-08-29 11:38:17 PST ---
I think that we need better abstraction for code to be used in cursor movement iterator. For instance, there is no guarantee that Option-left arrow wants the same breaks as Option-delete.
Current code is guilty of having lots of specialized functions with generic names in visible_units.cpp and then mistakenly reusing them when subtly different behavior is needed. Adding more of that is a step in a wrong direction.
--
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