summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_item.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-1/+2
* Create a new container to own downloads in DownloadManager.rdsmith@google.com2010-12-101-2/+2
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-1/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Logging downloads.ahendrickson@chromium.org2010-11-241-0/+53
* REGRESSION: Show correct exe icon in the downloadshelfkinuko@chromium.org2010-11-191-7/+7
* Return a speed of 0 if a download is paused from DownloadItem, instead of che...zork@chromium.org2010-11-151-0/+2
* DownloadItem::NeedsRename should not return true for dangerous downloads.kinuko@chromium.org2010-11-101-0/+29
* Initialize download path_uniquifier for saved download history items.kinuko@chromium.org2010-11-091-0/+1
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-081-24/+26
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-7/+7
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-101-8/+57
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-2/+7
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-3/+2
* Makes the download shelf auto-close after the user opens all downloadssky@chromium.org2010-08-261-4/+11
* 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-0/+35
* Clean up download code:phajdan.jr@chromium.org2010-08-051-2/+15
* Download code cleanup patch of death:phajdan.jr@chromium.org2010-07-291-2/+3
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-47/+101
* Download code cleanup:phajdan.jr@chromium.org2010-07-231-9/+20
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-2/+4
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+235