summaryrefslogtreecommitdiffstats
path: root/content/public/browser/download_manager_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/public/.avi2015-12-251-2/+3
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+6
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-4/+6
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* Make the UI an observer of downloads.asanka@chromium.org2013-03-061-5/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace all FilePath with base::FilePath in content.brettw@chromium.org2013-02-161-11/+12
* download: Delegate file removal check to DownloadManagerDelegatehashimoto@chromium.org2013-01-251-0/+8
* Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...hashimoto@chromium.org2013-01-211-0/+6
* Tweak comments and put in tests for not ignoring safe browsing results.rdsmith@chromium.org2013-01-081-3/+3
* Pull delegate check back into IsDownloadReadyForCompletion so that ifrdsmith@chromium.org2013-01-031-1/+3
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-27/+0
* Various minor cleanups to the download system:rdsmith@chromium.org2012-11-081-4/+7
* Clean up last half of download flow, simplifying delegate interface, and movi...rdsmith@chromium.org2012-10-171-7/+3
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-1/+2
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-19/+30
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Download filename determination refactor (2/3)asanka@chromium.org2012-07-021-5/+5
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* Support for drive as default download location on chromeos. achuith@chromium.org2012-06-081-4/+3
* A little more cleanup of content examples.jam@chromium.org2012-06-071-4/+4
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-2/+6
* DownloadManagerDelegate::ShouldCompleteDownload(callback)benjhayden@chromium.org2012-05-181-8/+11
* Save Page As MHTMLbenjhayden@chromium.org2012-05-041-7/+17
* GData save package support with MHTML.achuith@chromium.org2012-03-271-1/+3
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-031-1/+1
* Eliminate DownloadProgressUpdated.avi@chromium.org2012-02-091-4/+1
* Revert 121031 - Eliminate DownloadProgressUpdated.avi@chromium.org2012-02-081-1/+4
* Eliminate DownloadProgressUpdated.avi@chromium.org2012-02-081-4/+1
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-31/+22
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-0/+4
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-8/+12
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-6/+5
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-1/+2
* Made MockDownloadManagerDelegate a gmock.ahendrickson@chromium.org2011-12-271-2/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+2
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-1/+1
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-1/+1
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-1/+1
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-4/+2
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-011-7/+14
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-0/+120