|
Ozone support for device special cases in keyboard event rewriting.
Keyboard event rewriting has some special cases keyed on the device
name (Apple keyboards) or USB VID/PID (Hotrod remote), which had been
handled by special-case device inspection under X11, and not handled
at all under Ozone. This moves the properties to ui::DeviceDataManager
and makes the use in chromeos::EventRewriter platform-independent.
BUG= 471753
Committed: https://crrev.com/711f2fc883c05bb10466fb65fdaf9bc10c909b23
Cr-Commit-Position: refs/heads/master@{#325660}
Committed: https://crrev.com/16ce3d88cfcb6ab69af3dc8ba445da47d80c1d9b
Cr-Commit-Position: refs/heads/master@{#327060}
Total comments: 14
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+369 lines, -256 lines) |
Patch |
 |
M |
ash/test/virtual_keyboard_test_helper.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/touch/touch_transformer_controller_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/touch/touchscreen_util_unittest.cc
|
View
|
1
2
|
5 chunks |
+27 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ash/virtual_keyboard_controller_unittest.cc
|
View
|
|
10 chunks |
+42 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/events/event_rewriter.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -70 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/input_device.h
|
View
|
1
2
3
4
5
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/input_device.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/keyboard_device.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/keyboard_device.cc
|
View
|
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/touchscreen_device.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/touchscreen_device.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11_unittest.cc
|
View
|
1
2
|
4 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/touch_factory_x11.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/touch_factory_x11.cc
|
View
|
1
2
3
|
2 chunks |
+13 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_converter_evdev.h
|
View
|
1
2
|
2 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_converter_evdev.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_converter_evdev_impl.cc
|
View
|
1
2
|
4 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_device_info.h
|
View
|
1
2
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_device_info.cc
|
View
|
1
2
|
3 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_factory_evdev.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/input_device_factory_evdev.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/keyboard_evdev.h
|
View
|
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/keyboard_evdev.cc
|
View
|
1
2
|
7 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/touch_event_converter_evdev.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_hotplug_event_handler.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+52 lines, -16 lines |
0 comments
|
Download
|
Total messages: 43 (16 generated)
|