Skip to content

Commit

Permalink
move to webview2.1.0.2088.41
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinsimon committed Oct 22, 2023
1 parent 9e6bab7 commit d74ff87
Show file tree
Hide file tree
Showing 51 changed files with 9 additions and 118 deletions.
Binary file modified Source/Example/JS Chart.vi
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Example/Webview2 Demo.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
<Item Name="XControlSupport.lvlib" Type="Library" URL="/&lt;vilib&gt;/_xctls/XControlSupport.lvlib"/>
</Item>
<Item Name="Microsoft.Web.WebView2.Core.dll" Type="Document" URL="../../microsoft.web.webview2/lib/net45/Microsoft.Web.WebView2.Core.dll"/>
<Item Name="Microsoft.Web.WebView2.WinForms.dll" Type="Document" URL="../../microsoft.web.webview2/lib/net45/Microsoft.Web.WebView2.WinForms.dll"/>
<Item Name="Microsoft.Web.WebView2.Core.dll" Type="Document" URL="../../Libs/Microsoft.Web.WebView2.Core.dll"/>
<Item Name="Microsoft.Web.WebView2.WinForms.dll" Type="Document" URL="../../Libs/Microsoft.Web.WebView2.WinForms.dll"/>
<Item Name="mscorlib" Type="VI" URL="mscorlib">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
Expand Down
Binary file added Source/Libs/Microsoft.Web.WebView2.Core.dll
Binary file not shown.
Binary file added Source/Libs/Microsoft.Web.WebView2.WinForms.dll
Binary file not shown.
Binary file added Source/Libs/Microsoft.Web.WebView2.Wpf.dll
Binary file not shown.
Binary file added Source/Libs/arm64/WebView2Loader.dll
Binary file not shown.
Binary file added Source/Libs/arm64/WebView2Loader.dll.lib
Binary file not shown.
Binary file added Source/Libs/arm64/WebView2LoaderStatic.lib
Binary file not shown.
Binary file added Source/Libs/x64/WebView2Loader.dll
Binary file not shown.
Binary file added Source/Libs/x64/WebView2Loader.dll.lib
Binary file not shown.
Binary file added Source/Libs/x64/WebView2LoaderStatic.lib
Binary file not shown.
Binary file added Source/Libs/x86/WebView2Loader.dll
Binary file not shown.
Binary file added Source/Libs/x86/WebView2Loader.dll.lib
Binary file not shown.
Binary file added Source/Libs/x86/WebView2LoaderStatic.lib
Binary file not shown.
Binary file modified Source/Webview2 Control/Control Read 2.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Document Source Read 2.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Events Read 5.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Facade.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Get Environment.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Go Back.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Go Forward.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init Core.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init WebView2 Core.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Navigate And Wait.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Paths Read 2.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Register Events.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Reload.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Run Javascript.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Site Info Read 4.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/State.ctl
Binary file not shown.
Binary file modified Source/Webview2 Control/URL Read 3.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/URL Write 3.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Uninit.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise Document Title Changed.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise Dom Content Loaded.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise Nav Complete Event.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise Navigation Starting Event.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise Source Changed Event.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise StatusBarTextChanged.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise WebMessageReceived.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/_Raise WindowCloseRequested.vi
Binary file not shown.
27 changes: 0 additions & 27 deletions Source/microsoft.web.webview2/LICENSE.txt

This file was deleted.

85 changes: 0 additions & 85 deletions Source/microsoft.web.webview2/NOTICE.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 7 additions & 4 deletions WebView2.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2022-10-23 10:00:43" Modified_Date="2023-10-22 14:33:12" Creator="KLEINS" Comments="" ID="6b6e50bfbd832ab134aefedfe0bbeebb">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2022-10-23 10:00:43" Modified_Date="2023-10-22 17:55:33" Creator="KLEINS" Comments="" ID="36dfc1ad997560ae8e36755ba55e5e5b">
<Library_General_Settings>
<Package_File_Name>sklein_lib_WebView2</Package_File_Name>
<Library_Version>1.2.0.4</Library_Version>
<Library_Version>1.2.0.5</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>Source</Library_Source_Folder>
<Library_Output_Folder>Builds</Library_Output_Folder>
Expand Down Expand Up @@ -36,7 +36,10 @@ The needed library from nuget is included. Please see the LICENSE.txt for lincen
<Copyright/>
<Packager>Simon Klein</Packager>
<URL>https://github.com/kleinsimon/LV-WebView2</URL>
<Release_Notes>added JS call result output and document source property</Release_Notes>
<Release_Notes>- Added more options for environment
- Added navigate and wait
- Added example for JS data pushing
- Added Event for DOM loaded</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -224,7 +227,7 @@ The needed library from nuget is included. Please see the LICENSE.txt for lincen
<Path>Source\Webview2 Control\WebView2 Control.xctl</Path>
<VI_Title/>
</Items_Data>
<GUID>C1C1BCCE7FB4DE2CB3DCEB3E628540CD</GUID>
<GUID>99D19CD29C35B3E66FBBC66F50291082</GUID>
</Controls_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>

0 comments on commit d74ff87

Please sign in to comment.