[webkit-dev] How to register another protocol handler

Darin Adler darin at apple.com
Fri Jul 23 21:37:07 PDT 2010


On Jul 23, 2010, at 9:46 AM, Flávio Ceolin wrote:

> First of all, is this a task for WebCore or the port ?

If I understand your question correctly, the answer is that it’s a task for the networking layer, which is port-specific. The Mac OS X WebKit networking layer, NSURLConnection, has this feature. It’s done by creating a custom NSURLProtocol object.

    -- Darin



More information about the webkit-dev mailing list