Skip to content

Commit

Permalink
Update to WebView2 NuGet 1.0.2592.51
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Jun 20, 2024
1 parent 4237899 commit e6c592a
Show file tree
Hide file tree
Showing 57 changed files with 1,038 additions and 551 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WebView4Delphi is an open source project created by Salvador Díaz Fau to embed

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.

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.2535.41](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
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.2592.51](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.

WebView4Delphi was developed and tested on Delphi 12.1, Delphi XE2, Delphi 7 and Lazarus 3.4/FPC 3.2.2.
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.
Expand Down
Binary file modified bin32/WebView2Loader.dll
Binary file not shown.
Binary file modified bin64/WebView2Loader.dll
Binary file not shown.
Binary file modified docs/WebView4Delphi.chm
Binary file not shown.
85 changes: 45 additions & 40 deletions docs/html/AllClasses.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/html/AllConstants.html
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ <h1 class="allitems">All Constants</h1>
<tr class="list">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_AUTOPLAY">COREWEBVIEW2_PERMISSION_KIND_AUTOPLAY</a></td>
<td class="itemunit"><a class="bold" href="uWVTypeLibrary.html">uWVTypeLibrary</a></td>
<td class="itemdesc"><p> Indicates permission to play audio and video automatically on sites. This permission affects the autoplay attribute and play method of the audio and video HTML elements, and the start method of the Web Audio API. See the [Autoplay guide for media and Web Audio APIs](<a href="https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide">https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide</a>) for details. </p></td>
<td class="itemdesc"><p> Indicates permission to play audio and video automatically on sites. This permission affects the autoplay attribute and play method of the audio and video HTML elements, and the start method of the Web Audio API. See the [Autoplay guide for media and Web Audio APIs](<a href="https://developer.mozilla.org/docs/Web/Media/Autoplay_guide">https://developer.mozilla.org/docs/Web/Media/Autoplay_guide</a>) for details. </p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_CAMERA">COREWEBVIEW2_PERMISSION_KIND_CAMERA</a></td>
Expand All @@ -763,7 +763,7 @@ <h1 class="allitems">All Constants</h1>
<tr class="list2">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_FILE_READ_WRITE">COREWEBVIEW2_PERMISSION_KIND_FILE_READ_WRITE</a></td>
<td class="itemunit"><a class="bold" href="uWVTypeLibrary.html">uWVTypeLibrary</a></td>
<td class="itemdesc"><p> Indicates permission to read and write to files or folders on the device. Permission is requested when developers use the [File System Access API](<a href="https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API">https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API</a>) to show the file or folder picker to the end user, and then request &quot;readwrite&quot; permission for the user's selection. </p></td>
<td class="itemdesc"><p> Indicates permission to read and write to files or folders on the device. Permission is requested when developers use the [File System Access API](<a href="https://developer.mozilla.org/docs/Web/API/File_System_Access_API">https://developer.mozilla.org/docs/Web/API/File_System_Access_API</a>) to show the file or folder picker to the end user, and then request &quot;readwrite&quot; permission for the user's selection. </p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_GEOLOCATION">COREWEBVIEW2_PERMISSION_KIND_GEOLOCATION</a></td>
Expand All @@ -783,7 +783,7 @@ <h1 class="allitems">All Constants</h1>
<tr class="list2">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_MIDI_SYSTEM_EXCLUSIVE_MESSAGES">COREWEBVIEW2_PERMISSION_KIND_MIDI_SYSTEM_EXCLUSIVE_MESSAGES</a></td>
<td class="itemunit"><a class="bold" href="uWVTypeLibrary.html">uWVTypeLibrary</a></td>
<td class="itemdesc"><p> Indicates permission to send and receive system exclusive messages to/from MIDI (Musical Instrument Digital Interface) devices. Permission is requested when developers use the [Web MIDI API](<a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API">https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API</a>) to request access to system exclusive MIDI messages. </p></td>
<td class="itemdesc"><p> Indicates permission to send and receive system exclusive messages to/from MIDI (Musical Instrument Digital Interface) devices. Permission is requested when developers use the [Web MIDI API](<a href="https://developer.mozilla.org/docs/Web/API/Web_MIDI_API">https://developer.mozilla.org/docs/Web/API/Web_MIDI_API</a>) to request access to system exclusive MIDI messages. </p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="uWVTypeLibrary.html#COREWEBVIEW2_PERMISSION_KIND_MULTIPLE_AUTOMATIC_DOWNLOADS">COREWEBVIEW2_PERMISSION_KIND_MULTIPLE_AUTOMATIC_DOWNLOADS</a></td>
Expand Down Expand Up @@ -1152,7 +1152,7 @@ <h1 class="allitems">All Constants</h1>

<p>Window style fluent overlay scroll bar.

<p>Please see [Fluent UI](https:/-/developer.microsoft.com/en-us/fluentui#/) for more details on fluent UI.
<p>Please see [Fluent UI](<a href="https://developer.microsoft.com/fluentui#/">https://developer.microsoft.com/fluentui#/</a>) for more details on fluent UI.

<p></p></td>
</tr>
Expand Down
Loading

0 comments on commit e6c592a

Please sign in to comment.