Fix the problem of browser launch when webapp can't access remote url by WARP
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 13 Feb 2013 08:48:41 +0000 (17:48 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Thu, 21 Feb 2013 14:35:50 +0000 (23:35 +0900)
commite69510b8a8fc18f0bb7aa808ffb516a653055d72
treeb0457a4fb70c44b5f1dca59a285c0fb4638dd688
parentcd99794116ef218bdf41cf55db1c7e9dd1abe337
Fix the problem of browser launch when webapp can't access remote url by WARP

[Issue#] DCM-494
[Problem] Browser is not launched in case that access to remote url is not permitted by WARP/ACE check
[Cause] Result from WARP/ACE check was not handled by WRT
[Solution] WARP/ACE check point is moved to proper point, and checking logic between UI and Web process is changed

Change-Id: Ib75211567d9beafc28791efa5ef1309f7e8547a8
src/api_new/ewk_context_manager.cpp
src/view/webkit/bundles/bundle_uri_handling.cpp
src/view/webkit/bundles/bundle_uri_handling.h
src/view/webkit/bundles/wrt-wk2-bundle.cpp
src/view/webkit/view_logic.cpp
src/view/webkit/view_logic.h