summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-17/+22
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-6/+158
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-296-25/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-296-3/+25
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-272-4/+2
* Made the cancel from CancelDownloadOnRename go through the full cancel path, rdsmith@chromium.org2011-08-261-1/+1
* content: Move drag_download_* to content.erg@google.com2011-08-244-519/+0
* Move MockDownloadManagerDelegate to content since it's used by tests in conte...jam@chromium.org2011-08-232-130/+0
* Remove the last Chrome include from content downloads code. This moves some m...jam@chromium.org2011-08-237-67/+36
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-238-14/+119
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-224-20/+21
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-228-20/+117
* Get rid of Profile usage in the content download code, and switch to BrowserC...jam@chromium.org2011-08-223-11/+10
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-199-24/+48
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-193-32/+9
* Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...wez@chromium.org2011-08-194-18/+32
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-194-32/+18
* Make the core download content ask the delegate whether it needs to generate ...jam@chromium.org2011-08-194-0/+16
* Have BaseFile ask the embedder for the default download directory.jam@chromium.org2011-08-182-11/+0
* Make content not know that the browser chrome updates the download progress i...jam@chromium.org2011-08-174-0/+20
* Add Cancel test for SavePackage.achuith@chromium.org2011-08-171-54/+67
* Move download UMA functions to their own file in content. Also fire the chrom...jam@chromium.org2011-08-164-220/+6
* Move download_manager_delegate.h to content. I forgot to move this earlier.jam@chromium.org2011-08-163-59/+2
* Factor out dependncy on download throttling from core download code.jam@chromium.org2011-08-164-0/+353
* Move the core download files to content.jam@chromium.org2011-08-1537-4643/+30
* Move some Chrome-specific code paths out of DownloadManager and into the dele...jam@chromium.org2011-08-159-411/+426
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-112-2/+2
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-093-780/+10
* Support for adding save page download items into downloads history.achuith@chromium.org2011-08-044-100/+278
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-032-2/+4
* Record type of content being downloaded.cbentzel@chromium.org2011-08-022-0/+79
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-012-2/+2
* Create DownloadManagerDelegate class to group the embedder functions related ...jam@chromium.org2011-07-2911-23/+266
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-293-5/+5
* Removal of Profile from content part 3.avi@chromium.org2011-07-284-9/+12
* Remove some depenencies from DownloadManager.jam@chromium.org2011-07-286-59/+128
* Add a browser-test for downloading an anchor with a suggested name for download.sadrul@chromium.org2011-07-281-0/+18
* Use the suggested name from an anchor's 'download' attribute.sadrul@chromium.org2011-07-278-22/+19
* Remove prefs usage from SavePackage. Have it ask the embedder for the directo...jam@chromium.org2011-07-261-2/+27
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-5/+5
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-251-2/+3
* Remove most of the remaining chrome dependencies from the save code. I have a...jam@chromium.org2011-07-251-2/+2
* Some cleanup with regard to state transitions in DownloadItem/DownloadManager:rdsmith@chromium.org2011-07-204-48/+61
* some cleanup for base/stl_utildilmah@chromium.org2011-07-195-5/+5
* Move MHTML code to content, now that download code is moving there.jam@chromium.org2011-07-193-285/+0
* Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...jam@chromium.org2011-07-182-17/+12
* Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...rdsmith@chromium.org2011-07-1812-713/+270
* Modified cancel and interrupt processing to avoid race with history.rdsmith@chromium.org2011-07-1812-270/+713
* Move save stuff from download helper back to TabContents. This is a revert of...jam@chromium.org2011-07-181-14/+12
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-161-0/+1