WebSetting plugin implementation
authorJakub Izydorczyk <j.izydorczyk@samsung.com>
Thu, 31 Jul 2014 11:35:08 +0000 (13:35 +0200)
committerJakub Izydorczyk <j.izydorczyk@samsung.com>
Wed, 10 Sep 2014 07:52:00 +0000 (09:52 +0200)
commit15da3b3aa4e3f25c4eebbad24def410250d25aa2
tree7c88de23ee25d98d0aed1a01a1880470f470bcd8
parent352272a7f910f84f2e8e7995fdaa9fe76b18325f
WebSetting plugin implementation

The Web setting extension defines APIs that manages the setting states of the Web view in Web application.
Properties of the Web view that can be managed via Web setting API:
- Delete all cookies saved for the web view in the Web application
- Set a custom user agent string of the web view in Web application

This commit includes implementation of API for Web application to set custom user agent and
remove all application cookies.

Result of running tct-tizen-websetting tests: 22/22 pass.

BUG=XWALK-1063
tizen-wrt.gyp
web_setting/web_setting.cc [new file with mode: 0644]
web_setting/web_setting.gyp [new file with mode: 0644]
web_setting/web_setting.h [new file with mode: 0644]
web_setting/web_setting_api.js [new file with mode: 0644]
web_setting/web_setting_extension.cc [new file with mode: 0644]
web_setting/web_setting_extension.h [new file with mode: 0644]
web_setting/web_setting_extension_utils.h [new file with mode: 0644]
web_setting/web_setting_instance.cc [new file with mode: 0644]
web_setting/web_setting_instance.h [new file with mode: 0644]