|
Expose native, desktop and mobile gesture detection defaults
Provide generic desktop and mobile gesture configurations, in addition
to the native platform configuration. This will allow devtools touch
emulation to more faithfully emulate a particular device.
Note that this change involved decoupling the TouchEventQueue from
platform-specific slop region constants, afforded by a WebTouchEvent
flag indicating whether the event may cause scrolling as a default
action.
BUG= 425586
Committed: https://crrev.com/11e45a87addf6fa39f6a7d505ff318236b7b82f4
Cr-Commit-Position: refs/heads/master@{#308429}
Total comments: 2
Total comments: 7
Total comments: 5
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+419 lines, -233 lines) |
Patch |
 |
M |
content/browser/frame_host/render_widget_host_view_guest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/input_router_config_helper.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/stylus_text_selector.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_emulator.h
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_emulator.cc
|
View
|
1
2
3
4
|
9 chunks |
+23 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+23 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue_unittest.cc
|
View
|
1
2
3
4
|
9 chunks |
+18 lines, -49 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/ui_events_helper.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/input/synthetic_web_input_event_builders.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/input/web_input_event_traits.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_event_dispatcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window_event_dispatcher_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+56 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/chromeos/touch_exploration_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/events.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/filtered_gesture_provider.h
|
View
|
1
2
3
4
|
3 chunks |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/filtered_gesture_provider.cc
|
View
|
1
2
3
4
|
2 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
A |
ui/events/gesture_detection/filtered_gesture_provider_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_detector.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider_config_helper.h
|
View
|
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider_config_helper.cc
|
View
|
1
2
3
|
1 chunk |
+59 lines, -35 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/scale_gesture_detector.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_provider_aura.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_provider_aura.cc
|
View
|
1
2
3
4
|
3 chunks |
+21 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_provider_aura_unittest.cc
|
View
|
1
2
|
8 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer_impl_mac.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 29 (5 generated)
|