summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-0/+1
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-1/+0
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-0/+1
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-1/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+3
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-0/+12
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-12/+0
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-0/+12
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Build fix for CrOS.jhawkins@chromium.org2011-10-101-1/+2
* base::Bind: Final cleanups in chrome/browser/download.jhawkins@chromium.org2011-10-101-1/+2
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-191-0/+10
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-1/+1
* Revert 91861 - When the download folder does not exist, change the download f...johnme@google.com2011-07-081-6/+6
* When the download folder does not exist, change the download folder to a user...haraken@google.com2011-07-081-6/+6
* Misc. tiny cleanups to downloads. Reduce API surface, shorten code. Only fu...pkasting@chromium.org2011-05-091-1/+2
* Refactor preference syncing.zea@chromium.org2011-05-091-5/+13
* Coupling AllowFileSelectionDialogs-Pollicy and PromptForDownload.sfeuz@google.com2011-05-051-1/+5
* Cleanup: Remove OptionsUtil::ResetToDefaults() function.tfarina@chromium.org2011-04-221-5/+0
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Fixes the context menu "save as" when policy is effective.pastarmovj@chromium.org2011-02-221-0/+4
* Implement the DownloadDirectory policy.pastarmovj@chromium.org2011-02-171-0/+4
* Save web page doesn't remember preferred format.tfarina@chromium.org2011-02-081-1/+5
* Enable "Always Open Files of This Type" even for dangerous file types. Thecevans@chromium.org2011-01-081-2/+0
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-2/+3
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-031-0/+1
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-081-4/+4
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Do not create download directory on startup, except on ChromeOS.phajdan.jr@chromium.org2010-09-231-0/+2
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-0/+137