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

Issue 2148593004: mash: Move StatusTray and StatusAreaWidget to //ash/common (Closed)

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

Description

mash: Move StatusTray and StatusAreaWidget to //ash/common This will make it possible to create a StatusAreaWidget under mojo::ash. * Convert SystemTrayTest to use wm common types * Remove unnecessary DEPS files No functional changes. BUG=619636 TEST=ash_unittests TBR=stevenjb@chromium.org Committed: https://crrev.com/625f7915702eac0c2aa90a7445100be2f67deffc Cr-Commit-Position: refs/heads/master@{#405376}

Patch Set 1 #

Patch Set 2 : cleanup test #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -2023 lines) Patch
M ash/accelerators/accelerator_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/ash.gyp View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
D ash/common/system/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download
M ash/common/system/cast/tray_cast.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/bluetooth/tray_bluetooth.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/tray_network.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/tray_network_state_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/tray_sms.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/tray_vpn.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/screen_security/screen_tray_item.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/session/tray_session_length_limit.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/session/tray_session_length_limit_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/tray_tracing.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/date/tray_date.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/ime/tray_ime_chromeos.cc View 2 chunks +1 line, -1 line 0 comments Download
A + ash/common/system/status_area_widget.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/status_area_widget.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/common/system/tray/system_tray.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/tray/system_tray.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray_item.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/system/tray/system_tray_unittest.cc View 1 8 chunks +37 lines, -21 lines 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_details_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_details_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_image_item.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_item_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray_accessibility.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/update/tray_update.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/update/tray_update_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/tray_user.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/user/tray_user_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/user_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/common/system/web_notification/web_notification_tray.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M ash/display/window_tree_host_manager.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/extended_desktop_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/focus_cycler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/root_window_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shell.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M ash/shell/window_type_launcher.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/rotation/tray_rotation_lock.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/chromeos/tray_display.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/system/chromeos/tray_display_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/overview/overview_button_tray_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D ash/system/status_area_widget.h View 1 chunk +0 lines, -103 lines 0 comments Download
D ash/system/status_area_widget.cc View 1 chunk +0 lines, -208 lines 0 comments Download
D ash/system/tray/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D ash/system/tray/system_tray.h View 1 chunk +0 lines, -264 lines 0 comments Download
D ash/system/tray/system_tray.cc View 1 chunk +0 lines, -776 lines 0 comments Download
D ash/system/tray/system_tray_unittest.cc View 1 chunk +0 lines, -555 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/test/status_area_widget_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/tray_cast_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/gestures/shelf_gesture_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/status_area_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/keyboard_driven_oobe_key_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen.cc View 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/shutdown_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (11 generated)
James Cook
msw, please take a look. Almost there!
4 years, 5 months ago (2016-07-13 22:52:04 UTC) #2
msw
awesome! lgtm! https://codereview.chromium.org/2148593004/diff/20001/ash/common/system/tray/system_tray_unittest.cc File ash/common/system/tray/system_tray_unittest.cc (right): https://codereview.chromium.org/2148593004/diff/20001/ash/common/system/tray/system_tray_unittest.cc#newcode45 ash/common/system/tray/system_tray_unittest.cc:45: std::unique_ptr<views::Widget> CreateTestWidget(views::WidgetDelegate* delegate, optional nit: candidate for ...
4 years, 5 months ago (2016-07-13 23:14:44 UTC) #7
James Cook
https://codereview.chromium.org/2148593004/diff/20001/ash/common/system/tray/system_tray_unittest.cc File ash/common/system/tray/system_tray_unittest.cc (right): https://codereview.chromium.org/2148593004/diff/20001/ash/common/system/tray/system_tray_unittest.cc#newcode45 ash/common/system/tray/system_tray_unittest.cc:45: std::unique_ptr<views::Widget> CreateTestWidget(views::WidgetDelegate* delegate, On 2016/07/13 23:14:44, msw wrote: > ...
4 years, 5 months ago (2016-07-13 23:42:13 UTC) #8
James Cook
TBR stevenjb for mechanical rename touching chrome/browser/chromeos
4 years, 5 months ago (2016-07-13 23:43:00 UTC) #11
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/2148593004/40001
4 years, 5 months ago (2016-07-13 23:45:00 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-14 01:01:07 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-14 01:01:14 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 01:04:12 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/625f7915702eac0c2aa90a7445100be2f67deffc
Cr-Commit-Position: refs/heads/master@{#405376}

Powered by Google App Engine
This is Rietveld 408576698