[NUI] Implement some new APIs of webcontext.
authorhuayong.xu <huayong.xu@samsung.com>
Wed, 14 Apr 2021 03:38:46 +0000 (11:38 +0800)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commit9fd0cb0da9f55496a878455067e35dc157925ca2
tree95b0224f7a580b430d567678267cce3527c8f9e4
parent38a36e69c9b2dd195a8330eb0702de12ffc9893b
[NUI] Implement some new APIs of webcontext.

This patch is to implement some new APIs of webcontext, such as
GetWebStorageOrigins, GetFormPasswordList, etc.
src/Tizen.NUI/src/internal/Interop/Interop.WebContext.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebPasswordDataList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebSecurityOriginList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebContext.cs
src/Tizen.NUI/src/internal/WebView/WebPasswordDataList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebSecurityOriginList.cs [new file with mode: 0755]