Make EWK use WebContentsViewDelegate for popup menu handling.
authorPiotr Tworek <p.tworek@samsung.com>
Wed, 11 Mar 2015 12:02:20 +0000 (13:02 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitae37a498fd7c4b21751682637759da6be41ee71e
treef2bb6292a53b44c90f5b6c01c33c55ccbec5acf4
parentaa90a7d5bfc228c0d168931130449edec4c20a36
Make EWK use WebContentsViewDelegate for popup menu handling.

Apps wishing to show custom popup menus should implement
WebContentsViewDelegate::ShowPopupMenu function. This patch does it for
EWK.

Change-Id: Id587ac954c3d016c5a0717eca365610aec1e2a82
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/ewk/efl_integration/content_browser_client_efl.cc
tizen_src/ewk/efl_integration/content_browser_client_efl.h
tizen_src/ewk/efl_integration/efl_integration.gypi
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/eweb_view.h
tizen_src/ewk/efl_integration/web_contents_delegate_efl.cc
tizen_src/ewk/efl_integration/web_contents_delegate_efl.h
tizen_src/ewk/efl_integration/web_contents_view_delegate_ewk.cc [new file with mode: 0644]
tizen_src/ewk/efl_integration/web_contents_view_delegate_ewk.h [new file with mode: 0644]