summaryrefslogtreecommitdiffstats
path: root/content/browser/download/drag_download_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop using net::FileStream synchronously in content/browser/donwloadhashimoto@chromium.org2014-04-031-6/+6
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-3/+4
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Remove DownloadItem::Is*() in favor of DI::GetState()caio.de.oliveira.filho@intel.com2013-06-151-5/+8
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-2/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-4/+4
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+2
* content: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2012-12-181-1/+1
* Merge most instances of DownloadSaveInfo into DownloadUrlParams.rdsmith@chromium.org2012-11-061-7/+4
* content/browser: Remove more unnecessary content:: calls.tfarina@chromium.org2012-11-011-24/+21
* Rewrite DragDownloadFilebenjhayden@chromium.org2012-10-301-188/+182
* Move download code to the content namespace.jam@chromium.org2012-10-261-13/+8
* Fix uninitialized pointer bug introduced byrdsmith@chromium.org2012-10-181-1/+2
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-6/+7
* Reland Make DownloadManager::GetAllDownloads return all downloads regardless ...benjhayden@chromium.org2012-09-101-3/+6
* Relandbenjhayden@chromium.org2012-08-091-2/+12
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-12/+2
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-2/+12
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-1/+3
* Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...jochen@chromium.org2012-05-301-1/+1
* Plumb referrer policy along with drag data informationjochen@chromium.org2012-05-251-2/+2
* Refactor DownloadManager::DownloadUrl() to allow it to take many parameters.benjhayden@chromium.org2012-05-041-8/+7
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-131-2/+2
* Added callback to DownloadUrl() so we can find download failures where the do...ahendrickson@chromium.org2012-03-121-1/+2
* Isolate initiation counts for downloads to their own histograms and improverdsmith@chromium.org2012-02-151-2/+2
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+2
* "Save As" for content retrieved via POST works in most circumstances.cbentzel@chromium.org2012-02-041-0/+1
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-1/+2
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-281-5/+7
* [Coverity] Fix uninitialized membergroby@chromium.org2012-01-111-1/+4
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-4/+5
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+4
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-2/+3
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-0/+1
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-5/+3
* 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-1/+1
* content: Move drag_download_* to content.erg@google.com2011-08-241-0/+229