[webkit-reviews] review requested: [Bug 24953] Add automatic spell correction support in WebKit : [Attachment 29100] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 17:42:36 PDT 2009


Siddhartha Chattopadhyay <sidchat at google.com> has asked  for review:
Bug 24953: Add automatic spell correction support in WebKit
https://bugs.webkit.org/show_bug.cgi?id=24953

Attachment 29100: Patch
https://bugs.webkit.org/attachment.cgi?id=29100&action=review

------- Additional Comments from Siddhartha Chattopadhyay <sidchat at google.com>
This is a patch for automatic spell correction support in WebKit. This patch
essentially replaces the previous (misspelled) word typed by a correct word
only if an auto-correct word is provided - nothing happens if auto-correct word
provided is empty. The method to actually compute the corrected word is
NotImplemented in WebKit. This patch is a requirement for Chromium to add an
auto spell correction feature
(http://code.google.com/p/chromium/issues/detail?id=7624).


More information about the webkit-reviews mailing list