Add smart callback to provide the popup reply waiting status.
authorByungwoo Lee <bw80.lee@samsung.com>
Tue, 18 Jun 2013 03:48:22 +0000 (12:48 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 21 Jun 2013 01:36:14 +0000 (01:36 +0000)
commit8ab819f829ddcde428645e163165e187ab71bae9
tree2bb1a13c03ee5233214a67912441923d6335fa20
parenta859137241517ac470eba83b53b9c2cb686aa6f7
Add smart callback to provide the popup reply waiting status.

[Title] Add smart callback to provide the popup reply waiting status.
[Problem] Application wants to check whether webkit is waiting for the popup reply or not, but there is no way to check if the application doesn't costomize popups.
[Cause] There is no way to notify the status.
[Solution] Add smart callback 'popup,reply,wait,start' and 'popup,reply,wait,finish' to the ewk view to provide the status.

Change-Id: I691d2566b811abe687aa1777c11693b0c6eedab2
Source/WTF/wtf/Platform.h
Source/WebKit2/UIProcess/API/C/WKPage.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/ewk_view_private.h
Source/WebKit2/UIProcess/WebPageProxy.cpp
Source/WebKit2/UIProcess/WebUIClient.cpp
Source/WebKit2/UIProcess/WebUIClient.h
Source/WebKit2/UIProcess/efl/PageUIClientEfl.cpp
Source/WebKit2/UIProcess/efl/PageUIClientEfl.h
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp