Implementation for ewk_settings_private_browsing
authorPiotr Pruski <p.pruski@samsung.com>
Wed, 11 Feb 2015 15:21:22 +0000 (16:21 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitbc5a675ad94a6ed4a188880782c11a1f69e4f46c
tree2611eb123db9c6df4afb724d687307e3238473d4
parent74a2ef17f9cd3d28b4f9ed01e736cfc6d80632c9
Implementation for ewk_settings_private_browsing

Implementation of set and get functions to use private browsing mode.
Implementation replaces current webcontext to new one with private settings.
The old one is held till user goes back to normal browsing.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11110
Reviewed by: Antonio Gomes, DONGJUN KiM

Change-Id: I922a1e674be01024e55622c0d1822c414dd17bbf
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
tizen_src/ewk/efl_integration/public/ewk_settings.cc
tizen_src/ewk/efl_integration/public/ewk_settings.h
tizen_src/ewk/unittest/ewk-tests.gypi
tizen_src/ewk/unittest/utc_blink_ewk_settings_private_browsing_enabled_get_func.cpp [new file with mode: 0644]
tizen_src/ewk/unittest/utc_blink_ewk_settings_private_browsing_enabled_set_func.cpp [new file with mode: 0755]
tizen_src/impl/eweb_context.cc
tizen_src/impl/eweb_context.h
tizen_src/impl/eweb_view.cc
tizen_src/impl/eweb_view.h
tizen_src/impl/tizen_webview/public/tw_webview.cc
tizen_src/impl/tizen_webview/public/tw_webview.h