You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-09-30 21:28:55 +02:00
Update to CEF 123.0.8
This commit is contained in:
@@ -206,501 +206,516 @@
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOADS_URL">CEF_DOWNLOADS_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_CRASH">CEF_DOWNLOAD_INTERRUPT_REASON_CRASH</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The browser crashed. Internal use only: resume pending downloads if possible. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The file cannot be accessed due to security restrictions. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The file was blocked due to local policy. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Generic file operation failure. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The partial file didn't match the expected hash. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The directory or file name is too long. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> There is not enough room on the drive. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The source and the target of the download were the same. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> An attempt to check the safety of the download failed due to unexpected reasons. See <a href="http://crbug.com/153212">http://crbug.com/153212</a>. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The file is too large for the file system to handle. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download). </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The file was in use. Too many files are opened at once. We have run out of memory. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The file contains a virus. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The network connection has been lost. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Generic network failure. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The network request was invalid. This may be due to the original URL or a redirected URL: - Having an unsupported scheme. - Being an invalid URL. - Being disallowed by policy. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The server has gone down. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The network operation timed out. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NONE">CEF_DOWNLOAD_INTERRUPT_REASON_NONE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> No interrupt reason. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The server does not have the requested data. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Server certificate problem. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The server sent fewer bytes than the content-length header. It may indicate that the connection was closed prematurely, or the Content-Length header was invalid. The download is only interrupted if strong validators are present. Otherwise, it is treated as finished. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> An unexpected cross-origin redirect happened. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The server indicates that the operation has failed (generic). </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Server access forbidden. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The server does not support range requests. Internal use only: must restart from the beginning. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Server didn't authorize access to resource. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Unexpected server response. This might indicate that the responding server may not be the intended server. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED">CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The user canceled the download. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN">CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> The user shut down the browser. Internal use only: resume pending downloads if possible. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_EXTENSIONS_URL">CEF_EXTENSIONS_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_FLAGS_URL">CEF_FLAGS_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_FOCUSENABLED">CEF_FOCUSENABLED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_AMD64">CEF_IMAGE_FILE_MACHINE_AMD64</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_I386">CEF_IMAGE_FILE_MACHINE_I386</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p>These contants are declared in the "Windows" unit but some old Delphi versions don't have them. We have to add "CEF_" to be compatible with C++ Builder.</p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_IMERANGECHANGED">CEF_IMERANGECHANGED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_INVALIDATE">CEF_INVALIDATE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_LOG_SEVERITY_ERROR">CEF_LOG_SEVERITY_ERROR</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_LOG_SEVERITY_FATAL">CEF_LOG_SEVERITY_FATAL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p>This severity log level causes a crash.</p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_LOG_SEVERITY_INFO">CEF_LOG_SEVERITY_INFO</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_LOG_SEVERITY_VERBOSE">CEF_LOG_SEVERITY_VERBOSE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Used in the severity parameter in the 'cef_log' function, also known as 'CefLog' in CEF4Delphi. The log severities are used to index into the array of names, see log_severity_names. /base/allocator/partition_allocator/partition_alloc_base/logging.h /base/logging.cc </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_LOG_SEVERITY_WARNING">CEF_LOG_SEVERITY_WARNING</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Desktop audio capture permission. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Desktop video capture permission. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Device audio capture permission. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Device video capture permission. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MEDIA_PERMISSION_NONE">CEF_MEDIA_PERMISSION_NONE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> No permission. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_CANCELLED">CEF_MRCR_CANCELLED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_INVALID_ORIGIN">CEF_MRCR_INVALID_ORIGIN</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_NO_SUPPORTED_PROVIDER">CEF_MRCR_NO_SUPPORTED_PROVIDER</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_OK">CEF_MRCR_OK</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_EXISTS">CEF_MRCR_ROUTE_ALREADY_EXISTS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_TERMINATED">CEF_MRCR_ROUTE_ALREADY_TERMINATED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_ROUTE_NOT_FOUND">CEF_MRCR_ROUTE_NOT_FOUND</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_SINK_NOT_FOUND">CEF_MRCR_SINK_NOT_FOUND</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_TIMED_OUT">CEF_MRCR_TIMED_OUT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_MRCR_UNKNOWN_ERROR">CEF_MRCR_UNKNOWN_ERROR</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_OSR_FRAMERATE_DEFAULT">CEF_OSR_FRAMERATE_DEFAULT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p>Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second.</p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT">CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p>Used when the shared textures are disabled.</p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PENDINGINVALIDATE">CEF_PENDINGINVALIDATE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PENDINGRESIZE">CEF_PENDINGRESIZE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS">CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_AR_SESSION">CEF_PERMISSION_TYPE_AR_SESSION</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM">CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_STREAM">CEF_PERMISSION_TYPE_CAMERA_STREAM</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL">CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_CLIPBOARD">CEF_PERMISSION_TYPE_CLIPBOARD</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_DISK_QUOTA">CEF_PERMISSION_TYPE_DISK_QUOTA</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS">CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_GEOLOCATION">CEF_PERMISSION_TYPE_GEOLOCATION</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDLE_DETECTION">CEF_PERMISSION_TYPE_IDLE_DETECTION</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_FONTS">CEF_PERMISSION_TYPE_LOCAL_FONTS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIC_STREAM">CEF_PERMISSION_TYPE_MIC_STREAM</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIDI">CEF_PERMISSION_TYPE_MIDI</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIDI_SYSEX">CEF_PERMISSION_TYPE_MIDI_SYSEX</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS">CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_NONE">CEF_PERMISSION_TYPE_NONE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with the Chrome runtime. Should be kept in sync with Chromium's permissions::RequestType type. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_NOTIFICATIONS">CEF_PERMISSION_TYPE_NOTIFICATIONS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER">CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER">CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_STORAGE_ACCESS">CEF_PERMISSION_TYPE_STORAGE_ACCESS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS">CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_VR_SESSION">CEF_PERMISSION_TYPE_VR_SESSION</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT">CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PREFERENCES_SAVED">CEF_PREFERENCES_SAVED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PROXYTYPE_AUTODETECT">CEF_PROXYTYPE_AUTODETECT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Auto_detect proxy type: Auto detect proxy settings. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PROXYTYPE_DIRECT">CEF_PROXYTYPE_DIRECT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Direct proxy type: Never use a proxy. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PROXYTYPE_FIXED_SERVERS">CEF_PROXYTYPE_FIXED_SERVERS</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Fixed_servers proxy type: Use fixed proxy servers. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PROXYTYPE_PAC_SCRIPT">CEF_PROXYTYPE_PAC_SCRIPT</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> Pac_script proxy type: Use a .pac proxy script. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PROXYTYPE_SYSTEM">CEF_PROXYTYPE_SYSTEM</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> System proxy type: Use system proxy settings. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_PUMPHAVEWORK">CEF_PUMPHAVEWORK</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_CORS_ENABLED">CEF_SCHEME_OPTION_CORS_ENABLED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_CORS_ENABLED is set the scheme can be sent CORS requests. This value should be set in most cases where CEF_SCHEME_OPTION_STANDARD is set. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_CSP_BYPASSING">CEF_SCHEME_OPTION_CSP_BYPASSING</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_CSP_BYPASSING is set the scheme can bypass Content- Security-Policy (CSP) checks. This value should not be set in most cases where CEF_SCHEME_OPTION_STANDARD is set. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_DISPLAY_ISOLATED">CEF_SCHEME_OPTION_DISPLAY_ISOLATED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_DISPLAY_ISOLATED is set the scheme can only be displayed from other content hosted with the same scheme. For example, pages in other origins cannot create iframes or hyperlinks to URLs with the scheme. For schemes that must be accessible from other schemes don't set this, set CEF_SCHEME_OPTION_CORS_ENABLED, and use CORS "Access-Control-Allow-Origin" headers to further restrict access. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_FETCH_ENABLED">CEF_SCHEME_OPTION_FETCH_ENABLED</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_LOCAL">CEF_SCHEME_OPTION_LOCAL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_LOCAL is set the scheme will be treated with the same security rules as those applied to "file" URLs. Normal pages cannot link to or access local URLs. Also, by default, local URLs can only perform XMLHttpRequest calls to the same URL (origin + path) that originated the request. To allow XMLHttpRequest calls from a local URL to other URLs with the same origin set the CefSettings.file_access_from_file_urls_allowed value to true (1). To allow XMLHttpRequest calls from a local URL to all origins set the CefSettings.universal_access_from_file_urls_allowed value to true (1). </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_NONE">CEF_SCHEME_OPTION_NONE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> No options. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_SECURE">CEF_SCHEME_OPTION_SECURE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_SECURE is set the scheme will be treated with the same security rules as those applied to "https" URLs. For example, loading this scheme from other secure schemes will not trigger mixed content warnings. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SCHEME_OPTION_STANDARD">CEF_SCHEME_OPTION_STANDARD</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> If CEF_SCHEME_OPTION_STANDARD is set the scheme will be treated as a standard scheme. Standard schemes are subject to URL canonicalization and parsing rules as defined in the Common Internet Scheme Syntax RFC 1738 Section 3.1 available at <a href="http://www.ietf.org/rfc/rfc1738.txt">http://www.ietf.org/rfc/rfc1738.txt</a>
|
||||
@@ -709,16 +724,21 @@
|
||||
|
||||
<p>For non-standard scheme URLs only the "scheme:" component is parsed and canonicalized. The remainder of the URL will be passed to the handler as- is. For example, "<a href="scheme:///some%20text">scheme:///some%20text</a>" will remain the same. Non-standard scheme URLs cannot be used as a target for form submission. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SENTINEL_DOCLOSE">CEF_SENTINEL_DOCLOSE</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SENTINEL_START">CEF_SENTINEL_START</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SETTINGS_URL">CEF_SETTINGS_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_SHOW_STATE_FULLSCREEN">CEF_SHOW_STATE_FULLSCREEN</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
@@ -870,6 +890,16 @@
|
||||
<td class="itemdesc"><p>Used when the shared textures are enabled.</p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_URLS_URL">CEF_URLS_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CEF_VERSION_URL">CEF_VERSION_URL</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFConstants.html#CERT_STATUS_AUTHORITY_INVALID">CERT_STATUS_AUTHORITY_INVALID</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFConstants.html">uCEFConstants</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
|
Reference in New Issue
Block a user