summaryrefslogtreecommitdiffstats
path: root/content/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-0/+5
* 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-221-3/+3
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-2/+2
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-2/+2
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-4/+5
* 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-201-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+3
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-10/+4
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-4/+10
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-10/+4
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-2/+11
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-9/+9
* Changed argument to GetAcceptLangs() to a BrowserContext.rdsmith@chromium.org2011-11-181-1/+2
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-5/+5
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-1/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.achuith@chromium.org2011-10-261-42/+42
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-1/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-2/+2
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-4/+1
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-211-1/+1
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-211-1/+1
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-161-1/+1
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-161-1/+1
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-1/+1
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-1/+4
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-4/+1
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-1/+4
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-4/+1
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-2/+6
* Move download_manager_delegate.h to content. I forgot to move this earlier.jam@chromium.org2011-08-161-4/+1
* Move the core download files to content.jam@chromium.org2011-08-151-2/+2
* Removal of Profile from content part 7.avi@chromium.org2011-08-091-1/+1
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-091-17/+7
* Remove download_manager_ CHECK in ~SavePackageachuith@chromium.org2011-08-081-2/+1
* Support for adding save page download items into downloads history.achuith@chromium.org2011-08-041-31/+61
* Create DownloadManagerDelegate class to group the embedder functions related ...jam@chromium.org2011-07-291-6/+9
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-5/+6
* Remove prefs usage from SavePackage. Have it ask the embedder for the directo...jam@chromium.org2011-07-261-51/+3