summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-1323/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-6/+2
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-241-26/+28
* Disable crashing unit tests for linux/aurastevenjb@chromium.org2012-01-231-1/+9
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-48/+61
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-61/+48
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-48/+61
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-61/+48
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-48/+61
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-2/+2
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-2/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-2/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-17/+28
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-8/+7
* Make "Save As" control flow play better with safe browsing checks. ...asanka@chromium.org2011-12-141-2/+395
* Added a download file factory to the download file manager, for testing.ahendrickson@chromium.org2011-12-081-1/+24
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+2
* Build & run unit tests on Aura (Rebase)stevenjb@chromium.org2011-11-231-3/+14
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-24/+24
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-171-34/+18
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-6/+4
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-86/+76
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-011-5/+7
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-22/+29
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-5/+5
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-12/+15
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-211-9/+6
* Added a InterruptReason enum.ahendrickson@chromium.org2011-10-131-3/+6
* base::Bind: Final cleanups in chrome/browser/download.jhawkins@chromium.org2011-10-101-4/+3
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-2/+3
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-3/+4
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-211-4/+4
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-211-4/+4
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-161-4/+4
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-161-4/+4
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-4/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-3/+4
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-8/+8
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-6/+158
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-3/+2
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-2/+3
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Remove the last Chrome include from content downloads code. This moves some m...jam@chromium.org2011-08-231-2/+2
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-1/+1
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-191-2/+6
* Move the core download files to content.jam@chromium.org2011-08-151-7/+7
* Move some Chrome-specific code paths out of DownloadManager and into the dele...jam@chromium.org2011-08-151-4/+5