From 58466c77fe789e2708a3d880d99ba0ef4a97e702 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 23 Mar 2024 15:44:08 +0100 Subject: [PATCH] Update WebView2Loader.dll to WebView2 1.0.1150.38 The dll-file is obtained from the NuGet package microsoft.web.webview2 https://nuget.info/packages/Microsoft.Web.WebView2/1.0.1150.38 located in the sub-folder build/native/x64 For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 99.0.1150.38 or higher: https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/archive?tabs=dotnetcsharp#10115038 --- .../org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll | 4 ++-- .../win32/org/eclipse/swt/browser/Edge.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll b/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll index adf0f118f99..6e0d9d93ef3 100644 --- a/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll +++ b/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7d46b0936c95ea933afb68d5345011ba36791a4268918952628adb11683688c -size 136088 +oid sha256:184574b9c36b044888644fc1f2b19176e0e76ccc3ddd2f0a5f0d618c88661f86 +size 141224 diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java index deec1ba155e..84925b9f759 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java @@ -32,7 +32,7 @@ class Edge extends WebBrowser { } // WebView2Loader.dll compatible version. This is NOT the minimal required version. - static final String SDK_TARGET_VERSION = "89.0.721.0"; + static final String SDK_TARGET_VERSION = "99.0.1150.38"; // Display.getData() keys static final String APPLOCAL_DIR_KEY = "org.eclipse.swt.internal.win32.appLocalDir";