Introduce Tizen.WebView
authoryh106.jung <yh106.jung@samsung.com>
Fri, 17 Feb 2017 04:12:56 +0000 (13:12 +0900)
committeryh106.jung <yh106.jung@samsung.com>
Fri, 17 Mar 2017 05:39:14 +0000 (14:39 +0900)
commit9f249678db74fff7ebe77a207b9e6047cfa620c6
treeaf8bc780ced06bc4ef57ed71598d8d7131252b2a
parentcea70b4434ca284d84beda6ecfc9639de441f499
Introduce Tizen.WebView

This patch introduces Tizen.WebView project.
Plus, Tizen.WebView.Test project is included in order to test basic
functionality of Tizen.WebView.

Change-Id: I79b01c2c18817f399f83a3e56cc5cd8ceae3322f
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
32 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
packaging/csapi-webview.manifest [new file with mode: 0644]
packaging/csapi-webview.spec [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.Context.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.CookieManager.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.Error.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.Settings.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.View.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.ChromiumEwk.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.Elementary.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.Evas.cs [new file with mode: 0644]
src/Tizen.WebView/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.WebView/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView.csproj [new file with mode: 0755]
src/Tizen.WebView/Tizen.WebView.nuspec [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView.project.json [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView.snk [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/Chromium.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/Context.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/CookieManager.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/JavaScriptMessage.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/Settings.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/SmartCallbackArgs.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/SmartCallbackLoadErrorArgs.cs [new file with mode: 0644]
src/Tizen.WebView/Tizen.WebView/WebView.cs [new file with mode: 0644]
test/Tizen.WebView.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
test/Tizen.WebView.Test/SimpleWebviewApp.cs [new file with mode: 0644]
test/Tizen.WebView.Test/Tizen.WebView.Test.csproj [new file with mode: 0755]
test/Tizen.WebView.Test/Tizen.WebView.Test.project.json [new file with mode: 0644]
test/Tizen.WebView.Test/shared/res/Tizen.WebView.Test.png [new file with mode: 0644]
test/Tizen.WebView.Test/tizen-manifest.xml [new file with mode: 0644]