[Webkit-unassigned] [Bug 69128] New: Should call checkTextOfParagraph() indirectly to make unifying spell-checking code path easy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 23:17:14 PDT 2011


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

           Summary: Should call checkTextOfParagraph() indirectly to make
                    unifying spell-checking code path easy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at google.com
                CC: morrita at google.com


Editor class has two difference code paths for spell-checking:
(1) checkTextOfParagraph() for Snow Leopard or later
(2) checkSpellingOfString() and checkGrammarOfString() for other platforms.
These paths should be unified so that improving spell-checking code is easy.

At the first step, we should call checkTextOfParagraph() indirectly so that we can implement a function to mimic checkTextOfParagraph() in non-SL or non-Lion platform.
Also, we should introduce a flag to choose a code path which calls checkTextOfParagraph() in non-SL or non-Lion platform.

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