Skip to content

Commit ad2ef0a

Browse files
committed
Update to WebView2 NuGet 1.0.3719.77
1 parent 34fcc08 commit ad2ef0a

File tree

557 files changed

+5029
-3075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+5029
-3075
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WebView4Delphi is an open source project created by Salvador Díaz Fau to embed
33

44
WebView4Delphi only supports Windows. If you need to embed a web browser in Linux, Windows or MacOS consider using [CEF4Delphi](https://github.com/salvadordf/CEF4Delphi) instead.
55

6-
WebView4Delphi uses the [Microsoft Edge WebView2 Runtime](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) and [Microsoft.Web.WebView2 NuGet package version 1.0.3650.58](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
6+
WebView4Delphi uses the [Microsoft Edge WebView2 Runtime](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) and [Microsoft.Web.WebView2 NuGet package version 1.0.3719.77](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
77

88
WebView4Delphi was developed and tested on Delphi 13, Delphi XE2, Delphi 7 and Lazarus 4.4/FPC 3.2.2.
99
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.

bin32/WebView2Loader.dll

40 Bytes
Binary file not shown.

bin64/WebView2Loader.dll

48 Bytes
Binary file not shown.

docs/WebView4Delphi.chm

11.3 KB
Binary file not shown.

docs/html/AllClasses.html

Lines changed: 445 additions & 420 deletions
Large diffs are not rendered by default.

docs/html/AllConstants.html

Lines changed: 313 additions & 298 deletions
Large diffs are not rendered by default.

docs/html/AllFunctions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>WebView4Delphi: All Functions and Procedures</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="generator" content="PasDoc 0.16.0-snapshot">
6+
<meta name="generator" content="PasDoc 0.17.0.snapshot">
77
<meta http-equiv="content-type" content="text/html; charset=utf-8">
88
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
99
</head>
@@ -246,6 +246,6 @@ <h1 class="allitems">All Functions and Procedures</h1>
246246
<td class="itemdesc"><p>&nbsp;</p></td>
247247
</tr>
248248
</table>
249-
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
249+
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.17.0.snapshot</a>. </em>
250250
</span>
251251
</body></html>

docs/html/AllIdentifiers.html

Lines changed: 508 additions & 463 deletions
Large diffs are not rendered by default.

docs/html/AllTypes.html

Lines changed: 136 additions & 131 deletions
Large diffs are not rendered by default.

docs/html/AllUnits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>WebView4Delphi: All Units</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="generator" content="PasDoc 0.16.0-snapshot">
6+
<meta name="generator" content="PasDoc 0.17.0.snapshot">
77
<meta http-equiv="content-type" content="text/html; charset=utf-8">
88
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
99
</head>
@@ -299,6 +299,6 @@ <h1 class="allitems">All Units</h1>
299299
<td class="itemdesc"><p>&nbsp;</p></td>
300300
</tr>
301301
</table>
302-
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
302+
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.17.0.snapshot</a>. </em>
303303
</span>
304304
</body></html>

0 commit comments

Comments
 (0)