summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/async_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-2/+1
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-0/+1
* Added support for raw headers.caseq@google.com2010-10-061-0/+4
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-281-0/+6
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-241-6/+0
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-0/+6
* DevTools: provide load timing for sync resources.pfeldman@chromium.org2010-09-201-25/+2
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+3
* AsyncResourceHandler: When a URLRequest is canceled,rvargas@google.com2010-09-091-12/+9
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-161-148/+16
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-141-0/+169
* Wire sending/receiving cacheable metadata from the renderertonyg@chromium.org2010-05-181-0/+9
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-6/+5
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-021-0/+9
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-091-3/+5
* IPC per-host content settings to the renderers.thakis@chromium.org2010-01-301-6/+9
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-291-6/+2
* Implement HostContentSettingsMapjochen@chromium.org2010-01-291-2/+6
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-101-1/+2
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-1/+21
* Don't do work in the SharedIOBuffer constructor; use an Init method instead. ...hawk@chromium.org2009-11-201-5/+11
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-0/+3
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+6
* Only double the buffer when AsyncResourceHandler's caller fill the buffer.erg@google.com2009-10-261-6/+11
* When sending resources across the IPC barrier, use increasing sized buffers.erg@google.com2009-10-231-8/+32
* CHECK that IOBuffer::data_ in AsyncResourceHandler is not NULL before caching...willchan@chromium.org2009-07-311-0/+2
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-4/+6
* Add CHECKs to the ResourceHandler derived classes to see which is returning a...willchan@chromium.org2009-07-291-8/+20
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-1/+1
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-7/+7
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-3/+7
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-7/+3
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-3/+7
* Reverting 11179.jcampan@chromium.org2009-03-071-7/+3
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-3/+7
* Fix a browser crash when the async resource handler keeps anrvargas@google.com2009-02-111-1/+6
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-1/+1
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-16/+37
* revert r8603rvargas@google.com2009-01-241-34/+15
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-15/+34
* Porting in chrome/phajdan.jr@chromium.org2008-12-311-1/+3
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-0/+109
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-201-109/+0
* This CL moves the different resource handlers from resource_dispatcher_host.c...jcampan@chromium.org2008-12-201-0/+109