summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/download_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Create the DownloadItem earlier in the download process.ahendrickson@chromium.org2010-12-231-1/+1
* Add support for safebrowsing download protection. It is currently under flag ...lzheng@chromium.org2010-12-221-1/+66
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-1/+6
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Logging downloads.ahendrickson@chromium.org2010-11-241-0/+28
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part6:tfarina@chromium.org2010-10-081-6/+6
* Cleanup: Review lots of CHECKs used to debug bug 16371.thestig@chromium.org2010-09-171-2/+0
* 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-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-101-1/+6
* Revert 58196 - GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-071-1/+1
* Revert 58374 - Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-071-5/+0
* Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-021-0/+5
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-011-1/+1
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+3
* Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...ananta@chromium.org2010-09-011-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-08-311-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-7/+7
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-1/+2
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-181-2/+1
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-1/+2
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-2/+3
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-251-0/+7
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-021-0/+15
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-0/+1
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-12/+13
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-2/+5
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-101-2/+2
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-6/+9
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-3/+2
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-1/+3
* Add CHECKs to the ResourceHandler derived classes to see which is returning a...willchan@chromium.org2009-07-291-0/+3
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-0/+2
* Add quarantine metadata to downloads on the Mac. Patch by Stuart Morganmark@chromium.org2009-04-271-0/+1
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-2/+2
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-1/+2
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-2/+1
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-1/+2
* Reverting 11179.jcampan@chromium.org2009-03-071-2/+1
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-1/+2
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-6/+0
* Change url wstrings to GURLSestade@chromium.org2009-02-121-3/+3
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-0/+6
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-9/+11
* revert r8603rvargas@google.com2009-01-241-11/+9
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-9/+11
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-0/+169
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-201-169/+0