[NUI] Implement APIs for form repost decision & frame rendered. (#2843)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Thu, 8 Apr 2021 12:59:00 +0000 (20:59 +0800)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commit1ad4ebb3855198ea541bf3f39024ba4792680797
tree93da5bdf424d74e9aa7f46846dd99b47fb4bc54c
parent0cce2696f3d25b260c30bbdda362e6b64bc18a9b
[NUI] Implement APIs for form repost decision & frame rendered. (#2843)

* [NUI] Implement APIs for form repost decision & frame rendered.

This patch is to implement APIs for form repost decision and frame
rendered off-screen.
And properties for enabling/disabling mouse or key events are
added.

* rename RepostDecision to RepostPolicyDecided

* rename WebFormRepostDecision to WebFormRepostPolicyDecisionMaker

* delate empty WebViewFrameRenderedEventArgs.

* remove some unused functions.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.WebFormRepostPolicyDecisionMaker.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView/WebBackForwardList.cs
src/Tizen.NUI/src/internal/WebView/WebContext.cs
src/Tizen.NUI/src/internal/WebView/WebCookieManager.cs
src/Tizen.NUI/src/internal/WebView/WebFormRepostPolicyDecisionMaker.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebSettings.cs
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewFormRepostPolicyDecidedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewFormRepostPolicyDecidedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewFrameRenderedSignal.cs [new file with mode: 0755]