[webkit-help] Writing custom url handler for webkit apple port on windows

Sumedh vsbhogle at gmail.com
Thu Oct 20 00:50:41 PDT 2011


Hi,

We are writing a custom url handler for webkit apple port on windows. I had
asked similar question earlier,

Here is adams reply

If all you want to do is provide custom data for certain resources and have
WebKit render the resulting data for you, you might want to investigate
using IWebResourceLoadDelegate::willSendRequest to modify the URLs of those
resources to use a custom URL scheme, and then implement a handler for your
URL scheme that provides the desired data. URL handlers are a feature of
whatever networking library you're using, not of WebKit itself, so the
mechanism for implementing one depends on which networking library you're
using.

we are using CFNetowork for networking operations. How can i implement a
custom url handler for the same? Can i override the handler for default
schemes such as file://, http:// etc.

Dhanyawaad(Thanks)
-- 
Namaskar,
Sumedh S Bhogle
Mumbai | Mob. 09969085122
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20111020/c4ff4ff2/attachment.html>


More information about the webkit-help mailing list