[Webkit-unassigned] [Bug 80519] [BlackBerry] Set ResourceRequest TargetType in WebPagePrivate::load()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 12:21:58 PST 2012


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





--- Comment #25 from Lyon Chen <liachen at rim.com>  2012-03-08 12:21:58 PST ---
(In reply to comment #24)
> Thanks for the link, now I have a better understanding of the whole situation. How about add 2 more methods to FrameLoaderClient?
> 
> 
>     void addExtraFieldsToSubresourceRequest(ResourceRequest& request, CachedResource::Type type);
>     void addExtraFieldsToMainResourceRequest(ResourceRequest& request, FrameLoadType type);
> 
> And then we can do whatever our own portal like to the ResourceRequest, without all these platfrom #ifdefs.

Sorry I forgot to mention: and calling them in FrameLoader::addExtraFieldsToSubresourceRequest() and FrameLoader::addExtraFieldsToMainResourceRequest().

-- 
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