Update incognito mode ewk API 95/49995/7
authorKamil Nowac <k.nowac@samsung.com>
Thu, 22 Oct 2015 09:45:59 +0000 (11:45 +0200)
committerKamil Nowa? <k.nowac@samsung.com>
Wed, 28 Oct 2015 07:38:50 +0000 (00:38 -0700)
commitb0539a41d39d176c238f7025593a1e200809c15e
tree80414447ffc86ab388258c6b033a37491ca7c248
parent31f38a6786ee16e490b76e5e983f9f5f32d5814f
Update incognito mode ewk API

[Issue] https://bugs.tizen.org/jira/browse/TT-230
[Problem] Using deprecated function
[Solution] Added new function and reorganization of
of current incognito mode solution
[Verification]
1. Open page in incognito mode
2. Type URL that do not exist it the history
3. Type enter

New URL shouldn't be inserted into history.

4. Close browser with ctrl+c
5. Open browser again

Browser should open without the tab last opened
in incognito mode.

Change-Id: Ia4548e628b30d57e58f9aeee3c4563e39705ab27
core/AbstractWebEngine/AbstractWebEngine.h
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/WebKitEngineService/WebKitEngineService.cpp
services/WebKitEngineService/WebKitEngineService.h
services/WebKitEngineService/WebView.cpp
services/WebKitEngineService/WebView.h