summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Check the download file's hash against safebrowsing database. Report the malw...lzheng@chromium.org2011-03-091-2/+2
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-051-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Enable url check in download_manager, with a simple UI (it may need polish). ...lzheng@chromium.org2011-02-261-16/+36
* DownloadFile no longer keeps track of whether or not the final rename has occ...ahendrickson@chromium.org2011-02-181-11/+9
* Refactoring DownloadFile.ahendrickson@chromium.org2011-02-151-9/+0
* Added DownloadFile unit tests.ahendrickson@chromium.org2011-02-021-12/+2
* Put history insertion for downloads processing inline.rdsmith@chromium.org2011-01-231-7/+8
* Internationalize the prefix of unconfirmed download file.tfarina@chromium.org2011-01-211-2/+2
* Enable "Always Open Files of This Type" even for dangerous file types. Thecevans@chromium.org2011-01-081-1/+6
* Create the DownloadItem earlier in the download process.ahendrickson@chromium.org2010-12-231-0/+2
* Modified the file extension filters for downloads to add some extensions to a...cdn@chromium.org2010-10-201-2/+2
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-3/+3
* Fix DCHECK assertion failures in DownloadStatusUpdater.phajdan.jr@chromium.org2010-10-061-2/+5
* Create DownloadStatusUpdater to keep track of download progressphajdan.jr@chromium.org2010-09-271-1/+3
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-101-2/+2
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-101-1/+2
* Revert 58196 - GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-071-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-011-1/+1
* Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...ananta@chromium.org2010-09-011-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-08-311-1/+1
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-2/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+1
* Clean up download code:phajdan.jr@chromium.org2010-08-051-589/+0
* Fix leak in DownloadManagerTest.mnissler@chromium.org2010-07-221-2/+4
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-1/+143
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-2/+3
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+1
* Don't prompt to save for filetypes marked as auto-open.pkasting@chromium.org2010-07-151-2/+85
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Adding some known mime types to the platform_mime_utils on linux. This might...dhg@chromium.org2010-05-181-4/+4
* Handle CreateFile() trimming trailing dots and spaces in downloads.jschuh@google.com2010-03-031-0/+27
* BSD port: another chunk of chrome/browser ifdef cleaningpvalchev@google.com2010-02-031-7/+7
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-4/+2
* A few more #ifdefs for platform-specific behaviors to port this test to mac.mark@chromium.org2009-10-221-52/+79
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+17
* linux: port some of the download manager unit testevan@chromium.org2009-09-251-23/+137
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-2/+24
* Fix issue 7337, where a file of mime type "text/x-registry" with extension "r...sidchat@google.com2009-04-081-1/+7
* Add an exception to DownloadManager::GenerateExtension() for .tar.gz files wi...thestig@chromium.org2009-03-251-0/+16
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Change url wstrings to GURLSestade@chromium.org2009-02-121-56/+56
* Add a unit test to check that the extension is not repeated in a downloaded f...sidchat@google.com2009-02-111-0/+3
* Fix the extension repetition problem with download manager. Enabled the corre...sidchat@google.com2009-02-091-1/+1
* disable download test while sid fixes offlinetc@google.com2009-02-061-1/+1
* Convert download manager to FilePath.estade@chromium.org2009-01-061-26/+28
* Prevent files saved via the "Save as..." page menu item fromtc@google.com2009-01-061-1/+58