summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package.h
Commit message (Expand)AuthorAgeFilesLines
* Download code cleanup:phajdan.jr@chromium.org2010-07-141-28/+1
* Fix save complete web page crasherestade@chromium.org2010-04-261-9/+9
* Browser and unit test cases for patch submitted for Issue 23584 undertony@chromium.org2010-04-081-1/+6
* Fixes Issue 34722: Meaningless value in 'Save as type' combobox of 'Save page...georgey@chromium.org2010-02-231-2/+13
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-1/+1
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-2/+4
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-4/+2
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-2/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+2
* Make on-demand download directory creation safe.estade@chromium.org2009-10-091-0/+3
* Create the download folder if it doesn't exist. That is, the actual download ...thestig@chromium.org2009-09-251-0/+4
* Coverity: Add a SavePackageType, SAVE_TYPE_UNKNOWN, which represents the stat...jhawkins@chromium.org2009-09-231-1/+3
* Ensure proper paths when saving pages with no title.paul@chromium.org2009-07-101-4/+7
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-0/+1
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-5/+2
* Ensure proper extension when saving an HTML page.estade@chromium.org2009-05-191-6/+10
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+5
* Add a Cocoa file picker.avi@google.com2009-04-141-7/+1
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-2/+2
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-23/+31
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Port save_package_unittest to posix.estade@chromium.org2009-02-201-2/+2
* Bring up save_package, save_item, save_file_manager on posix.estade@chromium.org2009-02-191-4/+4
* Change url wstrings to GURLSestade@chromium.org2009-02-121-3/+3
* Port some strings in download/save_package.ccestade@chromium.org2009-02-111-36/+24
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-071-0/+4
* Prevent files saved via the "Save as..." page menu item fromtc@google.com2009-01-061-1/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+1
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-33/+37
* Fixes two crashers in saving page:sky@google.com2008-09-161-1/+4
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-0/+309