summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Downloads] Clear suggested filename on cross origin redirect.asanka@chromium.org2014-04-281-7/+153
* [Downloads] Release power save blocker once a download request is done.asanka@chromium.org2014-04-111-4/+2
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-2/+2
* Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.rdsmith@chromium.org2014-01-151-0/+15
* [Downloads] Make ShellDownloadManagerDelegate be owned by ShellBrowserContext.asanka@chromium.org2013-12-171-14/+12
* [Downloads] Update origin info after each response.asanka@chromium.org2013-12-131-6/+8
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-2/+2
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-4/+4
* Correctly update cookie policy URL for downloads.jochen@chromium.org2013-08-141-0/+40
* Don't override application/octet-stream MIME type.asanka@chromium.org2013-07-231-0/+25
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-0/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-11/+11
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* [Downloads] Move UpdateObservers out of TransitionTo in DownloadItemImplasanka@chromium.org2013-06-251-3/+3
* [Downloads] Make DownloadTestObserverTerminal condition on IsDoneasanka@chromium.org2013-06-211-4/+15
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+4
* [Downloads] Allow acquiring dangerous download file.asanka@chromium.org2013-05-291-2/+2
* [Downloads] Remove intermediate files when no longer necessary.asanka@chromium.org2013-05-231-5/+148
* [Downloads] Add a RESUMING_INTERNAL state to DownloadItem.asanka@chromium.org2013-05-151-0/+38
* [Downloads] Use Resume() instead of ResumeInterruptedDownload()asanka@chromium.org2013-05-141-11/+11
* [Downloads] Clear current_path_ when deleting intermediate file.asanka@chromium.org2013-05-141-14/+9
* Revert 199284 "[Downloads] Clear current_path_ when deleting int..."asanka@chromium.org2013-05-091-9/+14
* [Downloads] Clear current_path_ when deleting intermediate file.asanka@chromium.org2013-05-091-14/+9
* [Downloads] Switch callers of GetFullPath() to GetTargetFilePath()asanka@chromium.org2013-05-091-2/+2
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-8/+10
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-1/+1
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-3/+3
* Avoid calling OnDownloadCreated() on download resumption.rdsmith@chromium.org2013-03-281-6/+29
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-5/+5
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-93/+595
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-20/+21
* Synchronize sending of RST between server and client to avoid dropping bytes.rdsmith@chromium.org2013-01-221-27/+41
* Make content::PowerSaveBlocker publichashimoto@chromium.org2013-01-151-3/+3
* Re-enable DownloadContentTest.ResumeInterruptedDownload on platforms other th...nick@chromium.org2013-01-151-2/+6
* Disable DownloadContentTest.ResumeInterruptedDownload on account of its appar...nick@chromium.org2013-01-141-1/+3
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-3/+105
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-11/+0
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-91/+82
* Remove DownloadManager::Observer::ModelChangedbenjhayden@chromium.org2012-11-071-16/+4
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-10/+4
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-5/+7