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

Issue 2620913003: Removes WmRootWindowController subclasses (Closed)

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

Description

Removes WmRootWindowController subclasses And makes mash use RootWindowController directly. My next step is to fold WmRootWindowController back into RootWindowController. BUG=671246 TEST=none R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2620913003 Cr-Commit-Position: refs/heads/master@{#442817} Committed: https://chromium.googlesource.com/chromium/src/+/00f98a37895bba109714215198be8e99b3826cdc

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : WmLookupAura::GetRootWindowControllerWithDisplayId needs to handle null #

Total comments: 17

Patch Set 4 : feedback #

Total comments: 2

Patch Set 5 : spelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -482 lines) Patch
M ash/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/wm_lookup_aura.cc View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
D ash/aura/wm_root_window_controller_aura.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/aura/wm_root_window_controller_aura.cc View 1 chunk +0 lines, -87 lines 0 comments Download
M ash/aura/wm_window_aura.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M ash/common/wm_root_window_controller.h View 1 6 chunks +16 lines, -9 lines 0 comments Download
M ash/common/wm_root_window_controller.cc View 1 2 3 6 chunks +42 lines, -2 lines 0 comments Download
M ash/mus/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M ash/mus/bridge/wm_lookup_mus.cc View 2 chunks +5 lines, -2 lines 0 comments Download
D ash/mus/bridge/wm_root_window_controller_mus.h View 1 chunk +0 lines, -72 lines 0 comments Download
D ash/mus/bridge/wm_root_window_controller_mus.cc View 1 chunk +0 lines, -95 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 5 chunks +14 lines, -16 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 2 3 3 chunks +0 lines, -9 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 1 2 3 2 chunks +1 line, -10 lines 0 comments Download
M ash/mus/root_window_controller.h View 1 2 3 5 chunks +15 lines, -21 lines 0 comments Download
M ash/mus/root_window_controller.cc View 7 chunks +30 lines, -25 lines 0 comments Download
M ash/mus/window_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M ash/mus/window_manager.cc View 10 chunks +30 lines, -18 lines 0 comments Download
M ash/root_window_controller.h View 1 2 3 4 7 chunks +31 lines, -13 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 11 chunks +54 lines, -32 lines 0 comments Download
M ash/shell.h View 1 2 3 3 chunks +13 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (18 generated)
sky
3 years, 11 months ago (2017-01-10 18:42:52 UTC) #1
James Cook
Nice to see things getting simplified / cleaned up. https://codereview.chromium.org/2620913003/diff/40001/ash/common/wm_root_window_controller.cc File ash/common/wm_root_window_controller.cc (right): https://codereview.chromium.org/2620913003/diff/40001/ash/common/wm_root_window_controller.cc#newcode162 ash/common/wm_root_window_controller.cc:162: ...
3 years, 11 months ago (2017-01-10 22:41:14 UTC) #10
sky
https://codereview.chromium.org/2620913003/diff/40001/ash/common/wm_root_window_controller.cc File ash/common/wm_root_window_controller.cc (right): https://codereview.chromium.org/2620913003/diff/40001/ash/common/wm_root_window_controller.cc#newcode162 ash/common/wm_root_window_controller.cc:162: : root_window_controller_(root_window_controller), root_(root) {} On 2017/01/10 22:41:13, James Cook ...
3 years, 11 months ago (2017-01-10 23:06:57 UTC) #13
James Cook
LGTM with nit https://codereview.chromium.org/2620913003/diff/60001/ash/root_window_controller.h File ash/root_window_controller.h (right): https://codereview.chromium.org/2620913003/diff/60001/ash/root_window_controller.h#newcode74 ash/root_window_controller.h:74: // Enumerates the type of display. ...
3 years, 11 months ago (2017-01-10 23:23:19 UTC) #14
sky
https://codereview.chromium.org/2620913003/diff/60001/ash/root_window_controller.h File ash/root_window_controller.h (right): https://codereview.chromium.org/2620913003/diff/60001/ash/root_window_controller.h#newcode74 ash/root_window_controller.h:74: // Enumerates the type of display. If there is ...
3 years, 11 months ago (2017-01-10 23:35:22 UTC) #17
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/2620913003/80001
3 years, 11 months ago (2017-01-10 23:36:03 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97449)
3 years, 11 months ago (2017-01-11 01:09:10 UTC) #20
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/2620913003/80001
3 years, 11 months ago (2017-01-11 03:46:33 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97726)
3 years, 11 months ago (2017-01-11 05:17:03 UTC) #24
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/2620913003/80001
3 years, 11 months ago (2017-01-11 05:22:18 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 06:04:52 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/00f98a37895bba109714215198be...

Powered by Google App Engine
This is Rietveld 408576698