[Webkit-unassigned] [Bug 73176] New: Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 27 17:54:37 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73176

           Summary: Add 'isProtocolHandlerRegistered' and
                    'unregisterProtocolHandler'.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dw.im at samsung.com


Regarding the HTML5 specification, 
(http://dev.w3.org/html5/spec/Overview.html#custom-handlers)
two APIs are added for Custom Scheme Handler.

One is 'isProtocolHandlerRegistered' to query whether the specific URL is registered or not. 

The other is 'unregisterProtocolHandler' to remove the registered URL.

I'm preparing the patch to add these APIs now,
I'll upload in a few days.

Thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list