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

Issue 11017079: Remove Shell::shelf()|status_area_widget()|launcher() (Closed)

Created:
8 years, 2 months ago by oshima
Modified:
8 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Remove Shell::shelf|status_area_widget|launcher and updated all clients to use one on RootWindowController and/or Launcher::ForPrimaryDisplay/ForWindow. BUG=145978 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162664

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 13

Patch Set 5 : addressed most of comments #

Patch Set 6 : null check #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -233 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 4 chunks +7 lines, -8 lines 0 comments Download
M ash/dip_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/focus_cycler_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M ash/launcher/launcher.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M ash/launcher/launcher.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M ash/launcher/launcher_tooltip_manager_unittest.cc View 4 chunks +11 lines, -6 lines 0 comments Download
M ash/launcher/launcher_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/launcher/launcher_view_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ash/root_window_controller.h View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M ash/screen_ash.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M ash/shell.h View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 5 chunks +20 lines, -16 lines 0 comments Download
M ash/shell/window_type_launcher.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/shell/window_watcher.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M ash/shell_unittest.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M ash/system/ime/tray_ime.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/system/status_area_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/system/tray/tray_background_view.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/system/tray/tray_background_view.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M ash/system/tray_update.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/wm/app_list_controller.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/gestures/shelf_gesture_handler.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/wm/gestures/system_pinch_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panel_layout_manager_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ash/wm/shelf_layout_manager.h View 1 2 3 4 5 6 4 chunks +4 lines, -7 lines 0 comments Download
M ash/wm/shelf_layout_manager.cc View 1 2 3 4 5 6 20 chunks +40 lines, -43 lines 0 comments Download
M ash/wm/shelf_layout_manager_unittest.cc View 1 2 3 4 5 6 18 chunks +50 lines, -41 lines 0 comments Download
M ash/wm/status_area_layout_manager.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/window_animations.cc View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M ash/wm/workspace/frame_maximize_button.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager2_unittest.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_manager2_unittest.cc View 1 2 3 4 11 chunks +20 lines, -18 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 7 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc View 1 4 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/shelf_browsertest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/views/ash/balloon_view_ash.cc View 1 2 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
oshima
it touches a lot of codes, but most of them are simple conversions. http://codereview.chromium.org/11017079/diff/18078/ash/screen_ash.cc File ...
8 years, 2 months ago (2012-10-17 15:26:41 UTC) #1
sky
http://codereview.chromium.org/11017079/diff/14026/ash/launcher/launcher.h File ash/launcher/launcher.h (right): http://codereview.chromium.org/11017079/diff/14026/ash/launcher/launcher.h#newcode47 ash/launcher/launcher.h:47: // Return the launcher for the primary display. Document ...
8 years, 2 months ago (2012-10-17 16:25:20 UTC) #2
oshima
http://codereview.chromium.org/11017079/diff/14026/ash/launcher/launcher.h File ash/launcher/launcher.h (right): http://codereview.chromium.org/11017079/diff/14026/ash/launcher/launcher.h#newcode47 ash/launcher/launcher.h:47: // Return the launcher for the primary display. On ...
8 years, 2 months ago (2012-10-17 17:49:43 UTC) #3
sky
http://codereview.chromium.org/11017079/diff/14026/ash/wm/window_animations.cc File ash/wm/window_animations.cc (right): http://codereview.chromium.org/11017079/diff/14026/ash/wm/window_animations.cc#newcode400 ash/wm/window_animations.cc:400: gfx::Rect target_bounds = Launcher::ForWindow(window)-> On 2012/10/17 17:49:43, oshima wrote: ...
8 years, 2 months ago (2012-10-17 21:22:56 UTC) #4
oshima
On 2012/10/17 21:22:56, sky wrote: > http://codereview.chromium.org/11017079/diff/14026/ash/wm/window_animations.cc > File ash/wm/window_animations.cc (right): > > http://codereview.chromium.org/11017079/diff/14026/ash/wm/window_animations.cc#newcode400 > ...
8 years, 2 months ago (2012-10-17 22:27:48 UTC) #5
sky
LGTM
8 years, 2 months ago (2012-10-18 00:00:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/11017079/22134
8 years, 2 months ago (2012-10-18 04:32:08 UTC) #7
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 07:11:06 UTC) #8
Change committed as 162664

Powered by Google App Engine
This is Rietveld 408576698