Implement unregisterProtocolHandler
authorArnaud Renevier <a.renevier@samsung.com>
Sat, 19 Sep 2015 00:20:41 +0000 (17:20 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit97140be6b9cfc47d2432cf61e562b74a8f694cfd
tree6ec8b3189a7f926b721fd6bd3cdc8dcc268c5ad4
parent57a646fa452b7771803bacedca17ea5ab6a99af0
Implement unregisterProtocolHandler

Now, unregisterProtocolHandler is a method of upstream
WebContentsDelegate.

The patch also fixes the protocal handler unittests. It doesn't assume
that resource files will be in /opt/resources anymore

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13294

Reviewed by: a1.gomes, j.majnert

Change-Id: I34738f0bf08bddb4e467a9daf4f290810eedf9ef
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/efl_integration/eweb_view_callbacks.h
tizen_src/ewk/efl_integration/web_contents_delegate_efl.cc
tizen_src/ewk/efl_integration/web_contents_delegate_efl.h
tizen_src/ewk/unittest/resources/protocol_handler/register_protocol_handler.html
tizen_src/ewk/unittest/resources/protocol_handler/unregister_protocol_handler.html
tizen_src/ewk/unittest/utc_blink_cb_protocolhandler_registration_requested.cpp
tizen_src/ewk/unittest/utc_blink_cb_protocolhandler_unregistration_requested.cpp