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

Issue 14731020: Merge 199451 "Removes the space for notification icon if it's no..." (Closed)

Created:
7 years, 7 months ago by laforge
Modified:
7 years, 7 months ago
Reviewers:
Jun Mukai
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Merge 199451 "Removes the space for notification icon if it's no..." > Removes the space for notification icon if it's not visible (2nd) > > GridLayout will make the space for a child even if the child is > not visible, which makes an extra space between status area and > panels when there are no notifications. > > To remove this space, this CL makes StatusAreaWidgetDelegate catch > child's visibility change, and do not count invisible children in > its GridLayout. > > The previous CL was reverted due to test break on win_aura. This > CL includes its fix. > > BUG=238770 > TBR=stevenjb@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/14969008 TBR=mukai@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199735

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -10 lines) Patch
M ash/system/status_area_widget_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/system/status_area_widget_delegate.cc View 2 chunks +22 lines, -5 lines 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 5 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
laforge
7 years, 7 months ago (2013-05-13 15:38:44 UTC) #1
laforge
7 years, 7 months ago (2013-05-13 15:38:54 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r199735.

Powered by Google App Engine
This is Rietveld 408576698