We need to make Ewk_Navigation_Policy_Decision ref counted so that the client can make navigation policy decisions asynchronously. i.e. the client can catch the "policy,decision,navigation" signal on the Ewk_View and call ewk_navigation_policy_decision_ref() on the Ewk_Navigation_Policy_Decision object to increase its refcount and make the decision later.
Created attachment 152459 [details] Patch
Comment on attachment 152459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152459&action=review It looks there is no critical problem in this patch. Informal rs+ on my side. > Source/WebKit2/UIProcess/API/efl/ewk_view.h:39 > + * #Ewk_Navigation_Policy_Decision object using ewk_navigation_policy_decision_ref(). I think is it better to adhere indentation for comment. But, existing comments are similar to this.
Created attachment 152561 [details] Patch Rebase on master.
Comment on attachment 152561 [details] Patch Clearing flags on attachment: 152561 Committed r122742: <http://trac.webkit.org/changeset/122742>
All reviewed patches have been landed. Closing bug.