summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_service.h
Commit message (Expand)AuthorAgeFilesLines
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-271-2/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-11/+5
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.thestig@chromium.org2012-05-261-2/+1
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-5/+0
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-4/+8
* Delay DownloadManager creation by adding a callback queue to DownloadService.benjhayden@chromium.org2011-12-101-0/+9
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-0/+5
* Fix warning prompting on closing a window that will cancel downloads.rdsmith@chromium.org2011-10-241-0/+6
* Revert "Fix warning prompting on closing a window that will cancel downloads."sail@chromium.org2011-10-171-6/+0
* Fix warning prompting on closing a window that will cancel downloads.rdsmith@chromium.org2011-10-151-0/+6
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-121-0/+59