[Webkit-unassigned] [Bug 127614] [GTK] Make webkit_uri_scheme_request_get_web_view() work with CustomProtocols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 00:49:22 PST 2014


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





--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-01-25 00:46:50 PST ---
There's another solution that wouldn't need to change any cross-platform code:

We could move the initiatingPageID to the ResourceRequest. In the willSendRequest callback we set the initiating page id (willSendRequest receives the frame, so we have the page) to the request we return. In ResourceHandle, when creating the soup request for the given request we attach the page id to the soup request the same way we are currently doing, but using the ResourceRequest instead of NetworkingContext. Then we can remove the initiatingPageID() method from NetworkingContext. 
I think this is actually moving the problem to another place, but at least we can implement it in platform specific code entirely.

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