summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-103-17/+20
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-103-20/+17
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-092-8/+7
* Using VLOG instead of DVLOG to display BaseFile errors.ahendrickson@chromium.org2012-01-091-3/+3
* 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-062-1/+1
* Cleanup parameter passing issues in content/browser/downloadasanka@chromium.org2012-01-064-12/+12
* Revert 116385 - Make DownloadManagerImpl's destruction not tied to the UI thr...rdsmith@chromium.org2012-01-042-9/+10
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-044-5/+10
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-042-10/+9
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-039-18/+24
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-032-10/+5
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-033-10/+16
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-024-8/+8
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+2
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-282-3/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Made MockDownloadManagerDelegate a gmock.ahendrickson@chromium.org2011-12-272-124/+37
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-12/+12
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-252-3/+6
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-221-2/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-8/+7
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-2228-160/+467
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-222-4/+5
* Fix a NULL check typo in DownloadBuffer.thestig@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-213-6/+7
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-203-3/+3
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-207-22/+11
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-2037-918/+272
* Compile fix for gcc 4.6, cast to pointer type.joi@chromium.org2011-12-191-2/+2
* 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-154-4/+4
* DownloadQuery filters and sorts DownloadItemsbenjhayden@chromium.org2011-12-143-0/+918
* Make "Save As" control flow play better with safe browsing checks. ...asanka@chromium.org2011-12-142-7/+31
* Basic tests for DownloadUrl/DownloadUrlToFile.rdsmith@chromium.org2011-12-092-4/+2
* Added a download file factory to the download file manager, for testing.ahendrickson@chromium.org2011-12-082-7/+43
* Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...cbentzel@chromium.org2011-12-081-6/+6
* Implemented ExternalData interface on DownloadItem and used it for SafeBrowsing.rdsmith@chromium.org2011-12-074-0/+54
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-0610-205/+262
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-066-0/+16
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-0610-262/+205
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-0510-205/+262
* Get more information about types of images being downloaded.cbentzel@chromium.org2011-12-021-2/+44