Bug TT-69 Remove private ewk_cookie_manager_persistent_storage_set calls 61/43961/4
authork.lis2 <k.lis2@samsung.com>
Tue, 21 Jul 2015 11:50:39 +0000 (13:50 +0200)
committerSungwon Han <sungwon2.han@samsung.com>
Fri, 31 Jul 2015 05:29:52 +0000 (22:29 -0700)
    [Issue#]   https://bugs.tizen.org/jira/browse/TT-69
    [Problem]  ewk_cookie_manager_persistent_storage_set calls persist
               in the code
    [Cause]    -
    [Solution] Remove ewk_cookie_manager_persistent_storage_set
               calls from browser code.
    [Verify]   Perform browser sanity check.

Change-Id: I516f9881e81e5f5a2dd1f2f44df2ae31c7bc6e33
Signed-off-by: k.lis2 <k.lis2@samsung.com>
services/WebKitEngineService/WebView.cpp

index 77e23e5a6e83cd0172e080bdab1cc27391476c9f..e5920be3b6d9b02a9d80716ac5916314804c98f7 100644 (file)
@@ -100,9 +100,6 @@ void WebView::init(Evas_Object * opener)
         {
             ewk_context_cache_model_set(context, EWK_CACHE_MODEL_PRIMARY_WEBBROWSER);
             ewk_context_favicon_database_directory_set(context, (webkit_path + std::string("/favicon")).c_str());
-            ewk_cookie_manager_persistent_storage_set(ewk_context_cookie_manager_get(context)
-                                                     , (webkit_path + std::string("/cookies.db")).c_str()
-                                                     , EWK_COOKIE_PERSISTENT_STORAGE_SQLITE);
         }
     }