summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_download_manager_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Support NULL DownloadManagerDelegates.jam@chromium.org2012-06-071-1/+0
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-4/+1
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-031-2/+2
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-28/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-0/+1
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-3/+6
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-3/+3
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-1/+1
* 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
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-2/+1
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-011-1/+1
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-1/+1
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-121-1/+1
* Add a content_shell specific DownloadManagerDelegate.jam@chromium.org2011-09-291-0/+75