summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+1
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-10/+9
* Fix a crash when canceling a save page operation.paulg@google.com2009-04-061-3/+11
* Re-enable save package on linux, mac.estade@chromium.org2009-04-011-7/+13
* Don't create an empty folder when saving complete html pages with no extra re...estade@chromium.org2009-03-311-3/+3
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-83/+103
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-3/+3
* Change to make the 'save as...' dialog choose the default download path you h...maruel@chromium.org2009-03-111-3/+12
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-3/+3
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-2/+2
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-13/+4
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-2/+5
* Get save page working on posix.estade@chromium.org2009-02-251-8/+4
* Refactor BaseDownloadItemModel and its inheritors.estade@chromium.org2009-02-231-1/+2
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-1/+1
* Port save_package_unittest to posix.estade@chromium.org2009-02-201-5/+2
* save_package.cc: Move UI test special casing to a helper function.estade@chromium.org2009-02-191-31/+64
* Bring up save_package, save_item, save_file_manager on posix.estade@chromium.org2009-02-191-19/+47
* Fix save complete .html page.estade@chromium.org2009-02-181-11/+4
* Prepare some files for porting:estade@chromium.org2009-02-181-9/+6
* Change url wstrings to GURLSestade@chromium.org2009-02-121-19/+18
* Port some strings in download/save_package.ccestade@chromium.org2009-02-111-146/+114
* 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