summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/buffered_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Reduce console spam of LOG(INFO) in buffered_resource_handler.cc.evan@chromium.org2010-09-201-2/+0
* Cleanup: Review lots of CHECKs used to debug bug 16371.thestig@chromium.org2010-09-171-4/+0
* Display an infobar after enrolling a client certificatedavidben@chromium.org2010-08-021-1/+2
* Initial stream to file implementation.darin@chromium.org2010-07-281-0/+3
* Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...bauerb@chromium.org2010-06-301-1/+1
* UseAlternateResourceHandler should set the non-owning pointerwtc@chromium.org2010-06-101-1/+5
* Minor cleanup, factor out a bit of duplicate code in BufferedResourceHandler.tonyg@chromium.org2010-04-081-44/+33
* Increase the mime sniffer's limit for searching for binary looking bytes fromabarth@chromium.org2010-03-161-8/+6
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-021-0/+6
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-0/+1
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-9/+6
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-10/+15
* Revert 33344 - Relocate plugin list fetching to PluginServicejamesr@chromium.org2009-11-301-17/+21
* Relocate plugin list fetching to PluginServiceevan@chromium.org2009-11-301-21/+17
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+5
* Use ChromeThread::DeleteOnIOThread in a few places where an object must be de...jam@chromium.org2009-11-031-23/+13
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-23/+14
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-1/+2
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-7/+52
* Sniff 204 responses as text/plain to avoid creating unwanted downloads.abarth@chromium.org2009-10-161-8/+7
* Coverity: Initialize read_buffer_size_ in the constructor.jhawkins@chromium.org2009-09-251-3/+5
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-1/+1
* Refuse to render RSS as XML by treating the response as text/plain. This isabarth@chromium.org2009-09-071-0/+13
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-17/+18
* RDH: Don't attempt to sniff the mime type of requests thatrvargas@google.com2009-09-011-3/+7
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-9/+9
* Fix crash that could happen on shutdown if the ResourceMessageFilter tried to...jam@chromium.org2009-08-171-9/+8
* Fix reliability bot crashes after moving plugin loading to file thread.jam@chromium.org2009-08-151-4/+26
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-15/+131
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-131/+15
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-15/+131
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-111-121/+14
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-111-14/+121
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-2/+5
* Add CHECKs to the ResourceHandler derived classes to see which is returning a...willchan@chromium.org2009-07-291-0/+5
* Handle file descriptor exhaustions a little more gracefully. This prevents th...stuartmorgan@chromium.org2009-06-121-2/+4
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-8/+0
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-0/+8
* 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-4/+7
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-7/+4
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-4/+7
* Reverting 11179.jcampan@chromium.org2009-03-071-7/+4
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-4/+7
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-2/+3
* Clean up WebKit resources after starting a download.paulg@google.com2009-02-241-4/+8
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+2