From 134b117662280c66bd62572b22fc7760d4342bc5 Mon Sep 17 00:00:00 2001 From: "min7.choi" Date: Mon, 11 Feb 2019 15:27:21 +0900 Subject: [PATCH] [WRTJS]Add cookie manager support. This patch requires below chromium patch https://review.tizen.org/gerrit/198592/ Change-Id: If7821435a72710629835404ebd62dda0916d4d5c Signed-off-by: min7.choi --- wrt_app/src/runtime.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrt_app/src/runtime.js b/wrt_app/src/runtime.js index 4a50762..b8457b8 100755 --- a/wrt_app/src/runtime.js +++ b/wrt_app/src/runtime.js @@ -101,6 +101,8 @@ class Runtime { _this.extensionManager.activateAll(app); } } + // FIX ME : It must be supplemented to set a specific path + wrt.setCookiePath(); }); wrt.on('suspend', function() { console.log('suspend'); -- 2.7.4