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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 18:28:38 PDT 2012


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





--- Comment #37 from Dongwoo Joshua Im (dwim) <dw.im at samsung.com>  2012-05-28 18:28:36 PST ---
(In reply to comment #36)
> (From update of attachment 143726 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=143726&action=review
> 
> If we were to land this patch as written, it would be wrong on PLATFORM(CHROMIUM).  Instead of breaking other ports, it might make sense to introduce a new ENABLE macro so that those ports can expose these APIs to the web when they work.
> 

Then, I will use ENABLE_CUSTOM_SCHEME_HANDLER, which is the name of the W3C spec.
After this patch landed, we can remove ENABLE_REGISTER_PROTOCOL_HANDLER, and then use ENABLE_CUSTOM_SCHEME_HANDLER macro only.

-- 
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