summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_manager_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove DownloadManager::Observer::ModelChangedbenjhayden@chromium.org2012-11-071-6/+2
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-5/+4
* For storage partitions to work properly, we need to know whether a storage pa...nasko@chromium.org2012-10-301-4/+6
* Move download code to the content namespace.jam@chromium.org2012-10-261-71/+67
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-92/+126
* Clean up last half of download flow, simplifying delegate interface, and movi...rdsmith@chromium.org2012-10-171-6/+5
* Put deleted tests back in.rdsmith@chromium.org2012-10-091-0/+44
* Removes BrowserContext::DidLastSessionExitCleanly() and makessky@chromium.org2012-10-041-1/+0
* Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...benjhayden@chromium.org2012-09-251-53/+3
* Avoid accessing uninitialized memory during DownloadManagerTest.asanka@chromium.org2012-09-221-5/+9
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-0/+2
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-2/+15
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-0/+2
* Removed GetTargetName(); unused in any functional code.rdsmith@chromium.org2012-09-121-1/+0
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-100/+82
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-82/+100
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-100/+82
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-82/+100
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-100/+82
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-82/+100
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-1/+4
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-60/+81
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-81/+60
* Kill DownloadItem::IsOtr()benjhayden@chromium.org2012-08-141-5/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-60/+81
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-81/+60
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-081-5/+0
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-69/+10
* DownloadManager::Observer::OnDownloadCreatedbenjhayden@chromium.org2012-07-261-6/+45
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-5/+1
* Change DownloadManagerImpl to operate on DownloadItemImpl rdsmith@chromium.org2012-07-131-48/+162
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-1/+5
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-5/+1
* Kill DownloadManagerImpl::save_page_downloads_benjhayden@chromium.org2012-07-111-0/+2
* Download filename determination refactor (2/3)asanka@chromium.org2012-07-021-5/+5
* Kill DownloadManagerImpl::history_downloads_.benjhayden@chromium.org2012-07-021-1/+1
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-07-021-11/+6
* Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager.bartfab@google.com2012-06-291-6/+11
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-06-281-11/+6
* Restructure error handling in downloads to be driven by DownloadItemImpl.rdsmith@chromium.org2012-06-261-43/+10
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-11/+42
* Made ownership of DownloadRequestHandles clear through scoped_ptr<>rdsmith@chromium.org2012-06-121-2/+2
* Rewrite download manager unit to be actual unit tests.rdsmith@chromium.org2012-06-121-1134/+450
* Power save blocker: switch to new implementation. In addition to making thingsmdm@chromium.org2012-06-111-4/+4
* Support for drive as default download location on chromeos. achuith@chromium.org2012-06-081-6/+4
* Support NULL DownloadManagerDelegates.jam@chromium.org2012-06-071-66/+50
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-10/+6
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-47/+63
* Move test headers from content\test to content\public\test. This way we can e...jam@chromium.org2012-06-041-3/+3
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1