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

Issue 1954933002: Initial cut of ash/wm/common classes for mus (Closed)

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

Description

Initial cut of ash/wm/common classes for mus Tons of NOTIMPLEMENTS, but the basics are there. This is not wired to anything yet. BUG=603369 TEST=none R=jamescook@chromium.org Committed: https://crrev.com/99526c41079e7de62a26a9c2cb9619a78f4df60a Cr-Commit-Position: refs/heads/master@{#392210}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : fix compile #

Patch Set 4 : WmWindowMus::GetGlobals #

Total comments: 24

Patch Set 5 : feedback #

Patch Set 6 : merge to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1581 lines, -19 lines) Patch
M components/mus/public/interfaces/window_manager_constants.mojom View 1 chunk +8 lines, -3 lines 0 comments Download
M mash/wm/BUILD.gn View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
M mash/wm/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A mash/wm/bridge/mus_layout_manager_adapter.h View 1 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
A mash/wm/bridge/mus_layout_manager_adapter.cc View 1 1 chunk +68 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_globals_mus.h View 1 1 chunk +93 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_globals_mus.cc View 1 2 3 4 1 chunk +190 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_lookup_mus.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_lookup_mus.cc View 1 chunk +29 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_root_window_controller_mus.h View 1 1 chunk +79 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_root_window_controller_mus.cc View 1 2 3 4 1 chunk +132 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_window_mus.h View 1 1 chunk +202 lines, -0 lines 0 comments Download
A mash/wm/bridge/wm_window_mus.cc View 1 2 3 4 1 chunk +602 lines, -0 lines 0 comments Download
M mash/wm/property_util.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M mash/wm/property_util.cc View 1 2 3 4 5 2 chunks +28 lines, -1 line 0 comments Download
M mash/wm/public/interfaces/container.mojom View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mash/wm/root_window_controller.h View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M mash/wm/root_window_controller.cc View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M mash/wm/window_layout.cc View 1 2 3 4 2 chunks +8 lines, -5 lines 0 comments Download
M ui/views/mus/platform_window_mus.cc View 3 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
sky
4 years, 7 months ago (2016-05-05 23:49:53 UTC) #1
James Cook
Questions and nits. https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/mus_layout_manager_adapter.cc File mash/wm/bridge/mus_layout_manager_adapter.cc (right): https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/mus_layout_manager_adapter.cc#newcode64 mash/wm/bridge/mus_layout_manager_adapter.cc:64: layout_manager_->OnWindowResized(); Is this the place where ...
4 years, 7 months ago (2016-05-06 19:46:47 UTC) #2
James Cook
https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/wm_root_window_controller_mus.cc File mash/wm/bridge/wm_root_window_controller_mus.cc (right): https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/wm_root_window_controller_mus.cc#newcode28 mash/wm/bridge/wm_root_window_controller_mus.cc:28: WmRootWindowControllerMus::WmRootWindowControllerMus( On 2016/05/06 19:46:46, James Cook wrote: > JAMES ...
4 years, 7 months ago (2016-05-06 19:47:46 UTC) #3
sky
https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/mus_layout_manager_adapter.cc File mash/wm/bridge/mus_layout_manager_adapter.cc (right): https://codereview.chromium.org/1954933002/diff/60001/mash/wm/bridge/mus_layout_manager_adapter.cc#newcode64 mash/wm/bridge/mus_layout_manager_adapter.cc:64: layout_manager_->OnWindowResized(); On 2016/05/06 19:46:46, James Cook wrote: > Is ...
4 years, 7 months ago (2016-05-06 22:12:57 UTC) #4
James Cook
LGTM
4 years, 7 months ago (2016-05-06 22:52:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1954933002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1954933002/100001
4 years, 7 months ago (2016-05-06 22:59:40 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-07 00:03:43 UTC) #9
commit-bot: I haz the power
4 years, 7 months ago (2016-05-07 00:04:51 UTC) #11
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/99526c41079e7de62a26a9c2cb9619a78f4df60a
Cr-Commit-Position: refs/heads/master@{#392210}

Powered by Google App Engine
This is Rietveld 408576698