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

Issue 2945303006: Add percentage of progress in notification header. (Closed)

Created:
3 years, 6 months ago by tetsui
Modified:
3 years, 5 months ago
Reviewers:
yoshiki, fukino
CC:
chromium-reviews, Peter Beverloo, mlamouri+watch-notifications_chromium.org, srahim+watch_chromium.org, awdf+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add percentage of progress in notification header. Add percentage of progress in the header of new-style notification, so that it would be consistent with the mock. BUG=726245 TEST=manual, including environment with RTL language (Hebrew). Android does not have this for progress bar at system level, so consistency wouldn't be a problem for this. Review-Url: https://codereview.chromium.org/2945303006 Cr-Commit-Position: refs/heads/master@{#482574} Committed: https://chromium.googlesource.com/chromium/src/+/0a7d1693d5a2effc4539153daa67023deccbc200

Patch Set 1 #

Total comments: 8

Patch Set 2 : Resolve review comments. #

Patch Set 3 : Rebased. #

Patch Set 4 : Fix merge mistake. #

Total comments: 4

Patch Set 5 : Resolve review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -0 lines) Patch
M ui/message_center/views/notification_header_view.h View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M ui/message_center/views/notification_header_view.cc View 1 2 3 4 5 chunks +39 lines, -0 lines 0 comments Download
M ui/message_center/views/notification_view_md.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M ui/strings/ui_strings.grd View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 50 (42 generated)
tetsui
PTAL. Thanks!
3 years, 6 months ago (2017-06-22 08:30:42 UTC) #4
fukino
https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_header_view.h File ui/message_center/views/notification_header_view.h (right): https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_header_view.h#newcode25 ui/message_center/views/notification_header_view.h:25: void SetSummaryText(const base::string16& summary_text); optional nit: Instead of having ...
3 years, 6 months ago (2017-06-22 08:57:43 UTC) #6
yoshiki
https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_view_md.cc File ui/message_center/views/notification_view_md.cc (right): https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_view_md.cc#newcode518 ui/message_center/views/notification_view_md.cc:518: header_row_->SetSummaryText(base::IntToString16(notification.progress()) + Could you make this a localized string? ...
3 years, 6 months ago (2017-06-22 13:27:38 UTC) #9
tetsui
https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_header_view.h File ui/message_center/views/notification_header_view.h (right): https://codereview.chromium.org/2945303006/diff/1/ui/message_center/views/notification_header_view.h#newcode25 ui/message_center/views/notification_header_view.h:25: void SetSummaryText(const base::string16& summary_text); On 2017/06/22 08:57:43, fukino wrote: ...
3 years, 6 months ago (2017-06-23 02:33:04 UTC) #12
yoshiki
lgtm with nits https://codereview.chromium.org/2945303006/diff/60001/ui/message_center/views/notification_header_view.cc File ui/message_center/views/notification_header_view.cc (right): https://codereview.chromium.org/2945303006/diff/60001/ui/message_center/views/notification_header_view.cc#newcode33 ui/message_center/views/notification_header_view.cc:33: constexpr base::char16 kNotificationHeaderDividerSymbol = 0x2022; nit: ...
3 years, 5 months ago (2017-06-27 07:15:18 UTC) #39
tetsui
Thank you! https://codereview.chromium.org/2945303006/diff/60001/ui/message_center/views/notification_header_view.cc File ui/message_center/views/notification_header_view.cc (right): https://codereview.chromium.org/2945303006/diff/60001/ui/message_center/views/notification_header_view.cc#newcode33 ui/message_center/views/notification_header_view.cc:33: constexpr base::char16 kNotificationHeaderDividerSymbol = 0x2022; On 2017/06/27 ...
3 years, 5 months ago (2017-06-27 07:37:36 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2945303006/80001
3 years, 5 months ago (2017-06-27 08:46:46 UTC) #47
commit-bot: I haz the power
3 years, 5 months ago (2017-06-27 08:52:46 UTC) #50
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/0a7d1693d5a2effc4539153daa67...

Powered by Google App Engine
This is Rietveld 408576698