Fixed plugin load fail issue during suspend
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 7 Mar 2013 07:34:14 +0000 (16:34 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Fri, 8 Mar 2013 01:24:03 +0000 (10:24 +0900)
commit5d273a886ed06d69ee15479ab8404f396c09e66c
tree654a0effa5bc3d40f4528b07dc8aeefcb02679ec
parentdf675d5a99a2e6eaa2edf94c6968f72661308362
Fixed plugin load fail issue during suspend

[Issue#] DCM-800
[Problem] web app can't get Preferences values in SDK W8
[Cause] Preferences is working with 'widget' object which is
supported by plugin. Even webkit callback should be kept until
page is loaded, webapp disconnects webkit callback after received
suspend event.
[Solution] Remove disconnection webkit callback code.
[SCMRequest] N/A

Change-Id: Id0a41b2363554f8eb0613960fd7f98355e0239a6
src/view/webkit/view_logic.cpp