WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
56811
[Meta] WebKit should allow storing guessed spellings inside the document markers
https://bugs.webkit.org/show_bug.cgi?id=56811
Summary
[Meta] WebKit should allow storing guessed spellings inside the document markers
Hajime Morrita
Reported
2011-03-22 01:57:45 PDT
On Chromium, spellchecking can be done by separate process, and the delay due to the IPC is not negligible. For hiding the delay impact, we are going to * batch spellchecking and word suggestion into the same call, * store the suggested words inside the markers and * retrieve these words when context menu is requested. For doing this, we need several changes: * Need to extend marker to store suggestions * Need to extend EditorClient for passing suggestions. * Adding API to retrieve markers under selection. (which was removed when the selection arrived.) Concrete changes are going to be filed under this meta bug. Note that these changes should not affect the current Mac WebKit behavior. The intention here is to make an optional path which is suitable for the IPC based model.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug