1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Added TChromiumCore.AutofillSaveData
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled

Added TChromiumCore.CanMakePayment
Added TChromiumCore.SearchSuggestEnabled
Added TChromiumCore.URLDataCollection
This commit is contained in:
Salvador Díaz Fau
2025-05-22 11:43:59 +02:00
parent f3ee45910e
commit 44caea2fd9
8 changed files with 354 additions and 90 deletions

View File

@@ -341,6 +341,22 @@
</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="uCEFChromiumCore.TChromiumCore.html#FAutofillSaveData">FAutofillSaveData</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FCanMakePayment">FCanMakePayment</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</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="uCEFChromiumCore.TChromiumCore.html#FSearchSuggestEnabled">FSearchSuggestEnabled</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FURLDataCollection">FURLDataCollection</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</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="uCEFChromiumCore.TChromiumCore.html#FTryingToCloseBrowser">FTryingToCloseBrowser</a></strong>: boolean;</code></td>
</tr>
<tr class="list2">
@@ -3226,6 +3242,22 @@
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AutofillProfile">AutofillProfile</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillProfile">FAutofillProfile</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>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#AutofillSaveData">AutofillSaveData</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillSaveData">FAutofillSaveData</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillSaveData">FAutofillSaveData</a>;</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>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanMakePayment">CanMakePayment</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCanMakePayment">FCanMakePayment</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FCanMakePayment">FCanMakePayment</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>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#SearchSuggestEnabled">SearchSuggestEnabled</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FSearchSuggestEnabled">FSearchSuggestEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FSearchSuggestEnabled">FSearchSuggestEnabled</a>;</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>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#URLDataCollection">URLDataCollection</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FURLDataCollection">FURLDataCollection</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FURLDataCollection">FURLDataCollection</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="uCEFChromiumCore.TChromiumCore.html#OnTextResultAvailable">OnTextResultAvailable</a></strong> : <a href="uCEFChromiumEvents.html#TOnTextResultAvailableEvent">TOnTextResultAvailableEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnTextResultAvailable">FOnTextResultAvailable</a>;</code></td>
</tr>
@@ -4407,6 +4439,38 @@
<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="FAutofillSaveData"></span><code><strong>FAutofillSaveData</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FCanMakePayment"></span><code><strong>FCanMakePayment</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FSearchSuggestEnabled"></span><code><strong>FSearchSuggestEnabled</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FURLDataCollection"></span><code><strong>FURLDataCollection</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</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="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FTryingToCloseBrowser"></span><code><strong>FTryingToCloseBrowser</strong>: boolean;</code></td>
</tr>
<tr><td colspan="2">
@@ -11275,6 +11339,62 @@ Custom</p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</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="AutofillSaveData"></span><code>property <strong>AutofillSaveData</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillSaveData">FAutofillSaveData</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FAutofillSaveData">FAutofillSaveData</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable the autofill feature for saving data. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</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="CanMakePayment"></span><code>property <strong>CanMakePayment</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FCanMakePayment">FCanMakePayment</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FCanMakePayment">FCanMakePayment</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable saving information about payments. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</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="SearchSuggestEnabled"></span><code>property <strong>SearchSuggestEnabled</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FSearchSuggestEnabled">FSearchSuggestEnabled</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FSearchSuggestEnabled">FSearchSuggestEnabled</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable search suggestions. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</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="URLDataCollection"></span><code>property <strong>URLDataCollection</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FURLDataCollection">FURLDataCollection</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FURLDataCollection">FURLDataCollection</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Browser preference used to enable url keyed anonymized data collection. </p>
<p>
<p>Disabling this property is a suggested workaround for some autofill crashes in Alloy style.</p>
</td></tr>
</table>