[webkit-efl] FW: window.showModalDialog()

Thiago Marcos P. Santos tmpsantos at gmail.com
Sat Jan 5 02:54:14 PST 2013


On Sat, Jan 5, 2013 at 6:15 AM, Sun, Xun <xun.sun at intel.com> wrote:
> Hi folks,
>
> I posted this query on the product-dev at lists.tizen.org list but got no comments so far.
>
> Could someone please comment if window.showModalDialog() would be a welcomed feature for Webkit-efl? (Webkit2 of course)
>
> And what would it take? It looks like something needs to be done in the UIClientEfl, but I failed to find the place for real implementation.
>

The place for it is probably the PageUIClientEfl.

The port independent C API bits are implemented here:
Source/WebKit2/UIProcess/API/C/WKPage.h. This is basically just a
signal that you need to handle inside the port specific bindings. Take
a look how runJavaScriptAlert and/or setToolbarsAreVisible is
implemented on EFL. The idea is the same.

Cheers,


More information about the webkit-efl mailing list