[M108 Migration][VD] Implement ewk_cookie_manager_changes_watch product API 78/289678/4 submit/tizen/20230314.160016
authorxiafeng <feng.xia@samsung.com>
Tue, 14 Mar 2023 08:47:13 +0000 (16:47 +0800)
committerBot Blink <blinkbot@samsung.com>
Tue, 14 Mar 2023 10:22:43 +0000 (10:22 +0000)
commit6610ac6138a5b3ab5008e526e2d124c225ce248e
tree7c900eb8169378ee2fc2f7589c5e52b7196b5f19
parent63c0354a245de8050db3afed7fb5025e4cbc59ee
[M108 Migration][VD] Implement ewk_cookie_manager_changes_watch product API

Due to VD request new API is implemented. The API allows for setting a
callback called when a change to any cookie is made (added, deleted or
modified).

References:
https://review.tizen.org/gerrit/281784/

Change-Id: I19e0dc6e3899242038afe91686e3485969ae631e
Signed-off-by: xiafeng <feng.xia@samsung.com>
content/browser/cookie_store/cookie_store_manager.cc
content/browser/cookie_store/cookie_store_manager.h
content/browser/storage_partition_impl.cc
content/browser/storage_partition_impl.h
content/public/browser/storage_partition.h
net/cookies/cookie_monster.cc
net/cookies/cookie_monster.h
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