[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
Mon Mar 12 13:08:29 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=80713
--- Comment #29 from Lyon Chen <liachen at rim.com> 2012-03-12 13:08:27 PST ---
(In reply to comment #27)
> > Well, it seems to me that if the platform is allowed to make customizations to the request, it should be allowed to do it before dispatchDecidePolicyForXXX.
>
> Could you please elaborate on why you think so? Surely client code doesn't need to have the modifications it can make itself already applied to request in order to make the decision in dispatchDecidePolicyForXXX.
The point is, it could check the info, like TargetType, to do the decision whether to allow the loading to go ahead or not, or handle specially. And this target type info is related to the sub-resource type, and/or the load type. The sub-resource type is not available in dispatchDecidePolicyForXXX().
And these 2 new methods, along with its 2 parameters, provide a way for client to remember these info.
Of course, if we can add TargetType, along with other things, to cross-platform codes, then these are not necessary.
--
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