[Webkit-unassigned] [Bug 45633] New: [Chromium][DRT] Spellcheck doesn't work except for Mac DRT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 12 22:05:46 PDT 2010


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

           Summary: [Chromium][DRT] Spellcheck doesn't work except for Mac
                    DRT.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: tony at chromium.org, hbono at chromium.org,
                    dglazkov at chromium.org, tkent at chromium.org


Current Chromium DRT does not run a spellcheck except for Mac
and spellcheck-related tests are not usable. (See WebViewHost::spellCheck() for detail.)

Mac DRT uses MockSpellCheker class to do that check.
So using it would on Windows and Linux looks fine in general.
But there are concerns:

- A: If we simply enable MockSpellChecker on Windows/Linux, many pixel expectations under editing/* will get broken and massive rebaselinining will be required.
- B: If we add an API to DRT that enables/disables spellchecking, such rebaselining could be avoided. But porting such API to other ports will need hassle.

Any thoughts?
At this time I think A is preferable but its landing need care.
Your feedbacks and ideas are appreciated!

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