[Webkit-unassigned] [Bug 104196] Adding New WebInputEvent type for IME events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 12:39:29 PST 2012


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





--- Comment #14 from Min Qin <qinmin at chromium.org>  2012-12-06 12:41:56 PST ---
(In reply to comment #13)
> JamesR and I discussed this a bit more, and now I understand better.  You don't need to extend WebInputEvent.  You just need the IME related IPC messages to follow the same "stream" as WebInputEvents.  That can be done without modifying WebInputEvent.  Take a look at how ViewMsg_HandleInputEvent gets routed / queued / etc. on the Chromium side, and mimic that for IME related IPC messages.

Makes sense, just add another ViewMsg_HandleImeEvent message type and queue it up in the input_event_filter before passing it to the render thread.

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