|
|
mash: Create and show a shelf in mash.
Allow mash to use the shelf, widget, and layout manager.
Delay moving files to ease oshima's concurrent Shelf CL.
Consolidate WmShelf[Aura|Mus] functionality on WmShelf.
WmShelfMus ctor inits Shelf, ShelfView, ShelfWidget, etc.
Use a ShelfDelegateStub for now; add TODO for real impl.
WmShelfAura still uses root event handlers; shelf dimmer.
Nix ShelfIconObserver interface; use WmShelfObserver.
Nix redundant mash RootWindowController::CreateStatusArea.
Change ShelfWidget's WmShelfAura* member to WmShelf*.
Call WmShell::ShutDown before destruction in WindowManager.
Teardown PointerWatcherEventRouter after window destruction.
BUG= 557406, 612631, 615155, 621112
TEST=Automated; no cros changes; chrome --mash has a shelf.
R=jamescook@chromium.org,sky@chromium.org
Committed: https://crrev.com/ccb5d69efde4c915618f8334fa4a5231a09d3bb7
Cr-Commit-Position: refs/heads/master@{#412630}
Total comments: 18
Total comments: 8
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+400 lines, -586 lines) |
Patch |
 |
M |
ash/app_list/app_list_presenter_delegate.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_presenter_delegate.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -60 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shelf_aura.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -167 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/DEPS
|
View
|
1
2
3
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
D |
ash/common/shelf/shelf_icon_observer.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/shelf_view.h
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/shelf_view.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+2 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/wm_shelf.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+61 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/wm_shelf.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+161 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.cc
|
View
|
1
2
|
2 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
ash/mus/bridge/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+8 lines, -32 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shelf_mus.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+29 lines, -128 lines |
0 comments
|
Download
|
 |
M |
ash/mus/root_window_controller.h
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/mus/root_window_controller.cc
|
View
|
1
2
3
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ash/mus/shell_delegate_mus.cc
|
View
|
1
2
3
4
|
3 chunks |
+29 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/root_window_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+37 lines, -43 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_widget.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_widget.cc
|
View
|
1
2
3
|
7 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/pointer_watcher_event_router.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/pointer_watcher_event_router.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -1 line |
3 comments
|
Download
|
Total messages: 44 (33 generated)
|