|
Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.
This also moves the InputEventEventHandler to early stage. This is so that
KeyHoldDetectorss won't recieve events twice.
InputMethodEventHandler skips sending to IME when
* event was posted via DispatchKeyEventPostIME
* or event is synthesized. This is necessary
for software keyboard. We can't simply rely on synthesized mask because there key_hold_detector also generates key event.
BUG= 502113
Committed: https://crrev.com/5e0fff892917abdbbb1f8be7441c6b8179c83f40
Cr-Commit-Position: refs/heads/master@{#336487}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+234 lines, -8 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_controller_unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/magnifier_key_scroller_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/display/display_controller.h
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/display/display_controller.cc
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_remote_window_tree_host_win.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_remote_window_tree_host_win.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_ozone.cc
|
View
|
2
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_unified.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_unified.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_win.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_x11.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_x11.cc
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/ime/input_method_event_handler.h
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/ime/input_method_event_handler.cc
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
3
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/ash_test_base.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/ash_test_base.cc
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/window_manager_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/input_method_chromeos.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_util.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 43 (20 generated)
|