summaryrefslogtreecommitdiffstats
path: root/content/browser/loader
Commit message (Expand)AuthorAgeFilesLines
* Fix a DCHECK triggered by DetachableResourceHandlermmenke2014-09-091-1/+6
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-054-4/+4
* [ServiceWorker] Introduce skip_service_worker flag and remove LOAD_BYPASS_CAC...horo2014-09-051-0/+1
* PlzNavigate: add cancel navigation logic for uncommitted requestscarlosk2014-09-052-5/+21
* Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef.thestig2014-09-042-3/+9
* Move ResourceResponseHead::error_code to SyncLoadResult.davidben2014-09-032-6/+2
* Check all settings when checking mic and camera access.grunell2014-09-011-2/+0
* Hook up RenderWidgetHost'saiolos2014-08-294-23/+35
* Add/improve tracing in navigation.nasko2014-08-281-0/+4
* Move SetUserData of BlobDataHandles from UploadDataStreamBuilder to ResourceD...horo2014-08-273-13/+35
* Remove implicit conversions from scoped_refptr to T* in content/browser/loader/dcheng2014-08-268-19/+19
* ResourceScheduler get visual signal from RenderViewHostImplzhenw2014-08-255-47/+139
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-2214-54/+52
* Remove child/route parameters from ShouldBeginRequest and RequestBeginning.davidben@chromium.org2014-08-212-7/+1
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-212-14/+18
* There are basically 2 phases to the loading of resources. Thepmeenan@chromium.org2014-08-213-48/+125
* Don't swap out the old RenderFrameHost until the new one commits.creis@chromium.org2014-08-203-69/+39
* Sends the blob uuid of the request body to the ServiceWorker.horo@chromium.org2014-08-201-1/+2
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-1521-60/+82
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Getting rid of net::LOAD_ENABLE_LOAD_CONTENT.ljagielski@opera.com2014-08-135-5/+15
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* Revert of Revert of [site isolation] cross-site transfers should track the Re...pkotwicz@chromium.org2014-08-122-5/+5
* Revert of [site isolation] cross-site transfers should track the RenderFrameH...pkotwicz@chromium.org2014-08-122-5/+5
* site isolation: cross-site transfers should track the RenderFrameHost, not th...nick@chromium.org2014-08-122-5/+5
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-113-4/+7
* Navigation transitions: Plumb data from the outgoing renderer to the incoming...oysteine@chromium.org2014-08-082-17/+23
* Remove useless contraption.thakis@chromium.org2014-07-311-10/+0
* content: ResourceType cleanup.tfarina@chromium.org2014-07-3110-98/+96
* Rename ResourceThrottle::OnBeforeNetworkStart to WillStartUsingNetwork.jkarlin@chromium.org2014-07-302-4/+4
* Add coalescing timer to ResourceScheduler. CL 2 from BUG=128035.aiolos@chromium.org2014-07-303-18/+471
* Revert of Fix the handling of user gestures for external protocol handler dia...meacer@chromium.org2014-07-291-9/+2
* Remove disable-embedded-shared-worker flag and shared worker process related ...horo@chromium.org2014-07-253-17/+2
* Navigation transitions: Parse out transition-entering-stylesheet link headers.zhenw@chromium.org2014-07-241-3/+14
* Added the RenderView routing_id to the DidCommitProvisionalLoad message.pmeenan@chromium.org2014-07-231-1/+9
* [ServiceWorker] Propagates ServiceWorker fetched response's URL and wasFetche...horo@chromium.org2014-07-221-0/+7
* Fix for uninitialized access.aiolos@chromium.org2014-07-172-4/+81
* Add a FrameHostMsg_BeginNavigation IPCclamy@chromium.org2014-07-162-1/+16
* This is the first of four (or five) CL's.aiolos@chromium.org2014-07-153-61/+1491
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-0/+5
* removing explicit enum numbering in ResourceScheduler::Clientaiolos@chromium.org2014-07-091-3/+3
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-054-4/+4
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-252-4/+4
* Navigation transitions: Block first response until after transitions have run.simonhatch@chromium.org2014-06-214-1/+86
* Fix some DCHECKS when using BrowserPlugin for extension mime type handlerszork@chromium.org2014-06-201-1/+1
* Rename appcache constants in preparation for move to content namespacepilgrim@chromium.org2014-06-151-1/+1
* Forward MIME types to BrowserPlugin when a viewer is specified.zork@chromium.org2014-06-124-24/+46
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.davidben@chromium.org2014-06-061-2/+2
* Cleanup and fix ResourceDispatcherHostTests.mmenke@chromium.org2014-06-031-6/+9