[Webkit-unassigned] [Bug 80713] Add new methods to FrameLoaderClient so different WebKit ports can customize the ResourceRequest when it is created.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 12:22:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80713





--- Comment #9 from jochen at chromium.org  2012-03-09 12:22:19 PST ---
(In reply to comment #6)
> (In reply to comment #4)
> > how would you in this model annotate e.g. the request fired for XMLHttpRequests?
> 
> When FrameLoaderClient::addExtraFieldsToSubresourceRequest() is called, do what you are doing now in willSendRequest().

That is not invoked by XMLHttpRequest.cpp, so the information that this is an XHR is lost.

> 
> This is like willSendRequest(), just it is called before any policy checking.


that currently relies on the TargetType being set. I thought the point of this is getting rid of the TargetType?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list