[webkit-dev] Hunspell based spellchecker

KwangYul Seo kwangyul.seo at gmail.com
Wed Nov 17 15:04:13 PST 2010


Hi,

Multiple ports can share the implementation if we put spell checker in
WebCore. Ports without native spell checker can use Hunspell based spell
checker without much efforts. Brew MP port is also interested because it
does not have a native spell checker.

Regards,
Kwang Yul Seo


On Thu, Nov 18, 2010 at 5:27 AM, Brent Fulgham <bfulgham at gmail.com> wrote:

> >> On Wednesday 17 November 2010 04:52:36 Hajime Morita wrote:
> >>> Hi WebKit folks,
> >>>
> >>> I'm thinking about porting Hunspell-based spellchecking code
> >>> from Chromium to WebKit/WebCore.
>
> At least in the Windows implementation (WebKit/WebKit source base),
> the spell checker is implemented on the client side as a delegate
> operation.
>
> I wrote up a few notes on the topic
> (http://whtconstruct.blogspot.com/2010/07/spelling.html).
>
> What would be the advantage in placing the spell checker in WebCore,
> as opposed to the relatively agnostic approach used via the WebKit
> API?  Is there a performance benefit, or a means of hooking into some
> other part of the system not currently served by the existing spelling
> infrastructure?
>
> -Brent
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20101118/f7e7d2d9/attachment.html>


More information about the webkit-dev mailing list