|
WindowManagerApp should recognize gestures
This CL teaches WindowManagerApp to recognize gestures and dispatch gesture
events. To recognize the gestures, we use ui/gesture_recognizer, which is a
port of Android's gesture recognizer. Some of these classes use the term
"aura", but they don't actually depend on the Aura system.
As part of this CL, I've removed a couple locations that were querying base's
command line static. Mojo doesn't use this static and not all window managers
have it initialized.
R=erg@chromium.org, sky@chromium.og
Committed: https://chromium.googlesource.com/external/mojo/+/29fd00acdefa17fcc97679d834dc60fa70a0d141
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -1777 lines) |
Patch |
 |
M |
mojo/converters/input_events/input_events_type_converters.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/converters/input_events/input_events_type_converters.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/window_manager/window_manager_app.h
|
View
|
1
2
|
4 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/window_manager/window_manager_app.cc
|
View
|
1
2
|
2 chunks |
+23 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/BUILD.gn
|
View
|
1
2
|
5 chunks |
+9 lines, -21 lines |
0 comments
|
Download
|
 |
D |
ui/events/events.gyp
|
View
|
1
2
|
1 chunk |
+0 lines, -394 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_config_helper_aura.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/gesture_provider_aura.h
|
View
|
1
2
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/gesture_provider_aura.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -137 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/gesture_provider_aura_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -152 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/gesture_provider_impl.h
|
View
|
1
2
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/gesture_provider_impl.cc
|
View
|
1
2
|
7 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/gesture_provider_impl_unittest.cc
|
View
|
1
2
|
4 chunks |
+23 lines, -65 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer_impl.h
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/gesture_recognizer_impl.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/motion_event_aura.h
|
View
|
1
2
|
1 chunk |
+0 lines, -102 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/motion_event_aura.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -287 lines |
0 comments
|
Download
|
 |
D |
ui/events/gestures/motion_event_aura_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -423 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/motion_event_impl.h
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/motion_event_impl.cc
|
View
|
1
2
|
10 chunks |
+34 lines, -34 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gestures/motion_event_impl_unittest.cc
|
View
|
1
2
|
12 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/display.cc
|
View
|
1
|
2 chunks |
+2 lines, -22 lines |
0 comments
|
Download
|
Total messages: 8 (1 generated)
|