|
Add modifier flags to MotionEvent
Allow event modifier flags to propagate through the touch and/or
gestures derived from a MotionEvent. This allows, for example,
ctrl + tap to mimic ctrl + click. Note that, previously, Aura routed
these modifier flags separately, and Android failed to route them at
all.
BUG= 398439, 413335
Committed: https://crrev.com/36f186d9260f10ab4b134987d369d0dd93f298ff
Cr-Commit-Position: refs/heads/master@{#294695}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+270 lines, -71 lines) |
Patch |
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/gesture_text_selector_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_android.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_android.cc
|
View
|
|
6 chunks |
+28 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_android_unittest.cc
|
View
|
|
6 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_web.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_web.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.cc
|
View
|
|
4 chunks |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/ui_events_helper.cc
|
View
|
|
2 chunks |
+1 line, -25 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/web_input_event_aura.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data.cc
|
View
|
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data_packet_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider.cc
|
View
|
|
11 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider_unittest.cc
|
View
|
|
11 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event_buffer.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event_generic.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event_generic.cc
|
View
|
|
4 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event_generic_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
View
|
|
8 chunks |
+40 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_provider_aura.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_provider_aura.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/motion_event_aura.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/motion_event_aura.cc
|
View
|
|
4 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/motion_event_aura_unittest.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 15 (4 generated)
|