summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the core download files to content.jam@chromium.org2011-08-151-1081/+0
* Move some Chrome-specific code paths out of DownloadManager and into the dele...jam@chromium.org2011-08-151-301/+7
* Support for adding save page download items into downloads history.achuith@chromium.org2011-08-041-75/+123
* Create DownloadManagerDelegate class to group the embedder functions related ...jam@chromium.org2011-07-291-14/+14
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+2
* Remove some depenencies from DownloadManager.jam@chromium.org2011-07-281-41/+15
* Use the suggested name from an anchor's 'download' attribute.sadrul@chromium.org2011-07-271-4/+1
* Some cleanup with regard to state transitions in DownloadItem/DownloadManager:rdsmith@chromium.org2011-07-201-10/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...rdsmith@chromium.org2011-07-181-68/+72
* Modified cancel and interrupt processing to avoid race with history.rdsmith@chromium.org2011-07-181-72/+68
* Move download stuff from download helper back to TabContents. This is basical...jam@chromium.org2011-07-151-11/+5
* Revert 91769 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...ahendrickson@chromium.org2011-07-151-3/+1
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-131-2/+6
* Make safe browsing optional at compile time.torne@chromium.org2011-07-111-0/+8
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,gbillock@chromium.org2011-07-081-1/+1
* Revert 91861 - When the download folder does not exist, change the download f...johnme@google.com2011-07-081-13/+21
* When the download folder does not exist, change the download folder to a user...haraken@google.com2011-07-081-21/+13
* Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.ahendrickson@chromium.org2011-07-071-1/+3
* Revert 91134 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...cbentzel@chromium.org2011-07-011-1/+6
* Add save package download items to transient history on cros.achuith@chromium.org2011-06-301-17/+26
* Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.cbentzel@chromium.org2011-06-301-6/+1
* Next round of checks to figure out what invariant is failing.rdsmith@chromium.org2011-06-241-0/+4
* Revert 90228 - Next round of checks to figure out what invariant is failing.rdsmith@chromium.org2011-06-231-4/+0
* Next round of checks to figure out what invariant is failing.rdsmith@chromium.org2011-06-231-0/+4
* Coverity Fixlet - PASS_BY_VALUEscr@chromium.org2011-06-221-2/+2
* Test download manager fetching CRXes.skerner@chromium.org2011-06-221-1/+4
* Make sure that the download is shown in the browser window of the correct pro...mirandac@chromium.org2011-06-201-1/+1
* Revert 89496 - Test download manager fetching CRXes.cevans@chromium.org2011-06-201-4/+1
* Treat ERR_CONNECTION_CLOSED as a succesful download.cbentzel@chromium.org2011-06-181-1/+6
* Test download manager fetching CRXes.skerner@chromium.org2011-06-171-1/+4
* New assertion checks for DownloadItem <-> DownloadManager queue consistency.rdsmith@chromium.org2011-06-161-5/+30
* Detect removed files and reflect the state in chrome://downloads and the down...haraken@google.com2011-06-151-0/+43
* Put in CHECK() statements confirm DownloadItem threading and destruction.rdsmith@chromium.org2011-06-101-2/+15
* Change DownloadProcessHandle to be more of an encapsulated class.rdsmith@chromium.org2011-06-091-38/+9
* For downloads requiring a user gesture, also require the user to have visited...pkasting@chromium.org2011-05-241-8/+24
* Part 2 of downloads data flow refactor.ahendrickson@chromium.org2011-05-231-119/+205
* Move download stuff to download tab helper.avi@chromium.org2011-05-181-4/+9
* Revert 85504 - Move download stuff to download tab helper.avi@chromium.org2011-05-161-9/+4
* Move download stuff to download tab helper.avi@chromium.org2011-05-161-4/+9
* Revert 85486 - Move download stuff to download tab helper.avi@chromium.org2011-05-161-9/+4
* Move download stuff to download tab helper.avi@chromium.org2011-05-161-4/+9
* Added DownloadProcessHandle class.ahendrickson@chromium.org2011-05-111-29/+24
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-5/+3
* Fix failure to update history to reflect new COMPLETE state meaning.rdsmith@chromium.org2011-05-091-2/+4
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-1/+2
* Don't add an empty extension to the list of extensions in the Save As dialog.asanka@chromium.org2011-04-291-4/+6
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-4/+3
* Add enum histogram for dangerous download save or discard.mattm@chromium.org2011-04-191-1/+1