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

Issue 1368653002: Setting CommandLabel 'IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN" for finished Download Notification. (Closed)

Created:
5 years, 3 months ago by Deepak
Modified:
5 years, 2 months ago
Reviewers:
asanka, AKV, yoshiki
CC:
benjhayden+dwatch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Setting CommandLabel 'IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN' when Download is completed and ready to open to distingush it from 'IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN_WHEN_COMPLETE' that indicated Download is in progress and not yet complete. And will open when download is Finished. BUG=535520 Committed: https://crrev.com/bca6c40e3d7482c9641a681bd05aa9c23b613277 Cr-Commit-Position: refs/heads/master@{#351719}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes as per review comments. #

Patch Set 3 : Changes as per review comments #

Total comments: 2

Patch Set 4 : Changes as per review comments. #

Total comments: 2

Patch Set 5 : Updating indentation. #

Patch Set 6 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/download/notification/download_item_notification.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
Deepak
PTAL
5 years, 3 months ago (2015-09-24 12:59:03 UTC) #2
asanka
https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc File chrome/browser/download/notification/download_item_notification.cc (right): https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc#newcode685 chrome/browser/download/notification/download_item_notification.cc:685: id = IDS_DOWNLOAD_STATUS_OPEN; yoshiki: Aren't these labels for the ...
5 years, 2 months ago (2015-09-25 03:18:47 UTC) #5
Deepak
https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc File chrome/browser/download/notification/download_item_notification.cc (right): https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc#newcode685 chrome/browser/download/notification/download_item_notification.cc:685: id = IDS_DOWNLOAD_STATUS_OPEN; On 2015/09/25 03:18:47, asanka wrote: > ...
5 years, 2 months ago (2015-09-25 16:09:33 UTC) #6
asanka
https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc File chrome/browser/download/notification/download_item_notification.cc (right): https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc#newcode685 chrome/browser/download/notification/download_item_notification.cc:685: id = IDS_DOWNLOAD_STATUS_OPEN; On 2015/09/25 at 16:09:33, Deepak wrote: ...
5 years, 2 months ago (2015-09-25 17:09:35 UTC) #7
Deepak
I understood your point. PTAL https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc File chrome/browser/download/notification/download_item_notification.cc (right): https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc#newcode685 chrome/browser/download/notification/download_item_notification.cc:685: id = IDS_DOWNLOAD_STATUS_OPEN; On ...
5 years, 2 months ago (2015-09-27 06:19:57 UTC) #8
yoshiki
On 2015/09/27 06:19:57, Deepak wrote: > I understood your point. > PTAL > > https://codereview.chromium.org/1368653002/diff/1/chrome/browser/download/notification/download_item_notification.cc ...
5 years, 2 months ago (2015-09-28 16:05:40 UTC) #9
Deepak
On 2015/09/28 16:05:40, yoshiki wrote: > On 2015/09/27 06:19:57, Deepak wrote: > > I understood ...
5 years, 2 months ago (2015-09-29 04:09:21 UTC) #10
asanka
On 2015/09/29 at 04:09:21, deepak.m1 wrote: > On 2015/09/28 16:05:40, yoshiki wrote: > > On ...
5 years, 2 months ago (2015-09-29 04:21:52 UTC) #11
Deepak
On 2015/09/29 04:21:52, asanka wrote: > On 2015/09/29 at 04:09:21, deepak.m1 wrote: > > On ...
5 years, 2 months ago (2015-09-29 06:40:52 UTC) #12
asanka
You'd also need to coordinate landing this around https://codereview.chromium.org/1365963004. https://codereview.chromium.org/1368653002/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1368653002/diff/40001/chrome/app/generated_resources.grd#newcode1819 chrome/app/generated_resources.grd:1819: ...
5 years, 2 months ago (2015-09-29 15:20:30 UTC) #13
Deepak
@Asanka yes, I will coordinate this patch with https://codereview.chromium.org/1365963004. and will submit after above CL ...
5 years, 2 months ago (2015-09-29 16:30:38 UTC) #14
asanka
https://codereview.chromium.org/1368653002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1368653002/diff/60001/chrome/app/generated_resources.grd#newcode1822 chrome/app/generated_resources.grd:1822: + <message name="IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN" Format these consistently with the surrounding ...
5 years, 2 months ago (2015-09-29 16:35:02 UTC) #15
Deepak
@Asanka PTAL https://codereview.chromium.org/1368653002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1368653002/diff/60001/chrome/app/generated_resources.grd#newcode1822 chrome/app/generated_resources.grd:1822: + <message name="IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN" On 2015/09/29 16:35:02, asanka ...
5 years, 2 months ago (2015-09-30 04:18:14 UTC) #16
asanka
lgtm
5 years, 2 months ago (2015-09-30 14:50:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368653002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368653002/80001
5 years, 2 months ago (2015-09-30 15:07:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/75625) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-09-30 15:10:23 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368653002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368653002/100001
5 years, 2 months ago (2015-10-01 02:37:41 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-01 03:32:23 UTC) #25
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 03:33:09 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bca6c40e3d7482c9641a681bd05aa9c23b613277
Cr-Commit-Position: refs/heads/master@{#351719}

Powered by Google App Engine
This is Rietveld 408576698