[Webkit-unassigned] [Bug 73638] [EFL] Implement 'registerProtocolHandler' function
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 15 18:51:17 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=73638
--- Comment #9 from Dongwoo Joshua Im <dw.im at samsung.com> 2012-03-15 18:51:17 PST ---
(In reply to comment #7)
> (In reply to comment #6)
>
> >> That sounds good to me as well. This we can even get rid of this file and just do everything in ChromeClientEfl::registerProtocolHandler.
>
> As mentioned in comment #5, five functions will be added to this feature. If application doesn't need to set for this feature, I think we can implement this feature to WebCoreSupport. However, we need to consider when application needs to set something for this feature.
>
> For example, in this case, _Ewk_Custom_Handlers_Data can has ewkView reference. If this is permitted, we can split some features into new files. How do you think about this ?
Then, I can add a member into the _Ewk_Custom_Handlers_Data structure like below.
struct _Ewk_Custom_Handlers_Data {
const char *target;
const char *base_url;
const char *url;
const char *title;
Evas_Object* ewkView;
};
--
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