summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Get rid of more calls to FromWStringHack.tony@chromium.org2010-04-261-4/+4
* Show an infobar when the user is using an unsupported flag.viettrungluu@chromium.org2010-04-011-1/+2
* Append a number to make app shortcut name unique.xiyuan@chromium.org2010-03-261-34/+9
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-1/+1
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-1/+1
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-1/+1
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-0/+1
* Fix the problem that a Save As dialog pops up on drag-out when "Ask where to ...jianli@chromium.org2010-03-181-4/+7
* Mechanical refactor of CrxInstaller signatures. This will makeaa@chromium.org2010-03-121-20/+15
* Start a download in the user's download directory to lower rename failure pos...kinuko@chromium.org2010-03-091-21/+3
* Fixing extension install case. Changing the file browser to only get the lis...dhg@chromium.org2010-03-081-0/+18
* This change makes incognito downloads show up in the downloads page of an inc...estade@chromium.org2010-02-241-8/+93
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-20/+24
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-2/+2
* 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