Register a key callback to handle back key event with W3C permission popup
authorJihoon Chung <jihoon.chung@samsaung.com>
Tue, 1 Oct 2013 14:14:34 +0000 (23:14 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:19:31 +0000 (20:19 +0900)
commit259209d2a0c08a6a7eb5d753b7a1b59648328b4a
treef1b6d7f94b2ddc8060f32eecc28da4c2778bcaac
parent7e0008803c8b7f9f90baa04cb322e0efb49599eb
Register a key callback to handle back key event with W3C permission popup

    - This applies to the permission request popup for W3C Web Storage.

[Issue#]   N/A
[Problem]  A web page underneath pop-up moves to the previous page when user expects the pop-up closed.
[Cause]    The permission request pop-up did not handle the back-key callback.
[Solution] Register the key callback.

[SCMRequest] N/A

Change-Id: I0d14b6092678724f1462e8153754a7efe3ec5819
src/view/webkit/view_logic_web_storage_support.cpp