summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_create_info.h
Commit message (Expand)AuthorAgeFilesLines
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-3/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-17/+0
* Move download code to the content namespace.jam@chromium.org2012-10-261-4/+8
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-231-4/+0
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-7/+0
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-1/+4
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-0/+7
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-0/+4
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-131-2/+2
* Clean up unused members and constructors from DownloadCreateInfo and Download...asanka@chromium.org2012-02-091-10/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-1/+7
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-7/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-1/+7
* Move DownloadFile back to content\browser\download. Only static functions in ...jam@chromium.org2012-01-311-1/+1
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-3/+2
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-241-4/+0
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-1/+9
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-061-0/+4
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-0/+1
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+3
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-5/+0
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-1/+5
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-3/+0
* Move the core download files to content.jam@chromium.org2011-08-151-0/+109