|
mojo: Plumb through sufficient context to make real blink::WebInputEvents.
This adds members to mojo::Event that are needed to construct
a blink::WebInputEvent, as well as the boilerplate to carry
those members on a ui::KeyEvent object, because the events
aren't sent directly from the native event source to html
viewer, but pass through multiple systems.
BUG= 403514
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291301
Total comments: 6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+702 lines, -248 lines) |
Patch |
 |
M |
content/browser/renderer_host/web_input_event_aura.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/web_input_event_aura.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -50 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/web_input_event_aurax11.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -49 lines |
0 comments
|
Download
|
 |
M |
mojo/mojo_services.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/html_viewer/blink_input_events_type_converters.cc
|
View
|
|
2 chunks |
+128 lines, -132 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+67 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/interfaces/input_events/input_events.mojom
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/public/interfaces/input_events/input_key_codes.mojom
|
View
|
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/cocoa/events_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event_utils.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+31 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/events/event_utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/events_stub.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/events_ozone.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/win/events_win.cc
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/x/events_x.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|