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

Issue 2730363004: Parallel Download finch config parameters on Chrome client. (Closed)

Created:
3 years, 9 months ago by xingliu
Modified:
3 years, 9 months ago
CC:
chromium-reviews, asanka, jam, darin-cc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Parallel Download finch config parameters on Chrome client. Read several config from finch for parallel download. We currently didn't add the server side json config file yet. The parameter key on the server config should match the client side constants. BUG=644352 Review-Url: https://codereview.chromium.org/2730363004 Cr-Commit-Position: refs/heads/master@{#455374} Committed: https://chromium.googlesource.com/chromium/src/+/696a6d27f072467ab1722a8b61b114ebb1f8d595

Patch Set 1 #

Patch Set 2 : Use a cleaner api. #

Total comments: 3

Patch Set 3 : Work on feedback. #

Patch Set 4 : Polish another comment. #

Total comments: 2

Patch Set 5 : Work on feedback. #

Patch Set 6 : Fix the unittest. #

Patch Set 7 : Rebase for merge conflict. #

Patch Set 8 : Fix for new code merged in. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -27 lines) Patch
M content/browser/download/download_file_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/download/download_job_factory.cc View 1 2 3 4 5 6 2 chunks +3 lines, -6 lines 0 comments Download
M content/browser/download/parallel_download_job.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/download/parallel_download_job.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -14 lines 0 comments Download
M content/browser/download/parallel_download_job_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/download/parallel_download_utils.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/download/parallel_download_utils.cc View 1 2 3 4 5 6 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (28 generated)
xingliu
Hi, PTAL, thanks.
3 years, 9 months ago (2017-03-06 20:43:35 UTC) #3
xingliu
Hi, PTAL, thanks.
3 years, 9 months ago (2017-03-06 20:44:07 UTC) #5
qinmin
https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc File content/browser/download/parallel_download_utils.cc (right): https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc#newcode18 content/browser/download/parallel_download_utils.cc:18: const char kMinFileSizeFinchKey[] = "min_file_size"; shouldn't be file size, ...
3 years, 9 months ago (2017-03-06 22:29:08 UTC) #7
xingliu
Thanks for the review, please take another look. https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc File content/browser/download/parallel_download_utils.cc (right): https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc#newcode18 content/browser/download/parallel_download_utils.cc:18: const ...
3 years, 9 months ago (2017-03-06 23:37:05 UTC) #12
qinmin
On 2017/03/06 23:37:05, xingliu wrote: > Thanks for the review, please take another look. > ...
3 years, 9 months ago (2017-03-07 05:53:26 UTC) #15
qinmin
lgtm % nit https://codereview.chromium.org/2730363004/diff/60001/content/browser/download/parallel_download_job.cc File content/browser/download/parallel_download_job.cc (right): https://codereview.chromium.org/2730363004/diff/60001/content/browser/download/parallel_download_job.cc#newcode18 content/browser/download/parallel_download_job.cc:18: request_num_(GetParallelRequestCountConfig()) {} nit: this variable is ...
3 years, 9 months ago (2017-03-07 05:56:50 UTC) #16
xingliu
Thanks for the review. https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc File content/browser/download/parallel_download_utils.cc (right): https://codereview.chromium.org/2730363004/diff/20001/content/browser/download/parallel_download_utils.cc#newcode18 content/browser/download/parallel_download_utils.cc:18: const char kMinFileSizeFinchKey[] = "min_file_size"; ...
3 years, 9 months ago (2017-03-07 18:44:08 UTC) #17
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/2730363004/130001
3 years, 9 months ago (2017-03-08 02:32:54 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/380531)
3 years, 9 months ago (2017-03-08 02:36:35 UTC) #34
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/2730363004/130001
3 years, 9 months ago (2017-03-08 03:28:46 UTC) #36
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 03:37:12 UTC) #39
Message was sent while issue was closed.
Committed patchset #8 (id:130001) as
https://chromium.googlesource.com/chromium/src/+/696a6d27f072467ab1722a8b61b1...

Powered by Google App Engine
This is Rietveld 408576698