DescriptionUpdate the ResourceRequest in DocumentLoader after the embedder modified it
The call on resource will end up calling DocumentLoader::willSendRequest
which stores the request. If we do this before the call on the host
(which will end up calling RenderFrameImpl::willSendRequest),
modifications by the host are not reflected in DocumentLoader::m_request.
BUG=331941
R=japhet@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164696
Patch Set 1 #
Total comments: 1
Patch Set 2 : updates #
Messages
Total messages: 7 (0 generated)
|