Fix for race condition issue when widget is pausing
authorLukasz Marek <l.marek@samsung.com>
Thu, 7 Mar 2013 14:30:02 +0000 (15:30 +0100)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 14 Mar 2013 07:33:05 +0000 (16:33 +0900)
commitfa276198dbfc11a1c93ad36f48dcc2a1c6d8bed7
treed3eb9bdb597d174512aa8902ca39ede568bc3bdb
parent2444e71cb3115c01cf201145f1828012af060334
Fix for race condition issue when widget is pausing

[Issue#] N/A
[Problem] It was possible widget opened new frame and loaded content,
but bundle callbacks were partially disabled. It leaded to leak of
plugins in new frame.
[Cause] N/A
[Solution] Do not disable bundle callbacks
[Verification] Run webapi-tizen-power-tests.wgt suite (/test/webapi project)
No fails because of missing tizen object.

This reverts commit 763e8791af378fbe37af22d21635d3da04853692.

Change-Id: I842d41804a426f7d240d1761057be528ba28960b
src/view/webkit/bundles/messages_names.h
src/view/webkit/bundles/plugin_module_support.cpp
src/view/webkit/bundles/plugin_module_support.h
src/view/webkit/bundles/wrt-wk2-bundle.cpp
src/view/webkit/bundles/wrt-wk2-bundle.h
src/view/webkit/view_logic.cpp
src/wrt-client/wrt-client.cpp