summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_package_file_picker.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-071-1/+1
* Make ".html" always the default extension for save-as-html feature.kinaba@chromium.org2014-06-281-1/+1
* Support saving a web page as a plain HTMLhashimoto@chromium.org2014-05-151-95/+95
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-2/+1
* Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file ...davidben@chromium.org2013-12-091-3/+4
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-1/+1
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-0/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* Merge SavePackageFilePicker{,ChromeOS}benjhayden@chromium.org2013-05-301-61/+117
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-1/+1
* Remove WebContents methods that duplicate WebContentsView methods.jam@chromium.org2013-02-261-9/+10
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-6/+6
* Move PrefMember to base/prefs/public now that it has no bad dependencies.joi@chromium.org2012-12-121-1/+1
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-041-1/+1
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-1/+1
* Remove redirection header and add "ui::" before all SelectFileDialog usage.erg@chromium.org2012-07-311-3/+3
* Reapply: Start consolidating cross-port file selection code into ui/base/dial...erg@google.com2012-07-021-2/+3
* Breaks compile on Linux Auraabodenha@chromium.org2012-06-291-3/+2
* Start consolidating cross-port file selection code into ui/base/dialogs.erg@chromium.org2012-06-291-2/+3
* Save Page As MHTMLbenjhayden@chromium.org2012-05-041-34/+73
* Make sure callback_ is initialized, it was an oversight.jam@chromium.org2012-01-231-2/+3
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-23/+23
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-7/+9
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-2/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Check if SaveAs dialog had multiple file type choices before saving the prefe...keishi@google.com2011-10-261-1/+3
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-191-3/+2
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-4/+6
* Remove prefs usage from SavePackage. Have it ask the embedder for the directo...jam@chromium.org2011-07-261-2/+27
* Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...jam@chromium.org2011-07-181-15/+9
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-0/+165