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

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed)

Created:
4 years, 6 months ago by sky
Modified:
4 years, 6 months ago
Reviewers:
James Cook
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, 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@move_mash_wm
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Makes ash/mus use RootWindowControllerCommon BUG=none TEST=covered by tests R=jamescook@chromium.org Committed: https://crrev.com/8208371635b02313480d59191e7d6c4a35f69e64 Cr-Commit-Position: refs/heads/master@{#398066}

Patch Set 1 #

Patch Set 2 : tweaks #

Total comments: 14

Patch Set 3 : merge to trunk #

Patch Set 4 : feedback #

Patch Set 5 : git cl add #

Total comments: 2

Patch Set 6 : feedback #

Patch Set 7 : better comment #

Patch Set 8 : merge #

Patch Set 9 : merge #

Patch Set 10 : merge #

Patch Set 11 : merge fail #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -458 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M ash/aura/wm_window_aura.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M ash/common/root_window_controller_common.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/shell_window_ids.h View 1 2 3 4 5 3 chunks +16 lines, -0 lines 0 comments Download
A ash/common/shell_window_ids.cc View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -4 lines 0 comments Download
D ash/mus/background_layout.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/mus/background_layout.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M ash/mus/container_ids.h View 1 2 3 1 chunk +2 lines, -12 lines 0 comments Download
M ash/mus/container_ids.cc View 1 2 3 1 chunk +8 lines, -115 lines 0 comments Download
D ash/mus/fill_layout.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/mus/fill_layout.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M ash/mus/property_util.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M ash/mus/property_util.cc View 1 1 chunk +8 lines, -6 lines 0 comments Download
M ash/mus/root_window_controller.h View 4 chunks +9 lines, -5 lines 0 comments Download
M ash/mus/root_window_controller.cc View 1 2 3 4 5 6 7 8 5 chunks +54 lines, -123 lines 0 comments Download
M ash/mus/user_window_controller_impl.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M ash/mus/window_manager.cc View 1 2 3 4 5 4 chunks +28 lines, -14 lines 0 comments Download
M ash/public/interfaces/container.mojom View 1 chunk +5 lines, -26 lines 0 comments Download
M ash/sysui/sysui_application.cc View 1 2 3 4 5 6 7 2 chunks +28 lines, -14 lines 0 comments Download
M ash/wm/ash_focus_rules.cc View 1 2 3 4 chunks +6 lines, -25 lines 0 comments Download
M ui/aura/window.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/window.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (15 generated)
sky
4 years, 6 months ago (2016-06-02 23:27:50 UTC) #1
James Cook
https://codereview.chromium.org/2033843003/diff/20001/ash/mus/container_ids.cc File ash/mus/container_ids.cc (right): https://codereview.chromium.org/2033843003/diff/20001/ash/mus/container_ids.cc#newcode31 ash/mus/container_ids.cc:31: kShellWindowId_OverlayContainer, Where does this list come from? Does the ...
4 years, 6 months ago (2016-06-03 00:24:58 UTC) #2
sky
https://codereview.chromium.org/2033843003/diff/20001/ash/mus/container_ids.cc File ash/mus/container_ids.cc (right): https://codereview.chromium.org/2033843003/diff/20001/ash/mus/container_ids.cc#newcode31 ash/mus/container_ids.cc:31: kShellWindowId_OverlayContainer, On 2016/06/03 00:24:58, James Cook wrote: > Where ...
4 years, 6 months ago (2016-06-03 03:07:03 UTC) #3
James Cook
LGTM with nits https://codereview.chromium.org/2033843003/diff/20001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (left): https://codereview.chromium.org/2033843003/diff/20001/ash/mus/root_window_controller.cc#oldcode251 ash/mus/root_window_controller.cc:251: const bool is_test = base::CommandLine::ForCurrentProcess()->HasSwitch( On ...
4 years, 6 months ago (2016-06-03 16:13:16 UTC) #4
sky
https://codereview.chromium.org/2033843003/diff/20001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (left): https://codereview.chromium.org/2033843003/diff/20001/ash/mus/root_window_controller.cc#oldcode251 ash/mus/root_window_controller.cc:251: const bool is_test = base::CommandLine::ForCurrentProcess()->HasSwitch( On 2016/06/03 16:13:16, James ...
4 years, 6 months ago (2016-06-03 17:39:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033843003/120001
4 years, 6 months ago (2016-06-03 17:39:10 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/81705) ios-device on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-03 17:42:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033843003/140001
4 years, 6 months ago (2016-06-03 19:20:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033843003/160001
4 years, 6 months ago (2016-06-04 16:04:51 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/195309)
4 years, 6 months ago (2016-06-04 16:09:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033843003/180001
4 years, 6 months ago (2016-06-06 13:12:48 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/148394)
4 years, 6 months ago (2016-06-06 13:27:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033843003/200001
4 years, 6 months ago (2016-06-06 16:50:23 UTC) #27
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 6 months ago (2016-06-06 18:17:44 UTC) #28
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 18:20:03 UTC) #30
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/8208371635b02313480d59191e7d6c4a35f69e64
Cr-Commit-Position: refs/heads/master@{#398066}

Powered by Google App Engine
This is Rietveld 408576698