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

Issue 22291003: ash:Shelf Update Alternate Layout (Closed)

Created:
7 years, 4 months ago by Harry McCleave
Modified:
7 years, 4 months ago
CC:
chromium-reviews, tfarina, alicet1, sadrul, msw+watch_chromium.org, ben+watch_chromium.org
Visibility:
Public.

Description

ash:Shelf Update Alternate Layout For Alternate Layout: - Overflow Button Positioned correctly - Spacing between buttons increased - Position of App List button adjusted - Position of Status Area adjusted - App List no longer can be re positioned. TEST=Visual TBR=sadrul@chromium.org BUG=264232, 263884, 265661, 268500 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216624

Patch Set 1 #

Total comments: 10

Patch Set 2 : nits #

Patch Set 3 : wrap #

Total comments: 1

Patch Set 4 : nit #

Total comments: 4

Patch Set 5 : test SameDragType #

Total comments: 1

Patch Set 6 : nl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -152 lines) Patch
M ash/launcher/alternate_app_list_button.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ash/launcher/alternate_app_list_button.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M ash/launcher/launcher_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/launcher/launcher_model.cc View 1 chunk +28 lines, -12 lines 0 comments Download
M ash/launcher/launcher_view.cc View 1 2 3 4 8 chunks +87 lines, -94 lines 0 comments Download
M ash/launcher/launcher_view_unittest.cc View 1 2 3 4 2 chunks +44 lines, -0 lines 0 comments Download
M ash/launcher/overflow_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 3 4 4 chunks +31 lines, -12 lines 0 comments Download
M ash/system/status_area_widget_delegate.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M ash/system/tray/tray_background_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/tray_constants.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M ash/system/tray/tray_constants.cc View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M ash/test/launcher_view_test_api.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M ash/test/launcher_view_test_api.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Harry McCleave
ptal
7 years, 4 months ago (2013-08-06 03:41:29 UTC) #1
Mr4D (OOO till 08-26)
A few nits. https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc File ash/launcher/launcher_view.cc (right): https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc#newcode787 ash/launcher/launcher_view.cc:787: last_visible_index_ > 0) Shouldn't "last_visible_index_" always ...
7 years, 4 months ago (2013-08-06 21:10:33 UTC) #2
Harry McCleave
https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc File ash/launcher/launcher_view.cc (right): https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc#newcode787 ash/launcher/launcher_view.cc:787: last_visible_index_ > 0) On 2013/08/06 21:10:34, Mr4D wrote: > ...
7 years, 4 months ago (2013-08-06 22:41:06 UTC) #3
Mr4D (OOO till 08-26)
Two nits. Beside that lgtm! https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc File ash/launcher/launcher_view.cc (right): https://codereview.chromium.org/22291003/diff/1/ash/launcher/launcher_view.cc#newcode787 ash/launcher/launcher_view.cc:787: last_visible_index_ > 0) If ...
7 years, 4 months ago (2013-08-06 23:32:19 UTC) #4
Harry McCleave
James: ptal for owner when possible.
7 years, 4 months ago (2013-08-06 23:52:56 UTC) #5
sadrul
ui/views/ lgtm
7 years, 4 months ago (2013-08-07 01:23:08 UTC) #6
James Cook
https://codereview.chromium.org/22291003/diff/19001/ash/launcher/launcher_view.cc File ash/launcher/launcher_view.cc (right): https://codereview.chromium.org/22291003/diff/19001/ash/launcher/launcher_view.cc#newcode684 ash/launcher/launcher_view.cc:684: void LauncherView::CalculateIdealBounds(IdealBounds* bounds) { Maybe not in this CL, ...
7 years, 4 months ago (2013-08-07 16:48:45 UTC) #7
Harry McCleave
https://codereview.chromium.org/22291003/diff/19001/ash/launcher/launcher_view.cc File ash/launcher/launcher_view.cc (right): https://codereview.chromium.org/22291003/diff/19001/ash/launcher/launcher_view.cc#newcode684 ash/launcher/launcher_view.cc:684: void LauncherView::CalculateIdealBounds(IdealBounds* bounds) { On 2013/08/07 16:48:45, James Cook ...
7 years, 4 months ago (2013-08-08 00:44:38 UTC) #8
James Cook
LGTM with nit https://codereview.chromium.org/22291003/diff/25001/ash/test/launcher_view_test_api.cc File ash/test/launcher_view_test_api.cc (right): https://codereview.chromium.org/22291003/diff/25001/ash/test/launcher_view_test_api.cc#newcode101 ash/test/launcher_view_test_api.cc:101: } nit: blank line after }
7 years, 4 months ago (2013-08-08 16:34:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/22291003/37001
7 years, 4 months ago (2013-08-09 01:10:23 UTC) #10
commit-bot: I haz the power
7 years, 4 months ago (2013-08-09 07:12:00 UTC) #11
Message was sent while issue was closed.
Change committed as 216624

Powered by Google App Engine
This is Rietveld 408576698