summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+4
* revert r8603rvargas@google.com2009-01-241-3/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+3
* Fix a bug when saving web pages that have a period in their title.paulg@google.com2009-01-231-0/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-2/+2
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-071-15/+35
* Convert download manager to FilePath.estade@chromium.org2009-01-061-4/+6
* Prevent files saved via the "Save as..." page menu item fromtc@google.com2009-01-061-1/+11
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-3/+2
* * switch download manager to using FilePathestade@chromium.org2009-01-051-2/+3
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-1/+1
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-201-1/+1
* This CL moves the different resource handlers from resource_dispatcher_host.c...jcampan@chromium.org2008-12-201-1/+1
* Fix issue 4829: No file extensions listed when saving imagesfinnur@google.com2008-12-031-3/+6
* Enable the encoding menu for javascript and css files. jungshik@google.com2008-11-251-1/+4
* Do not localize the name of 'download' directory. Chrome's UI languages can bejungshik@google.com2008-10-281-3/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* Fix bug 3470, where the download tab would show the temporary name for danger...jcampan@chromium.org2008-10-171-1/+1
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-3/+3
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-7/+9
* Fixes two crashers in saving page:sky@google.com2008-09-161-11/+8
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-0/+1064