Electron App launching implement 37/176137/8
authorws29.jung <ws29.jung@samsung.com>
Tue, 17 Apr 2018 02:13:23 +0000 (11:13 +0900)
committerWonsuk Jung <ws29.jung@samsung.com>
Wed, 25 Apr 2018 08:17:06 +0000 (08:17 +0000)
commita6289324b1f05291eb6f0de0dccfd6f3664ac3e4
treeef928d62af0d5faabd85d9ecaf1c6be2b505292c
parente2f189e3b5d49c98f44ff11b11ec58201712423a
Electron App launching implement

Ironically, Electron JS Runtime was not able to execute Electron Web App,
but only able to run Tizen Web app.
From this patch, if Electron App is packaged as wgt, JS Runtime will parse xml
then will launch Electron App from its own entry point.

Change-Id: Iec5df77495063e129d99a8e1dd21bc8f489b8ffe
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
atom/app/ui_runtime.cc
atom/browser/api/atom_api_pwrt.cc
atom/browser/api/atom_api_pwrt.h
atom/browser/browser.cc
atom/browser/browser.h
wrt/src/runtime.js