summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Create DownloadStatusUpdater to keep track of download progressphajdan.jr@chromium.org2010-09-271-5/+15
* Fix leak of a DownloadItem in SavePackage::Init.phajdan.jr@chromium.org2010-09-241-1/+2
* Regression fix: keep the download shelf visible when multiple sites are saved.phajdan.jr@chromium.org2010-09-211-0/+7
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-101-15/+3
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-101-3/+3
* Remove risky DISABLE_RUNNABLE_METHOD_REFCOUNT macro from DownloadManager.phajdan.jr@chromium.org2010-09-031-0/+7
* Make sure DownloadManager is shut down on the UI thread.phajdan.jr@chromium.org2010-09-021-3/+7
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-38/+5
* Makes the download shelf auto-close after the user opens all downloadssky@chromium.org2010-08-261-3/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-161-5/+8
* Clean up download code:phajdan.jr@chromium.org2010-08-051-46/+0
* Download code cleanup patch of death:phajdan.jr@chromium.org2010-07-291-65/+16
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-231-0/+2
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-3/+7
* Download code cleanup:phajdan.jr@chromium.org2010-07-201-5/+0
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-289/+5
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-251-2/+10
* Land dhg's CL 2109011xiyuan@chromium.org2010-05-211-0/+4
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+5
* Get rid of more calls to FromWStringHack.tony@chromium.org2010-04-261-4/+2
* Fixing extension install case. Changing the file browser to only get the lis...dhg@chromium.org2010-03-081-0/+4
* This change makes incognito downloads show up in the downloads page of an inc...estade@chromium.org2010-02-241-4/+47
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-1/+2
* Add temporary download progress overlay to the dock icon for the Mac (real UI...avi@chromium.org2010-02-011-0/+3
* Don't accidentally add downloads with db_handle = kUninitializedHandle, which...thestig@chromium.org2010-01-211-4/+18
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-11/+48
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-251-5/+6
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-0/+6
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-1/+4
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-4/+1
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-1/+4
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-8/+0
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-4/+14
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-14/+4
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-4/+14
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-10/+6
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+2
* Change text for extension download UI.sidchat@chromium.org2009-10-091-0/+4
* Two minor fixes to extensions/download manager integration:aa@chromium.org2009-09-221-2/+7
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-6/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+6
* Fix a bug where a download isn't canceled when the user requests it.paul@chromium.org2009-08-051-0/+5
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-0/+5
* Use referrer_url instead of download url to decide whether aaa@chromium.org2009-07-251-1/+7
* Nasty short-term hack to special case display of dialogaa@chromium.org2009-07-221-1/+1