|
|
mash: Remove ash::ShelfGestureHandler and ui::ET_GESTURE_WIN8_EDGE_SWIPE
ShelfGestureHandler uses aura windows and is a dependency of ShelfView.
We're moving ShelfView to wm common types.
* Fold ShelfGestureHandler into ShelfLayoutManager.
* Eliminate the event_target_window parameter from ProcessGestureEvent because
the shelf can look up its own root window.
* Eliminate unused ui::ET_GESTURE_WIN8_EDGE_SWIPE which existed to support
these gestures.
BUG= 629252, 635130
TEST=ash_unittests, manual tests of shelf gesture show/hide behavior
Committed: https://crrev.com/4d2dc47191a1fd200254a6b53b5d1e8f0fe49de6
Cr-Commit-Position: refs/heads/master@{#410416}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+175 lines, -432 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.h
|
View
|
1
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.cc
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/wm_shelf.h
|
View
|
1
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/status_area_widget_delegate.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_bezel_event_filter.h
|
View
|
1
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_bezel_event_filter.cc
|
View
|
1
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_layout_manager.h
|
View
|
1
2
3
|
4 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_layout_manager.cc
|
View
|
1
2
3
4
|
5 chunks |
+128 lines, -103 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_layout_manager_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -102 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view.h
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view.cc
|
View
|
1
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
D |
ash/wm/gestures/shelf_gesture_handler.h
|
View
|
1
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
ash/wm/gestures/shelf_gesture_handler.cc
|
View
|
1
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
ash/wm/immersive_fullscreen_controller.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_gesture_event_filter.h
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_gesture_event_filter.cc
|
View
|
1
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/event.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/event_constants.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_touch_uma_histogram.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_touch_uma_histogram.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/test/event_generator.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/test/event_generator.cc
|
View
|
1
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/wm/core/compound_event_filter.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
Total messages: 22 (14 generated)
|