|
mash: Convert ash shelf overflow bubble to wm common types
* Convert files to use WmShelf
* Eliminate ash::Shell and RootWindowController refs
* Move files to //ash/common
This allows a DEP on ShelfView as that class has dependencies back on the
overflow bubble and will need to move later.
No functional changes.
BUG= 629248
TEST=ash_unittests, chrome unit_tests, manually open overflow bubble and quit
chrome, add secondary monitor, etc.
Committed: https://crrev.com/8a5416dc6f83c74fd820c44ace39154698b0648c
Cr-Commit-Position: refs/heads/master@{#406359}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+165 lines, -822 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/common/shelf/DEPS
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/ink_drop_button_listener.h
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_bubble.h
|
View
|
|
4 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_bubble.cc
|
View
|
|
2 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_bubble_view.h
|
View
|
|
4 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_bubble_view.cc
|
View
|
|
4 chunks |
+35 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_button.h
|
View
|
1
|
2 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
ash/common/shelf/overflow_button.cc
|
View
|
|
6 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/wm_shelf.h
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/app_list_button.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ash/shelf/ink_drop_button_listener.h
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_bubble.h
|
View
|
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_bubble.cc
|
View
|
|
1 chunk |
+0 lines, -92 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_bubble_view.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_bubble_view.cc
|
View
|
|
1 chunk |
+0 lines, -220 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_button.h
|
View
|
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
D |
ash/shelf/overflow_button.cc
|
View
|
|
1 chunk |
+0 lines, -178 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_button.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/test/overflow_bubble_view_test_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/test/shelf_view_test_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (6 generated)
|