summaryrefslogtreecommitdiffstats
path: root/content/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 138818 - Revert 138812 - Move render_view_host_delegate.h out of conte...danakj@chromium.org2012-05-241-1/+1
* Revert 138812 - Move render_view_host_delegate.h out of content/public.asargent@chromium.org2012-05-241-1/+1
* Move render_view_host_delegate.h out of content/public.jam@chromium.org2012-05-241-1/+1
* DownloadManagerDelegate::ShouldCompleteDownload(callback)benjhayden@chromium.org2012-05-181-19/+3
* Pass the referrer policy with the referrer for the save package code pathjochen@chromium.org2012-05-121-3/+3
* Save Page As MHTMLbenjhayden@chromium.org2012-05-041-18/+74
* Enable saving of data: urls.thakis@chromium.org2012-04-271-9/+13
* TabContents -> WebContentsImpl, part 9.avi@chromium.org2012-04-121-10/+9
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-101-16/+11
* GData save package support with MHTML.achuith@chromium.org2012-03-271-0/+2
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-2/+3
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Add UMA stats for save package duplicate file errors.benwells@chromium.org2012-02-171-4/+43
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-1/+1
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-40/+22
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-1/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-2/+1
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-1/+8
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-8/+1
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-0/+4
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-4/+5
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-7/+4
* 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 FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* 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-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