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

Issue 2761063002: Move more from WmShell to Shell (Closed)

Created:
3 years, 9 months ago by sky
Modified:
3 years, 9 months ago
Reviewers:
msw
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, shuchen+watch_chromium.org, yzshen+watch_chromium.org, dmazzoni+watch_chromium.org, yhanada+watchvk_chromium.org, stevenjb+watch_chromium.org, yusukes+watch_chromium.org, aboxhall+watch_chromium.org, achuith+watch_chromium.org, abarth-chromium, nona+watch_chromium.org, je_julie, kalyank, groby+virtualkb_chromium.org, alemate+watch_chromium.org, dtseng+watch_chromium.org, derat+watch_chromium.org, yuzo+watch_chromium.org, oshima+watch_chromium.org, dfaden+virtualkb_google.com, nektar+watch_chromium.org, Aaron Boodman, oka+watchvk_chromium.org, darin (slow to review), davemoore+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move more from WmShell to Shell Most aren't related, but a couple are. I'm doing this in chunks to avoid mongo-patches. BUG=687660 TEST=covered by tests R=msw@chromium.org Review-Url: https://codereview.chromium.org/2761063002 Cr-Commit-Position: refs/heads/master@{#458242} Committed: https://chromium.googlesource.com/chromium/src/+/79fa3471cea36082fa33d26b452878490b9cba84

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 4

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -330 lines) Patch
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ash/aura/wm_shell_aura.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/aura/wm_shell_aura.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M ash/common/accelerators/accelerator_controller.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ash/common/mojo_interface_factory.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/shelf/shelf_widget.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ash/common/shelf/wm_shelf.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/bluetooth/tray_bluetooth.cc View 1 2 13 chunks +13 lines, -12 lines 0 comments Download
M ash/common/system/chromeos/brightness/tray_brightness.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/cast/tray_cast.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M ash/common/system/chromeos/enterprise/tray_enterprise.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_list_view.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 7 chunks +7 lines, -6 lines 0 comments Download
M ash/common/system/chromeos/network/vpn_list_view.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/power/dual_role_notification.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/session/logout_button_tray.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/session/logout_confirmation_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/session/tray_session_length_limit.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/chromeos/settings/tray_settings.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/supervised/tray_supervised_user.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M ash/common/system/chromeos/tray_caps_lock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/tray_tracing.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ash/common/system/date/date_default_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/date/date_view.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M ash/common/system/ime/tray_ime_chromeos.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/overview/overview_button_tray.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/status_area_widget.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/status_area_widget_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/tiles/tiles_default_view.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M ash/common/system/tray/system_tray.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ash/common/system/tray/system_tray_bubble.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/tray_accessibility.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/update/tray_update.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/update/tray_update_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/user/tray_user.cc View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M ash/common/system/user/user_card_view.cc View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M ash/common/system/user/user_view.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/web_notification/web_notification_tray.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ash/common/test/ash_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
D ash/common/test/wm_shell_test_api.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/test/wm_shell_test_api.cc View 1 chunk +0 lines, -24 lines 0 comments Download
M ash/common/wm/maximize_mode/maximize_mode_event_handler.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/wm/overview/window_selector_controller.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm_shell.h View 1 8 chunks +3 lines, -56 lines 0 comments Download
M ash/common/wm_shell.cc View 1 2 4 chunks +1 line, -43 lines 0 comments Download
M ash/focus_cycler_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M ash/mus/network_connect_delegate_mus.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/test/wm_test_helper.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M ash/shell.h View 1 2 7 chunks +45 lines, -1 line 0 comments Download
M ash/shell.cc View 1 2 8 chunks +41 lines, -5 lines 0 comments Download
M ash/system/chromeos/screen_layout_observer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/test/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_test_helper.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ash/test/status_area_widget_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/virtual_keyboard_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/power/login_lock_state_notifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
sky
3 years, 9 months ago (2017-03-20 21:26:09 UTC) #1
msw
lgtm with minor nits https://codereview.chromium.org/2761063002/diff/20001/ash/shell.h File ash/shell.h (right): https://codereview.chromium.org/2761063002/diff/20001/ash/shell.h#newcode315 ash/shell.h:315: SystemTrayController* system_tray_controller() { nit: these ...
3 years, 9 months ago (2017-03-20 22:00:40 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/2761063002/40001
3 years, 9 months ago (2017-03-20 22:07:11 UTC) #9
sky
https://codereview.chromium.org/2761063002/diff/20001/ash/shell.h File ash/shell.h (right): https://codereview.chromium.org/2761063002/diff/20001/ash/shell.h#newcode315 ash/shell.h:315: SystemTrayController* system_tray_controller() { On 2017/03/20 22:00:40, msw wrote: > ...
3 years, 9 months ago (2017-03-20 22:07:38 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-20 23:47:47 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/79fa3471cea36082fa33d26b4528...

Powered by Google App Engine
This is Rietveld 408576698