[Webkit-unassigned] [Bug 73638] [EFL] Implement 'registerProtocolHandler' function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 20:18:31 PDT 2012


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





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

>>> 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.
> 
> Application will not set any value to the members of this structure.
> Application will only "read" the value.
> Is setter needed anyway?
> 
> 
> By the way, I didn't make getter, as well.
> I open this structure, so I think the application can get the value by access to the structure without getter.
> 
> Do you want me to make getter?

As we discuss on private channel, I think you don't need to add set / get APIs for now. In future, let's discuss set/get APIs again when you add new APIs related to setting options.

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