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

Issue 10836003: chrome.downloads.open() (Closed)

Created:
8 years, 4 months ago by benjhayden
Modified:
8 years ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Implement chrome.downloads.open() BUG=12133 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171886

Patch Set 1 #

Patch Set 2 : @r166515 #

Patch Set 3 : @r171008 #

Total comments: 7

Patch Set 4 : @r171008 #

Patch Set 5 : @r171249 #

Total comments: 1

Patch Set 6 : @r171249 #

Patch Set 7 : @r171777 #

Total comments: 2

Patch Set 8 : @r171777 #

Patch Set 9 : @r171777 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -20 lines) Patch
M chrome/browser/extensions/api/downloads/downloads_api.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.cc View 1 2 3 4 5 6 7 6 chunks +23 lines, -14 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api_unittest.cc View 1 2 3 4 5 6 7 1 chunk +61 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/downloads.idl View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
benjhayden
PTAL
8 years ago (2012-12-04 20:50:51 UTC) #1
Randy Smith (Not in Mondays)
LGTM. https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc File chrome/browser/extensions/api/downloads/downloads_api.cc (right): https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc#newcode350 chrome/browser/extensions/api/downloads/downloads_api.cc:350: DownloadItem* GetActiveItem(Profile* profile, bool include_incognito, int id) { ...
8 years ago (2012-12-05 14:17:42 UTC) #2
benjhayden
https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc File chrome/browser/extensions/api/downloads/downloads_api.cc (right): https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc#newcode350 chrome/browser/extensions/api/downloads/downloads_api.cc:350: DownloadItem* GetActiveItem(Profile* profile, bool include_incognito, int id) { On ...
8 years ago (2012-12-05 18:41:02 UTC) #3
Randy Smith (Not in Mondays)
LGTM still stands despite my whining below--I'll accept whatever judgement you make on these issues. ...
8 years ago (2012-12-05 19:12:05 UTC) #4
benjhayden
https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc File chrome/browser/extensions/api/downloads/downloads_api.cc (right): https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc#newcode812 chrome/browser/extensions/api/downloads/downloads_api.cc:812: if (!download_item || !download_item->IsComplete()) { On 2012/12/05 19:12:05, rdsmith ...
8 years ago (2012-12-05 19:29:47 UTC) #5
Randy Smith (Not in Mondays)
On 2012/12/05 19:29:47, benjhayden_chromium wrote: > https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc > File chrome/browser/extensions/api/downloads/downloads_api.cc (right): > > https://codereview.chromium.org/10836003/diff/12001/chrome/browser/extensions/api/downloads/downloads_api.cc#newcode812 > ...
8 years ago (2012-12-05 19:35:12 UTC) #6
benjhayden
I think it matches the UI now. We're planning on moving everything to do with ...
8 years ago (2012-12-06 21:45:14 UTC) #7
Randy Smith (Not in Mondays)
On 2012/12/06 21:45:14, benjhayden_chromium wrote: > I think it matches the UI now. Still LGTM ...
8 years ago (2012-12-07 17:24:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10836003/46002
8 years ago (2012-12-07 17:45:07 UTC) #9
commit-bot: I haz the power
Presubmit check for 10836003-46002 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-07 17:45:14 UTC) #10
benjhayden
Mkearney, would you mind reviewing chrome/common/extensions/api/downloads.idl for ownership?
8 years ago (2012-12-07 17:47:02 UTC) #11
mkearney1
On 2012/12/07 17:47:02, benjhayden_chromium wrote: > Mkearney, would you mind reviewing chrome/common/extensions/api/downloads.idl > for ownership? ...
8 years ago (2012-12-07 18:01:42 UTC) #12
benjhayden
On 2012/12/07 18:01:42, mkearney1 wrote: > On 2012/12/07 17:47:02, benjhayden_chromium wrote: > > Mkearney, would ...
8 years ago (2012-12-07 18:07:01 UTC) #13
mkearney1
https://codereview.chromium.org/10836003/diff/46002/chrome/common/extensions/api/downloads.idl File chrome/common/extensions/api/downloads.idl (right): https://codereview.chromium.org/10836003/diff/46002/chrome/common/extensions/api/downloads.idl#newcode364 chrome/common/extensions/api/downloads.idl:364: // |downloadId|: The identifier for the download. What about ...
8 years ago (2012-12-07 20:10:25 UTC) #14
benjhayden
https://codereview.chromium.org/10836003/diff/46002/chrome/common/extensions/api/downloads.idl File chrome/common/extensions/api/downloads.idl (right): https://codereview.chromium.org/10836003/diff/46002/chrome/common/extensions/api/downloads.idl#newcode364 chrome/common/extensions/api/downloads.idl:364: // |downloadId|: The identifier for the download. On 2012/12/07 ...
8 years ago (2012-12-07 20:17:55 UTC) #15
mkearney1
lgtm
8 years ago (2012-12-07 20:39:39 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10836003/45005
8 years ago (2012-12-07 20:41:12 UTC) #17
commit-bot: I haz the power
Presubmit check for 10836003-45005 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-07 20:41:19 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10836003/45005
8 years ago (2012-12-07 20:59:27 UTC) #19
commit-bot: I haz the power
Presubmit check for 10836003-45005 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-07 20:59:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10836003/45005
8 years ago (2012-12-07 21:24:56 UTC) #21
commit-bot: I haz the power
8 years ago (2012-12-07 23:56:06 UTC) #22
Message was sent while issue was closed.
Change committed as 171886

Powered by Google App Engine
This is Rietveld 408576698