|
Aura desktop: Show resize cursors again.
This moves CursorManager into ash/wm/ and makes it an implementation of a new
CursorClient interface. It's really an implementation detail of ash. Then
create a desktop version of this interface.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148454
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+278 lines, -234 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/display/mouse_cursor_event_filter.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/drag_drop/drag_drop_controller.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/tooltips/tooltip_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/tooltips/tooltip_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/cursor_delegate.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/cursor_manager.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/cursor_manager.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/wm/default_window_resizer.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.cc
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/window_manager_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_dialog.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
ui/aura/client/cursor_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/client/cursor_client.cc
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ui/aura/cursor_delegate.h
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
ui/aura/cursor_manager.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
ui/aura/cursor_manager.cc
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
A |
ui/aura/desktop/desktop_cursor_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/desktop/desktop_cursor_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/env.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura/env.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+24 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+30 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_helper_aura.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_helper_aura.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|