Do not pause/resume app if background support is enabled 62/189962/3
authorprathmesh.m <prathmesh.m@samsung.com>
Tue, 25 Sep 2018 06:13:03 +0000 (11:43 +0530)
committerprathmesh.m <prathmesh.m@samsung.com>
Wed, 26 Sep 2018 07:33:08 +0000 (13:03 +0530)
commitf43046922e692c0a4119280ace4bebdc4904ede6
tree9597e65679bcecd31e652b85696f3cb412ed9fe9
parent0b024eeeb263deb4a6bfab304adbce9a7c6f442e
Do not pause/resume app if background support is enabled

If background support is enabled then the javascript must run in
background even if the app is paused.
Currently on Pause the application is suspended and
hence the JS. With this patch if background support is enbaled
window will be sent to background by platform but engine will
run, ie. JS will be active in background

Change-Id: Ideb74215fcc4fe3f3d31a3458c4e0611ad2c258c
Signed-off-by: prathmesh.m <prathmesh.m@samsung.com>
atom/browser/browser.cc