Chromium Code Reviews
DescriptionIntroduce bypass logic for SetCursorLocation message.
This CL is second try of https://codereview.chromium.org/12017010/
Current Chrome does not emit SetCursorLocation message to ibus-daemon because both candidate window and input context is in same process.
It was achieved by injecting IBusClient into ui::InputMethodIBus, but we are now able to bypass them only in chromeos/ directory.
With this refactoring, we can remove ui::internal::IBusClient, IBusChromeOSClientImpl and their injection code.
This patch introduces bypass code for SetCursorLocation, but not used yet.
BUG=None
TEST=Manually done on lumpy.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178543
Patch Set 1 : base patch #Patch Set 2 : disable some unittests #Messages
Total messages: 7 (0 generated)
|