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

Issue 2730243002: Update the download summary icon (Closed)

Created:
3 years, 9 months ago by David Trainor- moved to gerrit
Modified:
3 years, 9 months ago
Reviewers:
qinmin
CC:
chromium-reviews, asanka, Peter Beverloo, mlamouri+watch-notifications_chromium.org, awdf+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update the download summary icon Add support for dynamically setting the download summary icon based on the icons of the other downloads. Currently the summary icon stays as a single icon type, but it should update to reflect the combined state of the downloads it represents. This CL updates the summary notification as the notifications are updated, depending on whether or not the icon needs to change. BUG=680819 Review-Url: https://codereview.chromium.org/2730243002 Cr-Commit-Position: refs/heads/master@{#455006} Committed: https://chromium.googlesource.com/chromium/src/+/31f3265e09220f484c417341ca34acacf191600e

Patch Set 1 #

Patch Set 2 : Fix case where the summary was not going away #

Total comments: 3

Patch Set 3 : Remove unused intent #

Patch Set 4 : Fix build break #

Patch Set 5 : Fix test build failure #

Total comments: 2

Patch Set 6 : Rebased #

Patch Set 7 : Addressed nit #

Messages

Total messages: 29 (21 generated)
David Trainor- moved to gerrit
min ptal. updates the summary icon with the notifications. thanks.
3 years, 9 months ago (2017-03-04 23:10:53 UTC) #2
qinmin
https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java File chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java (right): https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode205 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:205: if (addedNotification != null && addedNotification.first == notification.getId()) if ...
3 years, 9 months ago (2017-03-05 06:48:26 UTC) #3
David Trainor- moved to gerrit
https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java File chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java (right): https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode205 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:205: if (addedNotification != null && addedNotification.first == notification.getId()) On ...
3 years, 9 months ago (2017-03-06 16:29:54 UTC) #4
qinmin
https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java File chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java (right): https://codereview.chromium.org/2730243002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode205 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:205: if (addedNotification != null && addedNotification.first == notification.getId()) On ...
3 years, 9 months ago (2017-03-06 21:43:43 UTC) #17
qinmin
lgtm % nit https://codereview.chromium.org/2730243002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java File chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java (right): https://codereview.chromium.org/2730243002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode566 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:566: return; nit: return can go to ...
3 years, 9 months ago (2017-03-06 21:47:14 UTC) #18
David Trainor- moved to gerrit
https://codereview.chromium.org/2730243002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java File chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java (right): https://codereview.chromium.org/2730243002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode566 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:566: return; On 2017/03/06 21:47:14, qinmin wrote: > nit: return ...
3 years, 9 months ago (2017-03-06 23:47:30 UTC) #19
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/2730243002/120001
3 years, 9 months ago (2017-03-07 00:34:44 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 00:40:48 UTC) #29
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/31f3265e09220f484c417341ca34...

Powered by Google App Engine
This is Rietveld 408576698