summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Move:ben@chromium.org2010-12-021-1/+1
* Downloads: Do not suggest filenames that are too long.thestig@chromium.org2010-11-231-4/+30
* Avoid disk IO in SavePackage on the UI thread. Also cleaned up the code a bit.jam@chromium.org2010-11-051-118/+57
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+9
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-9/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+9
* Fix save file stuff to use scoped_refptr for refcounted params.willchan@chromium.org2010-10-251-2/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-23/+23
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-1/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+1
* Added a check to see if the SaveFileDefaultDirectory exists, if not it uses t...tony@chromium.org2010-10-011-18/+35
* Fix leak of a DownloadItem in SavePackage::Init.phajdan.jr@chromium.org2010-09-241-2/+10
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Regression fix: keep the download shelf visible when multiple sites are saved.phajdan.jr@chromium.org2010-09-211-8/+3
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-101-3/+3
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Fix suggested save file name for title-less pages.estade@chromium.org2010-08-131-35/+34
* Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...viettrungluu@chromium.org2010-08-081-2/+2
* Clean up download code:phajdan.jr@chromium.org2010-08-051-4/+3
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-4/+3
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-141-34/+52
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-1/+3
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+8
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-251-1/+1
* Don't save last used locations in open and save dialogs when in incognito mode.bauerb@chromium.org2010-06-091-1/+2
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Fix save complete web page crasherestade@chromium.org2010-04-261-1/+8
* Get rid of more calls to FromWStringHack.tony@chromium.org2010-04-261-9/+6
* Browser and unit test cases for patch submitted for Issue 23584 undertony@chromium.org2010-04-081-11/+17
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+2
* Modified SavePackage(TabContents* tab_contents) of save_package.cc.tony@chromium.org2010-03-021-1/+9
* This change makes incognito downloads show up in the downloads page of an inc...estade@chromium.org2010-02-241-2/+3
* Fixes Issue 34722: Meaningless value in 'Save as type' combobox of 'Save page...georgey@chromium.org2010-02-231-3/+68
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-4/+4
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-5/+5
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-251-1/+1
* Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.yaar@chromium.org2009-12-231-6/+6
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-2/+2
* Reverts r4177, reimplements a fix for bug 3417. Adding UpdateObservers to Dow...avi@chromium.org2009-12-041-0/+3
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-2/+4
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-11/+22
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+3
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-10/+6
* This patch enables "Save page as" (ctrl+s) for resources located atjamesr@chromium.org2009-10-131-4/+6