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

Update to CEF 131.2.3

This commit is contained in:
Salvador Díaz Fau
2024-11-16 12:19:26 +01:00
parent 6256c2c35f
commit 87843f4b8f
184 changed files with 6022 additions and 4915 deletions

View File

@ -2281,451 +2281,451 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_PASTE">MENU_ID_PASTE</a></strong> = 114;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_DELETE">MENU_ID_DELETE</a></strong> = 115;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_PASTE_MATCH_STYLE">MENU_ID_PASTE_MATCH_STYLE</a></strong> = 115;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SELECT_ALL">MENU_ID_SELECT_ALL</a></strong> = 116;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_DELETE">MENU_ID_DELETE</a></strong> = 116;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SELECT_ALL">MENU_ID_SELECT_ALL</a></strong> = 117;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_FIND">MENU_ID_FIND</a></strong> = 130;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_PRINT">MENU_ID_PRINT</a></strong> = 131;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_VIEW_SOURCE">MENU_ID_VIEW_SOURCE</a></strong> = 132;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_0">MENU_ID_SPELLCHECK_SUGGESTION_0</a></strong> = 200;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_1">MENU_ID_SPELLCHECK_SUGGESTION_1</a></strong> = 201;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_2">MENU_ID_SPELLCHECK_SUGGESTION_2</a></strong> = 202;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_3">MENU_ID_SPELLCHECK_SUGGESTION_3</a></strong> = 203;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_4">MENU_ID_SPELLCHECK_SUGGESTION_4</a></strong> = 204;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_LAST">MENU_ID_SPELLCHECK_SUGGESTION_LAST</a></strong> = 204;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_NO_SPELLING_SUGGESTIONS">MENU_ID_NO_SPELLING_SUGGESTIONS</a></strong> = 205;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_ADD_TO_DICTIONARY">MENU_ID_ADD_TO_DICTIONARY</a></strong> = 206;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_CUSTOM_FIRST">MENU_ID_CUSTOM_FIRST</a></strong> = 220;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_CUSTOM_LAST">MENU_ID_CUSTOM_LAST</a></strong> = 250;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_USER_FIRST">MENU_ID_USER_FIRST</a></strong> = 26500;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_USER_LAST">MENU_ID_USER_LAST</a></strong> = 28500;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_NONE">CM_TYPEFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_PAGE">CM_TYPEFLAG_PAGE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_FRAME">CM_TYPEFLAG_FRAME</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_LINK">CM_TYPEFLAG_LINK</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_MEDIA">CM_TYPEFLAG_MEDIA</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_SELECTION">CM_TYPEFLAG_SELECTION</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_EDITABLE">CM_TYPEFLAG_EDITABLE</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_NONE">CM_MEDIAFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_IN_ERROR">CM_MEDIAFLAG_IN_ERROR</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_PAUSED">CM_MEDIAFLAG_PAUSED</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_MUTED">CM_MEDIAFLAG_MUTED</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_LOOP">CM_MEDIAFLAG_LOOP</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_SAVE">CM_MEDIAFLAG_CAN_SAVE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_HAS_AUDIO">CM_MEDIAFLAG_HAS_AUDIO</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS">CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CONTROLS">CM_MEDIAFLAG_CONTROLS</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_PRINT">CM_MEDIAFLAG_CAN_PRINT</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_ROTATE">CM_MEDIAFLAG_CAN_ROTATE</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE">CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_PICTURE_IN_PICTURE">CM_MEDIAFLAG_PICTURE_IN_PICTURE</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_LOOP">CM_MEDIAFLAG_CAN_LOOP</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_NONE">CM_EDITFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_UNDO">CM_EDITFLAG_CAN_UNDO</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_REDO">CM_EDITFLAG_CAN_REDO</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_CUT">CM_EDITFLAG_CAN_CUT</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_COPY">CM_EDITFLAG_CAN_COPY</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_PASTE">CM_EDITFLAG_CAN_PASTE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_DELETE">CM_EDITFLAG_CAN_DELETE</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_SELECT_ALL">CM_EDITFLAG_CAN_SELECT_ALL</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_TRANSLATE">CM_EDITFLAG_CAN_TRANSLATE</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_EDIT_RICHLY">CM_EDITFLAG_CAN_EDIT_RICHLY</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_UNKNOWN">SSL_CONNECTION_VERSION_UNKNOWN</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_SSL2">SSL_CONNECTION_VERSION_SSL2</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_SSL3">SSL_CONNECTION_VERSION_SSL3</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1">SSL_CONNECTION_VERSION_TLS1</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_1">SSL_CONNECTION_VERSION_TLS1_1</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_2">SSL_CONNECTION_VERSION_TLS1_2</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_3">SSL_CONNECTION_VERSION_TLS1_3</a></strong> = 6;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_QUIC">SSL_CONNECTION_VERSION_QUIC</a></strong> = 7;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_NORMAL_CONTENT">SSL_CONTENT_NORMAL_CONTENT</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_DISPLAYED_INSECURE_CONTENT">SSL_CONTENT_DISPLAYED_INSECURE_CONTENT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_RAN_INSECURE_CONTENT">SSL_CONTENT_RAN_INSECURE_CONTENT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_DEFAULT">JSON_WRITER_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_OMIT_BINARY_VALUES">JSON_WRITER_OMIT_BINARY_VALUES</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION">JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_PRETTY_PRINT">JSON_WRITER_PRETTY_PRINT</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DEFAULT">LOGSEVERITY_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_VERBOSE">LOGSEVERITY_VERBOSE</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DEBUG">LOGSEVERITY_DEBUG</a></strong> = <a href="uCEFConstants.html#LOGSEVERITY_VERBOSE">LOGSEVERITY_VERBOSE</a>;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_INFO">LOGSEVERITY_INFO</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_WARNING">LOGSEVERITY_WARNING</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_ERROR">LOGSEVERITY_ERROR</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_FATAL">LOGSEVERITY_FATAL</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DISABLE">LOGSEVERITY_DISABLE</a></strong> = 99;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_UNKNOWN">DUPLEX_MODE_UNKNOWN</a></strong> = -1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_SIMPLEX">DUPLEX_MODE_SIMPLEX</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_LONG_EDGE">DUPLEX_MODE_LONG_EDGE</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_SHORT_EDGE">DUPLEX_MODE_SHORT_EDGE</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_UNKNOWN_ERROR">CEF_MRCR_UNKNOWN_ERROR</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_OK">CEF_MRCR_OK</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_TIMED_OUT">CEF_MRCR_TIMED_OUT</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_NOT_FOUND">CEF_MRCR_ROUTE_NOT_FOUND</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_SINK_NOT_FOUND">CEF_MRCR_SINK_NOT_FOUND</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_INVALID_ORIGIN">CEF_MRCR_INVALID_ORIGIN</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_NO_SUPPORTED_PROVIDER">CEF_MRCR_NO_SUPPORTED_PROVIDER</a></strong> = 7;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_CANCELLED">CEF_MRCR_CANCELLED</a></strong> = 8;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_EXISTS">CEF_MRCR_ROUTE_ALREADY_EXISTS</a></strong> = 9;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_TERMINATED">CEF_MRCR_ROUTE_ALREADY_TERMINATED</a></strong> = 11;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_LOW">CEF_COOKIE_PRIORITY_LOW</a></strong> = -1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_MEDIUM">CEF_COOKIE_PRIORITY_MEDIUM</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_HIGH">CEF_COOKIE_PRIORITY_HIGH</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_CUT">CEF_TFC_CUT</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_COPY">CEF_TFC_COPY</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_PASTE">CEF_TFC_PASTE</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_UNDO">CEF_TFC_UNDO</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_DELETE">CEF_TFC_DELETE</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_SELECT_ALL">CEF_TFC_SELECT_ALL</a></strong> = 6;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_NONE">CEF_CTT_NONE</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_NORMAL">CEF_CTT_NORMAL</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_LOCATION">CEF_CTT_LOCATION</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_TOP_LEFT">CEF_DOCKING_MODE_TOP_LEFT</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_TOP_RIGHT">CEF_DOCKING_MODE_TOP_RIGHT</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_BOTTOM_LEFT">CEF_DOCKING_MODE_BOTTOM_LEFT</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_BOTTOM_RIGHT">CEF_DOCKING_MODE_BOTTOM_RIGHT</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_CUSTOM">CEF_DOCKING_MODE_CUSTOM</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_NORMAL">CEF_SHOW_STATE_NORMAL</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_MINIMIZED">CEF_SHOW_STATE_MINIMIZED</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_MAXIMIZED">CEF_SHOW_STATE_MAXIMIZED</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_FULLSCREEN">CEF_SHOW_STATE_FULLSCREEN</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_HIDDEN">CEF_SHOW_STATE_HIDDEN</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_NONE">QM_EDITFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_ELLIPSIS">QM_EDITFLAG_CAN_ELLIPSIS</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_CUT">QM_EDITFLAG_CAN_CUT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_COPY">QM_EDITFLAG_CAN_COPY</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_PASTE">QM_EDITFLAG_CAN_PASTE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_NONE">CEF_THS_FLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ENABLED">CEF_THS_FLAG_ENABLED</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ORIENTATION">CEF_THS_FLAG_ORIENTATION</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ORIGIN">CEF_THS_FLAG_ORIGIN</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ALPHA">CEF_THS_FLAG_ALPHA</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_NONE">CEF_MEDIA_PERMISSION_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_NONE">CEF_PERMISSION_TYPE_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS">CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_AR_SESSION">CEF_PERMISSION_TYPE_AR_SESSION</a></strong> = 1 shl 1;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_AR_SESSION">CEF_PERMISSION_TYPE_AR_SESSION</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM">CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</a></strong> = 1 shl 2;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM">CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_STREAM">CEF_PERMISSION_TYPE_CAMERA_STREAM</a></strong> = 1 shl 3;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_STREAM">CEF_PERMISSION_TYPE_CAMERA_STREAM</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL">CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</a></strong> = 1 shl 4;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL">CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CLIPBOARD">CEF_PERMISSION_TYPE_CLIPBOARD</a></strong> = 1 shl 5;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CLIPBOARD">CEF_PERMISSION_TYPE_CLIPBOARD</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS">CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</a></strong> = 1 shl 6;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS">CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_DISK_QUOTA">CEF_PERMISSION_TYPE_DISK_QUOTA</a></strong> = 1 shl 7;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_DISK_QUOTA">CEF_PERMISSION_TYPE_DISK_QUOTA</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_FONTS">CEF_PERMISSION_TYPE_LOCAL_FONTS</a></strong> = 1 shl 8;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_FONTS">CEF_PERMISSION_TYPE_LOCAL_FONTS</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_GEOLOCATION">CEF_PERMISSION_TYPE_GEOLOCATION</a></strong> = 1 shl 9;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_GEOLOCATION">CEF_PERMISSION_TYPE_GEOLOCATION</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_HAND_TRACKING">CEF_PERMISSION_TYPE_HAND_TRACKING</a></strong> = 1 shl 10;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_HAND_TRACKING">CEF_PERMISSION_TYPE_HAND_TRACKING</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDENTITY_PROVIDER">CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</a></strong> = 1 shl 11;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDENTITY_PROVIDER">CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDLE_DETECTION">CEF_PERMISSION_TYPE_IDLE_DETECTION</a></strong> = 1 shl 12;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDLE_DETECTION">CEF_PERMISSION_TYPE_IDLE_DETECTION</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIC_STREAM">CEF_PERMISSION_TYPE_MIC_STREAM</a></strong> = 1 shl 13;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIC_STREAM">CEF_PERMISSION_TYPE_MIC_STREAM</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIDI_SYSEX">CEF_PERMISSION_TYPE_MIDI_SYSEX</a></strong> = 1 shl 14;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIDI_SYSEX">CEF_PERMISSION_TYPE_MIDI_SYSEX</a></strong> = 1 shl 13;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS">CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</a></strong> = 1 shl 15;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS">CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</a></strong> = 1 shl 14;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_NOTIFICATIONS">CEF_PERMISSION_TYPE_NOTIFICATIONS</a></strong> = 1 shl 16;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_NOTIFICATIONS">CEF_PERMISSION_TYPE_NOTIFICATIONS</a></strong> = 1 shl 15;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_KEYBOARD_LOCK">CEF_PERMISSION_TYPE_KEYBOARD_LOCK</a></strong> = 1 shl 17;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_KEYBOARD_LOCK">CEF_PERMISSION_TYPE_KEYBOARD_LOCK</a></strong> = 1 shl 16;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_POINTER_LOCK">CEF_PERMISSION_TYPE_POINTER_LOCK</a></strong> = 1 shl 18;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_POINTER_LOCK">CEF_PERMISSION_TYPE_POINTER_LOCK</a></strong> = 1 shl 17;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER">CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</a></strong> = 1 shl 19;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER">CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</a></strong> = 1 shl 18;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER">CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</a></strong> = 1 shl 20;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER">CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</a></strong> = 1 shl 19;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_STORAGE_ACCESS">CEF_PERMISSION_TYPE_STORAGE_ACCESS</a></strong> = 1 shl 21;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_STORAGE_ACCESS">CEF_PERMISSION_TYPE_STORAGE_ACCESS</a></strong> = 1 shl 20;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_VR_SESSION">CEF_PERMISSION_TYPE_VR_SESSION</a></strong> = 1 shl 22;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_VR_SESSION">CEF_PERMISSION_TYPE_VR_SESSION</a></strong> = 1 shl 21;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION">CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION</a></strong> = 1 shl 23;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION">CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION</a></strong> = 1 shl 22;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT">CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</a></strong> = 1 shl 24;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT">CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</a></strong> = 1 shl 23;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS">CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</a></strong> = 1 shl 25;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS">CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</a></strong> = 1 shl 24;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_API_HASH_PLATFORM">CEF_API_HASH_PLATFORM</a></strong> = 0;</code></td>
@ -2962,40 +2962,40 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED">CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED</a></strong> = 37;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS">CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS</a></strong> = 38;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_LAST">CEF_RESULT_CODE_CHROME_LAST</a></strong> = 38;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_LAST">CEF_RESULT_CODE_CHROME_LAST</a></strong> = 39;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FIRST">CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</a></strong> = 7006;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY">CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY</a></strong> = <a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FIRST">CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</a>;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN">CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN</a></strong> = 7007;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES">CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES</a></strong> = 7008;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE">CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE</a></strong> = 7009;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES">CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES</a></strong> = 7010;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION">CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION</a></strong> = 7011;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED">CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED</a></strong> = 7012;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP">CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP</a></strong> = 7013;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG">CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG</a></strong> = 7014;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_LAST">CEF_RESULT_CODE_SANDBOX_FATAL_LAST</a></strong> = 7014;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_LAST">CEF_RESULT_CODE_SANDBOX_FATAL_LAST</a></strong> = 7015;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ABOUTBLANK_URI">ABOUTBLANK_URI</a></strong> = 'about:blank';</code></td>
@ -11295,14 +11295,21 @@ Editing.</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_DELETE"></span><code><strong>MENU_ID_DELETE</strong> = 115;</code></td>
<td class="itemcode"><span id="MENU_ID_PASTE_MATCH_STYLE"></span><code><strong>MENU_ID_PASTE_MATCH_STYLE</strong> = 115;</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="MENU_ID_SELECT_ALL"></span><code><strong>MENU_ID_SELECT_ALL</strong> = 116;</code></td>
<td class="itemcode"><span id="MENU_ID_DELETE"></span><code><strong>MENU_ID_DELETE</strong> = 116;</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="MENU_ID_SELECT_ALL"></span><code><strong>MENU_ID_SELECT_ALL</strong> = 117;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -12526,182 +12533,175 @@ Custom menu items originating from the renderer process.</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS"></span><code><strong>CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS</strong> = 1 shl 0;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_AR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_AR_SESSION</strong> = 1 shl 0;</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_PERMISSION_TYPE_AR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_AR_SESSION</strong> = 1 shl 1;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</strong> = 1 shl 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_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</strong> = 1 shl 2;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAMERA_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_STREAM</strong> = 1 shl 2;</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_PERMISSION_TYPE_CAMERA_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_STREAM</strong> = 1 shl 3;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL"></span><code><strong>CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</strong> = 1 shl 3;</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_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL"></span><code><strong>CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</strong> = 1 shl 4;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CLIPBOARD"></span><code><strong>CEF_PERMISSION_TYPE_CLIPBOARD</strong> = 1 shl 4;</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_PERMISSION_TYPE_CLIPBOARD"></span><code><strong>CEF_PERMISSION_TYPE_CLIPBOARD</strong> = 1 shl 5;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</strong> = 1 shl 5;</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_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</strong> = 1 shl 6;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_DISK_QUOTA"></span><code><strong>CEF_PERMISSION_TYPE_DISK_QUOTA</strong> = 1 shl 6;</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_PERMISSION_TYPE_DISK_QUOTA"></span><code><strong>CEF_PERMISSION_TYPE_DISK_QUOTA</strong> = 1 shl 7;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_LOCAL_FONTS"></span><code><strong>CEF_PERMISSION_TYPE_LOCAL_FONTS</strong> = 1 shl 7;</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_PERMISSION_TYPE_LOCAL_FONTS"></span><code><strong>CEF_PERMISSION_TYPE_LOCAL_FONTS</strong> = 1 shl 8;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_GEOLOCATION"></span><code><strong>CEF_PERMISSION_TYPE_GEOLOCATION</strong> = 1 shl 8;</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_PERMISSION_TYPE_GEOLOCATION"></span><code><strong>CEF_PERMISSION_TYPE_GEOLOCATION</strong> = 1 shl 9;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_HAND_TRACKING"></span><code><strong>CEF_PERMISSION_TYPE_HAND_TRACKING</strong> = 1 shl 9;</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_PERMISSION_TYPE_HAND_TRACKING"></span><code><strong>CEF_PERMISSION_TYPE_HAND_TRACKING</strong> = 1 shl 10;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_IDENTITY_PROVIDER"></span><code><strong>CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</strong> = 1 shl 10;</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_PERMISSION_TYPE_IDENTITY_PROVIDER"></span><code><strong>CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</strong> = 1 shl 11;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_IDLE_DETECTION"></span><code><strong>CEF_PERMISSION_TYPE_IDLE_DETECTION</strong> = 1 shl 11;</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_PERMISSION_TYPE_IDLE_DETECTION"></span><code><strong>CEF_PERMISSION_TYPE_IDLE_DETECTION</strong> = 1 shl 12;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MIC_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_MIC_STREAM</strong> = 1 shl 12;</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_PERMISSION_TYPE_MIC_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_MIC_STREAM</strong> = 1 shl 13;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MIDI_SYSEX"></span><code><strong>CEF_PERMISSION_TYPE_MIDI_SYSEX</strong> = 1 shl 13;</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_PERMISSION_TYPE_MIDI_SYSEX"></span><code><strong>CEF_PERMISSION_TYPE_MIDI_SYSEX</strong> = 1 shl 14;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS"></span><code><strong>CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</strong> = 1 shl 14;</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_PERMISSION_TYPE_MULTIPLE_DOWNLOADS"></span><code><strong>CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</strong> = 1 shl 15;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_NOTIFICATIONS"></span><code><strong>CEF_PERMISSION_TYPE_NOTIFICATIONS</strong> = 1 shl 15;</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_PERMISSION_TYPE_NOTIFICATIONS"></span><code><strong>CEF_PERMISSION_TYPE_NOTIFICATIONS</strong> = 1 shl 16;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_KEYBOARD_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_KEYBOARD_LOCK</strong> = 1 shl 16;</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_PERMISSION_TYPE_KEYBOARD_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_KEYBOARD_LOCK</strong> = 1 shl 17;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_POINTER_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_POINTER_LOCK</strong> = 1 shl 17;</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_PERMISSION_TYPE_POINTER_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_POINTER_LOCK</strong> = 1 shl 18;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER"></span><code><strong>CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</strong> = 1 shl 18;</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_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER"></span><code><strong>CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</strong> = 1 shl 19;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER"></span><code><strong>CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</strong> = 1 shl 19;</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_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER"></span><code><strong>CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</strong> = 1 shl 20;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_STORAGE_ACCESS</strong> = 1 shl 20;</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_PERMISSION_TYPE_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_STORAGE_ACCESS</strong> = 1 shl 21;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_VR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_VR_SESSION</strong> = 1 shl 21;</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_PERMISSION_TYPE_VR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_VR_SESSION</strong> = 1 shl 22;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION"></span><code><strong>CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION</strong> = 1 shl 22;</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_PERMISSION_TYPE_WEB_APP_INSTALLATION"></span><code><strong>CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION</strong> = 1 shl 23;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT"></span><code><strong>CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</strong> = 1 shl 23;</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_PERMISSION_TYPE_WINDOW_MANAGEMENT"></span><code><strong>CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</strong> = 1 shl 24;</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_PERMISSION_TYPE_FILE_SYSTEM_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</strong> = 1 shl 25;</code></td>
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</strong> = 1 shl 24;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -13956,24 +13956,7 @@ Custom menu items originating from the renderer process.</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS"></span><code><strong>CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS</strong> = 38;</code></td>
</tr>
<tr><td colspan="1">
<p>
The Lacros process exited because the post-login parameters received from Ash are either empty or invalid (Lacros-only). </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_CHROME_LAST"></span><code><strong>CEF_RESULT_CODE_CHROME_LAST</strong> = 39;</code></td>
<td class="itemcode"><span id="CEF_RESULT_CODE_CHROME_LAST"></span><code><strong>CEF_RESULT_CODE_CHROME_LAST</strong> = 38;</code></td>
</tr>
<tr><td colspan="1">
<p>
@ -14143,7 +14126,24 @@ Custom menu items originating from the renderer process.</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_LAST"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_LAST</strong> = 7014;</code></td>
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG</strong> = 7014;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox broker terminated in shutdown. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_LAST"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_LAST</strong> = 7015;</code></td>
</tr>
<tr><td colspan="1">
<p>