[Webkit-unassigned] [Bug 155532] Provide NSSpellChecker spellChecking methods with the current insertion point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 15:17:32 PDT 2016


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

--- Comment #7 from Darin Adler <darin at apple.com> ---
Comment on attachment 274216
  --> https://bugs.webkit.org/attachment.cgi?id=274216
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=274216&action=review

Since text checker is defined in terms of string views, not the DOM, seems the right architecture would be to convert the selection to offsets within the string at the call sites, rather than actually passing the VisibleSelection object down. Is there a straightforward way to do it that way instead?

> Source/WebCore/ChangeLog:10
> +        Pass the Frame’s section to a handful of spelling checking methods that call 

Frame's selection, not Frame's section

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160316/c570b53f/attachment.html>


More information about the webkit-unassigned mailing list