|
mash: Disable ash_sysui; begin removal.
Do not start mojo:ash_sysui in "chrome --mash" sessions.
(still runs ash (wm), quick_launch, exe:chrome, etc.)
Remove ShelfLayout and UserWindow* mojoms and impls.
(these were for mojo:ash_sysui<->mojo:ash communication)
Move wallpaper.mojom to ash/public/interfaces.
Nix RootWindowController::Get[Shelf|Status]LayoutManager.
Other misc related cleanup.
BUG= 616857
TEST=chrome --mash doesn't show a shelf, status or background (for now).
R=sky@chromium.org
TBR=tsepez@chromium.org
Committed: https://crrev.com/462ce06a55632c364a0269eb7557ff588a5aa0c3
Cr-Commit-Position: refs/heads/master@{#410921}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+61 lines, -880 lines) |
Patch |
 |
M |
ash/mus/BUILD.gn
|
View
|
1
2
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ash/mus/root_window_controller.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/mus/root_window_controller.cc
|
View
|
|
2 chunks |
+1 line, -18 lines |
0 comments
|
Download
|
 |
D |
ash/mus/shelf_layout_impl.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
ash/mus/shelf_layout_impl.cc
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
ash/mus/user_window_controller_impl.h
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
ash/mus/user_window_controller_impl.cc
|
View
|
|
1 chunk |
+0 lines, -209 lines |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager_application.h
|
View
|
|
4 chunks |
+3 lines, -39 lines |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager_application.cc
|
View
|
|
5 chunks |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -86 lines |
0 comments
|
Download
|
 |
M |
ash/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
D |
ash/public/interfaces/shelf_layout.mojom
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
D |
ash/public/interfaces/user_window_controller.mojom
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
A + |
ash/public/interfaces/wallpaper.mojom
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/sysui/manifest.json
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
D |
ash/sysui/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
ash/sysui/public/interfaces/OWNERS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ash/sysui/public/interfaces/wallpaper.mojom
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/shelf_delegate_mus.h
|
View
|
1
|
3 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/shelf_delegate_mus.cc
|
View
|
|
9 chunks |
+8 lines, -133 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/sysui_application.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/sysui/user_wallpaper_delegate_mus.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/sysui/user_wallpaper_delegate_mus.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/app/mash/BUILD.gn
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/app/mash/mash_runner.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/app/mojo/chrome_manifest.json
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_interface_factory.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/chrome_wallpaper_manager.h
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/chrome_wallpaper_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mash/session/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mash/session/session.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mash/session/session.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mash/unittests_manifest.json
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 22 (14 generated)
|