summaryrefslogtreecommitdiffstats
path: root/content/common/resource_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Prepending view-source: does not load the source of the userscript. Instead,hebert.christopherj@chromium.org2012-05-041-0/+2
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+2
* Reduce log spew from resource_dispatcher*isherman@chromium.org2012-02-171-2/+2
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-10/+86
* Make the transfer request code path use full referrersjochen@chromium.org2011-12-051-0/+1
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-0/+6
* Don't call CancelPendingRequest for synchronously answered requestsbattre@chromium.org2011-12-021-2/+7
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-241-3/+3
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-3/+4
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-041-0/+4
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-121-1/+1
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-111-1/+1
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-111-1/+1
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-1/+3
* Remove some overly verbose logging.isherman@chromium.org2011-08-261-3/+1
* Move the RequestExtraData structure to content/, where we can modify it more ...pkasting@chromium.org2011-08-201-2/+10
* Reland 97048 - Update routing id of pending resource requests for reparented ...rvargas@google.com2011-08-171-0/+13
* Revert 97048 - Trying to see if this is related with arvargas@google.com2011-08-171-13/+0
* Update routing id of pending resource requests for reparented iframes.dimich@chromium.org2011-08-161-0/+13
* Provide ID of the frame that triggered an event to the webrequest extension.battre@chromium.org2011-07-211-0/+2
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-031-11/+7
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-3/+3
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-2/+4
* Remove Gears from Chrome.aa@chromium.org2011-03-111-26/+5
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-071-3/+0
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-071-0/+617