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

Issue 2115663002: Folds methods in WmShellCommon to WmShell (Closed)

Created:
4 years, 5 months ago by sky
Modified:
4 years, 5 months ago
Reviewers:
James Cook
CC:
chromium-reviews, posciak+watch_chromium.org, kalyank, sadrul, oshima+watch_chromium.org, derat+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Folds methods in WmShellCommon to WmShell And nukes WmShellCommon. BUG=none TEST=none R=jamescook@chromium.org Committed: https://crrev.com/d76167da283ac2d1820e6d72cf8d783089d1109c Cr-Commit-Position: refs/heads/master@{#403357}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : fix chrome #

Patch Set 4 : merge #

Patch Set 5 : moar #

Total comments: 8

Patch Set 6 : feedback #

Patch Set 7 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -239 lines) Patch
M ash/accelerators/accelerator_commands.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M ash/aura/wm_shell_aura.h View 1 2 3 4 5 4 chunks +1 line, -10 lines 0 comments Download
M ash/aura/wm_shell_aura.cc View 5 chunks +3 lines, -18 lines 0 comments Download
M ash/common/focus_cycler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/maximize_mode/maximize_mode_window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_positioner.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm_shell.h View 1 2 3 4 5 6 7 chunks +20 lines, -4 lines 0 comments Download
M ash/common/wm_shell.cc View 1 2 3 4 5 6 3 chunks +22 lines, -0 lines 0 comments Download
D ash/common/wm_shell_common.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/wm_shell_common.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 4 chunks +0 lines, -8 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 6 chunks +4 lines, -19 lines 0 comments Download
M ash/mus/wm/mru_window_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 4 chunks +0 lines, -6 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 17 chunks +23 lines, -28 lines 0 comments Download
M ash/system/chromeos/power/video_activity_notifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/ash_focus_rules.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/mru_window_tracker_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/screen_pinning_controller.h View 2 chunks +2 lines, -8 lines 0 comments Download
M ash/wm/screen_pinning_controller.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M ash/wm/window_cycle_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/window_cycle_list.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc View 1 2 3 4 3 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
sky
4 years, 5 months ago (2016-06-30 19:59:30 UTC) #1
James Cook
LGTM. So nice to see this getting folded in. https://codereview.chromium.org/2115663002/diff/80001/ash/aura/wm_shell_aura.h File ash/aura/wm_shell_aura.h (right): https://codereview.chromium.org/2115663002/diff/80001/ash/aura/wm_shell_aura.h#newcode68 ash/aura/wm_shell_aura.h:68: ...
4 years, 5 months ago (2016-06-30 21:29:20 UTC) #2
sky
https://codereview.chromium.org/2115663002/diff/80001/ash/aura/wm_shell_aura.h File ash/aura/wm_shell_aura.h (right): https://codereview.chromium.org/2115663002/diff/80001/ash/aura/wm_shell_aura.h#newcode68 ash/aura/wm_shell_aura.h:68: friend class Shell; On 2016/06/30 21:29:20, James Cook wrote: ...
4 years, 5 months ago (2016-06-30 21:49:42 UTC) #5
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/2115663002/100001
4 years, 5 months ago (2016-06-30 21:50:03 UTC) #6
commit-bot: I haz the power
Failed to apply patch for ash/common/wm_shell.h: While running git apply --index -3 -p1; error: patch ...
4 years, 5 months ago (2016-06-30 22:36:32 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 22:36:36 UTC) #10
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/2115663002/120001
4 years, 5 months ago (2016-06-30 23:17:25 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-01 00:05:51 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-01 00:05:59 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 00:09:04 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d76167da283ac2d1820e6d72cf8d783089d1109c
Cr-Commit-Position: refs/heads/master@{#403357}

Powered by Google App Engine
This is Rietveld 408576698