Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed)

Created:
4 years, 4 months ago by msw
Modified:
4 years, 4 months ago
Reviewers:
Tom Sepez, sky
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, oshima+watch_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org, davemoore+watch_chromium.org, James Cook
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 3

Patch Set 3 : Add missing gn dep. #

Patch Set 4 : Connect to chrome on mash session launch; add missing gn dep. #

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

Messages

Total messages: 22 (14 generated)
msw
Hey Scott, please take a look; thanks. FYI, James. https://codereview.chromium.org/2235493002/diff/20001/chrome/app/mojo/chrome_manifest.json File chrome/app/mojo/chrome_manifest.json (right): https://codereview.chromium.org/2235493002/diff/20001/chrome/app/mojo/chrome_manifest.json#newcode8 chrome/app/mojo/chrome_manifest.json:8: ...
4 years, 4 months ago (2016-08-09 23:31:23 UTC) #2
sky
LGTM
4 years, 4 months ago (2016-08-09 23:55:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2235493002/60001
4 years, 4 months ago (2016-08-10 00:24:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/234452)
4 years, 4 months ago (2016-08-10 00:33:17 UTC) #13
msw
+TBR tsepez for ash/public/interfaces
4 years, 4 months ago (2016-08-10 01:27:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2235493002/60001
4 years, 4 months ago (2016-08-10 01:29:26 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-10 02:06:41 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 02:08:18 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/462ce06a55632c364a0269eb7557ff588a5aa0c3
Cr-Commit-Position: refs/heads/master@{#410921}

Powered by Google App Engine
This is Rietveld 408576698