1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Update to CEF 137.0.4

This commit is contained in:
Salvador Díaz Fau
2025-05-30 16:54:28 +02:00
parent 44caea2fd9
commit 9ac32a08e3
34 changed files with 1991 additions and 1019 deletions

View File

@ -188,7 +188,13 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a></td>
<td class="itemunit"><a class="bold" href="uCEFInterfaces.html">uCEFInterfaces</a></td>
<td class="itemdesc"><p> This interface typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </p></td>
<td class="itemdesc"><p>
<p>This interface typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</a></td>
@ -1573,7 +1579,13 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFDisplay.TCefDisplayRef.html">TCefDisplayRef</a></td>
<td class="itemunit"><a class="bold" href="uCEFDisplay.html">uCEFDisplay</a></td>
<td class="itemdesc"><p> This class typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </p></td>
<td class="itemdesc"><p>
<p>This interface typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFTypes.TCefDomDocument.html">TCefDomDocument</a></td>