[webkit-dev] Does any port implements Navigator.registerProtocolHandler and Navigator.registerContentHandler?

Darin Adler darin at apple.com
Fri Jul 23 21:33:14 PDT 2010


This is a matter for the networking layer in your particular port rather than for WebKit itself. It does not require changes to WebKit. 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