summaryrefslogtreecommitdiffstats
path: root/content/browser/download/save_file_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-1/+1
* Modify SaveFileManager::CancelSave to handle file finished case.rdsmith@chromium.org2012-11-051-17/+25
* Move download code to the content namespace.jam@chromium.org2012-10-261-10/+9
* Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...asanka@chromium.org2012-10-251-2/+2
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-0/+1
* Pass the referrer policy with the referrer for the save package code pathjochen@chromium.org2012-05-121-2/+2
* TabContents -> WebContentsImpl, part 9.avi@chromium.org2012-04-121-13/+15
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-14/+13
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* 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-4/+4
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-4/+4
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-1/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-2/+3
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-10/+10
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Replace NewRunnableMethod with Callback in SaveFileManager.achuith@chromium.org2011-10-261-30/+23
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-2/+3
* Remove most of the remaining chrome dependencies from the save code. I have a...jam@chromium.org2011-07-251-20/+10
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move save stuff from download helper back to TabContents. This is a revert of...jam@chromium.org2011-07-181-7/+2
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-0/+541