From: Seungkeun Lee Date: Thu, 4 Jun 2015 11:24:20 +0000 (+0900) Subject: Disable popup blocker X-Git-Tag: accepted/tizen/mobile/20151006.042140~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f1c9f249075600c55df2d0f6b875a81c5f6bf71;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Disable popup blocker Change-Id: I372bead22979f00da5a19b068c5e41dbb0c83c8d --- diff --git a/src/runtime/web_view_impl.cc b/src/runtime/web_view_impl.cc index 07ebd9f..52b70b4 100755 --- a/src/runtime/web_view_impl.cc +++ b/src/runtime/web_view_impl.cc @@ -119,8 +119,9 @@ void WebViewImpl::Initialize() { InitAuthenticationCallback(); InitCertificateAllowCallback(); - // TODO(sngn.lee): "notification,show" - // TODO(sngn.lee): "notification,cancel" + Ewk_Settings* settings = ewk_view_settings_get(ewk_view_); + ewk_settings_scripts_can_open_windows_set(settings, EINA_TRUE); + // TODO(sngn.lee): "protocolhandler,registration,requested" // custom protocol handler // TODO(sngn.lee): ewk_view_user_media_permission_callback_set