[NUI] Implement context menu APIs of webview. (#2909)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Wed, 21 Apr 2021 11:21:32 +0000 (19:21 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 28 Apr 2021 03:36:30 +0000 (12:36 +0900)
commit1f2da72aba5698c5b2bc2359a7369e445adb19bf
treec34c05c9fed606a6817b9f4c4e3b498d35abb7ff
parentb2fc5fb2f190f255ec90b8e089d30846359a4f85
[NUI] Implement context menu APIs of webview. (#2909)

This patch is to implement context menu APIs of webview.
20 files changed:
src/Tizen.NUI/src/internal/Interop/Interop.WebContextMenu.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebContextMenuItem.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebContextMenuItemList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebPasswordData.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebPasswordDataList.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebSecurityOrigin.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebSecurityOriginList.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView/WebContextMenu.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebContextMenuItem.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebContextMenuItemList.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebPasswordData.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebPasswordDataList.cs
src/Tizen.NUI/src/internal/WebView/WebSecurityOrigin.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebSecurityOriginList.cs
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewContextMenuCustomizedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewContextMenuCustomizedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewContextMenuItemSelectedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewContextMenuItemSelectedSignal.cs [new file with mode: 0755]