[M85 Migration][API] Add ewk APIs to allow cookies for file scheme URLs 71/245371/2
authoryh106.jung <yh106.jung@samsung.com>
Tue, 28 Mar 2017 04:35:50 +0000 (13:35 +0900)
committerBot Blink <blinkbot@samsung.com>
Mon, 12 Oct 2020 07:11:02 +0000 (07:11 +0000)
commit0d70a26cc6f894ffed6031108567049a1333fda4
tree4bdbd1f21921e877565e4457f69fb53069a81738
parent95a1a9d78e12f9bfa3cf926f2ca18a1aa5176b7b
[M85 Migration][API] Add ewk APIs to allow cookies for file scheme URLs

This patch adds below two APIs.
- ewk_cookie_manager_file_scheme_cookies_allow_get:
  Queries if the cookie manager allows cookies for file scheme URLs.
- ewk_cookie_manager_file_scheme_cookies_allow_set:
  Sets whether cookie manager to accept cookies for file scheme URLs.

References:
https://review.tizen.org/gerrit/c/platform/framework/web/chromium-efl/+/219886

Change-Id: Ieedc2b1374f65c77765809dad2abd39f80c3a909
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/efl_integration/cookie_manager.cc
tizen_src/ewk/efl_integration/cookie_manager.h
tizen_src/ewk/efl_integration/public/ewk_cookie_manager.cc