summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the core download files to content.jam@chromium.org2011-08-151-52/+0
* Change DownloadProcessHandle to be more of an encapsulated class.rdsmith@chromium.org2011-06-091-9/+5
* Part 2 of downloads data flow refactor.ahendrickson@chromium.org2011-05-231-1/+1
* Added DownloadProcessHandle class.ahendrickson@chromium.org2011-05-111-15/+8
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-2/+2
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Refactoring DownloadFile.ahendrickson@chromium.org2011-02-151-6/+0
* Added DownloadFile unit tests.ahendrickson@chromium.org2011-02-021-2/+2
* Logging downloads.ahendrickson@chromium.org2010-11-241-0/+18
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-7/+7
* Regression fix: cancel all downloads when shutting down DownloadManager.phajdan.jr@chromium.org2010-09-131-5/+0
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-101-2/+16
* Revert 58196 - GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-071-16/+2
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-011-2/+16
* Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...ananta@chromium.org2010-09-011-16/+2
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-08-311-2/+16
* Download code cleanup: share most of the code between DownloadFile and SaveFile.phajdan.jr@chromium.org2010-08-271-166/+6
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-0/+2
* Download code cleanup:phajdan.jr@chromium.org2010-07-211-15/+41
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-3/+10
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-498/+3
* Download code cleanup:phajdan.jr@chromium.org2010-07-141-118/+92
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-101-0/+5
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* Start a download in the user's download directory to lower rename failure pos...kinuko@chromium.org2010-03-091-1/+3
* Fix file permissions in save_as mode on POSIX.kinuko@chromium.org2010-03-091-0/+4
* Posix: Set download file's permissions correctly.thestig@chromium.org2010-02-241-3/+14
* Support dragging a virtual file out of the browser on MacOSX. This is based o...jianli@chromium.org2010-02-111-3/+11
* Fix a bug in DownloadFile::Rename where we need to seek to the end of the file.jianli@chromium.org2010-02-101-0/+5
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-19/+33
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-0/+4
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-69/+62
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-5/+14
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-12/+22
* Disable system suspend while downloading files on win32.mark@chromium.org2009-10-231-1/+2
* Add kMDItemWhereFroms metadata attribute to downloaded files. Combine with qu...pinkerton@chromium.org2009-09-291-3/+5
* Coverity: Initialize file_loop_ and io_loop_ in the constructor.jhawkins@chromium.org2009-09-251-0/+2
* Speculative fix for Mac quarantine crashstuartmorgan@google.com2009-09-101-1/+12
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-8/+6
* Show or open downloaded items on the UI thread for Mac. This ispaul@chromium.org2009-08-181-1/+4
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Revert r20553.thestig@chromium.org2009-07-131-2/+0
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-0/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Revert thakis's changes to download_file.cc from r17595.estade@chromium.org2009-06-121-15/+8
* Implement OpenItem on the Mac, and have the download manager call it when cli...stuartmorgan@chromium.org2009-06-101-1/+6