[Webkit-unassigned] [Bug 73177] New: Add 'isContentHandlerRegistered' and 'unregisterContentHandler'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 27 18:03:37 PST 2011


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

           Summary: Add 'isContentHandlerRegistered' and
                    'unregisterContentHandler'.
           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 Content Handler.

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

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

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




And, here is one more thing.

As I know, 'registerContentHandler' API is rolled out because there is no port to support the API.
Is there any way to add the API again?
I will implement Custom Content Handler on EFL port, including these new APIs.



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