summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add newline to end of download_manager.ccglen@chromium.org2009-07-151-1/+2
* Remove auto-open items from the download shelf on auto-open. This has the del...glen@chromium.org2009-07-151-19/+15
* Fix auto-opening file types not auto-opening.avi@chromium.org2009-07-151-3/+6
* Move extension install to after .crx download completesrafaelw@chromium.org2009-07-071-4/+1
* Enable "Save As" on Mac.paul@chromium.org2009-06-301-5/+0
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-291-22/+5
* Initial download shelf on OS X.thakis@chromium.org2009-06-181-0/+5
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-111-2/+2
* Don't prompt before installing a Theme, move existing prompt so that users ar...glen@chromium.org2009-06-051-13/+1
* Allow themes to be installed without any commandline flag, still require flag...glen@chromium.org2009-05-291-28/+9
* Dangerous download dialog for linux.estade@chromium.org2009-05-271-10/+16
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Skip the download shelf altogether for extension downloads. The current UI l...erikkay@google.com2009-05-061-17/+31
* 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-8/+8
* Don't try and install extensions when --enable-extensions isn'taa@chromium.org2009-05-011-12/+28
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-0/+3
* Fixes saving files that don't have valid extensions.avi@chromium.org2009-04-171-0/+2
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-6/+4
* Add a Cocoa file picker.avi@google.com2009-04-141-5/+0
* Remove unused notifications.paulg@google.com2009-04-141-19/+0
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-7/+5
* Fix issue 7337, where a file of mime type "text/x-registry" with extension "r...sidchat@google.com2009-04-081-0/+3
* Cloned from 62030arv@chromium.org2009-04-071-1/+6
* Disables the download item on the download-shelf when the file is opened.jcampan@chromium.org2009-04-071-0/+4
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-5/+4
* Adds temporary warning when installing Chrome extensions. The warninggeorged@chromium.org2009-04-031-0/+16
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-011-1/+44
* Re-enable save package on linux, mac.estade@chromium.org2009-04-011-5/+3
* Delete downloads after updating observers.paulg@google.com2009-03-311-3/+7
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-2/+2
* Fix a race condition opening a downloaded file.paulg@google.com2009-03-271-6/+8
* Add an exception to DownloadManager::GenerateExtension() for .tar.gz files wi...thestig@chromium.org2009-03-251-1/+5
* Gtk dialogs, first cut.estade@chromium.org2009-03-121-4/+15
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+1
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-1/+0
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-2/+2
* Implement some chrome path getters for Mac OS and un-comment their uses in th...pinkerton@chromium.org2009-03-031-11/+0
* Final step needed to get be able to download things on linux.estade@chromium.org2009-02-241-11/+15
* Make download manager treat mixed-case extensions the same as lower-case exte...estade@chromium.org2009-02-241-1/+13
* Fix linux build break.estade@chromium.org2009-02-241-2/+3
* Fix a download regression.estade@chromium.org2009-02-231-5/+10
* 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-19/+55
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-3/+3
* Change url wstrings to GURLSestade@chromium.org2009-02-121-1/+1
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-1/+1
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-1/+1