| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a DCHECK triggered by DetachableResourceHandler | mmenke | 2014-09-09 | 1 | -1/+6 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 4 | -4/+4 |
* | [ServiceWorker] Introduce skip_service_worker flag and remove LOAD_BYPASS_CAC... | horo | 2014-09-05 | 1 | -0/+1 |
* | PlzNavigate: add cancel navigation logic for uncommitted requests | carlosk | 2014-09-05 | 2 | -5/+21 |
* | Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. | thestig | 2014-09-04 | 2 | -3/+9 |
* | Move ResourceResponseHead::error_code to SyncLoadResult. | davidben | 2014-09-03 | 2 | -6/+2 |
* | Check all settings when checking mic and camera access. | grunell | 2014-09-01 | 1 | -2/+0 |
* | Hook up RenderWidgetHost's | aiolos | 2014-08-29 | 4 | -23/+35 |
* | Add/improve tracing in navigation. | nasko | 2014-08-28 | 1 | -0/+4 |
* | Move SetUserData of BlobDataHandles from UploadDataStreamBuilder to ResourceD... | horo | 2014-08-27 | 3 | -13/+35 |
* | Remove implicit conversions from scoped_refptr to T* in content/browser/loader/ | dcheng | 2014-08-26 | 8 | -19/+19 |
* | ResourceScheduler get visual signal from RenderViewHostImpl | zhenw | 2014-08-25 | 5 | -47/+139 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 14 | -54/+52 |
* | Remove child/route parameters from ShouldBeginRequest and RequestBeginning. | davidben@chromium.org | 2014-08-21 | 2 | -7/+1 |
* | Allow URLRequests from one context to have different NetworkDelegates. | mmenke@chromium.org | 2014-08-21 | 2 | -14/+18 |
* | There are basically 2 phases to the loading of resources. The | pmeenan@chromium.org | 2014-08-21 | 3 | -48/+125 |
* | Don't swap out the old RenderFrameHost until the new one commits. | creis@chromium.org | 2014-08-20 | 3 | -69/+39 |
* | Sends the blob uuid of the request body to the ServiceWorker. | horo@chromium.org | 2014-08-20 | 1 | -1/+2 |
* | Plumb redirect info out of net, through content, and into child processes. | davidben@chromium.org | 2014-08-15 | 21 | -60/+82 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Getting rid of net::LOAD_ENABLE_LOAD_CONTENT. | ljagielski@opera.com | 2014-08-13 | 5 | -5/+15 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Revert of Revert of [site isolation] cross-site transfers should track the Re... | pkotwicz@chromium.org | 2014-08-12 | 2 | -5/+5 |
* | Revert of [site isolation] cross-site transfers should track the RenderFrameH... | pkotwicz@chromium.org | 2014-08-12 | 2 | -5/+5 |
* | site isolation: cross-site transfers should track the RenderFrameHost, not th... | nick@chromium.org | 2014-08-12 | 2 | -5/+5 |
* | Add base:: qualification to some COmmandLine references in content. | brettw@chromium.org | 2014-08-11 | 3 | -4/+7 |
* | Navigation transitions: Plumb data from the outgoing renderer to the incoming... | oysteine@chromium.org | 2014-08-08 | 2 | -17/+23 |
* | Remove useless contraption. | thakis@chromium.org | 2014-07-31 | 1 | -10/+0 |
* | content: ResourceType cleanup. | tfarina@chromium.org | 2014-07-31 | 10 | -98/+96 |
* | Rename ResourceThrottle::OnBeforeNetworkStart to WillStartUsingNetwork. | jkarlin@chromium.org | 2014-07-30 | 2 | -4/+4 |
* | Add coalescing timer to ResourceScheduler. CL 2 from BUG=128035. | aiolos@chromium.org | 2014-07-30 | 3 | -18/+471 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | meacer@chromium.org | 2014-07-29 | 1 | -9/+2 |
* | Remove disable-embedded-shared-worker flag and shared worker process related ... | horo@chromium.org | 2014-07-25 | 3 | -17/+2 |
* | Navigation transitions: Parse out transition-entering-stylesheet link headers. | zhenw@chromium.org | 2014-07-24 | 1 | -3/+14 |
* | Added the RenderView routing_id to the DidCommitProvisionalLoad message. | pmeenan@chromium.org | 2014-07-23 | 1 | -1/+9 |
* | [ServiceWorker] Propagates ServiceWorker fetched response's URL and wasFetche... | horo@chromium.org | 2014-07-22 | 1 | -0/+7 |
* | Fix for uninitialized access. | aiolos@chromium.org | 2014-07-17 | 2 | -4/+81 |
* | Add a FrameHostMsg_BeginNavigation IPC | clamy@chromium.org | 2014-07-16 | 2 | -1/+16 |
* | This is the first of four (or five) CL's. | aiolos@chromium.org | 2014-07-15 | 3 | -61/+1491 |
* | Add Finch experiment for selectively bypassing proxies. | rcs@chromium.org | 2014-07-09 | 1 | -0/+5 |
* | removing explicit enum numbering in ResourceScheduler::Client | aiolos@chromium.org | 2014-07-09 | 1 | -3/+3 |
* | Move resource_type.* from webkit/ to content/. | tfarina@chromium.org | 2014-07-05 | 4 | -4/+4 |
* | Move all remaining appcache-related code to content namespace | pilgrim@chromium.org | 2014-06-25 | 2 | -4/+4 |
* | Navigation transitions: Block first response until after transitions have run. | simonhatch@chromium.org | 2014-06-21 | 4 | -1/+86 |
* | Fix some DCHECKS when using BrowserPlugin for extension mime type handlers | zork@chromium.org | 2014-06-20 | 1 | -1/+1 |
* | Rename appcache constants in preparation for move to content namespace | pilgrim@chromium.org | 2014-06-15 | 1 | -1/+1 |
* | Forward MIME types to BrowserPlugin when a viewer is specified. | zork@chromium.org | 2014-06-12 | 4 | -24/+46 |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 1 | -1/+1 |
* | Remove use of ResourceRequestInfo::GetRequestID from cert enrollment. | davidben@chromium.org | 2014-06-06 | 1 | -2/+2 |
* | Cleanup and fix ResourceDispatcherHostTests. | mmenke@chromium.org | 2014-06-03 | 1 | -6/+9 |