summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* OS_MAC should be OS_MACOSX.wtc@chromium.org2009-02-261-1/+1
* Refactor BaseDownloadItemModel and its inheritors.estade@chromium.org2009-02-231-1/+2
* Fix more gcc 4.3 warnings.evan@chromium.org2009-02-231-3/+3
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-1/+6
* Change url wstrings to GURLSestade@chromium.org2009-02-121-2/+3
* Porting in the download manager (plus tiny bits of cleanup).brettw@chromium.org2009-01-301-10/+25
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-3/+4
* revert r8603rvargas@google.com2009-01-241-4/+3
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-3/+4
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Convert download manager to FilePath.estade@chromium.org2009-01-061-19/+12
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-17/+22
* * switch download manager to using FilePathestade@chromium.org2009-01-051-22/+17
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-1/+1
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-201-1/+1
* This CL moves the different resource handlers from resource_dispatcher_host.c...jcampan@chromium.org2008-12-201-1/+1
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-191-3/+3
* Reverting 7149.jcampan@chromium.org2008-12-171-3/+3
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-3/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+6
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-6/+6
* Move the download code to new directories:paulg@google.com2008-09-131-0/+580