[WebView] Support request intercept (#2842)
authoryounghajung <35090305+younghajung@users.noreply.github.com>
Mon, 12 Apr 2021 05:49:16 +0000 (14:49 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 05:49:16 +0000 (14:49 +0900)
commit9c663c08e4c66971c18d2b61b5cfeeb302773e1b
tree531fbec4962cee5d3c8e6af1056e9783876a47de
parent596bb2041b230e595b9564f84676a200e605ccb1
[WebView] Support request intercept (#2842)

This patch is cherry-picked from API8.

This patch adds internal APIs to support request intercept.
Plus, adds APIs for remote inspect.

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
src/Tizen.WebView/Interop/Interop.ChromiumEwk.Context.cs
src/Tizen.WebView/Interop/Interop.ChromiumEwk.InterceptRequest.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView.sln
src/Tizen.WebView/Tizen.WebView/Context.cs
src/Tizen.WebView/Tizen.WebView/RequestInterceptor.cs [new file with mode: 0644]