Create new window with option of parent window 49/209849/2
authorSangYong Park <sy302.park@samsung.com>
Thu, 11 Jul 2019 22:00:22 +0000 (07:00 +0900)
committerSangYong Park <sy302.park@samsung.com>
Fri, 12 Jul 2019 01:50:00 +0000 (10:50 +0900)
commit52a46570708294d2fc32d8ed08c7ac9a24e244b5
tree9f28bd0ba37994728b32c891260c0e3e24c459c1
parentf61728e88626b9e85cb651732ac543f076f8ebfc
Create new window with option of parent window

Currently new window is created with electron's default option.
Some javascript contents has conflict with node.js. so, apply
parent window's option when new window is created.
(webtct tct-ui01-wrt-tests failed because of this issue.)

Change-Id: I148879d4b74e00abb037176a315de5774193e076
Signed-off-by: SangYong Park <sy302.park@samsung.com>
wrt_app/browser/wrt_window.js