summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add temporary download progress overlay to the dock icon for the Mac (real UI...avi@chromium.org2010-02-011-0/+38
* Add infobar warning user of extension install failure when trying to install ...estade@chromium.org2010-01-261-5/+25
* Default to FOLDERID_Downloads on Windows Vista/7 when safe.dimich@google.com2010-01-251-0/+6
* Don't accidentally add downloads with db_handle = kUninitializedHandle, which...thestig@chromium.org2010-01-211-9/+14
* Initialize is_extension_install_ properly.craig.schlenter@chromium.org2010-01-201-0/+1
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-24/+107
* Fix by gdk (Garret Kelly)rolandsteiner@chromium.org2010-01-131-3/+3
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-251-28/+18
* Only show gray LOADING dialog for Themes.rafaelw@chromium.org2009-12-161-1/+2
* Minor cleanup; remove deprecate file_util function and some obsolete TODOs.estade@chromium.org2009-12-091-6/+1
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-2/+2
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-2/+2
* Reverts r4177, reimplements a fix for bug 3417. Adding UpdateObservers to Dow...avi@chromium.org2009-12-041-1/+0
* If the download manager setting "prompt for a location for each downloaded fi...aa@chromium.org2009-11-061-3/+3
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-1/+10
* Add first class support for user scripts.aa@chromium.org2009-11-041-10/+34
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-47/+47
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-1/+0
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-26/+39
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-39/+26
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-26/+39
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-37/+23
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-3/+4
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-5/+4
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-1/+1
* Change text for extension download UI.sidchat@chromium.org2009-10-091-10/+8
* Make extension installation work when the "ask for destinationaa@chromium.org2009-09-251-2/+7
* Two minor fixes to extensions/download manager integration:aa@chromium.org2009-09-221-14/+29
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-0/+3
* Add "loading..." message to theme install to counter jank.mirandac@chromium.org2009-09-031-0/+6
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-7/+7
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-0/+1
* POSIX doesn't have reserved filenames; so don't worry about a download trying...estade@chromium.org2009-08-261-2/+0
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-17/+3
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-0/+1
* Show or open downloaded items on the UI thread for Mac. This ispaul@chromium.org2009-08-181-0/+12
* Fix a bug where we can sometimes incorrectly decide a downloadaa@chromium.org2009-08-141-1/+1
* Argh, reverting the change to remove the "crx" file extensionaa@chromium.org2009-08-131-3/+17
* Remove the temporary hack that considered any file that endedaa@chromium.org2009-08-111-17/+3
* Add "dangerous download" view on OS X, for now for dmg files. Also fix downlo...thakis@chromium.org2009-08-111-13/+2
* Fix a bug where a download isn't canceled when the user requests it.paul@chromium.org2009-08-051-7/+16
* Try again to land: http://codereview.chromium.org/160483aa@chromium.org2009-08-011-3/+12
* Rollback 22228aa@chromium.org2009-08-011-12/+3
* Ever closer. Extract a client interface out of CrxInstaller andaa@chromium.org2009-07-311-3/+12
* Fix exception in DownloadManager if the download has no extension.aa@chromium.org2009-07-261-1/+2
* Modify detection of Chrome extensions in download manager. Itaa@chromium.org2009-07-261-3/+17
* Try again to commit r21622: Add infobar preview for themes,aa@chromium.org2009-07-261-2/+4
* Revert revisions 21622-21624.aa@chromium.org2009-07-261-4/+2
* Add infobar preview for themes, remove --enable-extensionaa@chromium.org2009-07-261-2/+4
* Make the download manager display a scary file warning if anaa@chromium.org2009-07-251-2/+10