summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_item_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep shelf item visible when extension install blocked off-store.aa@chromium.org2012-06-191-2/+2
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-40/+21
* Made ownership of DownloadRequestHandles clear through scoped_ptr<>rdsmith@chromium.org2012-06-121-2/+2
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-117/+185
* Remove DownloadManager::in_progress_ in favor of active_downloads_ in prepara...benjhayden@chromium.org2012-05-141-0/+1
* Save Page As MHTMLbenjhayden@chromium.org2012-05-041-0/+3
* clean 96627/85408 debugging mechanisms out of DownloadManager/DownloadDatabasebenjhayden@chromium.org2012-05-031-46/+23
* TabContents -> WebContentsImpl, part 9.avi@chromium.org2012-04-121-1/+1
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-101-2/+2
* Fix race in GData downloads for small files where the download may complete b...asanka@chromium.org2012-03-281-0/+1
* Mark GData downloads as temporary.asanka@chromium.org2012-03-241-1/+7
* Test file errors in downloads.ahendrickson@chromium.org2012-03-141-6/+10
* Move DownloadPersistentStoreInfo to content\public\browser and into the conte...jam@chromium.org2012-03-111-1/+2
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-081-8/+8
* Add a SetDisplayName() method to DownloadItemasanka@chromium.org2012-03-071-0/+6
* Add a DownloadItem::SetDangerType().asanka@chromium.org2012-03-071-18/+4
* Add a const overload to DownloadItem::GetExternalData().asanka@chromium.org2012-03-021-3/+11
* DownloadItem::SetIsPersisted() and IsPersisted() will facilitate merging DbHa...benjhayden@chromium.org2012-02-211-0/+11
* Clean up unused members and constructors from DownloadCreateInfo and Download...asanka@chromium.org2012-02-091-2/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-0/+13
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-13/+0
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-0/+13
* Added net logging to DownloadItem.ahendrickson@chromium.org2012-02-081-12/+129
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-311-3/+2
* 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-1/+1
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-241-14/+17
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-9/+39
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-201-3/+3
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+17
* Make "Save As" control flow play better with safe browsing checks. ...asanka@chromium.org2011-12-141-1/+10
* Implemented ExternalData interface on DownloadItem and used it for SafeBrowsing.rdsmith@chromium.org2011-12-071-0/+23
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-36/+61
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-061-0/+4
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-61/+36
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-36/+61
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-4/+6
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-0/+899