[Webkit-unassigned] [Bug 73638] [EFL] Implement 'registerProtocolHandler' function
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 3 19:24:11 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=73638
--- Comment #17 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2012-04-03 19:24:10 PST ---
(From update of attachment 135467)
View in context: https://bugs.webkit.org/attachment.cgi?id=135467&action=review
> Source/WebKit/efl/ewk/ewk_custom_handlers.cpp:29
> + evas_object_smart_callback_call(data->o, "protocolhandler,register", static_cast<void*>(data));
Oops, I'm sorry. It looks you don't write this signal to signal list in ewk_view.h
> Source/WebKit/efl/ewk/ewk_view.h:289
> +struct _Ewk_Custom_Handlers_Data {
I would like to confirm this struct again. Will you add new API to set this data by application ? Because, as you know, if there is no API to set protocol handler, we don't need to open this struct.
--
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