summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/async_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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