Refactor disk cache setting and appcontrol data 19/248119/4 submit/tizen/20201203.011003
authorDongHyun Song <dh81.song@samsung.com>
Sun, 22 Nov 2020 22:12:06 +0000 (07:12 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Wed, 2 Dec 2020 08:11:08 +0000 (08:11 +0000)
Delete codes will be handled in native code side

Related patch:
  https://review.tizen.org/gerrit/248127/

Change-Id: I596fce437f43664c4fd17eff959375d46ff7b776
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/src/runtime.ts

index 3717d43..185c63a 100644 (file)
@@ -105,10 +105,6 @@ class Runtime {
               this.webApplication.inspectorSrc = src;
               src = "about:blank";
             }
-            let useDiskCache = appControl.getData('USE_DISKCACHE');
-            let halfWindowOption = appControl.getData('http://samsung.com/appcontrol/data/half_window_support');
-            wrt.tv.setDiskCache(useDiskCache);
-            wrt.tv.handleAppControlData(launchMode, halfWindowOption);
           }
           this.webApplication.mainWindow.loadURL(src);
           this.webApplication.prelaunch(src);