[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:18:48 PST 2012


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





--- Comment #24 from Lyon Chen <liachen at rim.com>  2012-03-08 12:18:48 PST ---
(In reply to comment #23)
> See also https://bugs.webkit.org/show_bug.cgi?id=65855

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.

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