|
Plumb gesture source value through Blink.
The sourceDevice field of WebGestureEvent needs to be plumbed through
blink (PlatformGestureEvent, GestureEvent) since InputHandlerProxy (1)
uses sourceDevice, and (2) may receive events that have travelled through
Blink to a PluginContainer and been forwarded to another process.
BUG= 445319
Committed: https://crrev.com/3bb814794b2509e95944cf36af0cc7538611ae03
Cr-Commit-Position: refs/heads/master@{#354946}
Total comments: 12
Total comments: 11
Total comments: 16
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -14 lines) |
Patch |
 |
M |
components/test_runner/event_sender.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/input/gesture_event_stream_validator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/browser_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/render_view_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_proxy_unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/GestureEvent.h
|
View
|
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/GestureEvent.cpp
|
View
|
1
2
3
4
|
3 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PlatformGestureEvent.h
|
View
|
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/LinkHighlightImplTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewImpl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewImpl.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
19 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebGestureDevice.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebInputEvent.h
|
View
|
1
2
3
4
5
6
7
8
9
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 48 (15 generated)
|