[Webkit-unassigned] [Bug 53213] Refactoring: Extract TextCheckerClient from EditorClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 00:09:39 PST 2011


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2011-02-03 00:09:39 PST ---
(From update of attachment 80314)
View in context: https://bugs.webkit.org/attachment.cgi?id=80314&action=review

> Source/WebCore/page/EditorClient.h:174
>      virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
>      virtual void showSpellingUI(bool show) = 0;
>      virtual bool spellingUIIsShowing() = 0;

Why are these methods not moved?  I'm having a trouble knowing what's the boundary between TextCheckingClient and EditorClient.  Could you clarify what you're trying to accomplish here?

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