1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-02 22:26:53 +02:00

Update to CEF 125.0.19

This commit is contained in:
Salvador Díaz Fau
2024-05-28 15:50:48 +02:00
parent 7c230b9d70
commit e3cd6821c8
138 changed files with 15244 additions and 5862 deletions
README.md
demos
docs
cef4delphi.chm
html
AllClasses.htmlAllConstants.htmlAllFunctions.htmlAllIdentifiers.htmlAllTypes.htmlAllUnits.htmlAllVariables.htmlClassHierarchy.htmlcef4delphi.hhccef4delphi.hhkcef4delphi.hhpcef4delphi.logindex.htmluCEFApplicationCore.TCefApplicationCore.htmluCEFApplicationCore.htmluCEFBrowser.TCefBrowserHostRef.htmluCEFBrowserView.TCefBrowserViewRef.htmluCEFBrowserViewComponent.TCEFBrowserViewComponent.htmluCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.htmluCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.htmluCEFBrowserViewDelegate.TCustomBrowserViewDelegate.htmluCEFButtonDelegate.TCustomButtonDelegate.htmluCEFChromiumCore.TChromiumCore.htmluCEFChromiumEvents.htmluCEFConstants.htmluCEFDownloadHandler.TCefDownloadHandlerOwn.htmluCEFDownloadHandler.TCustomDownloadHandler.htmluCEFInterfaces.ICefBrowserHost.htmluCEFInterfaces.ICefBrowserView.htmluCEFInterfaces.ICefBrowserViewDelegate.htmluCEFInterfaces.ICefBrowserViewDelegateEvents.htmluCEFInterfaces.ICefDownloadHandler.htmluCEFInterfaces.ICefExtension.htmluCEFInterfaces.ICefExtensionHandler.htmluCEFInterfaces.ICefRenderHandler.htmluCEFInterfaces.ICefRequestContext.htmluCEFInterfaces.ICefRequestHandler.htmluCEFInterfaces.ICefUnresponsiveProcessCallback.htmluCEFInterfaces.ICefView.htmluCEFInterfaces.ICefViewDelegate.htmluCEFInterfaces.ICefViewDelegateEvents.htmluCEFInterfaces.ICefWindow.htmluCEFInterfaces.ICefWindowDelegate.htmluCEFInterfaces.ICefWindowDelegateEvents.htmluCEFInterfaces.IChromiumEvents.htmluCEFInterfaces.htmluCEFLibFunctions.htmluCEFMenuButtonDelegate.TCustomMenuButtonDelegate.htmluCEFMiscFunctions.htmluCEFPanelDelegate.TCustomPanelDelegate.htmluCEFRenderHandler.TCefRenderHandlerOwn.htmluCEFRenderHandler.TCustomRenderHandler.htmluCEFRequestContext.TCefRequestContextRef.htmluCEFRequestHandler.TCefRequestHandlerOwn.htmluCEFRequestHandler.TCustomRequestHandler.htmluCEFTextfieldDelegate.TCustomTextfieldDelegate.htmluCEFTypes.TCefAcceleratedPaintInfo.htmluCEFTypes.TCefBoxLayoutSettings.htmluCEFTypes.TCefBrowserHost.htmluCEFTypes.TCefBrowserView.htmluCEFTypes.TCefBrowserViewDelegate.htmluCEFTypes.TCefDownloadHandler.htmluCEFTypes.TCefExtension.htmluCEFTypes.TCefExtensionHandler.htmluCEFTypes.TCefImage.htmluCEFTypes.TCefRenderHandler.htmluCEFTypes.TCefRequestContext.htmluCEFTypes.TCefRequestHandler.htmluCEFTypes.TCefUnresponsiveProcessCallback.htmluCEFTypes.TCefView.htmluCEFTypes.TCefViewDelegate.htmluCEFTypes.TCefWindow.htmluCEFTypes.TCefWindowDelegate.htmluCEFTypes.TCefWindowInfo.htmluCEFTypes.htmluCEFUnresponsiveProcessCallback.TCefUnresponsiveProcessCallbackRef.htmluCEFUnresponsiveProcessCallback.htmluCEFView.TCefViewRef.htmluCEFViewComponent.TCEFViewComponent.htmluCEFViewDelegate.TCefViewDelegateOwn.htmluCEFViewDelegate.TCefViewDelegateRef.htmluCEFViewDelegate.TCustomViewDelegate.htmluCEFViewsFrameworkEvents.htmluCEFWindow.TCefWindowRef.htmluCEFWindowComponent.TCEFWindowComponent.htmluCEFWindowDelegate.TCefWindowDelegateOwn.htmluCEFWindowDelegate.TCefWindowDelegateRef.htmluCEFWindowDelegate.TCustomWindowDelegate.htmluCEFWindowInfoWrapper.TCEFWindowInfoWrapper.htmluCEFWindowInfoWrapper.html
packages
source
update_CEF4Delphi.json

@ -208,29 +208,33 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointToScreen-TCefPoint-">ConvertPointToScreen</a></strong>(var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#GetThemeColor-integer-">GetThemeColor</a></strong>(color_id: integer): <a href="uCEFTypes.html#TCefColor">TCefColor</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointToScreen-TCefPoint-">ConvertPointToScreen</a></strong>(var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointFromScreen-TCefPoint-">ConvertPointFromScreen</a></strong>(var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointToWindow-TCefPoint-">ConvertPointToWindow</a></strong>(var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointFromWindow-TCefPoint-">ConvertPointFromWindow</a></strong>(var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointToView-ICefView-TCefPoint-">ConvertPointToView</a></strong>(const view : <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFView.TCefViewRef.html#ConvertPointFromView-ICefView-TCefPoint-">ConvertPointFromView</a></strong>(const view : <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>): boolean;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>class function <strong><a href="uCEFView.TCefViewRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <a href="uCEFInterfaces.ICefView.html">ICefView</a>;</code></td>
</tr>
@ -664,7 +668,7 @@
</tr>
<tr><td colspan="2">
<p>
Sets the background color for this View. </p>
Sets the background color for this View. The background color will be automatically reset when ICefViewDelegate.OnThemeChanged is called. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -674,7 +678,17 @@
</tr>
<tr><td colspan="2">
<p>
Returns the background color for this View. </p>
Returns the background color for this View. If the background color is unset then the current `GetThemeColor(CEF_ColorPrimaryBackground)` value will be returned. If this View belongs to an overlay (created with ICefWindow.AddOverlayView), and the background color is unset, then a value of transparent (0) will be returned. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetThemeColor-integer-"></span><code>function <strong>GetThemeColor</strong>(color_id: integer): <a href="uCEFTypes.html#TCefColor">TCefColor</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the current theme color associated with |color_id|, or the placeholder color (red) if unset. See cef_color_ids.h for standard ID values. Standard colors can be overridden and custom colors can be added using ICefWindow.SetThemeColor. </p>
</td></tr>
</table>
<table class="detail wide_list">