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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 3 19:59:49 PDT 2012


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





--- Comment #49 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-06-03 19:59:47 PST ---
(From update of attachment 145508)
View in context: https://bugs.webkit.org/attachment.cgi?id=145508&action=review

> Source/WebKit/efl/ewk/ewk_custom_handler.cpp:32
> +#if ENABLE(CUSTOM_SCHEME_HANDLER)

Could you write function description as ewk_view.cpp ?

http://trac.webkit.org/browser/trunk/Source/WebKit/efl/ewk/ewk_view.cpp#L2925

> Source/WebKit/efl/ewk/ewk_custom_handler.cpp:36
> +    evas_object_smart_callback_call(data->ewkView, "protocolhandler,isregistered", data);

If you wanna add new signal, you have to write signal description to ewk_view.h.

http://trac.webkit.org/browser/trunk/Source/WebKit/efl/ewk/ewk_view.h#L35

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