Modified hide operation of viewlogic
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 7 Nov 2012 05:13:47 +0000 (14:13 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 13 Nov 2012 00:55:38 +0000 (09:55 +0900)
commit42fd5b36b19a713f5338e1a2a7aa3e94a3c4b0c2
tree5f6efdc0c27aa6778e452caedca583fc7d3c9045
parente0b01b1126ba611b4d96d5ecc04efedc493dcf15
Modified hide operation of viewlogic

[Issue#] N/A
[Problem] Created webviews still remains after destorying viewlogic instance.
          This cause the application that managing multiple viewlogic instances to have huge memory
[Cause] On hiding widget (ViewLogic::hideWidget()), Viewlogic instance didn't remove existing webviews using evas_object_del()
[Solution] On hiding widget, code is modified that Viewlogic remove created webviews
[SCMRequest] N/A

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