summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the need for ResourceDispatcherHostTest to call PauseRequest.darin@chromium.org2012-05-231-59/+36
* Add defer out params to ResourceHandler's OnResponseStarteddarin@chromium.org2012-05-211-1/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-0/+3
* Prepending view-source: does not load the source of the userscript. Instead,hebert.christopherj@chromium.org2012-05-041-0/+1
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-1/+8
* Have content cancel requests for ResourceContexts when they shutdown, instead...jam@chromium.org2012-03-261-0/+3
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-16/+16
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-3/+0
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-7/+7
* Move MockResourceContext to content/test.tfarina@chromium.org2012-03-051-1/+1
* Get rid of the MockResourceContext singleton. It's just simpler to have each ...jam@chromium.org2012-02-211-1/+1
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-211-14/+26
* Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...darin@chromium.org2012-02-171-5/+10
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-151-3/+3
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-5/+5
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-5/+5
* Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...darin@chromium.org2012-02-061-35/+24
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-16/+0
* Clean up uses of static data around singletons.rsesek@chromium.org2012-01-191-6/+4
* Make CancelRequest trigger the destruction of URLRequest objects asynchronouslydarin@chromium.org2012-01-181-0/+96
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-121-4/+0
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-3/+1
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-1/+3
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-3/+1
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2012-01-101-0/+33
* Fix deletion of entries from ResourceDispatcherHost::transferred_navigations_battre@chromium.org2012-01-031-1/+44
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-1/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-0/+4
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-0/+1
* Make the transfer request code path use full referrersjochen@chromium.org2011-12-051-0/+1
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-2/+3
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+2
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+1
* Revert 110287 - Return a specific error code for unknown URL schemes.rvargas@google.com2011-11-281-33/+0
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-241-6/+6
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2011-11-161-0/+33
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-041-0/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-3/+5
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-4/+9
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Revert "Return a specific error code for unknown URL schemes."podivilov@chromium.org2011-10-131-33/+0
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2011-10-101-0/+33
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-0/+12
* Revert 101812 - Hold until DownloadBuffer lifetime issues are resolved.asanka@chromium.org2011-09-201-33/+31
* Revert 101858 - Broke content_unittestsasanka@chromium.org2011-09-191-2/+0
* Add a file thread to ResourceDispatcherHostTest.asanka@chromium.org2011-09-191-0/+2
* Use the correct client_id when calling RDH::GetOutstandingRequestsMemoryCost(...asanka@chromium.org2011-09-191-31/+33
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2