'on_frame_unload' plugin's callback is not invoked when webapp is terminated.
authorTaejeong Lee <taejeong.lee@samsung.com>
Tue, 5 Mar 2013 10:32:37 +0000 (19:32 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 5 Mar 2013 14:42:07 +0000 (23:42 +0900)
commit433f3eea65c232cf56999aa8a5ae0b26959495b3
treed80fc6f651f4997b7fe04308e815798532372002
parent057f2143b02d50f405f81b64cf97689e9460bd16
'on_frame_unload' plugin's callback is not invoked when webapp is terminated.

[Issue#] N/A
[Problem] 'on_frame_unload' plugin's callback is not invoked.
[Cause] stopSession() doesn't call 'on_frame_unload' function.
[Solution] changed to perform to erase a session at stopSession() only.

Refer with : https://tizendev.org/gerrit/#/c/49845/

Change-Id: I4ac7d1aa52760e206f6bf29cdfdecbbfe7d70923
src/plugin-loading/plugin_logic.cpp