projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ca6d2
)
[WRT] Enable CHILD_PROCESS_SPAWN
58/157358/3
author
Sanghyup Lee
<sh53.lee@samsung.com>
Tue, 24 Oct 2017 08:36:58 +0000
(17:36 +0900)
committer
jaekuk lee
<juku1999@samsung.com>
Tue, 31 Oct 2017 00:42:55 +0000
(
00:42
+0000)
In some sample extenstions, background.js should be executed
for each application.
This patch also fixes crash when we open some application which
closed by extension.
Change-Id: I9c46a78c164ea133f768d013a9bf0a8253d4e77b
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
wrt/src/default_value.js
patch
|
blob
|
history
diff --git
a/wrt/src/default_value.js
b/wrt/src/default_value.js
index
3964f36
..
afcc5ab
100644
(file)
--- a/
wrt/src/default_value.js
+++ b/
wrt/src/default_value.js
@@
-12,7
+12,7
@@
define({
PATH_HOSTED: 'static_hosted/web_window.html'
},
RULE: {
- CHILD_PROCESS_SPAWN:
fals
e,
+ CHILD_PROCESS_SPAWN:
tru
e,
WEB_WINDOW_TAG: false
},
LAUNCHER: {