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

Issue 2738133003: Promotes a handful of members from WmShell to Shell (Closed)

Created:
3 years, 9 months ago by sky
Modified:
3 years, 9 months ago
CC:
Aaron Boodman, abarth-chromium, aboxhall+watch_chromium.org, achuith+watch_chromium.org, alemate+watch_chromium.org, chromium-reviews, darin (slow to review), davemoore+watch_chromium.org, derat+watch_chromium.org, devtools-reviews_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, ios-reviews_chromium.org, je_julie, kalyank, lhchavez+watch_chromium.org, nektar+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, pam+watch_chromium.org, pfeldman, qsr+mojo_chromium.org, sadrul, shuchen+watch_chromium.org, victorhsieh+watch_chromium.org, viettrungluu+watch_chromium.org, yusukes+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Promotes a handful of members from WmShell to Shell This is the set of objects created by what was WmShell::Initialize(). BUG=687660 TEST=covered by tests R=msw@chromium.org, sadrul@chromium.org, elijahtaylor@chromium.org, reveman@chromium.org TBR=reveman@chromium.org Review-Url: https://codereview.chromium.org/2738133003 Cr-Commit-Position: refs/heads/master@{#455910} Committed: https://chromium.googlesource.com/chromium/src/+/07a24d4e93c52240de9d3dd799657e976c64df7a

Patch Set 1 #

Patch Set 2 : exo #

Patch Set 3 : forward declare #

Total comments: 4

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -243 lines) Patch
M ash/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 5 chunks +14 lines, -11 lines 0 comments Download
M ash/common/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/accelerators/accelerator_controller.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M ash/common/accelerators/debug_commands.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ash/common/devtools/ash_devtools_dom_agent.h View 4 chunks +6 lines, -4 lines 0 comments Download
M ash/common/devtools/ash_devtools_dom_agent.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M ash/common/devtools/ash_devtools_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/common/keyboard/keyboard_ui.cc View 2 chunks +4 lines, -1 line 0 comments Download
M ash/common/mojo_interface_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/shelf/shelf_widget.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/palette/tools/capture_region_mode.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/palette/tools/capture_screen_action.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/palette/tools/create_note_action.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/palette/tools/create_note_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/palette/tools/screenshot_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/tray_caps_lock.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/common/system/ime/tray_ime_chromeos.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ash/common/system/ime/tray_ime_chromeos_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/common/system/tray/system_tray.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M ash/common/system/tray/system_tray_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/common/system/tray_accessibility.cc View 5 chunks +9 lines, -4 lines 0 comments Download
M ash/common/wallpaper/wallpaper_controller_unittest.cc View 8 chunks +12 lines, -7 lines 0 comments Download
M ash/common/wallpaper/wallpaper_view.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M ash/common/wm/dock/docked_window_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm_shell.h View 15 chunks +0 lines, -37 lines 0 comments Download
M ash/common/wm_shell.cc View 7 chunks +0 lines, -57 lines 0 comments Download
M ash/default_wallpaper_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/magnifier/magnification_controller.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/context_menu_mus.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/shell.h View 1 2 10 chunks +31 lines, -1 line 0 comments Download
M ash/shell.cc View 1 2 3 7 chunks +48 lines, -3 lines 0 comments Download
M ash/system/chromeos/power/tablet_power_button_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/toast/toast_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shell_test_api.h View 3 chunks +5 lines, -1 line 0 comments Download
M ash/test/shell_test_api.cc View 3 chunks +8 lines, -1 line 0 comments Download
M ash/test/test_wallpaper_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/lock_state_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/customization/customization_wallpaper_downloader_browsertest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/exo/shell_surface_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M components/exo/wm_helper_ash.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/arc/notification/arc_notification_manager.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (18 generated)
sky
sadrul: DEPS change (ash/ needs to depend upon components/ui_devtools rather than ash/common) reveman: exo elijahtaylor1: ...
3 years, 9 months ago (2017-03-09 20:52:45 UTC) #13
msw
lgtm with nits/qs/aside. https://codereview.chromium.org/2738133003/diff/40001/ash/shell.h File ash/shell.h (right): https://codereview.chromium.org/2738133003/diff/40001/ash/shell.h#newcode541 ash/shell.h:541: std::unique_ptr<AccessibilityDelegate> accessibility_delegate_; aside: the abc ordering ...
3 years, 9 months ago (2017-03-09 21:57:20 UTC) #16
elijahtaylor1
arc/* LGTM
3 years, 9 months ago (2017-03-09 21:59:45 UTC) #17
sadrul
lgtm
3 years, 9 months ago (2017-03-09 23:16:40 UTC) #18
sky
TBR reveman for trivial change
3 years, 9 months ago (2017-03-09 23:20:42 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/2738133003/60001
3 years, 9 months ago (2017-03-09 23:21:18 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/07a24d4e93c52240de9d3dd799657e976c64df7a
3 years, 9 months ago (2017-03-09 23:58:21 UTC) #25
reveman
3 years, 9 months ago (2017-03-10 02:09:21 UTC) #26
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698