Temporary fix for asking geolocation permission popup crash.
authorTae-Jeong Lee <taejeong.lee@samsung.com>
Fri, 13 Sep 2013 05:22:01 +0000 (14:22 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 08:03:52 +0000 (17:03 +0900)
commitc862df8f818167c2ea4aa66b680669f06c2b4f36
tree301f7f9fcc6b71905bd106894255767cdf71208e
parent6f29260d365e5d81caab020c1430d61e7ab40b51
Temporary fix for asking geolocation permission popup crash.

[Issue#] N/A
[Problem] A crash occurs when webkit ask geolocation permission to wrt.
[Cause] The ui popup has been created base on 'ewk_view' obejct.
[Solution] Fixed to creating popup based on window object by getParentWindow() api.

Change-Id: I62fa67da6de5d07cba52f6162290e3ff9af9dcd0
src/view/common/view_logic_certificate_support.cpp
src/view/common/view_logic_get_parent_window_util.h [new file with mode: 0644]
src/view/common/view_logic_security_origin_support.cpp
src/view/webkit/view_logic_usermedia_support.cpp