Unite ewk_context_inspector_server and ewk_view_inspector_server
authorArnaud Renevier <a.renevier@samsung.com>
Mon, 5 Oct 2015 19:57:08 +0000 (12:57 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit44688820927c8528e4a83e31a3efa7305ed1f36d
treed5f16eb615785158c48b4770f1be9c0782b5bbd8
parentf15b0c54ddbf14624109365a9816911fa838216e
Unite ewk_context_inspector_server and ewk_view_inspector_server

Right now, we have two different sets of api to start and stop the
inspector server: ewk_context_inspector_server_(start/stop) and
ewk_view_inspector_server_(start/stop).

In this patch, we avoid this duplication: calls to
ewk_view_inspector_server_ will internally be forwarded to EWebContext.

Reviewed by: sns.park

Change-Id: Ia8e6177cef962ae5addf37d541ae128aab2f8630
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/eweb_view.h