index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
download
/
download_resource_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plumb redirect info out of net, through content, and into child processes.
davidben@chromium.org
2014-08-15
1
-4
/
+1
*
Added SERVER_UNAUTHORIZED download interrupt reason.
ljagielski@opera.com
2014-07-24
1
-1
/
+8
*
Remove request_id parameter from ResourceHandler methods.
davidben@chromium.org
2014-05-28
1
-20
/
+7
*
[Downloads] Clear suggested filename on cross origin redirect.
asanka@chromium.org
2014-04-28
1
-0
/
+8
*
[Downloads] Release power save blocker once a download request is done.
asanka@chromium.org
2014-04-11
1
-0
/
+4
*
Safebrowsing download protection: include tab url chain & referrer.
mattm@chromium.org
2014-03-25
1
-0
/
+49
*
Explain the reason why we don't have thread check in destructor of ByteStream...
tyoshino@chromium.org
2014-03-14
1
-0
/
+4
*
Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.
rdsmith@chromium.org
2014-01-15
1
-2
/
+2
*
[Download] Return DownloadInterruptReason from OnStartedCallback
asanka@chromium.org
2014-01-14
1
-8
/
+11
*
Adds the new URLRequest::OnBeforeNetworkStart hook to the
jkarlin@chromium.org
2014-01-09
1
-0
/
+6
*
[Downloads] Don't store or use validators unless they are strong.
asanka@chromium.org
2013-11-26
1
-6
/
+9
*
[Downloads] Cleanup DownloadResourceHandler
asanka@chromium.org
2013-11-22
1
-53
/
+35
*
Make ResourceHandler::OnResponseCompleted take a defer output parameter.
davidben@chromium.org
2013-11-18
1
-4
/
+3
*
Clean up ResourceHandler API.
creis@chromium.org
2013-10-15
1
-22
/
+23
*
Revert 227318 "Clean up ResourceHandler API."
creis@chromium.org
2013-10-08
1
-23
/
+22
*
Clean up ResourceHandler API.
creis@chromium.org
2013-10-07
1
-22
/
+23
*
Make ResourceHandlers stateless with respect to child/routing/request IDs.
creis@chromium.org
2013-09-25
1
-14
/
+12
*
Correctly update cookie policy URL for downloads.
jochen@chromium.org
2013-08-14
1
-0
/
+3
*
[Downloads] Some UMA for downloads resumption.
asanka@chromium.org
2013-07-30
1
-4
/
+3
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
1
-10
/
+5
*
DownloadResourceHandler should consider more 2XX codes to be success.
benjhayden@chromium.org
2013-06-12
1
-6
/
+8
*
Use a direct include of strings headers in content/browser/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-5
/
+5
*
Downloads get IDLE priority
cbentzel@chromium.org
2013-05-20
1
-0
/
+4
*
[downloads] Remove erroneous comment about redirects.
cbentzel@chromium.org
2013-05-17
1
-1
/
+0
*
[Downloads] Add a RESUMING_INTERNAL state to DownloadItem.
asanka@chromium.org
2013-05-15
1
-1
/
+2
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-2
/
+2
*
Move ByteStream to content/browser
zork@chromium.org
2013-03-21
1
-1
/
+1
*
Synchronize sending of RST between server and client to avoid dropping bytes.
rdsmith@chromium.org
2013-01-22
1
-2
/
+2
*
Initial CL for Downloads resumption.
rdsmith@chromium.org
2013-01-12
1
-19
/
+49
*
Minor cleanup: make a method pure virtual
michaeln@chromium.org
2012-12-20
1
-0
/
+6
*
content: Kill the base::Passed(foo.Pass()) meme.
tfarina@chromium.org
2012-12-18
1
-2
/
+2
*
Add UMA for measuring Content-Dispostion header use and abuse.
asanka@chromium.org
2012-12-17
1
-0
/
+1
*
Put in UMA to drill down on "misc" download error codes
rdsmith@chromium.org
2012-12-13
1
-0
/
+8
*
Make page transition type to InterceptNavigationResourceThrottlethrottle
jknotten@chromium.org
2012-12-05
1
-1
/
+1
*
Add content/browser/loader/ for resource loading related classes.
darin@chromium.org
2012-12-05
1
-2
/
+2
*
Minor cleanup in DownloadCreateInfo structure.
rdsmith@chromium.org
2012-11-01
1
-5
/
+1
*
Move download code to the content namespace.
jam@chromium.org
2012-10-26
1
-25
/
+21
*
Non-functional change to simply have Downloads query Prefs for the charset wh...
pauljensen@chromium.org
2012-10-23
1
-1
/
+0
*
Replace the DownloadFileManager with direct ownership of DownloadFileImpl
rdsmith@chromium.org
2012-10-18
1
-1
/
+0
*
Shift passage of FileStream in downloads system to be by scoped_ptr<>.
rdsmith@chromium.org
2012-10-17
1
-8
/
+6
*
OnDownloadStarted takes DownloadItem* instead of DownloadId
benjhayden@chromium.org
2012-10-09
1
-10
/
+11
*
Report all failures in the network stack correctly in the download started ca...
rdsmith@chromium.org
2012-10-08
1
-3
/
+16
*
Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-31
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-30
1
-1
/
+0
*
Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...
isherman@chromium.org
2012-08-28
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-27
1
-1
/
+0
*
Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-24
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-24
1
-1
/
+0
[next]