summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move download stuff from download helper back to TabContents. This is basical...jam@chromium.org2011-07-152-14/+6
* Revert 91769 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...ahendrickson@chromium.org2011-07-151-3/+1
* Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...willchan@chromium.org2011-07-151-1/+0
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-0/+1
* Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-1/+0
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-0/+1
* Disable context menu for control links (Show in Finder, etc)achuith@chromium.org2011-07-151-2/+6
* Fix clang errorjam@chromium.org2011-07-141-1/+1
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-1420-4020/+209
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-135-12/+27
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+2
* Make safe browsing optional at compile time.torne@chromium.org2011-07-112-0/+12
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1012-27/+34
* Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,gbillock@chromium.org2011-07-084-11/+9
* Revert 91861 - When the download folder does not exist, change the download f...johnme@google.com2011-07-0814-458/+134
* When the download folder does not exist, change the download folder to a user...haraken@google.com2011-07-0814-134/+458
* 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
* Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD...pkasting@chromium.org2011-07-011-2/+4
* Add save package download items to transient history on cros.achuith@chromium.org2011-06-303-25/+60
* Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.cbentzel@chromium.org2011-06-301-6/+1
* Fix AutoOpenachuith@chromium.org2011-06-291-1/+1
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-282-2/+8
* Fix the Extension.Permissions_*Cancel histograms.jstritar@chromium.org2011-06-281-1/+1
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-1/+2
* Checking that items exist in the downloads panel on ChromeOS.achuith@chromium.org2011-06-271-51/+65