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

Issue 1673183003: add pause button for resumable in-progress downloads. (Closed)

Created:
4 years, 10 months ago by qinmin
Modified:
4 years, 10 months ago
Reviewers:
Ted C
CC:
chromium-reviews, asanka, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

add pause button for resumable in-progress downloads. This CL adds a pause button for in-progress downloads that are resumable. UI review: https://groups.google.com/a/google.com/forum/#!topic/chrome-ui-review/jixCWMMg_vA Mocks: https://folio.googleplex.com/chrome-ux/mocks/065-downloads/07-resumable/121615_NotificationChanges BUG=579110 Committed: https://crrev.com/62c38d412f4501d5bf8411bf87ee1b81a3975cb8 Cr-Commit-Position: refs/heads/master@{#374702}

Patch Set 1 #

Total comments: 4

Patch Set 2 : adding assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -10 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadBroadcastReceiver.java View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java View 6 chunks +20 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java View 1 1 chunk +10 lines, -4 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadNotificationServiceTest.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/download/download_manager_service.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/download/download_manager_service.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/android/download_controller_android_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DownloadController.java View 2 chunks +2 lines, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DownloadInfo.java View 6 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
qinmin
PTAL
4 years, 10 months ago (2016-02-09 00:10:36 UTC) #2
Ted C
https://codereview.chromium.org/1673183003/diff/1/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/1673183003/diff/1/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode267 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:267: && !DownloadManagerService.hasDownloadManagerService()) { in this case, should we update ...
4 years, 10 months ago (2016-02-09 20:21:21 UTC) #3
qinmin
https://codereview.chromium.org/1673183003/diff/1/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/1673183003/diff/1/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java#newcode267 chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java:267: && !DownloadManagerService.hasDownloadManagerService()) { On 2016/02/09 20:21:20, Ted C wrote: ...
4 years, 10 months ago (2016-02-09 20:57:44 UTC) #4
Ted C
lgtm
4 years, 10 months ago (2016-02-09 21:02:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673183003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673183003/20001
4 years, 10 months ago (2016-02-09 21:20:06 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/20760)
4 years, 10 months ago (2016-02-10 00:47:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673183003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673183003/20001
4 years, 10 months ago (2016-02-10 00:50:31 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_TIMED_OUT, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/20934)
4 years, 10 months ago (2016-02-10 06:53:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673183003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673183003/20001
4 years, 10 months ago (2016-02-10 19:27:50 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-10 19:42:12 UTC) #16
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:30:31 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/62c38d412f4501d5bf8411bf87ee1b81a3975cb8
Cr-Commit-Position: refs/heads/master@{#374702}

Powered by Google App Engine
This is Rietveld 408576698