summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-3/+21
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-281-16/+15
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-6/+3
* DownloadsSearchFunction implements chrome.experimental.downloads.search() usi...benjhayden@chromium.org2012-01-251-0/+31
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-241-4/+5
* Cleanup: ResourceDispatcherHost::BeginDownload takes a scoped_ptr<URLRequest>...cbentzel@chromium.org2012-01-191-3/+3
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-3/+7
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-7/+3
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-3/+7
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-7/+3
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-3/+7
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-3/+14
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-15/+10
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-10/+15
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-091-3/+6
* Facilitate disabling the debugging checks in download_database.cc and downloa...benjhayden@chromium.org2012-01-091-17/+23
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-0/+1
* Cleanup parameter passing issues in content/browser/downloadasanka@chromium.org2012-01-061-3/+3
* Revert 116385 - Make DownloadManagerImpl's destruction not tied to the UI thr...rdsmith@chromium.org2012-01-041-7/+4
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-2/+2
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-041-4/+7
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-2/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-5/+4
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-6/+9
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-2/+3
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* 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-0/+1
* Implement chrome.experimental.downloads.pause(), cancel() and resume().asanka@chromium.org2011-12-161-4/+3
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* Make "Save As" control flow play better with safe browsing checks. ...asanka@chromium.org2011-12-141-6/+21
* Basic tests for DownloadUrl/DownloadUrlToFile.rdsmith@chromium.org2011-12-091-1/+2
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-29/+47
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-47/+29
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-29/+47
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-2/+3
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-73/+73
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-0/+1106