Add some new APIs like Context, Settings, etc. (#2419)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Tue, 26 Jan 2021 09:39:54 +0000 (17:39 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 27 Jan 2021 11:05:23 +0000 (20:05 +0900)
commit375ff9cc63b4e76776e19a76a69244c4498e8ff5
treeb251a9a1a1479c47fd94d80d78b89afe9b4d1d34
parent341c0be2a2f38eb9b8ec52e7c5e4bb85e24df3e5
Add some new APIs like Context, Settings, etc. (#2419)

Originally only WebView is used to add new APIs, it will become
bigger, and be hard to maintain.
This patch is to move some related APIs into a class like WebContext,
WebSettings, etc.
And it also adds some new APIs like WebBackForwardList, etc.
src/Tizen.NUI/src/internal/Interop/Interop.WebBackForwardList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebContext.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebCookieManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebSettings.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebBackForwardList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebContext.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebCookieManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebSettings.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView.cs