summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/chrome_download_manager_delegate_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Cleanup: Remove unneeded browser_thread.h includes.thestig@chromium.org2014-02-131-3/+2
* [Downloads] Make ChromeDownloadManagerDelegate owned by DownloadService.asanka@chromium.org2013-12-131-5/+4
* [Downloads] Perform file existence check on blocking pool.asanka@chromium.org2013-11-181-0/+45
* Prefer opening PDF downloads in the browser.asanka@chromium.org2013-11-081-36/+23
* Revert 233460 "Prefer opening PDF downloads in the browser."hashimoto@chromium.org2013-11-071-23/+36
* Prefer opening PDF downloads in the browser.asanka@chromium.org2013-11-071-36/+23
* Use a direct include of the message_loop header in chrome/browser/, part 4.avi@chromium.org2013-07-181-1/+1
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-7/+2
* [Downloads] Handle filename determination for resumed downloads.asanka@chromium.org2013-06-031-0/+5
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* Merge SavePackageFilePicker{,ChromeOS}benjhayden@chromium.org2013-05-301-5/+3
* BrowserContext should simply own DownloadManagercaio.de.oliveira.filho@intel.com2013-05-291-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-4/+4
* Use DownloadItem::GetState() in c/b/{download,extensions}caio.de.oliveira.filho@intel.com2013-05-241-2/+0
* Sanitize directory names from chrome.downloads.onDeterminingFilename.benjhayden@chromium.org2013-05-051-2/+3
* Move download filename determination into a separate class.asanka@chromium.org2013-05-021-700/+148
* Revert 197518 "Move download filename determination into a separ..."timurrrr@chromium.org2013-05-011-148/+700
* Move download filename determination into a separate class. asanka@chromium.org2013-05-011-700/+148
* Make chrome.downloads.onDeterminingFilename take an enum indicating the actio...benjhayden@chromium.org2013-04-091-1/+1
* Use DownloadItem directly in DownloadProtectionService.mattm@chromium.org2013-03-021-14/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Downloads with forced paths don't need a different intermediate path.asanka@chromium.org2013-02-161-18/+27
* Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.joi@chromium.org2013-02-121-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-31/+33
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-1/+1
* Build time configuration for mobile safebrowsing.sgurun@chromium.org2012-11-291-12/+12
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-0/+4
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-2/+2
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Don't use web intents to handle downloaded office files on Chrome OS.tbarzic@chromium.org2012-11-081-38/+0
* Remove alias from ChromeRenderViewHostTestHarness.avi@chromium.org2012-10-191-2/+2
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-131-1/+0
* Don't use web intents for rss feeds.gbillock@chromium.org2012-10-121-2/+4
* Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...benjhayden@chromium.org2012-09-251-3/+18
* Change policy to not trigger dangerous download UI for web intents dispatched...gbillock@chromium.org2012-09-071-8/+63
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-82/+165
* Download filename determination refactor (2/3)asanka@chromium.org2012-07-021-299/+65
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-0/+5
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move mock download test headers from content\test to content\public\test. Thi...jam@chromium.org2012-06-021-2/+2
* Fix build of chrome_download_manager_unittest when safe browsing is disabled.asanka@chromium.org2012-05-311-78/+98
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-0/+1010