summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-4/+4
* Show or open downloaded items on the UI thread for Mac. This ispaul@chromium.org2009-08-181-9/+15
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Convert parts of SavePage UI tests to more reliable browser tests.phajdan.jr@chromium.org2009-07-311-0/+7
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-1/+1
* Use referrer_url instead of download url to decide whether aaa@chromium.org2009-07-251-1/+1
* Ensure proper paths when saving pages with no title.paul@chromium.org2009-07-101-31/+58
* Make default extension for downloading html "html" rather than "htm" on non-w...estade@chromium.org2009-07-071-6/+16
* Initial download shelf on OS X.thakis@chromium.org2009-06-181-5/+0
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Save as dialog should show html filesmhm@chromium.org2009-06-111-0/+2
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-3/+1
* Ensure proper extension when saving an HTML page.estade@chromium.org2009-05-191-8/+27
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-1/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-5/+0
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-25/+25
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-1/+3
* Fixes saving files that don't have valid extensions.avi@chromium.org2009-04-171-1/+3
* Add a Cocoa file picker.avi@google.com2009-04-141-4/+1
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-17/+17
* 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