[Webkit-unassigned] [Bug 53212] New: [Meta] Port Chromium's Hunspell-based spellchecking to WebCore/platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 17:29:47 PST 2011


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

           Summary: [Meta] Port Chromium's Hunspell-based spellchecking to
                    WebCore/platform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: kevino at theolliviers.com, leavengood at gmail.com,
                    kwangyul.seo at gmail.com, fabrizio.machado123 at gmail.com


This is a tracking bug.

The current plan is to:

 * Extract TextCheckerClient interface from EditorClient,
   * whose instance should be available from EditorClient::textChekerClient().
   * Replace caller site with it
 * Port Chromium's Hunspell implementation to WebCore/platform/TextCheckerClientHunspell.
 * Replace Chromium port with it.
   * Chromium port also uses system spellchecker. So it should have a subclass of TextCheckerClientHunspell.
 * (Hopefully) Change Mac WebKit implementation to use TextCheckerClient
 * (Hopefully) Remove old spellchecker interface from EditorClient

Related thread:

 * https://lists.webkit.org/pipermail/webkit-dev/2010-November/015083.html

Related bug:

 * Bug 44114

I'm CC-ing might-be-interesting folks.

-- 
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