[webkit-reviews] review requested: [Bug 29651] [HTML5] Add a way for an application to register as a protocol handler. : [Attachment 40158] Proposed implementation of window.navigator.registerProtocolHandler and registerContentHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 18:25:31 PDT 2009


B. Green <brg at chromium.org> has asked  for review:
Bug 29651: [HTML5] Add a way for an application to register as a protocol
handler.
https://bugs.webkit.org/show_bug.cgi?id=29651

Attachment 40158: Proposed implementation of
window.navigator.registerProtocolHandler and registerContentHandler
https://bugs.webkit.org/attachment.cgi?id=40158&action=review

------- Additional Comments from B. Green <brg at chromium.org>
@Eric Siedel
Capitalization is corrected in the change log.

@Peter Kasting
I have removed the #ifdef guards and provided default no-op implementation in
ChromeClient.h.
I have added registerContentHandler as per your request.  It is simply a mirror
of this API, so it is correct to add it to this patch.


More information about the webkit-reviews mailing list