[Webkit-unassigned] [Bug 95672] [EFL][WK2] Add javascript popup api.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 4 08:41:55 PDT 2012


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





--- Comment #8 from Byungwoo Lee <bw80.lee at samsung.com>  2012-09-04 08:42:07 PST ---
(From update of attachment 161938)
View in context: https://bugs.webkit.org/attachment.cgi?id=161938&action=review

>> Source/WebKit2/UIProcess/API/efl/ewk_view.h:49
>> + * - "javascript,prompt", Ewk_JavaScript_Popup_Informtion*: reports that a prompt() function is dispatched in javascript.
> 
> IMO, we'd better to provide methods of smart class in this case. (like webkit1/efl)
> Application may want to disable previous callbacks which another module(such as elm_web) added.

I can understand about the requirement to disable the previous callback.
I think the issue will be in the module which overrides or inherits the ewk_view
and provides it's own default javascript popup. (like elm_web as you explained)

The way to support those requirement might be a smart class member function,
as current webkit efl implementation.

But overriding smart class or make an evas object which inherits ewk_view for using javascript popup callback
might be too difficult or complicate way for users who just use ewk_view.

Is there any easy way for supporting this?
How about adding api for setting javascript callback?

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