summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-9/+10
* Linux: call xdg-open on downloaded files to open them.estade@chromium.org2009-05-281-9/+8
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* Add quarantine metadata to downloads on the Mac. Patch by Stuart Morganmark@chromium.org2009-04-271-1/+6
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-221-2/+1
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-011-2/+9
* Implement basic ShowItemInFolder for linux.estade@chromium.org2009-03-241-7/+3
* Implement DownloadFile::Rename() for posix. Downloads work on linux!estade@chromium.org2009-03-131-10/+8
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0