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

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)

Created:
4 years, 3 months ago by sky
Modified:
4 years, 3 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Centralizes more shared code between ash and mash This also makes shutdown of mash better match that of ash. BUG=none TEST=covered by tests R=jamescook@chromium.org Committed: https://crrev.com/8d971a0a97f570b8a4d89e1e819fe08f062a9f49 Cr-Commit-Position: refs/heads/master@{#420199}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : cleanup #

Patch Set 4 : relative #

Patch Set 5 : moar #

Total comments: 20

Patch Set 6 : merge to trunk #

Patch Set 7 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -233 lines) Patch
M ash/aura/wm_root_window_controller_aura.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M ash/aura/wm_root_window_controller_aura.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M ash/aura/wm_window_aura.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/aura/wm_window_aura.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ash/common/wm/container_finder.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm_root_window_controller.h View 1 2 3 4 5 6 6 chunks +29 lines, -4 lines 0 comments Download
M ash/common/wm_root_window_controller.cc View 1 2 3 4 5 6 4 chunks +94 lines, -4 lines 0 comments Download
M ash/common/wm_window.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.cc View 1 2 3 chunks +11 lines, -4 lines 0 comments Download
M ash/mus/bridge/wm_shelf_mus.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M ash/mus/root_window_controller.h View 1 5 chunks +6 lines, -10 lines 0 comments Download
M ash/mus/root_window_controller.cc View 1 2 3 chunks +8 lines, -22 lines 0 comments Download
M ash/mus/test/wm_test_helper.h View 1 2 3 4 5 6 1 chunk +9 lines, -4 lines 0 comments Download
M ash/mus/test/wm_test_helper.cc View 1 2 3 4 5 6 4 chunks +18 lines, -8 lines 0 comments Download
M ash/mus/window_manager.h View 3 chunks +1 line, -5 lines 0 comments Download
M ash/mus/window_manager.cc View 1 2 3 4 5 6 6 chunks +20 lines, -25 lines 0 comments Download
M ash/mus/window_manager_observer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ash/mus/workspace/workspace_layout_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M ash/root_window_controller.h View 5 chunks +7 lines, -13 lines 0 comments Download
M ash/root_window_controller.cc View 11 chunks +42 lines, -115 lines 0 comments Download
M ash/test/display_manager_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
sky
4 years, 3 months ago (2016-09-21 20:19:34 UTC) #1
James Cook
Nice. https://codereview.chromium.org/2350953009/diff/80001/ash/common/wm_root_window_controller.cc File ash/common/wm_root_window_controller.cc (right): https://codereview.chromium.org/2350953009/diff/80001/ash/common/wm_root_window_controller.cc#newcode490 ash/common/wm_root_window_controller.cc:490: // NOTE: this may be called multiple times. ...
4 years, 3 months ago (2016-09-21 22:03:19 UTC) #2
sky
https://codereview.chromium.org/2350953009/diff/80001/ash/common/wm_root_window_controller.cc File ash/common/wm_root_window_controller.cc (right): https://codereview.chromium.org/2350953009/diff/80001/ash/common/wm_root_window_controller.cc#newcode511 ash/common/wm_root_window_controller.cc:511: // destruction such windows may query the RootWindow for ...
4 years, 3 months ago (2016-09-21 22:47:49 UTC) #3
James Cook
LGTM https://codereview.chromium.org/2350953009/diff/80001/ash/root_window_controller.h File ash/root_window_controller.h (right): https://codereview.chromium.org/2350953009/diff/80001/ash/root_window_controller.h#newcode224 ash/root_window_controller.h:224: DockedWindowLayoutManager* docked_window_layout_manager(); On 2016/09/21 22:47:49, sky wrote: > ...
4 years, 3 months ago (2016-09-21 22:56:11 UTC) #6
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/2350953009/120001
4 years, 3 months ago (2016-09-21 23:01:10 UTC) #9
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-21 23:38:21 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 00:31:16 UTC) #12
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8d971a0a97f570b8a4d89e1e819fe08f062a9f49
Cr-Commit-Position: refs/heads/master@{#420199}

Powered by Google App Engine
This is Rietveld 408576698