summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/chrome_download_manager_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Android: Eliminate alarms, downloads, and omnibox extensions code.thestig@chromium.org2014-06-051-5/+14
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Move downloads API to extensions namespacelimasdf@gmail.com2014-04-301-3/+3
* Create CrxInstaller directly in WebstoreInstallermsimonides@opera.com2014-04-231-1/+3
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-091-1/+1
* Revert 262487 "Add net/base/filename_util.h."sergeyu@chromium.org2014-04-081-1/+1
* Don't open XML files by default in Chrome.palmer@chromium.org2014-04-081-1/+0
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-081-1/+1
* [Downloads] Use GetPluginInfo to determine if a MIME type is handled.asanka@chromium.org2013-12-191-1/+1
* [Downloads] Make ChromeDownloadManagerDelegate owned by DownloadService.asanka@chromium.org2013-12-131-0/+9
* Remove GetDefaultProfile() from c/b/cros/file_manager.kinaba@chromium.org2013-12-131-2/+2
* Open more file types in Chrome, and audit the dangerous file extensions.palmer@chromium.org2013-12-071-1/+7
* Open HTML files in Chrome by default.palmer@chromium.org2013-11-281-1/+8
* [Downloads] "Open with system handler" isn't necessary on Chrome OS.asanka@chromium.org2013-11-221-2/+3
* [Downloads] Perform file existence check on blocking pool.asanka@chromium.org2013-11-181-2/+11
* [Downloads] Use a WeakPtrFactory in ChromeDownloadManagerDelegate.asanka@chromium.org2013-11-141-4/+6
* Prefer opening PDF downloads in the browser.asanka@chromium.org2013-11-081-7/+99
* Revert 233460 "Prefer opening PDF downloads in the browser."hashimoto@chromium.org2013-11-071-99/+7
* Prefer opening PDF downloads in the browser.asanka@chromium.org2013-11-071-7/+99
* Android: fixes compiling with experimental TCMalloc.bulach@chromium.org2013-09-111-6/+15
* Move DragDownload() out of download_util.htfarina@chromium.org2013-08-251-1/+0
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+6
* chrome.downloads.setShelfEnabled(boolean)benjhayden@chromium.org2013-07-311-1/+1
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-241-6/+11
* Move ".crx"/".pem" constants and extension_filenames constants into extension...yoz@chromium.org2013-07-231-2/+2
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-11/+43
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of time headers in chrome/browser/, part 3.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in chrome/browser/d*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Remove DownloadId from DownloadPathReservationTrackerbenjhayden@chromium.org2013-06-061-1/+1
* [Downloads] Handle filename determination for resumed downloads.asanka@chromium.org2013-06-031-26/+41
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+2
* Merge SavePackageFilePicker{,ChromeOS}benjhayden@chromium.org2013-05-301-64/+6
* Use DownloadItem::GetState() in c/b/{download,extensions}caio.de.oliveira.filho@intel.com2013-05-241-2/+2
* [Downloads] Switch callers of GetFullPath() to GetTargetFilePath()asanka@chromium.org2013-05-091-4/+25
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-4/+5
* Sanitize directory names from chrome.downloads.onDeterminingFilename.benjhayden@chromium.org2013-05-051-1/+2
* Move download filename determination into a separate class.asanka@chromium.org2013-05-021-477/+132
* Revert 197518 "Move download filename determination into a separ..."timurrrr@chromium.org2013-05-011-132/+477
* Move download filename determination into a separate class. asanka@chromium.org2013-05-011-477/+132
* drive: Rename drive_file_sytem_util to file_system_utilsatorux@chromium.org2013-04-261-1/+1
* drive: Rename DriveDownloadHandler to DownloadHandlersatorux@chromium.org2013-04-241-7/+7
* Make chrome.downloads.onDeterminingFilename take an enum indicating the actio...benjhayden@chromium.org2013-04-091-15/+18
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-1/+1
* Don't consider extension downloads from whitelisted sources dangerous.mnissler@chromium.org2013-03-201-1/+11
* Make the UI an observer of downloads.asanka@chromium.org2013-03-061-22/+0
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Implement chrome.downloads.onDeterminingFilename() to allow extensions to par...benjhayden@chromium.org2013-03-031-8/+91