Bug 44740
Summary: | Please add registerProtocolHandler and registerContentHandler | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ridley Combs <rcombs> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | donggwan.kim, dw.im, eric, jhawkins, koz, peter |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | http://www.w3.org/TR/html5/timers.html#custom-handlers |
Ridley Combs
registerProtocolHandler and registerContentHandler, as defined in the HTML5 spec, should be supported by WebKit.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Peter Beverloo
Both methods landed in r50477, following bug 29651. This exposed the methods, but as no port implemented them, they were rolled out in r62834.
More recently, James Kozianski said he would have a look at implementing this. I've added him to the cc list.
James Kozianski
JS bindings for registerProtocolHandler were landed in bug 44740, and I'm working on an implementation for Chromium here http://codereview.chromium.org/6410115/
Dongwoo Joshua Im (dwim)
Is there any way to roll the 'registerContentHandler' in again?
I will implement EFL port layer for the API.
Please let me know how to roll the API in again.
Thanks.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 73177 ***