summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ResourceLoaderBridge interface.jam2015-02-191-81/+86
* Update legacy Tuple-using code.Avi Drissman2014-12-221-12/+12
* Introduce a ResourceSchedulingFilter and hook it up to the blink scheduler.alexclarke2014-12-171-2/+2
* Support "shouldResetAppCache" request parameter.eustas2014-11-271-0/+1
* Use content::Referrer to pass around referrers in the plugin codejochen2014-11-191-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-37/+30
* Enforce handle ownership in base::Process.rvargas2014-10-171-3/+2
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-14/+14
* Move resource_loader_bridge.* from webkit/child to content/child.tfarina2014-09-051-3/+1
* Move ResourceResponseHead::error_code to SyncLoadResult.davidben2014-09-031-5/+0
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-6/+8
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-1/+1
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-2/+2
* Fix a potential file handle leak in ResourceDispatchermmenke@chromium.org2014-06-161-178/+549
* Rename appcache constants in preparation for move to content namespacepilgrim@chromium.org2014-06-151-1/+1
* content: Clean up ResourceDispatcher unit test.tfarina@chromium.org2014-06-041-6/+4
* Move resource_response_info from webkit/ to content/pilgrim@chromium.org2014-05-281-1/+0
* Move first-party cookie URL logic to browser process.davidben@chromium.org2014-05-141-17/+9
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-3/+4
* Revert of Remove webkit's ResourceLoaderBridge interface. (https://codereview...dalecurtis@chromium.org2014-05-031-24/+28
* Remove webkit's ResourceLoaderBridge interface.tfarina@chromium.org2014-05-021-28/+24
* Extract Peer interface out of ResourceLoaderBridge.tfarina@chromium.org2014-04-031-5/+7
* Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data...pilgrim@chromium.org2014-03-251-6/+1
* Extract RequestInfo struct from ResourceLoaderBridge.tfarina@chromium.org2014-03-241-1/+2
* Revert 257655 "Merge weburlrequest_extradata_impl.cc/h into cont..."yzshen@chromium.org2014-03-181-16/+7
* Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data...pilgrim@chromium.org2014-03-181-7/+16
* Remove DeferredResourceLoadingTest's use of *named* shared memory.viettrungluu@chromium.org2014-03-081-8/+1
* Tease apart ServiceWorkerNetworkProvider from other stuff.michaeln@chromium.org2014-03-061-1/+3
* Deprecate named base::SharedMemory.viettrungluu@chromium.org2014-03-051-1/+4
* Update resource requests to remove redundant frame ID.creis@chromium.org2014-03-031-1/+1
* Add transfer size paramater to didFinishLoading [2/3]eustas@chromium.org2014-02-101-3/+6
* Plumb network stack information about existence of cached copyrdsmith@chromium.org2014-02-061-0/+3
* Don't try to guess the referrer policy, but use the one associated with the r...jochen@chromium.org2014-02-041-2/+1
* Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ...jam@chromium.org2014-01-211-0/+1
* Revert 244982 "Revert 244857 "net: Remove classes which were use..."hashimoto@chromium.org2014-01-171-1/+0
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Revert 244857 "net: Remove classes which were used only by Chrom..."oshima@chromium.org2014-01-151-0/+1
* net: Remove classes which were used only by Chrome Framehashimoto@chromium.org2014-01-151-1/+0
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-1/+1
* Preserve should_replace_current_entry across request transfers.davidben@chromium.org2013-11-191-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
* Convert a bunch of resource IPCs to be control messages. They didn't need to ...jam@chromium.org2013-09-061-8/+6
* Propagate the encoded data length through OnDownloadData delegate methodyusukesuzuki@chromium.org2013-09-031-3/+3
* UMA data collector for cross-site documents(XSD)dsjang@chromium.org2013-08-231-1/+2
* Add the UMA PLT.BeginToFinish{,Doc}_AfterPreconnectRequest to measure PLT jus...kouhei@chromium.org2013-07-301-1/+1
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-2/+2
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* move request_extra_data.{cc,h} from content/common to content/childscottmg@chromium.org2013-06-071-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-0/+442