[Webkit-unassigned] [Bug 78559] [DRT] Remove TextInputController usages in existing tests by adding internal API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 4 17:50:11 PST 2012


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





--- Comment #6 from Hajime Morrita <morrita at google.com>  2012-03-04 17:50:11 PST ---
Hi Kangil, thanks for caring this!

(In reply to comment #5)
> I think we can replace TextInputController with internal API.
It depends. Some API is good fit for internals. But many of them needs its own API.
These APIs are for emulating user input, especially IME. You can think this more like MockClient
than Internals.

I think having this implementation inside WebCoreTestSupport could be a great idea.
But it should be different object from Internals.

Anyway, thanks again to consider better design over existing one.
TextInputController is an old resident on DRT world which needs some improvement.

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