Enable ewk_policy_decision API. Add httpMethod to Policy Decision object.
authorKamil Lysik <k.lysik@samsung.com>
Thu, 14 Aug 2014 12:05:59 +0000 (14:05 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit8889dc9f3b6e40ec975a8b84aed0818fbca7deec
tree0266c827dbd320e682f1d12d432834205d034c57
parentad657c9577e3cde28534dd078de1f173b08843e8
Enable ewk_policy_decision API. Add httpMethod to Policy Decision object.

Current this API is unusable due to missing callback.
With callback enabled it is possible to use this API.
Moreover, there is missing policyDecision object.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=8247
Reviewed by: Antonio Gomes, SeungSeop Park, Viatcheslav Ostapenko

Change-Id: Id3516e67beb8adc520eefd0fe2cc24ca4c5e9e51
Signed-off-by: Kamil Lysik <k.lysik@samsung.com>
tizen_src/ewk/efl_integration/public/ewk_policy_decision.cc
tizen_src/impl/API/ewk_policy_decision_private.cc
tizen_src/impl/API/ewk_policy_decision_private.h
tizen_src/impl/common/render_messages_efl.h
tizen_src/impl/navigation_policy_params.h
tizen_src/impl/renderer/content_renderer_client_efl.cc
tizen_src/impl/renderer/content_renderer_client_efl.h
tizen_src/impl/tizen_webview/public/tw_policy_decision.cc
tizen_src/impl/tizen_webview/public/tw_policy_decision.h