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

Issue 1958903003: Show the bell icon when no unread-notification state (Closed)

Created:
4 years, 7 months ago by yoshiki
Modified:
4 years, 7 months ago
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show the bell icon when no unread-notification state This patch shows the bell icon instead of the number "0" in the unread button in the status bar, when there are no unread notifications in message center. BUG=599891 TEST=manually Committed: https://crrev.com/821655984efbc9151a6182e56854f6bc01856dc5 Cr-Commit-Position: refs/heads/master@{#393215}

Patch Set 1 #

Patch Set 2 #

Total comments: 5

Patch Set 3 : Addressed comments #

Patch Set 4 : Change the names of asset #

Patch Set 5 : Changed asset name (again) #

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -12 lines) Patch
M ash/resources/ash_resources.grd View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A ash/resources/default_100_percent/common/shelf/notification_tray_bell.png View 1 2 3 4 Binary file 0 comments Download
A ash/resources/default_200_percent/common/shelf/notification_tray_bell.png View 1 2 3 4 Binary file 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 3 4 5 4 chunks +37 lines, -12 lines 0 comments Download

Messages

Total messages: 48 (25 generated)
yoshiki
skuhne@, PTAL Thanks.
4 years, 7 months ago (2016-05-10 04:52:59 UTC) #6
Mr4D (OOO till 08-26)
lgtm
4 years, 7 months ago (2016-05-10 14:20:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/100001
4 years, 7 months ago (2016-05-10 19:32:55 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/180644)
4 years, 7 months ago (2016-05-10 19:41:04 UTC) #14
yoshiki
oshima@, PTAL at changes in ash/resources?
4 years, 7 months ago (2016-05-11 01:59:17 UTC) #16
oshima
https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc File ash/system/web_notification/web_notification_tray.cc (right): https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc#newcode127 ash/system/web_notification/web_notification_tray.cc:127: rb.GetImageNamed(IDR_ASH_SHELF_NOTIFICATION_TRAY_EMPTY).ToImageSkia()); do you really need an image view here? ...
4 years, 7 months ago (2016-05-11 02:46:30 UTC) #17
yoshiki
Oshima-san, PTAL https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc File ash/system/web_notification/web_notification_tray.cc (right): https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc#newcode127 ash/system/web_notification/web_notification_tray.cc:127: rb.GetImageNamed(IDR_ASH_SHELF_NOTIFICATION_TRAY_EMPTY).ToImageSkia()); On 2016/05/11 02:46:30, oshima wrote: > ...
4 years, 7 months ago (2016-05-11 05:42:51 UTC) #18
oshima
https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc File ash/system/web_notification/web_notification_tray.cc (right): https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc#newcode127 ash/system/web_notification/web_notification_tray.cc:127: rb.GetImageNamed(IDR_ASH_SHELF_NOTIFICATION_TRAY_EMPTY).ToImageSkia()); On 2016/05/11 05:42:51, yoshiki wrote: > On 2016/05/11 ...
4 years, 7 months ago (2016-05-11 14:35:10 UTC) #19
yoshiki
On 2016/05/11 14:35:10, oshima wrote: > https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc > File ash/system/web_notification/web_notification_tray.cc (right): > > https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc#newcode127 > ...
4 years, 7 months ago (2016-05-12 00:18:31 UTC) #20
oshima
On 2016/05/12 00:18:31, yoshiki wrote: > On 2016/05/11 14:35:10, oshima wrote: > > > https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc ...
4 years, 7 months ago (2016-05-12 00:23:32 UTC) #21
yoshiki
On 2016/05/12 00:18:31, yoshiki wrote: > On 2016/05/11 14:35:10, oshima wrote: > > > https://codereview.chromium.org/1958903003/diff/100001/ash/system/web_notification/web_notification_tray.cc ...
4 years, 7 months ago (2016-05-12 00:23:52 UTC) #22
yoshiki
On 2016/05/12 00:23:32, oshima wrote: > On 2016/05/12 00:18:31, yoshiki wrote: > > On 2016/05/11 ...
4 years, 7 months ago (2016-05-12 00:49:10 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/180001
4 years, 7 months ago (2016-05-12 01:52:23 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-gn/builds/4266)
4 years, 7 months ago (2016-05-12 02:48:31 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/180001
4 years, 7 months ago (2016-05-12 05:27:55 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/4344)
4 years, 7 months ago (2016-05-12 05:30:35 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/180001
4 years, 7 months ago (2016-05-12 07:43:28 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/4377) ios-simulator-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-12 07:46:22 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/180001
4 years, 7 months ago (2016-05-12 08:16:42 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-gn/builds/4398)
4 years, 7 months ago (2016-05-12 08:19:14 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958903003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958903003/200001
4 years, 7 months ago (2016-05-12 08:53:00 UTC) #44
commit-bot: I haz the power
Committed patchset #6 (id:200001)
4 years, 7 months ago (2016-05-12 09:38:16 UTC) #46
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 09:39:10 UTC) #48
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/821655984efbc9151a6182e56854f6bc01856dc5
Cr-Commit-Position: refs/heads/master@{#393215}

Powered by Google App Engine
This is Rietveld 408576698