summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_download_manager_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-12/+12
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-8/+1
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-231-1/+1
* Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...benjhayden@chromium.org2012-09-251-3/+2
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-1/+2
* Move some download tests to content from chrome.rdsmith@chromium.org2012-08-301-10/+49
* Fix the DownloadManager not initialized error in content shell.shouqun.liu@intel.com2012-08-211-0/+28
* Move resource_dispatcher_host_browsertest.cc to content_browsertests.jam@chromium.org2012-07-301-0/+6
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-28/+17
* Move content_shell and content_browsertests code into the content namespace.jam@chromium.org2012-07-191-2/+2
* Support for drive as default download location on chromeos. achuith@chromium.org2012-06-081-7/+5
* Support NULL DownloadManagerDelegates.jam@chromium.org2012-06-071-5/+0
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-18/+19
* Support WebView in ash.ben@chromium.org2012-04-121-1/+1
* Content shell: Use only public API.avi@chromium.org2012-03-261-2/+1
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-031-4/+4
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-73/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-0/+5
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-2/+4
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-4/+4
* 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
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-201-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-5/+5
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-1/+1
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-3/+1
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-011-2/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Always prompt the user for the download location in content_shell, as an indi...jam@chromium.org2011-09-301-0/+42
* Add a content_shell specific DownloadManagerDelegate.jam@chromium.org2011-09-291-0/+167