|
|
Chromium Code Reviews
DescriptionThe height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it.
Major changes:
1) Sets the minimum height 37px (kTrayItemSize actually)
2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1.
3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge.
BUG=641377
TEST=see the notification tray manually with MD and non-MD mode
Committed: https://crrev.com/b94365f59e52eace812d71d97c2469d68caac9c3
Cr-Commit-Position: refs/heads/master@{#421790}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 35 (24 generated)
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== . BUG= ========== to ========== The height of the status tray should be 37px, but it wasn't on lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 ==========
Patchset #2 (id:20001) has been deleted
Patchset #1 (id:1) has been deleted
Description was changed from ========== The height of the status tray should be 37px, but it wasn't on lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 ========== to ========== The height of the status tray should be 37px, but it wasn't on lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ==========
yoshiki@chromium.org changed reviewers: + jennyz@chromium.org
Jenny, PTAL. Thanks.
Description was changed from ========== The height of the status tray should be 37px, but it wasn't on lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ========== to ========== The height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ==========
lgtm
The CQ bit was checked by yoshiki@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
yoshiki@chromium.org changed reviewers: + skuhne@chromium.org
skuhne@, PTAL at ash/shelf/shelf_layout_manager_unittest.cc. Thanks.
https://codereview.chromium.org/2369293002/diff/40001/ash/shelf/shelf_layout_... File ash/shelf/shelf_layout_manager_unittest.cc (left): https://codereview.chromium.org/2369293002/diff/40001/ash/shelf/shelf_layout_... ash/shelf/shelf_layout_manager_unittest.cc:1894: #if !defined(OS_WIN) Did you test this on (MS) Windows? Are you sure this works?
https://codereview.chromium.org/2369293002/diff/40001/ash/shelf/shelf_layout_... File ash/shelf/shelf_layout_manager_unittest.cc (left): https://codereview.chromium.org/2369293002/diff/40001/ash/shelf/shelf_layout_... ash/shelf/shelf_layout_manager_unittest.cc:1894: #if !defined(OS_WIN) On 2016/09/29 08:24:52, Mr4D wrote: > Did you test this on (MS) Windows? Are you sure this works? I didn't test it locally but tested on trybot. This test was failed on trybot without this patch.
lgtm
The CQ bit was checked by yoshiki@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== The height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ========== to ========== The height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ==========
Message was sent while issue was closed.
Committed patchset #1 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== The height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode ========== to ========== The height of the status tray should be 37px, but it wasn't on login and lock screen. This patch fixes it. Major changes: 1) Sets the minimum height 37px (kTrayItemSize actually) 2) Removes the vertical margin of web notification tray. this is no longer necessary thanks to #1. 3) Removes the hack for win in ShelfLayoutManagerTest::StatusAreaHitBoxCoversEdge. BUG=641377 TEST=see the notification tray manually with MD and non-MD mode Committed: https://crrev.com/b94365f59e52eace812d71d97c2469d68caac9c3 Cr-Commit-Position: refs/heads/master@{#421790} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/b94365f59e52eace812d71d97c2469d68caac9c3 Cr-Commit-Position: refs/heads/master@{#421790} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
