[NUI] Implement APIs for request interceptor, console message, etc (#2881)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Wed, 21 Apr 2021 09:51:26 +0000 (17:51 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 28 Apr 2021 03:36:30 +0000 (12:36 +0900)
commitb2fc5fb2f190f255ec90b8e089d30846359a4f85
treef1eeee37516e41f734d7f3b76d4e2901911f1145
parentbc6feedd20c9a7d5437d0a5e4a78f68978a1eb2a
[NUI] Implement APIs for request interceptor, console message, etc (#2881)

* [NUI] Implement APIs for request interceptor, console message, etc

This patch is to implement WebView APIs for http request
interceptor, console message and page loading error.

* change GetXXX to XXX.
14 files changed:
src/Tizen.NUI/src/internal/Interop/Interop.WebConsoleMessage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebHttpRequestInterceptor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebPageLoadError.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView/WebConsoleMessage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebHttpRequestInterceptor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebPageLoadError.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewConsoleMessageReceivedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewConsoleMessageReceivedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewFormRepostPolicyDecidedEventArgs.cs
src/Tizen.NUI/src/internal/WebView/WebViewHttpRequestInterceptedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewHttpRequestInterceptedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewPageLoadErrorEventArgs.cs