summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_item_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-11/+11
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-11/+11
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-11/+11
* Regularize setting of the download id on download creation. rdsmith@chromium.org2013-03-281-3/+4
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-5/+29
* Make the UI an observer of downloads.asanka@chromium.org2013-03-061-8/+0
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-4/+4
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-26/+30
* Merge DownloadItem::SafetyState and DownloadDangerTyperdsmith@chromium.org2013-01-171-1/+1
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-33/+208
* Tweak comments and put in tests for not ignoring safe browsing results.rdsmith@chromium.org2013-01-081-1/+156
* Remove the DownloadItem::TogglePause() interface.rdsmith@chromium.org2013-01-071-2/+4
* Fix context menu actions for interrupted and in-progress downloadsasanka@chromium.org2012-12-271-36/+137
* Show interrupted downloads as well as regular downloads in the browser.asanka@chromium.org2012-12-111-7/+38
* Make MaybeCompleteDownload private.rdsmith@chromium.org2012-11-301-2/+1
* Remove DownloadManager::active_downloads_benjhayden@chromium.org2012-11-271-6/+0
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-25/+3
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-4/+4
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-19/+7
* Various minor cleanups to the download system:rdsmith@chromium.org2012-11-081-20/+17
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-2/+2
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-10/+7
* Move download code to the content namespace.jam@chromium.org2012-10-261-40/+32
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-99/+198
* Clean up last half of download flow, simplifying delegate interface, and movi...rdsmith@chromium.org2012-10-171-3/+13
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-3/+3
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-2/+1
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-165/+78
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-78/+165
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-165/+78
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-78/+165
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-165/+78
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-78/+165
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-165/+78
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-78/+165
* Kill DownloadItem::IsOtr()benjhayden@chromium.org2012-08-141-1/+1
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-165/+78
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-78/+165
* Relandbenjhayden@chromium.org2012-08-091-3/+40
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-081-67/+0
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-40/+3
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-3/+40
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-75/+55
* DownloadManager::Observer::OnDownloadCreatedbenjhayden@chromium.org2012-07-261-4/+4
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-2/+3
* Change DownloadManagerImpl to operate on DownloadItemImpl rdsmith@chromium.org2012-07-131-36/+42
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-3/+2
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-2/+3
* Download filename determination refactor (2/3)asanka@chromium.org2012-07-021-4/+2