summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Merging the safe and dangerous download paths.ahendrickson@chromium.org2011-03-241-101/+41
* Reverted 76780 -- Adding Save Page downloads to downloads history.rdsmith@chromium.org2011-03-231-17/+14
* Check the download file's hash against safebrowsing database. Report the malw...lzheng@chromium.org2011-03-091-3/+36
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-051-2/+3
* Add files saved using 'Save page as' to the download history.rdsmith@chromium.org2011-03-031-14/+17
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-5/+5
* Enable url check in download_manager, with a simple UI (it may need polish). ...lzheng@chromium.org2011-02-261-13/+30
* Make MaybeCompleteDownload dependent on dangerous download confirmation (if t...ahendrickson@chromium.org2011-02-251-12/+12
* Fixes the context menu "save as" when policy is effective.pastarmovj@chromium.org2011-02-221-0/+3
* Implement the DownloadDirectory policy.pastarmovj@chromium.org2011-02-171-1/+1
* Refactoring DownloadFile.ahendrickson@chromium.org2011-02-151-2/+1
* Tweak the auto-open algorithm to permit JNLP to auto-open iff the user hascevans@chromium.org2011-01-291-1/+2
* Destroy DownloadPrefs in DownloadManager::Shutdown()mnissler@chromium.org2011-01-281-0/+1
* Check for cancel in DownloadManager::OnAllDataSaved().rdsmith@chromium.org2011-01-241-1/+5
* Put history insertion for downloads processing inline.rdsmith@chromium.org2011-01-231-87/+94
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Internationalize the prefix of unconfirmed download file.tfarina@chromium.org2011-01-211-1/+10
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-2/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-131-4/+3
* Adding active_downloads_ map.ahendrickson@chromium.org2011-01-111-25/+34
* Enable "Always Open Files of This Type" even for dangerous file types. Thecevans@chromium.org2011-01-081-2/+0
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-4/+0
* Create the DownloadItem earlier in the download process.ahendrickson@chromium.org2010-12-231-7/+36
* Extra cleanup/debugging inspired by issue 66676rdsmith@chromium.org2010-12-231-13/+49
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-3/+1
* Added clearing of downloads_ set on RemoveDownloadsBetween pathway.rdsmith@chromium.org2010-12-151-4/+15
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-0/+1
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Reland part of r62043 that got reverted.willchan@chromium.org2010-12-141-3/+4
* Create a new container to own downloads in DownloadManager.rdsmith@google.com2010-12-101-90/+82
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-1/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Logging downloads.ahendrickson@chromium.org2010-11-241-1/+38
* Initial conversion of download unit test to browser test with enhancedrdsmith@google.com2010-11-241-0/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Crash fix: Don't use const-ref parameter for an async callback.jhawkins@chromium.org2010-11-111-1/+1
* DownloadItem::NeedsRename should not return true for dangerous downloads.kinuko@chromium.org2010-11-101-23/+4
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-2/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-2/+3
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-081-13/+13
* Shortened URLRequestContextGetter's lifetime, which was extended by DownloadM...ahendrickson@chromium.org2010-11-081-0/+2
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-31/+31
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-18/+7
* use webstore extent to verify gallery downloadserikkay@chromium.org2010-10-081-10/+1
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-7/+18
* Fix DCHECK assertion failures in DownloadStatusUpdater.phajdan.jr@chromium.org2010-10-061-1/+1