[Webkit-unassigned] [Bug 104196] Adding New WebInputEvent type for IME events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 6 11:44:00 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104196
Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #13 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2012-12-06 11:46:26 PST ---
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.
--
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