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

Issue 10232010: DownloadUrlParameters (Closed)

Created:
8 years, 8 months ago by benjhayden
Modified:
8 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Refactor DownloadManager::DownloadUrl() to allow it to take many parameters. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135403

Patch Set 1 #

Patch Set 2 : ... #

Patch Set 3 : " #

Patch Set 4 : clang #

Patch Set 5 : " #

Total comments: 2

Patch Set 6 : download_url_parameters.h #

Patch Set 7 : " #

Total comments: 21

Patch Set 8 : comments #

Total comments: 8

Patch Set 9 : cleaning #

Total comments: 2

Patch Set 10 : comments #

Patch Set 11 : merge #

Patch Set 12 : merge #

Patch Set 13 : check_deps #

Patch Set 14 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -168 lines) Patch
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/download/download_test_observer.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_test_observer.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +22 lines, -21 lines 0 comments Download
M content/browser/download/download_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -8 lines 0 comments Download
M content/browser/download/download_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +43 lines, -66 lines 0 comments Download
M content/browser/download/download_resource_handler.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/download/drag_download_file.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -8 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +11 lines, -9 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/browser/download_manager.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -27 lines 0 comments Download
A content/public/browser/download_url_parameters.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +132 lines, -0 lines 0 comments Download
A content/public/browser/download_url_parameters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +53 lines, -0 lines 0 comments Download
M content/test/mock_download_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
benjhayden
PTAL
8 years, 8 months ago (2012-04-26 20:25:01 UTC) #1
jam
http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h File content/public/browser/download_manager.h (right): http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h#newcode76 content/public/browser/download_manager.h:76: class CONTENT_EXPORT DownloadUrlParameters { please put this in a ...
8 years, 8 months ago (2012-04-26 20:55:16 UTC) #2
benjhayden
http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h File content/public/browser/download_manager.h (right): http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h#newcode76 content/public/browser/download_manager.h:76: class CONTENT_EXPORT DownloadUrlParameters { On 2012/04/26 20:55:16, John Abd-El-Malek ...
8 years, 8 months ago (2012-04-27 14:17:08 UTC) #3
Randy Smith (Not in Mondays)
Very basic question, for both John and Ben: How would you folks feel about shrinking ...
8 years, 8 months ago (2012-04-27 18:40:41 UTC) #4
benjhayden
On 2012/04/27 18:40:41, rdsmith wrote: > Very basic question, for both John and Ben: How ...
8 years, 8 months ago (2012-04-27 20:11:41 UTC) #5
jam
On 2012/04/27 14:17:08, benjhayden_chromium wrote: > http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h > File content/public/browser/download_manager.h (right): > > http://codereview.chromium.org/10232010/diff/6/content/public/browser/download_manager.h#newcode76 > ...
8 years, 8 months ago (2012-04-27 21:05:56 UTC) #6
jam
On 2012/04/27 18:40:41, rdsmith wrote: > Very basic question, for both John and Ben: How ...
8 years, 8 months ago (2012-04-27 21:06:21 UTC) #7
Randy Smith (Not in Mondays)
A more detailed review--sorry for the delay. http://codereview.chromium.org/10232010/diff/17002/chrome/browser/tab_contents/render_view_context_menu.cc File chrome/browser/tab_contents/render_view_context_menu.cc (right): http://codereview.chromium.org/10232010/diff/17002/chrome/browser/tab_contents/render_view_context_menu.cc#newcode93 chrome/browser/tab_contents/render_view_context_menu.cc:93: using WebKit::WebURL; ...
8 years, 7 months ago (2012-04-30 19:44:47 UTC) #8
benjhayden
PTAL I made gmock play nice with scoped_ptr using the trick mentioned in the recent ...
8 years, 7 months ago (2012-05-02 15:11:54 UTC) #9
Randy Smith (Not in Mondays)
http://codereview.chromium.org/10232010/diff/17002/chrome/browser/tab_contents/render_view_context_menu.cc File chrome/browser/tab_contents/render_view_context_menu.cc (right): http://codereview.chromium.org/10232010/diff/17002/chrome/browser/tab_contents/render_view_context_menu.cc#newcode93 chrome/browser/tab_contents/render_view_context_menu.cc:93: using WebKit::WebURL; On 2012/05/02 15:11:54, benjhayden_chromium wrote: > On ...
8 years, 7 months ago (2012-05-02 18:36:21 UTC) #10
benjhayden
PTAL http://codereview.chromium.org/10232010/diff/26002/content/public/browser/download_manager.h File content/public/browser/download_manager.h (right): http://codereview.chromium.org/10232010/diff/26002/content/public/browser/download_manager.h#newcode59 content/public/browser/download_manager.h:59: class ResourceDispatcherHostImpl; On 2012/05/02 18:36:22, rdsmith wrote: > ...
8 years, 7 months ago (2012-05-02 20:01:26 UTC) #11
jam
http://codereview.chromium.org/10232010/diff/45002/content/browser/download/download_manager_impl.cc File content/browser/download/download_manager_impl.cc (right): http://codereview.chromium.org/10232010/diff/45002/content/browser/download/download_manager_impl.cc#newcode143 content/browser/download/download_manager_impl.cc:143: DownloadUrlParameters::DownloadUrlParameters( the DownloadUrlParameters construtors belong in content/public/browser/download_url_parameters.cc
8 years, 7 months ago (2012-05-02 20:05:30 UTC) #12
benjhayden
http://codereview.chromium.org/10232010/diff/45002/content/browser/download/download_manager_impl.cc File content/browser/download/download_manager_impl.cc (right): http://codereview.chromium.org/10232010/diff/45002/content/browser/download/download_manager_impl.cc#newcode143 content/browser/download/download_manager_impl.cc:143: DownloadUrlParameters::DownloadUrlParameters( On 2012/05/02 20:05:30, John Abd-El-Malek wrote: > the ...
8 years, 7 months ago (2012-05-02 20:56:46 UTC) #13
jam
content/public lgtm
8 years, 7 months ago (2012-05-02 21:01:29 UTC) #14
Randy Smith (Not in Mondays)
lgtm
8 years, 7 months ago (2012-05-03 18:34:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10232010/64002
8 years, 7 months ago (2012-05-04 17:40:18 UTC) #16
commit-bot: I haz the power
Try job failure for 10232010-64002 (retry) on win for step "runhooks". It's a second try, ...
8 years, 7 months ago (2012-05-04 18:00:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10232010/64002
8 years, 7 months ago (2012-05-04 18:36:47 UTC) #18
commit-bot: I haz the power
8 years, 7 months ago (2012-05-04 20:05:21 UTC) #19
Change committed as 135403

Powered by Google App Engine
This is Rietveld 408576698