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

Issue 2170753005: Moves AcceleratorController from Shell to WmShell (Closed)

Created:
4 years, 5 months ago by sky
Modified:
4 years, 5 months ago
Reviewers:
James Cook
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, dtseng+watch_chromium.org, aboxhall+watch_chromium.org, tfarina, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moves AcceleratorController from Shell to WmShell BUG=612331 TEST=none R=jamescook@chromium.org Committed: https://crrev.com/89eb8019e501cf7434f275481ddf0ba0f9d618c0 Cr-Commit-Position: refs/heads/master@{#407024}

Patch Set 1 #

Patch Set 2 : no-find-copies #

Total comments: 4

Patch Set 3 : really wireup #

Patch Set 4 : no scope #

Patch Set 5 : WmShell #

Patch Set 6 : include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -38 lines) Patch
M ash/accelerators/accelerator_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/accelerator_delegate.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M ash/accelerators/focus_manager_factory.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ash/common/wm_shell.h View 4 chunks +9 lines, -0 lines 0 comments Download
M ash/common/wm_shell.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M ash/mus/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A ash/mus/accelerators/accelerator_controller_delegate_mus.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A ash/mus/accelerators/accelerator_controller_delegate_mus.cc View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.h View 3 chunks +0 lines, -5 lines 0 comments Download
M ash/shell.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/power_button_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/automation/automation_apitest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/global_shortcut_listener_chromeos.cc View 1 2 3 4 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/accelerator_controller_browsertest.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/ash_util.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.cc View 3 chunks +3 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (13 generated)
sky
https://codereview.chromium.org/2170753005/diff/20001/ash/mus/accelerators/accelerator_controller_delegate_mus.h File ash/mus/accelerators/accelerator_controller_delegate_mus.h (right): https://codereview.chromium.org/2170753005/diff/20001/ash/mus/accelerators/accelerator_controller_delegate_mus.h#newcode16 ash/mus/accelerators/accelerator_controller_delegate_mus.h:16: class AcceleratorControllerDelegateMus : public AcceleratorControllerDelegate { I'll add a ...
4 years, 5 months ago (2016-07-21 19:12:28 UTC) #1
James Cook
LGTM with question https://codereview.chromium.org/2170753005/diff/20001/ash/mus/accelerators/accelerator_controller_delegate_mus.h File ash/mus/accelerators/accelerator_controller_delegate_mus.h (right): https://codereview.chromium.org/2170753005/diff/20001/ash/mus/accelerators/accelerator_controller_delegate_mus.h#newcode16 ash/mus/accelerators/accelerator_controller_delegate_mus.h:16: class AcceleratorControllerDelegateMus : public AcceleratorControllerDelegate { ...
4 years, 5 months ago (2016-07-21 21:20:49 UTC) #6
sky
https://codereview.chromium.org/2170753005/diff/20001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/2170753005/diff/20001/ash/shell.cc#newcode890 ash/shell.cc:890: } On 2016/07/21 21:20:49, James Cook wrote: > Q: ...
4 years, 5 months ago (2016-07-21 21:31:57 UTC) #7
James Cook
got it. still lgtm
4 years, 5 months ago (2016-07-21 22:06:12 UTC) #8
sky
On 2016/07/21 21:31:57, sky wrote: > https://codereview.chromium.org/2170753005/diff/20001/ash/shell.cc > File ash/shell.cc (right): > > https://codereview.chromium.org/2170753005/diff/20001/ash/shell.cc#newcode890 > ...
4 years, 5 months ago (2016-07-21 22:07:46 UTC) #9
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/2170753005/60001
4 years, 5 months ago (2016-07-21 22:09:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/234649)
4 years, 5 months ago (2016-07-21 22:34:21 UTC) #14
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/2170753005/80001
4 years, 5 months ago (2016-07-21 23:00:06 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/248318)
4 years, 5 months ago (2016-07-21 23:26:07 UTC) #19
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/2170753005/100001
4 years, 5 months ago (2016-07-21 23:32:41 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-22 03:28:46 UTC) #23
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 03:31:36 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/89eb8019e501cf7434f275481ddf0ba0f9d618c0
Cr-Commit-Position: refs/heads/master@{#407024}

Powered by Google App Engine
This is Rietveld 408576698