mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-02 21:57:37 +02:00
Update to CEF 136.1.1
This commit is contained in:
parent
8752850487
commit
770019bec8
14
README.md
14
README.md
@ -3,15 +3,15 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro
|
||||
|
||||
CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file.
|
||||
|
||||
CEF4Delphi uses CEF 135.0.22 which includes Chromium 135.0.7049.115.
|
||||
CEF4Delphi uses CEF 136.1.1 which includes Chromium 136.0.7103.33.
|
||||
|
||||
The CEF binaries used by CEF4Delphi are available for download at Spotify :
|
||||
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_windows32.tar.bz2)
|
||||
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_windows64.tar.bz2)
|
||||
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_linux64.tar.bz2)
|
||||
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_linuxarm.tar.bz2)
|
||||
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_linuxarm64.tar.bz2)
|
||||
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_135.0.22%2Bg442c600%2Bchromium-135.0.7049.115_macosx64.tar.bz2)
|
||||
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_windows32.tar.bz2)
|
||||
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_windows64.tar.bz2)
|
||||
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_linux64.tar.bz2)
|
||||
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_linuxarm.tar.bz2)
|
||||
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_linuxarm64.tar.bz2)
|
||||
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.1%2Bg4dec9aa%2Bchromium-136.0.7103.33_macosx64.tar.bz2)
|
||||
|
||||
CEF4Delphi was developed and tested on Delphi 12.3 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 3.8/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
|
||||
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3973,6 +3973,10 @@
|
||||
<param name="Name" value="FOnGetBrowserRuntimeStyle">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Properties">
|
||||
@ -4027,6 +4031,10 @@
|
||||
<param name="Name" value="OnGetBrowserRuntimeStyle">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Methods">
|
||||
@ -4098,6 +4106,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CreateBrowserView">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#CreateBrowserView">
|
||||
</object>
|
||||
@ -4176,6 +4188,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="UnWrap">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#UnWrap">
|
||||
</object>
|
||||
@ -4224,6 +4240,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="InitializeCEFMethods">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#InitializeCEFMethods">
|
||||
</object>
|
||||
@ -4330,6 +4350,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Create">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#Create">
|
||||
</object>
|
||||
@ -12042,10 +12066,6 @@
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERTIFICATE_TRANSPARENCY_REQUIRED">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ERR_CERT_SYMANTEC_LEGACY">
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERT_SYMANTEC_LEGACY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ERR_CERT_KNOWN_INTERCEPTION_BLOCKED">
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERT_KNOWN_INTERCEPTION_BLOCKED">
|
||||
</object>
|
||||
@ -13370,6 +13390,14 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_SHOW_HISTORY_SIDE_PANEL">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_SHOW_HISTORY_SIDE_PANEL">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_OPEN_GLIC">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_OPEN_GLIC">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_SPELLCHECK_SUGGESTION_0">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_0">
|
||||
</object>
|
||||
@ -13930,6 +13958,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_BOOKMARK_BAR_MOVE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_MOVE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">
|
||||
</object>
|
||||
@ -14106,10 +14138,6 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS">
|
||||
</object>
|
||||
@ -14166,10 +14194,18 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_EXIT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_STATUS_ICON_MENU_CLOSE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_CLOSE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_TOGGLE_PIN">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_TOGGLE_FOCUS">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_FOCUS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CERT_STATUS_NONE">
|
||||
<param name="Local" value="uCEFConstants.html#CERT_STATUS_NONE">
|
||||
</object>
|
||||
@ -15362,6 +15398,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_API_HASH_PLATFORM">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_API_HASH_PLATFORM">
|
||||
</object>
|
||||
@ -21361,6 +21401,10 @@
|
||||
<param name="Name" value="doOnGetBrowserRuntimeStyle">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -29055,6 +29099,10 @@
|
||||
<param name="Name" value="OnGetBrowserRuntimeStyle">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnGetBrowserRuntimeStyle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -49553,6 +49601,10 @@
|
||||
<param name="Name" value="get_browser_runtime_style">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#get_browser_runtime_style">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="allow_move_for_picture_in_picture">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#allow_move_for_picture_in_picture">
|
||||
</object>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -54004,6 +54056,10 @@
|
||||
<param name="Local" value="uCEFViewsFrameworkEvents.html#TOnGetBrowserRuntimeStyleEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOnAllowMoveForPictureInPictureEvent">
|
||||
<param name="Local" value="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOnButtonPressedEvent">
|
||||
<param name="Local" value="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">
|
||||
</object>
|
||||
@ -57580,6 +57636,10 @@
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnBrowserCreated">
|
||||
</object>
|
||||
@ -57624,6 +57684,10 @@
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnBrowserCreated">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnBrowserCreated">
|
||||
</object>
|
||||
@ -71204,6 +71268,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FBrowserViewDlg">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FOnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">
|
||||
</object>
|
||||
@ -71254,6 +71322,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#ChromeToolbar">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserCreated">
|
||||
</object>
|
||||
@ -71336,6 +71408,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#DestroyView">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnBrowserCreated">
|
||||
</object>
|
||||
@ -71384,6 +71460,10 @@
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="allow_move_for_picture_in_picture">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#allow_move_for_picture_in_picture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="base">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#base">
|
||||
</object>
|
||||
@ -71440,6 +71520,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#InitializeCEFMethods">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnBrowserCreated">
|
||||
</object>
|
||||
@ -71488,6 +71572,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#UnWrap">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnBrowserCreated">
|
||||
</object>
|
||||
@ -98330,6 +98418,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#Create">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBlur">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnBlur">
|
||||
</object>
|
||||
|
@ -114,16 +114,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CefGetDataURI">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -1225,6 +1225,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_FONTS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PERMISSION_TYPE_MIC_STREAM">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PERMISSION_TYPE_MIC_STREAM">
|
||||
</object>
|
||||
@ -2683,7 +2687,7 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
@ -2691,11 +2695,11 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TPoint-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TPoint-double-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -3019,10 +3023,6 @@
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERT_SELF_SIGNED_LOCAL_NETWORK">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ERR_CERT_SYMANTEC_LEGACY">
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERT_SYMANTEC_LEGACY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ERR_CERT_UNABLE_TO_CHECK_REVOCATION">
|
||||
<param name="Local" value="uCEFConstants.html#ERR_CERT_UNABLE_TO_CHECK_REVOCATION">
|
||||
</object>
|
||||
@ -3896,16 +3896,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetCefMouseModifiers">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -4208,16 +4208,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SameAs">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -4781,6 +4781,10 @@
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegate.html#OnBrowserCreated-ICefBrowserView-ICefBrowser-">
|
||||
</object>
|
||||
@ -4817,6 +4821,10 @@
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnBrowserCreated">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnBrowserCreated-ICefBrowserView-ICefBrowser-">
|
||||
</object>
|
||||
@ -5840,16 +5848,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetElementAttributes">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -11945,6 +11953,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_EDIT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_BOOKMARK_BAR_MOVE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_MOVE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_BOOKMARK_BAR_NEW_FOLDER">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_NEW_FOLDER">
|
||||
</object>
|
||||
@ -12109,10 +12121,6 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_CONTENT_CONTEXT_CLOSE_GLIC">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_CLOSE_GLIC">
|
||||
</object>
|
||||
@ -12761,6 +12769,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_FULLSCREEN">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_STATUS_ICON_MENU_CLOSE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_CLOSE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT">
|
||||
</object>
|
||||
@ -12781,6 +12793,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_SHOW">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_TOGGLE_FOCUS">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_FOCUS">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_GLIC_TOGGLE_PIN">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">
|
||||
</object>
|
||||
@ -12965,6 +12981,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_OPEN_FILE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_OPEN_GLIC">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_OPEN_GLIC">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_OPEN_GUEST_PROFILE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_OPEN_GUEST_PROFILE">
|
||||
</object>
|
||||
@ -13261,6 +13281,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_SHOW_HISTORY_SIDE_PANEL">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_SHOW_HISTORY_SIDE_PANEL">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="IDC_SHOW_MANAGEMENT_PAGE">
|
||||
<param name="Local" value="uCEFConstants.html#IDC_SHOW_MANAGEMENT_PAGE">
|
||||
</object>
|
||||
@ -13652,16 +13676,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="LogicalToDevice">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -19633,6 +19657,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#DestroyView">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="doOnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnBrowserCreated-ICefBrowserView-ICefBrowser-">
|
||||
</object>
|
||||
@ -19673,6 +19701,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FBrowserViewDlg">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FOnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FOnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">
|
||||
</object>
|
||||
@ -19737,6 +19769,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#Initialize">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnAllowMoveForPictureInPicture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserCreated">
|
||||
</object>
|
||||
@ -19781,6 +19817,10 @@
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="allow_move_for_picture_in_picture">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#allow_move_for_picture_in_picture">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="base">
|
||||
<param name="Local" value="uCEFTypes.TCefBrowserViewDelegate.html#base">
|
||||
</object>
|
||||
@ -19829,6 +19869,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#InitializeCEFMethods">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnBrowserCreated-ICefBrowserView-ICefBrowser-">
|
||||
</object>
|
||||
@ -19865,6 +19909,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBrowserCreated">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnBrowserCreated-ICefBrowserView-ICefBrowser-">
|
||||
</object>
|
||||
@ -20762,16 +20810,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetSwitches">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
|
||||
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -22932,16 +22980,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetElementAttributes">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
|
||||
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -25194,11 +25242,15 @@
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Write">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TCefJsonWriterOptions-">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TCefJsonWriterOptions-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
@ -25207,10 +25259,6 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TCefJsonWriterOptions-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TStringList-">
|
||||
</object>
|
||||
</ul>
|
||||
@ -41484,16 +41532,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="LoadResource">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -42446,16 +42494,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SendProcessMessage">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -42748,12 +42796,12 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="UpdatePreference">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
@ -42761,7 +42809,7 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
@ -43413,6 +43461,10 @@
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#FEvents">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnAllowMoveForPictureInPicture">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="OnBlur">
|
||||
<param name="Local" value="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnBlur-ICefView-">
|
||||
</object>
|
||||
@ -45339,11 +45391,11 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -46271,6 +46323,10 @@
|
||||
<param name="Local" value="uCEFTimerWorkScheduler.html#TOnAllowEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOnAllowMoveForPictureInPictureEvent">
|
||||
<param name="Local" value="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOnAlreadyRunningAppRelaunchEvent">
|
||||
<param name="Local" value="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">
|
||||
</object>
|
||||
|
@ -37,13 +37,13 @@
|
||||
<span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 135;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 136;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 0;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 1;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 15;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 1;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_BUILD">CEF_SUPPORTED_VERSION_BUILD</a></strong> = 0;</code></td>
|
||||
@ -55,16 +55,16 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_MINOR">CEF_CHROMEELF_VERSION_MINOR</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 7049;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 7103;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 41;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 33;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_MIN">CEF_API_VERSION_MIN</a></strong> = 13300;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a></strong> = 13500;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a></strong> = 13601;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION">CEF_API_VERSION</a></strong> = <a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a>;</code></td>
|
||||
@ -73,13 +73,13 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_EXPERIMENTAL">CEF_API_VERSION_EXPERIMENTAL</a></strong> = 999999;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = '5b7c2284ed2542cf6212981d62ca9122fb2a4e88';</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = '40b224f295a20694241c5db49721bc90a3796f30';</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = '9862177631e8059a497d6086058168dd47477ab7';</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '3e78b6fe5fd31d69049499450849ada17a720a53';</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '116a4153047ee1ee67f17fc938f084ee72b24e54';</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_DLL">LIBCEF_DLL</a></strong> = 'libcef.dll';</code></td>
|
||||
@ -115,21 +115,21 @@
|
||||
<h3 class="detail">Constants</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MAJOR"></span><code><strong>CEF_SUPPORTED_VERSION_MAJOR</strong> = 135;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MAJOR"></span><code><strong>CEF_SUPPORTED_VERSION_MAJOR</strong> = 136;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 0;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 1;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 15;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 1;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -157,14 +157,14 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_RELEASE"></span><code><strong>CEF_CHROMEELF_VERSION_RELEASE</strong> = 7049;</code></td>
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_RELEASE"></span><code><strong>CEF_CHROMEELF_VERSION_RELEASE</strong> = 7103;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 41;</code></td>
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 33;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -180,7 +180,7 @@ values defined in cef_api_versions.json</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_API_VERSION_LAST"></span><code><strong>CEF_API_VERSION_LAST</strong> = 13500;</code></td>
|
||||
<td class="itemcode"><span id="CEF_API_VERSION_LAST"></span><code><strong>CEF_API_VERSION_LAST</strong> = 13601;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -203,7 +203,7 @@ value defined in /include/cef_api_hash.h</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = '5b7c2284ed2542cf6212981d62ca9122fb2a4e88';</code></td>
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = '40b224f295a20694241c5db49721bc90a3796f30';</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -212,14 +212,14 @@ values defined in cef_api_versions.json</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = '9862177631e8059a497d6086058168dd47477ab7';</code></td>
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '3e78b6fe5fd31d69049499450849ada17a720a53';</code></td>
|
||||
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '116a4153047ee1ee67f17fc938f084ee72b24e54';</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -68,6 +68,10 @@
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetBrowserRuntimeStyle">FOnGetBrowserRuntimeStyle</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetBrowserRuntimeStyleEvent">TOnGetBrowserRuntimeStyleEvent</a>;</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><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">FOnAllowMoveForPictureInPicture</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">TOnAllowMoveForPictureInPictureEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
<table class="summary wide_list">
|
||||
@ -136,15 +140,19 @@
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnGetBrowserRuntimeStyle-TCefRuntimeStyle-">doOnGetBrowserRuntimeStyle</a></strong>(var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#CreateBrowserView-ICefClient-ustring-TCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-">CreateBrowserView</a></strong>(const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; const url: <a href="uCEFTypes.html#ustring">ustring</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const request_context: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>): boolean;</code></td>
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">doOnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#GetForBrowser-ICefBrowser-">GetForBrowser</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>): boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#CreateBrowserView-ICefClient-ustring-TCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-">CreateBrowserView</a></strong>(const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; const url: <a href="uCEFTypes.html#ustring">ustring</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const request_context: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>): boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#GetForBrowser-ICefBrowser-">GetForBrowser</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>): boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#SetPreferAccelerators-boolean-">SetPreferAccelerators</a></strong>(prefer_accelerators: boolean);</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -198,6 +206,10 @@
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetBrowserRuntimeStyle">OnGetBrowserRuntimeStyle</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetBrowserRuntimeStyleEvent">TOnGetBrowserRuntimeStyleEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetBrowserRuntimeStyle">FOnGetBrowserRuntimeStyle</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetBrowserRuntimeStyle">FOnGetBrowserRuntimeStyle</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnAllowMoveForPictureInPicture">OnAllowMoveForPictureInPicture</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">TOnAllowMoveForPictureInPictureEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">FOnAllowMoveForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">FOnAllowMoveForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Fields</h3>
|
||||
@ -283,6 +295,14 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</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="FOnAllowMoveForPictureInPicture"></span><code><strong>FOnAllowMoveForPictureInPicture</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">TOnAllowMoveForPictureInPictureEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<h3 class="detail">Methods</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
@ -416,6 +436,14 @@ ICefBrowserViewDelegateEvents</p>
|
||||
</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="doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>doOnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="CreateBrowserView-ICefClient-ustring-TCefBrowserSettings-ICefDictionaryValue-ICefRequestContext-"></span><code>function <strong>CreateBrowserView</strong>(const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; const url: <a href="uCEFTypes.html#ustring">ustring</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>; const request_context: <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a>): boolean;</code></td>
|
||||
</tr>
|
||||
@ -565,6 +593,16 @@ ICefBrowserViewDelegateEvents</p>
|
||||
Optionally change the runtime style for this BrowserView. See TCefRuntimeStyle documentation for details. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnAllowMoveForPictureInPicture"></span><code>property <strong>OnAllowMoveForPictureInPicture</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">TOnAllowMoveForPictureInPictureEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">FOnAllowMoveForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnAllowMoveForPictureInPicture">FOnAllowMoveForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Return true (1) to allow the use of JavaScript moveTo/By() and resizeTo/By() (without user activation) with Document picture-in-picture popups. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
||||
</span>
|
||||
</body></html>
|
||||
|
@ -65,9 +65,13 @@
|
||||
</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>procedure <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#InitializeCEFMethods">InitializeCEFMethods</a></strong>; override;</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">OnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean); virtual;</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>procedure <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#InitializeCEFMethods">InitializeCEFMethods</a></strong>; override;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#Create">Create</a></strong>; override;</code></td>
|
||||
</tr>
|
||||
@ -157,6 +161,16 @@
|
||||
<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="OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>OnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean); virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Return true (1) to allow the use of JavaScript moveTo/By() and resizeTo/By() (without user activation) with Document picture-in-picture popups. </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="InitializeCEFMethods"></span><code>procedure <strong>InitializeCEFMethods</strong>; override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
@ -58,6 +58,10 @@
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnGetBrowserRuntimeStyle-TCefRuntimeStyle-">OnGetBrowserRuntimeStyle</a></strong>(var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>);</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>procedure <strong><a href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">OnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<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="uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>;</code></td>
|
||||
</tr>
|
||||
@ -146,6 +150,16 @@
|
||||
</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="OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>OnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBrowserViewDelegate.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">ICefBrowserViewDelegate.OnAllowMoveForPictureInPicture</a>.</p><p>
|
||||
Return true (1) to allow the use of JavaScript moveTo/By() and resizeTo/By() (without user activation) with Document picture-in-picture popups. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>;</code></td>
|
||||
</tr>
|
||||
|
@ -112,6 +112,10 @@
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnGetBrowserRuntimeStyle-TCefRuntimeStyle-">OnGetBrowserRuntimeStyle</a></strong>(var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>); override;</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>procedure <strong><a href="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">OnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean); override;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html#Create-ICefBrowserViewDelegateEvents-">Create</a></strong>(const events: <a href="uCEFInterfaces.ICefBrowserViewDelegateEvents.html">ICefBrowserViewDelegateEvents</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
@ -338,6 +342,16 @@ ICefBrowserViewDelegate</p>
|
||||
</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="OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>OnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean); override;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">TCefBrowserViewDelegateOwn.OnAllowMoveForPictureInPicture</a>.</p><p>
|
||||
Return true (1) to allow the use of JavaScript moveTo/By() and resizeTo/By() (without user activation) with Document picture-in-picture popups. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowserViewDelegateEvents-"></span><code>constructor <strong>Create</strong>(const events: <a href="uCEFInterfaces.ICefBrowserViewDelegateEvents.html">ICefBrowserViewDelegateEvents</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -65,6 +65,10 @@
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserViewDelegate.html#OnGetBrowserRuntimeStyle-TCefRuntimeStyle-">OnGetBrowserRuntimeStyle</a></strong>(var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserViewDelegate.html#OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">OnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Methods</h3>
|
||||
@ -153,6 +157,16 @@
|
||||
Optionally change the runtime style for this BrowserView. See TCefRuntimeStyle documentation for details. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>OnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Return true (1) to allow the use of JavaScript moveTo/By() and resizeTo/By() (without user activation) with Document picture-in-picture popups. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
||||
</span>
|
||||
</body></html>
|
||||
|
@ -58,6 +58,10 @@
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnGetBrowserRuntimeStyle-TCefRuntimeStyle-">doOnGetBrowserRuntimeStyle</a></strong>(var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserViewDelegateEvents.html#doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-">doOnAllowMoveForPictureInPicture</a></strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Methods</h3>
|
||||
@ -130,6 +134,14 @@
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="doOnAllowMoveForPictureInPicture-ICefBrowserView-boolean-"></span><code>procedure <strong>doOnAllowMoveForPictureInPicture</strong>(const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult: boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
||||
</span>
|
||||
</body></html>
|
||||
|
@ -67,6 +67,10 @@
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBrowserViewDelegate.html#get_browser_runtime_style">get_browser_runtime_style</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserViewDelegate">PCefBrowserViewDelegate</a>): <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>; stdcall;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBrowserViewDelegate.html#allow_move_for_picture_in_picture">allow_move_for_picture_in_picture</a></strong>: function(self: <a href="uCEFTypes.html#PCefBrowserViewDelegate">PCefBrowserViewDelegate</a>; browser_view: <a href="uCEFTypes.html#PCefBrowserView">PCefBrowserView</a>): integer; stdcall;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Fields</h3>
|
||||
@ -142,6 +146,14 @@
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="allow_move_for_picture_in_picture"></span><code><strong>allow_move_for_picture_in_picture</strong>: function(self: <a href="uCEFTypes.html#PCefBrowserViewDelegate">PCefBrowserViewDelegate</a>; browser_view: <a href="uCEFTypes.html#PCefBrowserView">PCefBrowserView</a>): integer; stdcall;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
||||
</span>
|
||||
</body></html>
|
||||
|
@ -5024,7 +5024,7 @@ Ranges:
|
||||
<li>
|
||||
<span id="PDE_TYPE_FILE">PDE_TYPE_FILE</span></li>
|
||||
<li>
|
||||
<span id="PDF_TYPE_NUM_VALUES">PDF_TYPE_NUM_VALUES</span></li>
|
||||
<span id="PDE_TYPE_NUM_VALUES">PDE_TYPE_NUM_VALUES</span></li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
@ -7188,9 +7188,9 @@ Ranges:
|
||||
<li>
|
||||
<span id="CEF_CTBT_CAST">CEF_CTBT_CAST</span></li>
|
||||
<li>
|
||||
<span id="CEF_CTBT_DOWNLOAD">CEF_CTBT_DOWNLOAD</span></li>
|
||||
<span id="CEF_CTBT_DOWNLOAD_DEPRECATED">CEF_CTBT_DOWNLOAD_DEPRECATED</span></li>
|
||||
<li>
|
||||
<span id="CEF_CTBT_SEND_TAB_TO_SELF">CEF_CTBT_SEND_TAB_TO_SELF</span></li>
|
||||
<span id="CEF_CTBT_SEND_TAB_TO_SELF_DEPRECATED">CEF_CTBT_SEND_TAB_TO_SELF_DEPRECATED</span></li>
|
||||
<li>
|
||||
<span id="CEF_CTBT_SIDE_PANEL">CEF_CTBT_SIDE_PANEL</span></li>
|
||||
<li>
|
||||
@ -7470,7 +7470,7 @@ Ranges:
|
||||
<li>
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_TRIAL">CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_TRIAL</span>: Content Setting for 3PC accesses granted via top-level 3PC deprecation trial. Similar to TPCD_TRIAL, but applicable at the page-level for the lifetime of the page that served the token, rather than being specific to a requesting-origin/top-level-site combination and persistent. </li>
|
||||
<li>
|
||||
<span id="CEF_CONTENT_SETTING_TOP_LEVEL_TPCD_ORIGIN_TRIAL">CEF_CONTENT_SETTING_TOP_LEVEL_TPCD_ORIGIN_TRIAL</span>:
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_ORIGIN_TRIAL">CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_ORIGIN_TRIAL</span>:
|
||||
|
||||
<p>Content Setting for a first-party origin trial that allows websites to enable third-party cookie deprecation.
|
||||
|
||||
@ -7550,7 +7550,9 @@ Ranges:
|
||||
<li>
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS</span>: Website setting which is used for UnusedSitePermissionsService to store revoked notification permissions of disruptive sites. </li>
|
||||
<li>
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_NUM_VALUES">CEF_CONTENT_SETTING_TYPE_NUM_VALUES</span>: * CEF_API_ADDED(13500) *</li>
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS">CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS</span>: Content setting for whether the site is allowed to make local network requests. </li>
|
||||
<li>
|
||||
<span id="CEF_CONTENT_SETTING_TYPE_NUM_VALUES">CEF_CONTENT_SETTING_TYPE_NUM_VALUES</span>: * CEF_API_ADDED(13600) *</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
@ -79,81 +79,84 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetBrowserRuntimeStyleEvent">TOnGetBrowserRuntimeStyleEvent</a></strong> = procedure(const Sender: TObject; var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAllowMoveForPictureInPictureEvent">TOnAllowMoveForPictureInPictureEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const menu_button: <a href="uCEFInterfaces.ICefMenuButton.html">ICefMenuButton</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; const button_pressed_lock: <a href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAcceptsFirstMouseEvent">TOnAcceptsFirstMouseEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefState">TCefState</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnThemeColorsChangedEvent">TOnThemeColorsChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; chrome_theme: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetWindowRuntimeStyleEvent">TOnGetWindowRuntimeStyleEvent</a></strong> = procedure(const Sender: TObject; var aResult : <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetLinuxWindowPropertiesEvent">TOnGetLinuxWindowPropertiesEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var properties: <a href="uCEFTypes.TLinuxWindowProperties.html">TLinuxWindowProperties</a>; var aResult: boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -314,6 +317,13 @@ ICefPanelDelegate ICefBrowserViewDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAllowMoveForPictureInPictureEvent"></span><code><strong>TOnAllowMoveForPictureInPictureEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnButtonPressedEvent"></span><code><strong>TOnButtonPressedEvent</strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
|
@ -21,7 +21,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
|
||||
<License Value="MPL 1.1"/>
|
||||
<Version Major="135" Release="22"/>
|
||||
<Version Major="136" Minor="1" Release="1"/>
|
||||
<Files Count="215">
|
||||
<Item1>
|
||||
<Filename Value="..\source\uCEFAccessibilityHandler.pas"/>
|
||||
|
@ -41,6 +41,7 @@ type
|
||||
FOnUseFramelessWindowForPictureInPicture : TOnUseFramelessWindowForPictureInPicture;
|
||||
FOnGestureCommand : TOnGestureCommandEvent;
|
||||
FOnGetBrowserRuntimeStyle : TOnGetBrowserRuntimeStyleEvent;
|
||||
FOnAllowMoveForPictureInPicture : TOnAllowMoveForPictureInPictureEvent;
|
||||
|
||||
procedure DestroyView; override;
|
||||
procedure Initialize; override;
|
||||
@ -61,6 +62,7 @@ type
|
||||
procedure doOnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
procedure doOnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean);
|
||||
procedure doOnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);
|
||||
procedure doOnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
|
||||
public
|
||||
/// <summary>
|
||||
@ -172,6 +174,12 @@ type
|
||||
/// TCefRuntimeStyle documentation for details.
|
||||
/// </summary>
|
||||
property OnGetBrowserRuntimeStyle : TOnGetBrowserRuntimeStyleEvent read FOnGetBrowserRuntimeStyle write FOnGetBrowserRuntimeStyle;
|
||||
/// <summary>
|
||||
/// Return true (1) to allow the use of JavaScript moveTo/By() and
|
||||
/// resizeTo/By() (without user activation) with Document picture-in-picture
|
||||
/// popups.
|
||||
/// </summary>
|
||||
property OnAllowMoveForPictureInPicture : TOnAllowMoveForPictureInPictureEvent read FOnAllowMoveForPictureInPicture write FOnAllowMoveForPictureInPicture;
|
||||
end;
|
||||
|
||||
{$IFDEF FPC}
|
||||
@ -224,6 +232,7 @@ begin
|
||||
FOnUseFramelessWindowForPictureInPicture := nil;
|
||||
FOnGestureCommand := nil;
|
||||
FOnGetBrowserRuntimeStyle := nil;
|
||||
FOnAllowMoveForPictureInPicture := nil;
|
||||
end;
|
||||
|
||||
procedure TCEFBrowserViewComponent.DestroyView;
|
||||
@ -372,6 +381,12 @@ begin
|
||||
FOnGetBrowserRuntimeStyle(self, aResult);
|
||||
end;
|
||||
|
||||
procedure TCEFBrowserViewComponent.doOnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
begin
|
||||
if assigned(FOnAllowMoveForPictureInPicture) then
|
||||
FOnAllowMoveForPictureInPicture(self, browser_view, aResult);
|
||||
end;
|
||||
|
||||
{$IFDEF FPC}
|
||||
procedure Register;
|
||||
begin
|
||||
|
@ -30,6 +30,7 @@ type
|
||||
procedure OnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
procedure OnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean);
|
||||
procedure OnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);
|
||||
procedure OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
|
||||
public
|
||||
/// <summary>
|
||||
@ -105,6 +106,12 @@ type
|
||||
/// </summary>
|
||||
procedure OnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle); virtual;
|
||||
/// <summary>
|
||||
/// Return true (1) to allow the use of JavaScript moveTo/By() and
|
||||
/// resizeTo/By() (without user activation) with Document picture-in-picture
|
||||
/// popups.
|
||||
/// </summary>
|
||||
procedure OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean); virtual;
|
||||
/// <summary>
|
||||
/// Links the methods in the internal CEF record data pointer with the methods in this class.
|
||||
/// </summary>
|
||||
procedure InitializeCEFMethods; override;
|
||||
@ -143,6 +150,7 @@ type
|
||||
procedure OnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean); override;
|
||||
procedure OnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean); override;
|
||||
procedure OnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle); override;
|
||||
procedure OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean); override;
|
||||
|
||||
public
|
||||
constructor Create(const events: ICefBrowserViewDelegateEvents); reintroduce;
|
||||
@ -224,6 +232,12 @@ begin
|
||||
aResult := PCefBrowserViewDelegate(FData)^.get_browser_runtime_style(PCefBrowserViewDelegate(FData));
|
||||
end;
|
||||
|
||||
procedure TCefBrowserViewDelegateRef.OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
begin
|
||||
aResult := (PCefBrowserViewDelegate(FData)^.allow_move_for_picture_in_picture(PCefBrowserViewDelegate(FData),
|
||||
CefGetData(browser_view)) <> 0);
|
||||
end;
|
||||
|
||||
class function TCefBrowserViewDelegateRef.UnWrap(data: Pointer): ICefBrowserViewDelegate;
|
||||
begin
|
||||
if (data <> nil) then
|
||||
@ -363,6 +377,22 @@ begin
|
||||
TCefBrowserViewDelegateOwn(TempObject).OnGetBrowserRuntimeStyle(Result);
|
||||
end;
|
||||
|
||||
function cef_browserview_delegate_allow_move_for_picture_in_picture(self : PCefBrowserViewDelegate;
|
||||
browser_view : PCefBrowserView): integer; stdcall;
|
||||
var
|
||||
TempObject : TObject;
|
||||
TempResult : boolean;
|
||||
begin
|
||||
TempObject := CefGetObject(self);
|
||||
TempResult := False;
|
||||
|
||||
if (TempObject <> nil) and (TempObject is TCefBrowserViewDelegateOwn) then
|
||||
TCefBrowserViewDelegateOwn(TempObject).OnAllowMoveForPictureInPicture(TCefBrowserViewRef.UnWrap(browser_view),
|
||||
TempResult);
|
||||
|
||||
Result := ord(TempResult);
|
||||
end;
|
||||
|
||||
constructor TCefBrowserViewDelegateOwn.Create;
|
||||
begin
|
||||
inherited CreateData(SizeOf(TCefBrowserViewDelegate));
|
||||
@ -384,6 +414,7 @@ begin
|
||||
use_frameless_window_for_picture_in_picture := {$IFDEF FPC}@{$ENDIF}cef_browserview_delegate_use_frameless_window_for_picture_in_picture;
|
||||
on_gesture_command := {$IFDEF FPC}@{$ENDIF}cef_browserview_delegate_on_gesture_command;
|
||||
get_browser_runtime_style := {$IFDEF FPC}@{$ENDIF}cef_browserview_delegate_get_browser_runtime_style;
|
||||
allow_move_for_picture_in_picture := {$IFDEF FPC}@{$ENDIF}cef_browserview_delegate_allow_move_for_picture_in_picture;
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -427,6 +458,11 @@ begin
|
||||
aResult := CEF_RUNTIME_STYLE_DEFAULT;
|
||||
end;
|
||||
|
||||
procedure TCefBrowserViewDelegateOwn.OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
begin
|
||||
aResult := False;
|
||||
end;
|
||||
|
||||
// **************************************************************
|
||||
// **************** TCustomBrowserViewDelegate ******************
|
||||
// **************************************************************
|
||||
@ -667,5 +703,18 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TCustomBrowserViewDelegate.OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
begin
|
||||
aResult := False;
|
||||
|
||||
try
|
||||
if (FEvents <> nil) then
|
||||
ICefBrowserViewDelegateEvents(FEvents).doOnAllowMoveForPictureInPicture(browser_view, aResult);
|
||||
except
|
||||
on e : exception do
|
||||
if CustomExceptionHandler('TCustomBrowserViewDelegate.OnAllowMoveForPictureInPicture', e) then raise;
|
||||
end;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1108,15 +1108,6 @@ const
|
||||
/// </remarks>
|
||||
ERR_CERTIFICATE_TRANSPARENCY_REQUIRED = -214;
|
||||
/// <summary>
|
||||
/// The certificate chained to a legacy Symantec root that is no longer trusted.
|
||||
/// https://g.co/chrome/symantecpkicerts
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para>TCefErrorCode value.</para>
|
||||
/// <para><see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)</see></para>
|
||||
/// </remarks>
|
||||
ERR_CERT_SYMANTEC_LEGACY = -215;
|
||||
/// <summary>
|
||||
/// The certificate is known to be used for interception by an entity other
|
||||
/// the device owner.
|
||||
/// </summary>
|
||||
@ -2349,6 +2340,8 @@ const
|
||||
IDC_SHOW_ALL_COMPARISON_TABLES = 40290;
|
||||
IDC_ADD_TO_COMPARISON_TABLE_MENU = 40291;
|
||||
IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB = 40292;
|
||||
IDC_SHOW_HISTORY_SIDE_PANEL = 40293;
|
||||
IDC_OPEN_GLIC = 40294;
|
||||
IDC_SPELLCHECK_SUGGESTION_0 = 41000;
|
||||
IDC_SPELLCHECK_SUGGESTION_1 = 41001;
|
||||
IDC_SPELLCHECK_SUGGESTION_2 = 41002;
|
||||
@ -2489,6 +2482,7 @@ const
|
||||
IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR = 51019;
|
||||
IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR = 51020;
|
||||
IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS = 51021;
|
||||
IDC_BOOKMARK_BAR_MOVE = 51022;
|
||||
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE = 51030;
|
||||
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES = 51031;
|
||||
IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE = 51032;
|
||||
@ -2533,7 +2527,6 @@ const
|
||||
IDC_DEBUG_PRINT_VIEW_TREE = 52511;
|
||||
IDC_DEBUG_PRINT_VIEW_TREE_DETAILS = 52512;
|
||||
IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK = 52990;
|
||||
IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS = 52993;
|
||||
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS = 52994;
|
||||
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD = 52998;
|
||||
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS = 52999;
|
||||
@ -2548,7 +2541,9 @@ const
|
||||
IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON = 53312;
|
||||
IDC_GLIC_STATUS_ICON_MENU_SETTINGS = 53313;
|
||||
IDC_GLIC_STATUS_ICON_MENU_EXIT = 53314;
|
||||
IDC_GLIC_STATUS_ICON_MENU_CLOSE = 53315;
|
||||
IDC_GLIC_TOGGLE_PIN = 53320;
|
||||
IDC_GLIC_TOGGLE_FOCUS = 53325;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@ -4042,6 +4037,7 @@ const
|
||||
CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION = 1 shl 22;
|
||||
CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 shl 23;
|
||||
CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 shl 24;
|
||||
CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS = 1 shl 25; {* CEF_API_ADDED(13600) *}
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
@ -625,6 +625,7 @@ type
|
||||
procedure doOnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
procedure doOnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean);
|
||||
procedure doOnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);
|
||||
procedure doOnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
@ -10674,6 +10675,12 @@ type
|
||||
/// TCefRuntimeStyle documentation for details.
|
||||
/// </summary>
|
||||
procedure OnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);
|
||||
/// <summary>
|
||||
/// Return true (1) to allow the use of JavaScript moveTo/By() and
|
||||
/// resizeTo/By() (without user activation) with Document picture-in-picture
|
||||
/// popups.
|
||||
/// </summary>
|
||||
procedure OnAllowMoveForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
|
@ -1779,7 +1779,7 @@ type
|
||||
PDE_TYPE_EMPTY = 0,
|
||||
PDE_TYPE_BYTES,
|
||||
PDE_TYPE_FILE,
|
||||
PDF_TYPE_NUM_VALUES
|
||||
PDE_TYPE_NUM_VALUES
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
@ -3573,8 +3573,8 @@ type
|
||||
/// </remarks>
|
||||
TCefChromeToolbarButtonType = (
|
||||
CEF_CTBT_CAST,
|
||||
CEF_CTBT_DOWNLOAD,
|
||||
CEF_CTBT_SEND_TAB_TO_SELF,
|
||||
CEF_CTBT_DOWNLOAD_DEPRECATED,
|
||||
CEF_CTBT_SEND_TAB_TO_SELF_DEPRECATED,
|
||||
CEF_CTBT_SIDE_PANEL,
|
||||
CEF_CTBT_NUM_VALUES
|
||||
);
|
||||
@ -5365,7 +5365,7 @@ type
|
||||
/// not blocked otherwise).</para>
|
||||
/// <para>BLOCK: third-party cookies blocked, but 3PCD mitigations enabled.</para>
|
||||
/// </summary>
|
||||
CEF_CONTENT_SETTING_TOP_LEVEL_TPCD_ORIGIN_TRIAL,
|
||||
CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_ORIGIN_TRIAL,
|
||||
/// <summary>
|
||||
/// Content setting used to indicate whether entering picture-in-picture
|
||||
/// automatically should be enabled.
|
||||
@ -5500,6 +5500,11 @@ type
|
||||
/// store revoked notification permissions of disruptive sites.
|
||||
/// </summary>
|
||||
CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS, {* CEF_API_ADDED(13500) *}
|
||||
/// <summary>
|
||||
/// Content setting for whether the site is allowed to make local network
|
||||
/// requests.
|
||||
/// </summary>
|
||||
CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS, {* CEF_API_ADDED(13600) *}
|
||||
CEF_CONTENT_SETTING_TYPE_NUM_VALUES
|
||||
);
|
||||
|
||||
@ -8917,6 +8922,7 @@ type
|
||||
use_frameless_window_for_picture_in_picture : function(self: PCefBrowserViewDelegate; browser_view: PCefBrowserView): integer; stdcall;
|
||||
on_gesture_command : function(self: PCefBrowserViewDelegate; browser_view: PCefBrowserView; gesture_command: TCefGestureCommand): Integer; stdcall;
|
||||
get_browser_runtime_style : function(self: PCefBrowserViewDelegate): TCefRuntimeStyle; stdcall;
|
||||
allow_move_for_picture_in_picture : function(self: PCefBrowserViewDelegate; browser_view: PCefBrowserView): integer; stdcall; {* CEF_API_ADDED(13601) *}
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
|
@ -1,22 +1,22 @@
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 135;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 0;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 22;
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 136;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 1;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 7049;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 115;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 7103;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 33;
|
||||
|
||||
// values defined in cef_api_versions.json
|
||||
CEF_API_VERSION_MIN = 13300;
|
||||
CEF_API_VERSION_LAST = 13500;
|
||||
CEF_API_VERSION_LAST = 13601;
|
||||
CEF_API_VERSION = CEF_API_VERSION_LAST;
|
||||
|
||||
// value defined in /include/cef_api_hash.h
|
||||
CEF_API_VERSION_EXPERIMENTAL = 999999;
|
||||
|
||||
// values defined in cef_api_versions.json
|
||||
CEF_API_HASH_PLATFORM_LINUX = '5b7c2284ed2542cf6212981d62ca9122fb2a4e88';
|
||||
CEF_API_HASH_PLATFORM_MAC = '9862177631e8059a497d6086058168dd47477ab7';
|
||||
CEF_API_HASH_PLATFORM_WINDOWS = '3e78b6fe5fd31d69049499450849ada17a720a53';
|
||||
CEF_API_HASH_PLATFORM_LINUX = '40b224f295a20694241c5db49721bc90a3796f30';
|
||||
CEF_API_HASH_PLATFORM_MAC = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';
|
||||
CEF_API_HASH_PLATFORM_WINDOWS = '116a4153047ee1ee67f17fc938f084ee72b24e54';
|
||||
|
@ -48,6 +48,7 @@ type
|
||||
TOnUseFramelessWindowForPictureInPicture = procedure(const Sender: TObject; const browser_view: ICefBrowserView; var aResult : boolean) of object;
|
||||
TOnGestureCommandEvent = procedure(const Sender: TObject; const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean) of object;
|
||||
TOnGetBrowserRuntimeStyleEvent = procedure(const Sender: TObject; var aResult : TCefRuntimeStyle) of object;
|
||||
TOnAllowMoveForPictureInPictureEvent = procedure(const Sender: TObject; const browser_view: ICefBrowserView; var aResult : boolean) of object;
|
||||
|
||||
// ICefButtonDelegate
|
||||
TOnButtonPressedEvent = procedure(const Sender: TObject; const button: ICefButton) of object;
|
||||
|
@ -2,9 +2,9 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 729,
|
||||
"InternalVersion" : 730,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "135.0.22"
|
||||
"Version" : "136.1.1"
|
||||
}
|
||||
],
|
||||
"UpdatePackageData" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user