Implement more request interceptor APIs. (#3466)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Tue, 7 Sep 2021 04:49:15 +0000 (12:49 +0800)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Tue, 7 Sep 2021 09:05:39 +0000 (18:05 +0900)
commit4aeeeaf64ec8f335cda9df42955ae5422026c694
treec00a7d8ce50683b03114d13ba35ef2e5f50d0475
parentff848574702d72faa85c07ee7edf3028606b125d
Implement more request interceptor APIs. (#3466)
src/Tizen.NUI/src/internal/Interop/Interop.WebContext.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebHttpRequestInterceptor.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/Interop/WebHttpRequestInterceptorPtr.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebBackForwardList.cs
src/Tizen.NUI/src/internal/WebView/WebContext.cs
src/Tizen.NUI/src/internal/WebView/WebHttpRequestInterceptor.cs
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewHttpRequestInterceptedEventArgs.cs [deleted file]
test/Tizen.NUI.WebViewTest/SimpleWebViewApp.cs