Sign in
chromium
/
chromium
/
src
/
09692cdc03a2723afadf7109b2b8404a9eb497ed
/
content
/
browser
/
download
16ca9f7
Limit parallel download to http GET requests.
by xingliu
· 8 years ago
d64fde65
Download driver for components/download.
by xingliu
· 8 years ago
336ea2c
Don't compile code for desktop zoom or GuestViews on mobile platforms.
by mcnee
· 8 years ago
1705541
[Downloads] Remove asanka from owners.
by Asanka Herath
· 8 years ago
aa36b98
Drop the suggested name of downloads when initiator & resource origin differ
by Jochen Eisinger
· 8 years ago
5697152d
Parallelizable download metrics.
by xingliu
· 8 years ago
656b9ca
Validate generated MHTML in mhtml_generation_browsertest.cc tests.
by carlosk
· 8 years ago
a58f2e80c
Remove unnecessary powersaveblocker in download_browsertests.cc
by ke.he
· 8 years ago
5ff87ce
Automated IWYU fix for TaskRunner includes.
by Gabriel Charette
· 8 years ago
859c7889
BrowserContext::GetDownloadManager() does not return nullptr.
by thestig
· 8 years ago
2d8b867
Add GetWakeLockWithoutContext() in WakeLockContextProvider mojo interface.
by ke.he
· 8 years ago
a672d19a
Add the metric to record percentage improvement for parallel download.
by xingliu
· 8 years ago
f64a25e
Add missing IWYU message_loop.h includes.
by gab
· 8 years ago
c41a4fc
Reduce unnecessary download interruptions due to parallel requests
by qinmin
· 8 years ago
1aa98d7
Don't enforce X-Frame-Options for downloads.
by nasko
· 8 years ago
503e20c5
Add a metric to record http response code for download requests.
by xingliu
· 8 years ago
2a542d8
Clear callback when a parallel request can no longer write any data
by qinmin
· 8 years ago
462abbb
Fix the Unthrottled download count for parallel download
by qinmin
· 8 years ago
b42016c
interrupt and resume download with CONTENT_LENGTH_MISMATCH errors
by qinmin
· 8 years ago
aca5268
Polish the cleaning up url request code for parallel download.
by xingliu
· 8 years ago
8f34ea7
Ensure all content_browsertests call the host resolver in SetUpOnMainThread and not after.
by jam
· 8 years ago
1ed4a437
Switch to using scoped_ptr with UserData
by avi
· 8 years ago
8487c6b
Parallel download browser test.
by xingliu
· 8 years ago
2269e30
Add new UMA stats for parallelizable download
by qinmin
· 8 years ago
39358c1
Add extra headers argument so we don't pass headers in the body.
by petewil
· 8 years ago
b444a98
Fix an issue that we didn't clean url request properly.
by xingliu
· 8 years ago
dce5ad6
Setup download internal directory for invisible downloads
by shaktisahu
· 8 years ago
cfc0c0e
[downloads] Prevent downloading a file onto itself.
by Asanka Herath
· 8 years ago
4f3c18c
Properly handle the case when a parallel download becomes non-parallel
by qinmin
· 8 years ago
10603e2
Record the parallel download UMA for fresh new downloads
by qinmin
· 8 years ago
87a42b7a
Make the download's response headers available in the DownloadItem
by peter
· 8 years ago
cbb48504
Don't create parallel request if download is about to complete
by qinmin
· 8 years ago
b0f7a5b
download_manager_impl_unittest.cc: Remove dead code.
by hans
· 8 years ago
c97ad19
Add UMA to track why a download is non-parallel when enabled parallel
by xingliu
· 8 years ago
583a61a
Clear the received slices in DownloadItemImpl when etag changed.
by xingliu
· 8 years ago
2abcf04
Get signals working in the EXTRA_DATA section of MHTML
by petewil
· 8 years ago
7a8bb64
Fixed an uninitialized value
by shaktisahu
· 8 years ago
1c4d759e
The Blink Rename
by Blink Reformat
· 8 years ago
c6564f4
DownloadManager : Create transient downloads
by shaktisahu
· 8 years ago
d91c322
Fix the UMA stats calculation because of overflow
by qinmin
· 8 years ago
1ba0e9f
[downloads] Allow download target determination to indicate an error.
by Asanka Herath
· 8 years ago
3ba5776
set content length limit if half open range request fails
by qinmin
· 8 years ago
ec174ac6
Add UMA metric to track parallel download requests stats.
by xingliu
· 8 years ago
1918ae78
Remove URLRequestJobFactory::IsHandledURL.
by mmenke
· 8 years ago
b791e0b
Add control to use If-Range header for range request.
by xingliu
· 8 years ago
d6d05e2
Fix issues and feature polishing for parallel download.
by xingliu
· 8 years ago
fd49a3e
Downloads: Added transient flag to download item and download database
by shaktisahu
· 8 years ago
6be2821
remove is_sparse_file_ from DownloadFileImpl
by qinmin
· 8 years ago
75184f4
Add more UMA to record whether parallel download is completed/interrupted/cancelled
by qinmin
· 8 years ago
cca0315b
Handle early pause, cancel for parallel requests.
by xingliu
· 8 years ago
aa5d2f47
Add a helper method to truncate SourceStream's length
by qinmin
· 8 years ago
f8473e4
Add debug functions for parallel downloading.
by xingliu
· 8 years ago
d87debc9
Recording download mime types for normal profile
by shaktisahu
· 8 years ago
6dbfc80b
Allow the initial request to take over failed parallel requests.
by qinmin
· 8 years ago
1c18f0d
Add a new UMA enum to record how many download uses parallel requests
by qinmin
· 8 years ago
391c49d74
Propagate server response error and interrupt the download.
by xingliu
· 8 years ago
2a5a154
Pump the http version to download system.
by xingliu
· 8 years ago
0c5570d5
Add UMA for estimating disk bandwidth and the time saved with parallel download
by qinmin
· 8 years ago
6719c20
Glue parallel download job and download file together.
by xingliu
· 8 years ago
457f198
Move the logic to determine how much data can be written to another function
by qinmin
· 8 years ago
a217ace
Add a delay to send the parallel requests.
by xingliu
· 8 years ago
9ed4df75
Remove ScopedVector from content/browser/.
by leon.han
· 8 years ago
9c8aefe
Verify that all slice are downloaded when a stream complete
by qinmin
· 8 years ago
cde3c3a
Update the received slices vector when stream is written to disk
by qinmin
· 8 years ago
7ae9f6fc
Move the writing of the MHTML footer to the browser process.
by carlosk
· 8 years ago
3c1d10c
Make ResourceHandler::OnWillRead able to complete asynchronously.
by mmenke
· 8 years ago
bc81898
Initialize the download file with correct bytes_so_far value
by qinmin
· 8 years ago
696a6d2
Parallel Download finch config parameters on Chrome client.
by xingliu
· 8 years ago
2bb2241a
Change FindNextSliceToDownload() into FindSlicesToDownload()
by qinmin
· 8 years ago
4373e64
Pass slice info to DownloadFileImpl
by qinmin
· 8 years ago
992dacf
Make DownloadFileImpl handle multiple byte streams.
by xingliu
· 8 years ago
60eb97f
Added last_access_time to DownloadItem and History DB
by shaktisahu
· 8 years ago
41a4abf
Add a utility function to calculate the next slice to download
by qinmin
· 8 years ago
c49428e
Add slice information to DownloadDestinationObserver::DestinationUpdate().
by qinmin
· 8 years ago
468824d8
Introduce ParallelDownloadJob.
by xingliu
· 8 years ago
74c09cc
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
23b2857f
Populate download slice info between DownloadItem and history DB
by qinmin
· 8 years ago
81710508
docs: Change "ChromeOS" to "Chrome OS".
by derat
· 9 years ago
f456c40
Refactor BaseFile class to support sparse files
by qinmin
· 9 years ago
66062a4c
Adding myself and qinmin@ to downloads OWNERS
by dtrainor
· 9 years ago
38dc09d
Add missing #include around sequenced_worker_pool.h in //content, //storage
by tzik
· 9 years ago
72c70c9
Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #6 id:470001 of https://codereview.chromium.org/2690533002/ )
by gcasto
· 9 years ago
70b7c5d
Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h
by tzik
· 9 years ago
cf6bde97
Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #5 id:450001 of https://codereview.chromium.org/2690533002/ )
by tzik
· 9 years ago
d502a3f
Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h
by tzik
· 9 years ago
fed7466
Range request support for parallel download in DownloadRequestCore.
by xingliu
· 9 years ago
7551f61
ResourceHandler::OnWillStart: Remove min_size argument.
by mmenke
· 9 years ago
87f5c77a
Refactor ResourceHandler API.
by mmenke
· 9 years ago
f61d39f
Introduce DownloadJob for DownloadItem refactoring.
by xingliu
· 9 years ago
521884b6
Fix an issue that download may missing MIME type if it failed ealier
by qinmin
· 9 years ago
ec72fc4
Remove popup overlay from MHTML when requested
by jianli
· 9 years ago
13aa5ac
Fix referrer logic for URLDownloader
by svaldez
· 9 years ago
caf312f
Change Lo-Fi bool to bitmask to support multiple Previews types.
by megjablon
· 9 years ago
0d4d0fd
Decode url in save package download.
by xingliu
· 9 years ago
093561e
[Download] Measure page transition for downloads
by asanka
· 9 years ago
d1d21f7
[Downloads] Deprecate incorrect metrics.
by asanka
· 9 years ago
6381bd4e
[downloads] Remove DownloadManager::RemoveAllDownloads.
by asanka
· 9 years ago
d43b2fb
Cleaned up the API of HttpUtil::ParseContentRangeHeader().
by sclittle
· 9 years ago
e6567ba9
[downloads] Set initiator when handling downloads via a[download]
by asanka
· 9 years ago
c1ab029
[PPAPI] Quarantine files that are writeable by a Pepper plugin.
by asanka
· 9 years ago
Next »