[NUI] Implement new window policy decision APIs of webview.
authorhuayong.xu <huayong.xu@samsung.com>
Tue, 13 Apr 2021 05:10:27 +0000 (13:10 +0800)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commit6ca7da00c9a23f4fe09c9bcd29235af0c7db2a5a
tree1cf31f4a8f997f327104db6b05a1d98ba9d56800
parent52602d5792a081d0696c6bc1052edf51e2651115
[NUI] Implement new window policy decision APIs of webview.

This patch is to implement WebView APIs for new window policy
decision.
src/Tizen.NUI/src/internal/Interop/Interop.WebFrame.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebNewWindowPolicyDecisionMaker.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView/WebFrame.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebNewWindowPolicyDecisionMaker.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewFormRepostPolicyDecidedEventArgs.cs
src/Tizen.NUI/src/internal/WebView/WebViewFormRepostPolicyDecidedSignal.cs
src/Tizen.NUI/src/internal/WebView/WebViewNewWindowPolicyDecidedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewNewWindowPolicyDecidedSignal.cs [new file with mode: 0755]