summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Download code cleanup:phajdan.jr@chromium.org2010-07-231-21/+20
* Fix leak in DownloadManagerTest.mnissler@chromium.org2010-07-221-8/+7
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-23/+59
* Download code cleanup:phajdan.jr@chromium.org2010-07-201-23/+13
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-10/+13
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-181-13/+10
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-10/+13
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-252/+10
* Don't prompt to save for filetypes marked as auto-open.pkasting@chromium.org2010-07-151-26/+26
* Download code cleanup:phajdan.jr@chromium.org2010-07-141-2/+9
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-2/+3
* Change a bunch of string types.estade@chromium.org2010-06-291-16/+19
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-251-7/+19
* Reland r50834aa@chromium.org2010-06-251-1/+1
* Revert r50834aa@chromium.org2010-06-251-1/+1
* Allow multiple domains in app.aa@chromium.org2010-06-251-1/+1
* Fix theme loading bubble which was overstaying its welcome.mirandac@google.com2010-06-231-1/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-2/+2
* Pref service strings should be std::string.estade@chromium.org2010-06-181-1/+1
* Show theme loading info bubble and info bars in last normal browser.xiyuan@chromium.org2010-06-091-1/+3
* Force web_origin to be present only on extension gallery installs. Formpcomplete@chromium.org2010-06-031-1/+3
* Remove deprecated file_util::ReplaceExtension API.tfarina@chromium.org2010-06-011-1/+1
* Land dhg's CL 2109011xiyuan@chromium.org2010-05-211-3/+19
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+21
* 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