|
Overhaul Mandoline event transport code
In the course of its development, Mandoline's event code has diverged away
from event payloads that are a good fit with the current state of blink's
input handling logic. This CL begins a process of updating the event code
with an extended wheel interface capable of supporting the standards track
wheel event and revised pointer events that will be extended in a future
CL with support for the pointer events specification.
BUG= 524828
Committed: https://crrev.com/895c6c35457b7fe13da31e862cd50eb537d5e7e6
Cr-Commit-Position: refs/heads/master@{#349015}
Total comments: 33
Total comments: 2
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+369 lines, -147 lines) |
Patch |
|
M |
components/html_viewer/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/html_viewer/DEPS
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/html_viewer/blink_input_events_type_converters.cc
|
View
|
1
2
3
|
3 chunks |
+51 lines, -29 lines |
0 comments
|
Download
|
|
M |
components/html_viewer/html_frame.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
A |
components/html_viewer/input_events_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/html_viewer/touch_handler.cc
|
View
|
1
2
3
|
1 chunk |
+24 lines, -8 lines |
0 comments
|
Download
|
|
M |
components/mus/display_manager.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
components/mus/event_dispatcher.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/mus/gesture_manager.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
components/mus/gesture_manager_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/mus/view_tree_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
components/pdf_viewer/pdf_viewer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
mojo/converters/input_events/input_events_type_converters.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+104 lines, -56 lines |
0 comments
|
Download
|
|
M |
ui/mojo/events/input_event_constants.mojom
|
View
|
1
2
3
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
ui/mojo/events/input_events.mojom
|
View
|
1
2
3
|
2 chunks |
+49 lines, -10 lines |
0 comments
|
Download
|
Total messages: 37 (12 generated)
|