|
Articulate the cancel behavior in the WebTouchEvent.
Change the cancelable flag to be an enumeration so that we
can determine if it is blocking or non-blocking and the reason.
Wheel events will add this flag in a follow up CL.
BUG= 601661
Committed: https://crrev.com/afb8f54b782055923cadd711452c2448f3f7b5b4
Cr-Commit-Position: refs/heads/master@{#388585}
Total comments: 17
Total comments: 8
Total comments: 2
Total comments: 2
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+361 lines, -103 lines) |
Patch |
 |
M |
components/test_runner/event_sender.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/input_router_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_emulator_unittest.cc
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
27 chunks |
+41 lines, -41 lines |
0 comments
|
Download
|
 |
M |
content/common/input/web_input_event_traits.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+35 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/input/web_input_event_traits_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/input/web_touch_event_traits.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_event_filter_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/main_thread_event_queue.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/main_thread_event_queue_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/render_widget_input_handler.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+32 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+102 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PlatformEvent.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PlatformTouchEvent.h
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEvent.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
View
|
1
|
6 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebInputEvent.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/blink_event_util.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 32 (10 generated)
|