[WCS][Plug-in] Implement Missing plug-in placeholder
authorUmesh Kumar Patel <umeshk.patel@samsung.com>
Thu, 23 Jul 2015 08:56:26 +0000 (14:26 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit6ac9eb7d1ddaf42492aa2ab395fe5775f0989352
treef2eba6d8943ccfea531f4415d22cbb6400522e86
parent6751f7d6fa56ace3e26b5fc46307a43e93a64c0c
[WCS][Plug-in] Implement Missing plug-in placeholder

Plug-ins are not supported by chromium-efl, However it is not notified
to end user.

This patch implements the missing plug-in placeholder to notify this.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13988
Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13234
Reviewed by: SeungSeop Park, Venugopal S M

Change-Id: I28c0c2962514f89dcf47ab523068d87c236f7b5d
Signed-off-by: Umesh Kumar Patel <umeshk.patel@samsung.com>
tizen_src/ewk/efl_integration/efl_integration.gypi
tizen_src/ewk/efl_integration/renderer/content_renderer_client_efl.cc
tizen_src/ewk/efl_integration/renderer/content_renderer_client_efl.h
tizen_src/ewk/efl_integration/renderer/plugins/plugin_placeholder_efl.cc [new file with mode: 0644]
tizen_src/ewk/efl_integration/renderer/plugins/plugin_placeholder_efl.h [new file with mode: 0644]
tizen_src/ewk/efl_integration/renderer/plugins/shadow_dom_plugin_placeholder.cc [new file with mode: 0644]
tizen_src/ewk/efl_integration/renderer/plugins/shadow_dom_plugin_placeholder.h [new file with mode: 0644]