This item has no description.
ERR_NONE = 0; |
No error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_IO_PENDING = -1; |
An asynchronous IO operation is not yet complete. This usually does not indicate a fatal error. Typically this error will be generated as a notification to wait for some external notification that the IO operation finally completed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FAILED = -2; |
A generic failure occurred.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ABORTED = -3; |
An operation was aborted (due to user action).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_ARGUMENT = -4; |
An argument to the function is incorrect.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_HANDLE = -5; |
The handle or file descriptor is invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_NOT_FOUND = -6; |
The file or directory cannot be found.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TIMED_OUT = -7; |
An operation timed out.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_TOO_BIG = -8; |
The file is too large.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNEXPECTED = -9; |
An unexpected error. This may be caused by a programming mistake or an invalid assumption.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ACCESS_DENIED = -10; |
Permission to access a resource, other than the network, was denied.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NOT_IMPLEMENTED = -11; |
The operation failed because of unimplemented functionality.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INSUFFICIENT_RESOURCES = -12; |
There were not enough resources to complete the operation.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_OUT_OF_MEMORY = -13; |
Memory allocation failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UPLOAD_FILE_CHANGED = -14; |
The file upload failed because the file's modification time was different from the expectation.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_NOT_CONNECTED = -15; |
The socket is not connected.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_EXISTS = -16; |
The file already exists.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_PATH_TOO_LONG = -17; |
The path or file name is too long.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_NO_SPACE = -18; |
Not enough room left on the disk.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_FILE_VIRUS_INFECTED = -19; |
The file has a virus.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_CLIENT = -20; |
The client chose to block the request.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NETWORK_CHANGED = -21; |
The network changed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_ADMINISTRATOR = -22; |
The request was blocked by the URL block list configured by the domain administrator.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_IS_CONNECTED = -23; |
The socket is already connected.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED = -25; |
The upload failed because the upload stream needed to be re-read, due to a retry or a redirect, but the upload stream doesn't support that operation.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONTEXT_SHUT_DOWN = -26; |
The request failed because the URLRequestContext is shutting down, or has been shut down.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_RESPONSE = -27; |
The request failed because the response was delivered along with requirements which are not met ('X-Frame-Options' and 'Content-Security-Policy' ancestor checks and 'Cross-Origin-Resource-Policy' for instance).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CLEARTEXT_NOT_PERMITTED = -29; |
The request was blocked by system policy disallowing some or all cleartext requests. Used for NetworkSecurityPolicy on Android.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_CSP = -30; |
The request was blocked by a Content Security Policy
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_H2_OR_QUIC_REQUIRED = -31; |
The request was blocked because of no H/2 or QUIC session.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_ORB = -32; |
The request was blocked by CORB or ORB.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NETWORK_ACCESS_REVOKED = -33; |
The request was blocked because it originated from a frame that has disabled network access.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_FINGERPRINTING_PROTECTION = -34; |
The request was blocked by fingerprinting protections.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_CLOSED = -100; |
A connection was closed (corresponding to a TCP FIN).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_RESET = -101; |
A connection was reset (corresponding to a TCP RST).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_REFUSED = -102; |
A connection attempt was refused.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_ABORTED = -103; |
A connection timed out as a result of not receiving an ACK for data sent. This can include a FIN packet that did not get ACK'd.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_FAILED = -104; |
A connection attempt failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NAME_NOT_RESOLVED = -105; |
The host name could not be resolved.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INTERNET_DISCONNECTED = -106; |
The Internet connection has been lost.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_PROTOCOL_ERROR = -107; |
An SSL protocol error occurred.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ADDRESS_INVALID = -108; |
The IP address or port number is invalid (e.g., cannot connect to the IP address 0 or the port 0).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ADDRESS_UNREACHABLE = -109; |
The IP address is unreachable. This usually means that there is no route to the specified host or network.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110; |
The server requested a client certificate for SSL client authentication.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TUNNEL_CONNECTION_FAILED = -111; |
A tunnel connection through the proxy could not be established.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NO_SSL_VERSIONS_ENABLED = -112; |
No SSL protocol versions are enabled.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113; |
The client and server don't support a common SSL protocol version or cipher suite.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_RENEGOTIATION_REQUESTED = -114; |
The server requested a renegotiation (rehandshake).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_AUTH_UNSUPPORTED = -115; |
The proxy requested authentication (for tunnel establishment) with an unsupported method.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BAD_SSL_CLIENT_AUTH_CERT = -117; |
The SSL handshake failed because of a bad or missing client certificate.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONNECTION_TIMED_OUT = -118; |
A connection attempt timed out.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_HOST_RESOLVER_QUEUE_TOO_LARGE = -119; |
There are too many pending DNS resolves, so a request in the queue was aborted.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKS_CONNECTION_FAILED = -120; |
Failed establishing a connection to the SOCKS proxy server for a target host.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKS_CONNECTION_HOST_UNREACHABLE = -121; |
The SOCKS proxy server failed establishing connection to the target host because that host is unreachable.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ALPN_NEGOTIATION_FAILED = -122; |
The request to negotiate an alternate protocol failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_NO_RENEGOTIATION = -123; |
The peer sent an SSL no_renegotiation alert message.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES = -124; |
Winsock sometimes reports more data written than passed. This is probably due to a broken LSP.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_DECOMPRESSION_FAILURE_ALERT = -125; |
An SSL peer sent us a fatal decompression_failure alert. This typically occurs when a peer selects DEFLATE compression in the mistaken belief that it supports it.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_BAD_RECORD_MAC_ALERT = -126; |
An SSL peer sent us a fatal bad_record_mac alert. This has been observed from servers with buggy DEFLATE support.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_AUTH_REQUESTED = -127; |
The proxy requested authentication (for tunnel establishment).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_CONNECTION_FAILED = -130; |
Could not create a connection to the proxy server. An error occurred either in resolving its name, or in connecting a socket to it. Note that this does NOT include failures during the actual "CONNECT" method of an HTTP proxy.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_MANDATORY_PROXY_CONFIGURATION_FAILED = -131; |
A mandatory proxy configuration could not be used. Currently this means that a mandatory PAC script could not be fetched, parsed or executed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PRECONNECT_MAX_SOCKET_LIMIT = -133; |
We've hit the max socket limit for the socket pool while preconnecting. We don't bother trying to preconnect more sockets.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED = -134; |
The permission to use the SSL client certificate's private key was denied.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY = -135; |
The SSL client certificate has no private key.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_CERTIFICATE_INVALID = -136; |
The certificate presented by the HTTPS Proxy was invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NAME_RESOLUTION_FAILED = -137; |
An error occurred when trying to do a name resolution (DNS).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NETWORK_ACCESS_DENIED = -138; |
Permission to access the network was denied. This is used to distinguish errors that were most likely caused by a firewall from other access denied errors. See also ERR_ACCESS_DENIED.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TEMPORARILY_THROTTLED = -139; |
The request throttler module cancelled this request to avoid DDOS.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT = -140; |
A request to create an SSL tunnel connection through the HTTPS proxy received a 302 (temporary redirect) response. The response body might include a description of why the request failed. TODO(crbug.com/40093955): This is deprecated and should not be used by new code.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED = -141; |
We were unable to sign the CertificateVerify data of an SSL client auth handshake with the client certificate's private key. Possible causes for this include the user implicitly or explicitly denying access to the private key, the private key may not be valid for signing, the key may be relying on a cached handle which is no longer valid, or the CSP won't allow arbitrary data to be signed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_MSG_TOO_BIG = -142; |
The message was too large for the transport. (for example a UDP message which exceeds size threshold).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_WS_PROTOCOL_ERROR = -145; |
Websocket protocol error. Indicates that we are terminating the connection due to a malformed frame or other protocol violation.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ADDRESS_IN_USE = -147; |
Returned when attempting to bind an address that is already in use.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_HANDSHAKE_NOT_COMPLETED = -148; |
An operation failed because the SSL handshake has not completed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_BAD_PEER_PUBLIC_KEY = -149; |
SSL peer's public key is invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN = -150; |
The certificate didn't match the built-in public key pins for the host name. The pins are set in net/http/transport_security_state.cc and require that one of a set of public keys exist on the path from the leaf to the root.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED = -151; |
Server request for client certificate did not contain any types we support.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_DECRYPT_ERROR_ALERT = -153; |
An SSL peer sent us a fatal decrypt_error alert. This typically occurs when a peer could not correctly verify a signature (in CertificateVerify or ServerKeyExchange) or validate a Finished message.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_WS_THROTTLE_QUEUE_TOO_LARGE = -154; |
There are too many pending WebSocketJob instances, so the new job was not pushed to the queue.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_SERVER_CERT_CHANGED = -156; |
The SSL server certificate changed in a renegotiation.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_UNRECOGNIZED_NAME_ALERT = -159; |
The SSL server sent us a fatal unrecognized_name alert.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR = -160; |
Failed to set the socket's receive buffer size as requested.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR = -161; |
Failed to set the socket's send buffer size as requested.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE = -162; |
Failed to set the socket's receive buffer size as requested, despite success return code from setsockopt.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE = -163; |
Failed to set the socket's send buffer size as requested, despite success return code from setsockopt.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT = -164; |
Failed to import a client certificate from the platform store into the SSL library.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ICANN_NAME_COLLISION = -166; |
Resolving a hostname to an IP address list included the IPv4 address "127.0.53.53". This is a special IP address which ICANN has recommended to indicate there was a name collision, and alert admins to a potential problem.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_SERVER_CERT_BAD_FORMAT = -167; |
The SSL server presented a certificate which could not be decoded. This is not a certificate error code as no X509Certificate object is available. This error is fatal.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CT_STH_PARSING_FAILED = -168; |
Certificate Transparency: Received a signed tree head that failed to parse.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CT_STH_INCOMPLETE = -169; |
Certificate Transparency: Received a signed tree head whose JSON parsing was OK but was missing some of the fields.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH = -170; |
The attempt to reuse a connection to send proxy auth credentials failed before the AuthController was used to generate credentials. The caller should reuse the controller with a new connection. This error is only used internally by the network stack.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED = -171; |
Certificate Transparency: Failed to parse the received consistency proof.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_OBSOLETE_CIPHER = -172; |
The SSL server required an unsupported cipher suite that has since been removed. This error will temporarily be signaled on a fallback for one or two releases immediately following a cipher suite's removal, after which the fallback will be removed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_WS_UPGRADE = -173; |
When a WebSocket handshake is done successfully and the connection has been upgraded, the URLRequest is cancelled with this error code.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_READ_IF_READY_NOT_IMPLEMENTED = -174; |
Socket ReadIfReady support is not implemented. This error should not be user visible, because the normal Read() method is used as a fallback.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NO_BUFFER_SPACE = -176; |
No socket buffer space is available.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS = -177; |
There were no common signature algorithms between our client certificate private key and the server's preferences.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_EARLY_DATA_REJECTED = -178; |
TLS 1.3 early data was rejected by the server. This will be received before any data is returned from the socket. The request should be retried with early data disabled.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_WRONG_VERSION_ON_EARLY_DATA = -179; |
TLS 1.3 early data was offered, but the server responded with TLS 1.2 or earlier. This is an internal error code to account for a backwards-compatibility issue with early data and TLS 1.2. It will be received before any data is returned from the socket. The request should be retried with early data disabled. See https://tools.ietf.org/html/rfc8446#appendix-D.3 for details.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TLS13_DOWNGRADE_DETECTED = -180; |
TLS 1.3 was enabled, but a lower version was negotiated and the server returned a value indicating it supported TLS 1.3. This is part of a security check in TLS 1.3, but it may also indicate the user is behind a buggy TLS-terminating proxy which implemented TLS 1.2 incorrectly. (See https://crbug.com/boringssl/226.)
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SSL_KEY_USAGE_INCOMPATIBLE = -181; |
The server's certificate has a keyUsage extension incompatible with the negotiated TLS key exchange method.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_ECH_CONFIG_LIST = -182; |
The ECHConfigList fetched over DNS cannot be parsed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ECH_NOT_NEGOTIATED = -183; |
ECH was enabled, but the server was unable to decrypt the encrypted ClientHello.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ECH_FALLBACK_CERTIFICATE_INVALID = -184; |
ECH was enabled, the server was unable to decrypt the encrypted ClientHello, and additionally did not present a certificate valid for the public name.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_COMMON_NAME_INVALID = -200; |
The server responded with a certificate whose common name did not match the host name. This could mean: 1. An attacker has redirected our traffic to their server and is presenting a certificate for which they know the private key. 2. The server is misconfigured and responding with the wrong cert. 3. The user is on a wireless network and is being redirected to the network's login page. 4. The OS has used a DNS search suffix and the server doesn't have a certificate for the abbreviated name in the address bar.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_DATE_INVALID = -201; |
The server responded with a certificate that, by our clock, appears to either not yet be valid or to have expired. This could mean: 1. An attacker is presenting an old certificate for which they have managed to obtain the private key. 2. The server is misconfigured and is not presenting a valid cert. 3. Our clock is wrong.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_AUTHORITY_INVALID = -202; |
The server responded with a certificate that is signed by an authority we don't trust. The could mean: 1. An attacker has substituted the real certificate for a cert that contains their public key and is signed by their cousin. 2. The server operator has a legitimate certificate from a CA we don't know about, but should trust. 3. The server is presenting a self-signed certificate, providing no defense against active attackers (but foiling passive attackers).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_CONTAINS_ERRORS = -203; |
The server responded with a certificate that contains errors. This error is not recoverable. MSDN describes this error as follows: "The SSL certificate contains errors." NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency, use that code instead of this one from now on.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_NO_REVOCATION_MECHANISM = -204; |
The certificate has no mechanism for determining if it is revoked. In effect, this certificate cannot be revoked.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205; |
Revocation information for the security certificate for this site is not available. This could mean: 1. An attacker has compromised the private key in the certificate and is blocking our attempt to find out that the cert was revoked. 2. The certificate is unrevoked, but the revocation server is busy or unavailable.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_REVOKED = -206; |
The server responded with a certificate has been revoked. We have the capability to ignore this error, but it is probably not the thing to do.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_INVALID = -207; |
The server responded with a certificate that is invalid. This error is not recoverable. MSDN describes this error as follows: "The SSL certificate is invalid."
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_WEAK_SIGNATURE_ALGORITHM = -208; |
The server responded with a certificate that is signed using a weak signature algorithm.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_NON_UNIQUE_NAME = -210; |
The host name specified in the certificate is not unique.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_WEAK_KEY = -211; |
The server responded with a certificate that contains a weak key (e.g. a too-small RSA key).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_NAME_CONSTRAINT_VIOLATION = -212; |
The certificate claimed DNS names that are in violation of name constraints.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_VALIDITY_TOO_LONG = -213; |
The certificate's validity period is too long.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERTIFICATE_TRANSPARENCY_REQUIRED = -214; |
Certificate Transparency was required for this connection, but the server did not provide CT information that complied with the policy.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_KNOWN_INTERCEPTION_BLOCKED = -217; |
The certificate is known to be used for interception by an entity other the device owner.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_SELF_SIGNED_LOCAL_NETWORK = -219; |
-218 was SSL_OBSOLETE_VERSION which is not longer used. TLS 1.0/1.1 instead cause SSL_VERSION_OR_CIPHER_MISMATCH now. The certificate is self signed and it's being used for either an RFC1918 IP literal URL, or a url ending in .local.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_END = -220; |
The value immediately past the last certificate error code.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_URL = -300; |
The URL is invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DISALLOWED_URL_SCHEME = -301; |
The scheme of the URL is disallowed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNKNOWN_URL_SCHEME = -302; |
The scheme of the URL is unknown.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_REDIRECT = -303; |
Attempting to load an URL resulted in a redirect to an invalid URL.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TOO_MANY_REDIRECTS = -310; |
Attempting to load an URL resulted in too many redirects.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNSAFE_REDIRECT = -311; |
Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect to file:// is considered unsafe).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNSAFE_PORT = -312; |
Attempting to load an URL with an unsafe port number. These are port numbers that correspond to services, which are not robust to spurious input that may be constructed as a result of an allowed web construct (e.g., HTTP looks a lot like SMTP, so form submission to port 25 is denied).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_RESPONSE = -320; |
The server's response was invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_CHUNKED_ENCODING = -321; |
Error in chunked transfer encoding.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_METHOD_NOT_SUPPORTED = -322; |
The server did not support the request method.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNEXPECTED_PROXY_AUTH = -323; |
The response was 407 (Proxy Authentication Required), yet we did not send the request to a proxy.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_EMPTY_RESPONSE = -324; |
The server closed the connection without sending any data.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_HEADERS_TOO_BIG = -325; |
The headers section of the response is too large.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PAC_SCRIPT_FAILED = -327; |
The evaluation of the PAC script failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_REQUEST_RANGE_NOT_SATISFIABLE = -328; |
The response was 416 (Requested range not satisfiable) and the server cannot satisfy the range requested.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_MALFORMED_IDENTITY = -329; |
The identity used for authentication is invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONTENT_DECODING_FAILED = -330; |
Content decoding of the response body failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NETWORK_IO_SUSPENDED = -331; |
An operation could not be completed because all network IO is suspended.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SYN_REPLY_NOT_RECEIVED = -332; |
FLIP data received without receiving a SYN_REPLY on the stream.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ENCODING_CONVERSION_FAILED = -333; |
Converting the response to target encoding failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT = -334; |
The server sent an FTP directory listing in a format we do not understand.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NO_SUPPORTED_PROXIES = -336; |
There are no supported proxies in the provided list.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_PROTOCOL_ERROR = -337; |
There is an HTTP/2 protocol error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_AUTH_CREDENTIALS = -338; |
Credentials could not be established during HTTP Authentication.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNSUPPORTED_AUTH_SCHEME = -339; |
An HTTP Authentication scheme was tried which is not supported on this machine.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ENCODING_DETECTION_FAILED = -340; |
Detecting the encoding of the response failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_MISSING_AUTH_CREDENTIALS = -341; |
(GSSAPI) No Kerberos credentials were available during HTTP Authentication.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS = -342; |
An unexpected, but documented, SSPI or GSSAPI status code was returned.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_MISCONFIGURED_AUTH_ENVIRONMENT = -343; |
The environment was not set up correctly for authentication. For example, no KDC could be found or the principal is unknown.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS = -344; |
An undocumented SSPI or GSSAPI status code was returned.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN = -345; |
The HTTP response was too big to drain.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH = -346; |
The HTTP response contained multiple distinct Content-Length headers.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INCOMPLETE_SPDY_HEADERS = -347; |
HTTP/2 headers have been received, but not all of them - status or version headers are missing, so we're expecting additional frames to complete them.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PAC_NOT_IN_DHCP = -348; |
No PAC URL configuration could be retrieved from DHCP. This can indicate either a failure to retrieve the DHCP configuration, or that there was no PAC URL configured in DHCP.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION = -349; |
The HTTP response contained multiple Content-Disposition headers.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION = -350; |
The HTTP response contained multiple Location headers.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_SERVER_REFUSED_STREAM = -351; |
HTTP/2 server refused the request without processing, and sent either a GOAWAY frame with error code NO_ERROR and Last-Stream-ID lower than the stream id corresponding to the request indicating that this request has not been processed yet, or a RST_STREAM frame with error code REFUSED_STREAM. Client MAY retry (on a different connection). See RFC7540 Section 8.1.4.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_PING_FAILED = -352; |
HTTP/2 server didn't respond to the PING message.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONTENT_LENGTH_MISMATCH = -354; |
The HTTP response body transferred fewer bytes than were advertised by the Content-Length header when the connection is closed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INCOMPLETE_CHUNKED_ENCODING = -355; |
The HTTP response body is transferred with Chunked-Encoding, but the terminating zero-length chunk was never sent when the connection is closed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_QUIC_PROTOCOL_ERROR = -356; |
There is a QUIC protocol error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_RESPONSE_HEADERS_TRUNCATED = -357; |
The HTTP headers were truncated by an EOF.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_QUIC_HANDSHAKE_FAILED = -358; |
The QUIC crypto handshake failed. This means that the server was unable to read any requests sent, so they may be resent.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY = -360; |
Transport security is inadequate for the HTTP/2 version.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_FLOW_CONTROL_ERROR = -361; |
The peer violated HTTP/2 flow control.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_FRAME_SIZE_ERROR = -362; |
The peer sent an improperly sized HTTP/2 frame.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_COMPRESSION_ERROR = -363; |
Decoding or encoding of compressed HTTP/2 headers failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION = -364; |
Proxy Auth Requested without a valid Client Socket Handle.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_HTTP_1_1_REQUIRED = -365; |
HTTP_1_1_REQUIRED error code received on HTTP/2 session.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_HTTP_1_1_REQUIRED = -366; |
HTTP_1_1_REQUIRED error code received on HTTP/2 session to proxy.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PAC_SCRIPT_TERMINATED = -367; |
The PAC script terminated fatally and must be reloaded.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PROXY_REQUIRED = -368; |
Signals that the request requires the IPP proxy.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_HTTP_RESPONSE = -370; |
The server was expected to return an HTTP/1.x response, but did not. Rather than treat it as HTTP/0.9, this error is returned.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CONTENT_DECODING_INIT_FAILED = -371; |
Initializing content decoding failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED = -372; |
Received HTTP/2 RST_STREAM frame with NO_ERROR error code. This error should be handled internally by HTTP/2 code, and should not make it above the SpdyStream layer.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TOO_MANY_RETRIES = -375; |
An HTTP transaction was retried too many times due for authentication or invalid certificates. This may be due to a bug in the net stack that would otherwise infinite loop, or if the server or proxy continually requests fresh credentials or presents a fresh invalid certificate.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SPDY_STREAM_CLOSED = -376; |
Received an HTTP/2 frame on a closed stream.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_HTTP_RESPONSE_CODE_FAILURE = -379; |
The server returned a non-2xx HTTP response code. Note that this error is only used by certain APIs that interpret the HTTP response itself. URLRequest for instance just passes most non-2xx response back as success.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_QUIC_CERT_ROOT_NOT_KNOWN = -380; |
The certificate presented on a QUIC connection does not chain to a known root and the origin connected to is not on a list of domains where unknown roots are allowed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED = -381; |
A GOAWAY frame has been received indicating that the request has not been processed and is therefore safe to retry on a different connection.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TOO_MANY_ACCEPT_CH_RESTARTS = -382; |
The ACCEPT_CH restart has been triggered too many times
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INCONSISTENT_IP_ADDRESS_SPACE = -383; |
The IP address space of the remote endpoint differed from the previous observed value during the same request. Any cache entry for the affected request should be invalidated.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY = -384; |
The IP address space of the cached remote endpoint is blocked by private network access check.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS = -385; |
The connection is blocked by private network access checks.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ZSTD_WINDOW_SIZE_TOO_BIG = -386; |
Content decoding failed due to the zstd window size being too big (over 8MB).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DICTIONARY_LOAD_FAILED = -387; |
The compression dictionary cannot be loaded.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER = -388; |
The header of dictionary compressed stream does not match the expected value.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_MISS = -400; |
The cache does not have the requested entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_READ_FAILURE = -401; |
Unable to read from the disk cache.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_WRITE_FAILURE = -402; |
Unable to write to the disk cache.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_OPERATION_NOT_SUPPORTED = -403; |
The operation is not supported for this entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_OPEN_FAILURE = -404; |
The disk cache is unable to open this entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_CREATE_FAILURE = -405; |
The disk cache is unable to create this entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_RACE = -406; |
Multiple transactions are racing to create disk cache entries. This is an internal error returned from the HttpCache to the HttpCacheTransaction that tells the transaction to restart the entry-creation logic because the state of the cache has changed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_CHECKSUM_READ_FAILURE = -407; |
The cache was unable to read a checksum record on an entry. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_CHECKSUM_MISMATCH = -408; |
The cache found an entry with an invalid checksum. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_LOCK_TIMEOUT = -409; |
Internal error code for the HTTP cache. The cache lock timeout has fired.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_AUTH_FAILURE_AFTER_READ = -410; |
Received a challenge after the transaction has read some data, and the credentials aren't available. There isn't a way to get them at that point.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_ENTRY_NOT_SUITABLE = -411; |
Internal not-quite error code for the HTTP cache. In-memory hints suggest that the cache entry would not have been usable with the transaction's current configuration (e.g. load flags, mode, etc.)
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_DOOM_FAILURE = -412; |
The disk cache is unable to doom this entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CACHE_OPEN_OR_CREATE_FAILURE = -413; |
The disk cache is unable to open or create this entry.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INSECURE_RESPONSE = -501; |
The server's response was insecure (e.g. there was a cert error).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NO_PRIVATE_KEY_FOR_CERT = -502; |
An attempt to import a client certificate failed, as the user's key database lacked a corresponding private key.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_ADD_USER_CERT_FAILED = -503; |
An error adding a certificate to the OS certificate database.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_SIGNED_EXCHANGE = -504; |
An error occurred while handling a signed exchange.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_INVALID_WEB_BUNDLE = -505; |
An error occurred while handling a Web Bundle source.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TRUST_TOKEN_OPERATION_FAILED = -506; |
A Trust Tokens protocol operation-executing request failed for one of a number of reasons (precondition failure, internal error, bad response).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST = -507; |
When handling a Trust Tokens protocol operation-executing request, the system was able to execute the request's Trust Tokens operation without sending the request to its destination: for instance, the results could have been present in a local cache (for redemption) or the operation could have been diverted to a local provider (for "platform-provided" issuance).
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PKCS12_IMPORT_BAD_PASSWORD = -701; |
PKCS #12 import failed due to incorrect password.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PKCS12_IMPORT_FAILED = -702; |
PKCS #12 import failed due to other error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_IMPORT_CA_CERT_NOT_CA = -703; |
CA import failed - not a CA cert.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_IMPORT_CERT_ALREADY_EXISTS = -704; |
Import failed - certificate already exists in database. Note it's a little weird this is an error but reimporting a PKCS12 is ok (no-op). That's how Mozilla does it, though.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_IMPORT_CA_CERT_FAILED = -705; |
CA import failed due to some other error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_IMPORT_SERVER_CERT_FAILED = -706; |
Server certificate import failed due to some internal error.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PKCS12_IMPORT_INVALID_MAC = -707; |
PKCS #12 import failed due to invalid MAC.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PKCS12_IMPORT_INVALID_FILE = -708; |
PKCS #12 import failed due to invalid/corrupt file.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PKCS12_IMPORT_UNSUPPORTED = -709; |
PKCS #12 import failed due to unsupported features.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_KEY_GENERATION_FAILED = -710; |
Key generation failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_PRIVATE_KEY_EXPORT_FAILED = -712; |
Failure to export private key.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_SELF_SIGNED_CERT_GENERATION_FAILED = -713; |
Self-signed certificate generation failed.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_DATABASE_CHANGED = -714; |
The certificate database changed in some way.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_CERT_VERIFIER_CHANGED = -716; |
The certificate verifier configuration changed in some way.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_MALFORMED_RESPONSE = -800; |
DNS resolver received a malformed response.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SERVER_REQUIRES_TCP = -801; |
DNS server requires TCP
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SERVER_FAILED = -802; |
DNS server failed. This error is returned for all of the following error conditions: 1 - Format error - The name server was unable to interpret the query. 2 - Server failure - The name server was unable to process this query due to a problem with the name server. 4 - Not Implemented - The name server does not support the requested kind of query. 5 - Refused - The name server refuses to perform the specified operation for policy reasons.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_TIMED_OUT = -803; |
DNS transaction timed out.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_NS_CACHE_MISS = -804; |
The entry was not found in cache or other local sources, for lookups where only local sources were queried. TODO(ericorth): Consider renaming to DNS_LOCAL_MISS or something like that as the cache is not necessarily queried either.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SEARCH_EMPTY = -805; |
Suffix search list rules prevent resolution of the given host name.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SORT_ERROR = -806; |
Failed to sort addresses according to RFC3484.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED = -808; |
Failed to resolve the hostname of a DNS-over-HTTPS server.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_NAME_HTTPS_ONLY = -809; |
DNS identified the request as disallowed for insecure connection (http/ws). Error should be handled as if an HTTP redirect was received to redirect to https or wss.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_REQUEST_CANCELLED = -810; |
All DNS requests associated with this job have been cancelled.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_NO_MATCHING_SUPPORTED_ALPN = -811; |
The hostname resolution of HTTPS record was expected to be resolved with alpn values of supported protocols, but did not.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
ERR_DNS_SECURE_PROBE_RECORD_INVALID = -814; |
When checking whether secure DNS can be used, the response returned for the requested probe record either had no answer or was invalid.
TCefErrorCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_errorcode_t)) |
COMMAND_ID_FIRST_UNBOUNDED = $E000; |
command_id constants declared in cef_command_ids.h and used by some callbacks in ICefCommandHandler cef_command_ids.h is generated in /include/cef_command_ids.h
<see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/app/chrome_command_ids.h">The command_id values are also available in chrome/app/chrome_command_ids.h) <see href="https://source.chromium.org/chromium/chromium/src/+/main:ui/base/command_id_constants.h">COMMAND_ID_FIRST_UNBOUNDED is available in ui/base/command_id_constants.h) |
IDC_MinimumLabelValue = 4000; |
This item has no description. |
IDC_BACK = 33000; |
This item has no description. |
IDC_FORWARD = 33001; |
This item has no description. |
IDC_RELOAD = 33002; |
This item has no description. |
IDC_HOME = 33003; |
This item has no description. |
IDC_OPEN_CURRENT_URL = 33004; |
This item has no description. |
IDC_STOP = 33006; |
This item has no description. |
IDC_RELOAD_BYPASSING_CACHE = 33007; |
This item has no description. |
IDC_RELOAD_CLEARING_CACHE = 33009; |
This item has no description. |
IDC_NEW_WINDOW = 34000; |
This item has no description. |
IDC_NEW_INCOGNITO_WINDOW = 34001; |
This item has no description. |
IDC_CLOSE_WINDOW = 34012; |
This item has no description. |
IDC_ALWAYS_ON_TOP = 34013; |
This item has no description. |
IDC_NEW_TAB = 34014; |
This item has no description. |
IDC_CLOSE_TAB = 34015; |
This item has no description. |
IDC_SELECT_NEXT_TAB = 34016; |
This item has no description. |
IDC_SELECT_PREVIOUS_TAB = 34017; |
This item has no description. |
IDC_SELECT_TAB_0 = 34018; |
This item has no description. |
IDC_SELECT_TAB_1 = 34019; |
This item has no description. |
IDC_SELECT_TAB_2 = 34020; |
This item has no description. |
IDC_SELECT_TAB_3 = 34021; |
This item has no description. |
IDC_SELECT_TAB_4 = 34022; |
This item has no description. |
IDC_SELECT_TAB_5 = 34023; |
This item has no description. |
IDC_SELECT_TAB_6 = 34024; |
This item has no description. |
IDC_SELECT_TAB_7 = 34025; |
This item has no description. |
IDC_SELECT_LAST_TAB = 34026; |
This item has no description. |
IDC_DUPLICATE_TAB = 34027; |
This item has no description. |
IDC_RESTORE_TAB = 34028; |
This item has no description. |
IDC_SHOW_AS_TAB = 34029; |
This item has no description. |
IDC_FULLSCREEN = 34030; |
This item has no description. |
IDC_EXIT = 34031; |
This item has no description. |
IDC_MOVE_TAB_NEXT = 34032; |
This item has no description. |
IDC_MOVE_TAB_PREVIOUS = 34033; |
This item has no description. |
IDC_SEARCH = 34035; |
This item has no description. |
IDC_WINDOW_MENU = 34045; |
This item has no description. |
IDC_MINIMIZE_WINDOW = 34046; |
This item has no description. |
IDC_MAXIMIZE_WINDOW = 34047; |
This item has no description. |
IDC_ALL_WINDOWS_FRONT = 34048; |
This item has no description. |
IDC_NAME_WINDOW = 34049; |
This item has no description. |
IDC_TOGGLE_MULTITASK_MENU = 34050; |
This item has no description. |
IDC_USE_SYSTEM_TITLE_BAR = 34051; |
This item has no description. |
IDC_RESTORE_WINDOW = 34052; |
This item has no description. |
IDC_OPEN_IN_PWA_WINDOW = 34053; |
This item has no description. |
IDC_MOVE_TAB_TO_NEW_WINDOW = 34054; |
This item has no description. |
IDC_COPY_URL = 34060; |
This item has no description. |
IDC_OPEN_IN_CHROME = 34061; |
This item has no description. |
IDC_WEB_APP_SETTINGS = 34062; |
This item has no description. |
IDC_WEB_APP_MENU_APP_INFO = 34063; |
This item has no description. |
IDC_VISIT_DESKTOP_OF_LRU_USER_2 = 34080; |
This item has no description. |
IDC_VISIT_DESKTOP_OF_LRU_USER_3 = 34081; |
This item has no description. |
IDC_VISIT_DESKTOP_OF_LRU_USER_4 = 34082; |
This item has no description. |
IDC_VISIT_DESKTOP_OF_LRU_USER_5 = 34083; |
This item has no description. |
IDC_BOOKMARK_THIS_TAB = 35000; |
This item has no description. |
IDC_BOOKMARK_ALL_TABS = 35001; |
This item has no description. |
IDC_VIEW_SOURCE = 35002; |
This item has no description. |
IDC_PRINT = 35003; |
This item has no description. |
IDC_SAVE_PAGE = 35004; |
This item has no description. |
IDC_EMAIL_PAGE_LOCATION = 35006; |
This item has no description. |
IDC_BASIC_PRINT = 35007; |
This item has no description. |
IDC_SAVE_CREDIT_CARD_FOR_PAGE = 35008; |
This item has no description. |
IDC_SHOW_TRANSLATE = 35009; |
This item has no description. |
IDC_MANAGE_PASSWORDS_FOR_PAGE = 35010; |
This item has no description. |
IDC_ROUTE_MEDIA = 35011; |
This item has no description. |
IDC_WINDOW_MUTE_SITE = 35012; |
This item has no description. |
IDC_WINDOW_PIN_TAB = 35013; |
This item has no description. |
IDC_WINDOW_GROUP_TAB = 35014; |
This item has no description. |
IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE = 35015; |
This item has no description. |
IDC_SEND_TAB_TO_SELF = 35016; |
This item has no description. |
IDC_FOCUS_THIS_TAB = 35017; |
This item has no description. |
IDC_QRCODE_GENERATOR = 35021; |
This item has no description. |
IDC_WINDOW_CLOSE_TABS_TO_RIGHT = 35022; |
This item has no description. |
IDC_WINDOW_CLOSE_OTHER_TABS = 35023; |
This item has no description. |
IDC_NEW_TAB_TO_RIGHT = 35024; |
This item has no description. |
IDC_SAVE_AUTOFILL_ADDRESS = 35025; |
This item has no description. |
IDC_OFFERS_AND_REWARDS_FOR_PAGE = 35026; |
This item has no description. |
IDC_WEBAUTHN = 35027; |
This item has no description. |
IDC_SHARING_HUB = 35028; |
This item has no description. |
IDC_SHARING_HUB_MENU = 35029; |
This item has no description. |
IDC_FILLED_CARD_INFORMATION = 35030; |
This item has no description. |
IDC_SHARING_HUB_SCREENSHOT = 35031; |
This item has no description. |
IDC_VIRTUAL_CARD_ENROLL = 35032; |
This item has no description. |
IDC_SAVE_IBAN_FOR_PAGE = 35035; |
This item has no description. |
IDC_AUTOFILL_MANDATORY_REAUTH = 35036; |
This item has no description. |
IDC_PROFILE_MENU_IN_APP_MENU = 35039; |
This item has no description. |
IDC_PASSWORDS_AND_AUTOFILL_MENU = 35040; |
This item has no description. |
IDC_SHOW_PASSWORD_MANAGER = 35041; |
This item has no description. |
IDC_SHOW_PAYMENT_METHODS = 35042; |
This item has no description. |
IDC_SHOW_ADDRESSES = 35043; |
This item has no description. |
IDC_ORGANIZE_TABS = 35044; |
This item has no description. |
IDC_CREATE_NEW_TAB_GROUP = 35045; |
This item has no description. |
IDC_DECLUTTER_TABS = 35046; |
This item has no description. |
IDC_SEND_SHARED_TAB_GROUP_FEEDBACK = 35047; |
This item has no description. |
IDC_MUTE_TARGET_SITE = 35050; |
This item has no description. |
IDC_PIN_TARGET_TAB = 35051; |
This item has no description. |
IDC_GROUP_TARGET_TAB = 35052; |
This item has no description. |
IDC_DUPLICATE_TARGET_TAB = 35053; |
This item has no description. |
IDC_CUT = 36000; |
This item has no description. |
IDC_COPY = 36001; |
This item has no description. |
IDC_PASTE = 36003; |
This item has no description. |
IDC_EDIT_MENU = 36004; |
This item has no description. |
IDC_FIND = 37000; |
This item has no description. |
IDC_FIND_NEXT = 37001; |
This item has no description. |
IDC_FIND_PREVIOUS = 37002; |
This item has no description. |
IDC_CLOSE_FIND_OR_STOP = 37003; |
This item has no description. |
IDC_FIND_MENU = 37100; |
This item has no description. |
IDC_FIND_AND_EDIT_MENU = 37200; |
This item has no description. |
IDC_SAVE_AND_SHARE_MENU = 37300; |
This item has no description. |
IDC_CUSTOMIZE_CHROME = 37350; |
This item has no description. |
IDC_CLOSE_PROFILE = 35351; |
This item has no description. |
IDC_MANAGE_GOOGLE_ACCOUNT = 35352; |
This item has no description. |
IDC_SHOW_SYNC_SETTINGS = 35353; |
This item has no description. |
IDC_TURN_ON_SYNC = 35354; |
This item has no description. |
IDC_SHOW_SIGNIN_WHEN_PAUSED = 35355; |
This item has no description. |
IDC_OPEN_GUEST_PROFILE = 35356; |
This item has no description. |
IDC_ADD_NEW_PROFILE = 35357; |
This item has no description. |
IDC_MANAGE_CHROME_PROFILES = 35358; |
This item has no description. |
IDC_ZOOM_MENU = 38000; |
This item has no description. |
IDC_ZOOM_PLUS = 38001; |
This item has no description. |
IDC_ZOOM_NORMAL = 38002; |
This item has no description. |
IDC_ZOOM_MINUS = 38003; |
This item has no description. |
IDC_FOCUS_TOOLBAR = 39000; |
This item has no description. |
IDC_FOCUS_LOCATION = 39001; |
This item has no description. |
IDC_FOCUS_SEARCH = 39002; |
This item has no description. |
IDC_FOCUS_MENU_BAR = 39003; |
This item has no description. |
IDC_FOCUS_NEXT_PANE = 39004; |
This item has no description. |
IDC_FOCUS_PREVIOUS_PANE = 39005; |
This item has no description. |
IDC_FOCUS_BOOKMARKS = 39006; |
This item has no description. |
IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY = 39007; |
This item has no description. |
IDC_FOCUS_WEB_CONTENTS_PANE = 39009; |
This item has no description. |
IDC_OPEN_FILE = 40000; |
This item has no description. |
IDC_CREATE_SHORTCUT = 40002; |
This item has no description. |
IDC_DEVELOPER_MENU = 40003; |
This item has no description. |
IDC_DEV_TOOLS = 40004; |
This item has no description. |
IDC_DEV_TOOLS_CONSOLE = 40005; |
This item has no description. |
IDC_TASK_MANAGER = 40006; |
This item has no description. |
IDC_DEV_TOOLS_DEVICES = 40007; |
This item has no description. |
IDC_FEEDBACK = 40008; |
This item has no description. |
IDC_SHOW_BOOKMARK_BAR = 40009; |
This item has no description. |
IDC_SHOW_HISTORY = 40010; |
This item has no description. |
IDC_SHOW_BOOKMARK_MANAGER = 40011; |
This item has no description. |
IDC_SHOW_DOWNLOADS = 40012; |
This item has no description. |
IDC_CLEAR_BROWSING_DATA = 40013; |
This item has no description. |
IDC_IMPORT_SETTINGS = 40014; |
This item has no description. |
IDC_OPTIONS = 40015; |
This item has no description. |
IDC_EDIT_SEARCH_ENGINES = 40016; |
This item has no description. |
IDC_VIEW_PASSWORDS = 40017; |
This item has no description. |
IDC_ABOUT = 40018; |
This item has no description. |
IDC_HELP_PAGE_VIA_KEYBOARD = 40019; |
This item has no description. |
IDC_HELP_PAGE_VIA_MENU = 40020; |
This item has no description. |
IDC_SHOW_APP_MENU = 40021; |
This item has no description. |
IDC_MANAGE_EXTENSIONS = 40022; |
This item has no description. |
IDC_DEV_TOOLS_INSPECT = 40023; |
This item has no description. |
IDC_UPGRADE_DIALOG = 40024; |
This item has no description. |
IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL = 40025; |
This item has no description. |
IDC_PROFILING_ENABLED = 40028; |
This item has no description. |
IDC_BOOKMARKS_MENU = 40029; |
This item has no description. |
IDC_SAVED_TAB_GROUPS_MENU = 40030; |
This item has no description. |
IDC_EXTENSION_ERRORS = 40031; |
This item has no description. |
IDC_SHOW_SETTINGS_CHANGE_FIRST = 40033; |
This item has no description. |
IDC_SHOW_SETTINGS_CHANGE_LAST = 40133; |
This item has no description. |
IDC_SHOW_AVATAR_MENU = 40134; |
This item has no description. |
IDC_EXTENSION_INSTALL_ERROR_FIRST = 40135; |
This item has no description. |
IDC_EXTENSION_INSTALL_ERROR_LAST = 40235; |
This item has no description. |
IDC_TOGGLE_REQUEST_TABLET_SITE = 40236; |
This item has no description. |
IDC_DEV_TOOLS_TOGGLE = 40237; |
This item has no description. |
IDC_RECENT_TABS_MENU = 40239; |
This item has no description. |
IDC_RECENT_TABS_NO_DEVICE_TABS = 40240; |
This item has no description. |
IDC_SHOW_SETTINGS_RESET_BUBBLE = 40241; |
This item has no description. |
IDC_DISTILL_PAGE = 40243; |
This item has no description. |
IDC_HELP_MENU = 40244; |
This item has no description. |
IDC_SHOW_SRT_BUBBLE = 40246; |
This item has no description. |
IDC_ELEVATED_RECOVERY_DIALOG = 40247; |
This item has no description. |
IDC_TAKE_SCREENSHOT = 40248; |
This item has no description. |
IDC_MORE_TOOLS_MENU = 40249; |
This item has no description. |
IDC_TOGGLE_FULLSCREEN_TOOLBAR = 40250; |
This item has no description. |
IDC_CUSTOMIZE_TOUCH_BAR = 40251; |
This item has no description. |
IDC_SHOW_BETA_FORUM = 40252; |
This item has no description. |
IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS = 40253; |
This item has no description. |
IDC_INSTALL_PWA = 40254; |
This item has no description. |
IDC_SHOW_MANAGEMENT_PAGE = 40255; |
This item has no description. |
IDC_PASTE_AND_GO = 40256; |
This item has no description. |
IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE = 40257; |
This item has no description. |
IDC_CLOSE_SIGN_IN_PROMO = 40258; |
This item has no description. |
IDC_SHOW_FULL_URLS = 40259; |
This item has no description. |
IDC_CARET_BROWSING_TOGGLE = 40260; |
This item has no description. |
IDC_CHROME_TIPS = 40263; |
This item has no description. |
IDC_CHROME_WHATS_NEW = 40264; |
This item has no description. |
IDC_PERFORMANCE = 40266; |
This item has no description. |
IDC_EXTENSIONS_SUBMENU = 40267; |
This item has no description. |
IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS = 40268; |
This item has no description. |
IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE = 40269; |
This item has no description. |
IDC_READING_LIST_MENU = 40270; |
This item has no description. |
IDC_READING_LIST_MENU_ADD_TAB = 40271; |
This item has no description. |
IDC_READING_LIST_MENU_SHOW_UI = 40272; |
This item has no description. |
IDC_SHOW_READING_MODE_SIDE_PANEL = 40273; |
This item has no description. |
IDC_SHOW_BOOKMARK_SIDE_PANEL = 40274; |
This item has no description. |
IDC_SHOW_CHROME_LABS = 40276; |
This item has no description. |
IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS = 40277; |
This item has no description. |
IDC_OPEN_RECENT_TAB = 40278; |
This item has no description. |
IDC_OPEN_SAFETY_HUB = 40279; |
This item has no description. |
IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP = 40280; |
This item has no description. |
IDC_SAFETY_HUB_MANAGE_EXTENSIONS = 40281; |
This item has no description. |
IDC_SHOW_GOOGLE_LENS_SHORTCUT = 40282; |
This item has no description. |
IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL = 40283; |
This item has no description. |
IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR = 40284; |
This item has no description. |
IDC_TASK_MANAGER_APP_MENU = 40285; |
This item has no description. |
IDC_TASK_MANAGER_SHORTCUT = 40286; |
This item has no description. |
IDC_TASK_MANAGER_CONTEXT_MENU = 40287; |
This item has no description. |
IDC_TASK_MANAGER_MAIN_MENU = 40288; |
This item has no description. |
IDC_COMPARE_MENU = 40289; |
This item has no description. |
IDC_SHOW_ALL_COMPARISON_TABLES = 40290; |
This item has no description. |
IDC_ADD_TO_COMPARISON_TABLE_MENU = 40291; |
This item has no description. |
IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB = 40292; |
This item has no description. |
IDC_SHOW_HISTORY_SIDE_PANEL = 40293; |
This item has no description. |
IDC_OPEN_GLIC = 40294; |
This item has no description. |
IDC_SPELLCHECK_SUGGESTION_0 = 41000; |
This item has no description. |
IDC_SPELLCHECK_SUGGESTION_1 = 41001; |
This item has no description. |
IDC_SPELLCHECK_SUGGESTION_2 = 41002; |
This item has no description. |
IDC_SPELLCHECK_SUGGESTION_3 = 41003; |
This item has no description. |
IDC_SPELLCHECK_SUGGESTION_4 = 41004; |
This item has no description. |
IDC_SPELLCHECK_MENU = 41005; |
This item has no description. |
IDC_SPELLCHECK_LANGUAGES_FIRST = 41006; |
This item has no description. |
IDC_SPELLCHECK_LANGUAGES_LAST = 41106; |
This item has no description. |
IDC_CHECK_SPELLING_WHILE_TYPING = 41107; |
This item has no description. |
IDC_SPELLPANEL_TOGGLE = 41109; |
This item has no description. |
IDC_SPELLCHECK_ADD_TO_DICTIONARY = 41110; |
This item has no description. |
IDC_SPELLCHECK_MULTI_LINGUAL = 41111; |
This item has no description. |
IDC_WRITING_DIRECTION_MENU = 41120; |
This item has no description. |
IDC_WRITING_DIRECTION_DEFAULT = 41121; |
This item has no description. |
IDC_WRITING_DIRECTION_LTR = 41122; |
This item has no description. |
IDC_WRITING_DIRECTION_RTL = 41123; |
This item has no description. |
IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE = 42100; |
This item has no description. |
IDC_TRANSLATE_TARGET_LANGUAGE_BASE = 42400; |
This item has no description. |
IDC_VIEW_MENU = 44000; |
This item has no description. |
IDC_FILE_MENU = 44001; |
This item has no description. |
IDC_CHROME_MENU = 44002; |
This item has no description. |
IDC_HIDE_APP = 44003; |
This item has no description. |
IDC_HISTORY_MENU = 46000; |
This item has no description. |
IDC_TAB_MENU = 46001; |
This item has no description. |
IDC_PROFILE_MAIN_MENU = 46100; |
This item has no description. |
IDC_INPUT_METHODS_MENU = 46300; |
This item has no description. |
IDC_CONTENT_CONTEXT_CUSTOM_FIRST = 47000; |
This item has no description. |
IDC_CONTENT_CONTEXT_CUSTOM_LAST = 48000; |
This item has no description. |
IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST = 49000; |
This item has no description. |
IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST = 50000; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKNEWTAB = 50100; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW = 50101; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD = 50102; |
This item has no description. |
IDC_CONTENT_CONTEXT_SAVELINKAS = 50103; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYLINKLOCATION = 50104; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYEMAILADDRESS = 50105; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKWITH = 50106; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYLINKTEXT = 50107; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKINPROFILE = 50108; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP = 50109; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENLINKPREVIEW = 50110; |
This item has no description. |
IDC_CONTENT_CONTEXT_SAVEIMAGEAS = 50120; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYIMAGELOCATION = 50121; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYIMAGE = 50122; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB = 50123; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE = 50124; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB = 50125; |
This item has no description. |
IDC_CONTENT_CONTEXT_LOAD_IMAGE = 50126; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE = 50127; |
This item has no description. |
IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS = 50130; |
This item has no description. |
IDC_CONTENT_CONTEXT_SAVEAVAS = 50131; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYAVLOCATION = 50132; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYVIDEOFRAME = 50133; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME = 50134; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME = 50135; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPENAVNEWTAB = 50136; |
This item has no description. |
IDC_CONTENT_CONTEXT_PICTUREINPICTURE = 50137; |
This item has no description. |
IDC_CONTENT_CONTEXT_LOOP = 50140; |
This item has no description. |
IDC_CONTENT_CONTEXT_CONTROLS = 50141; |
This item has no description. |
IDC_CONTENT_CONTEXT_ROTATECW = 50142; |
This item has no description. |
IDC_CONTENT_CONTEXT_ROTATECCW = 50143; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPY = 50150; |
This item has no description. |
IDC_CONTENT_CONTEXT_CUT = 50151; |
This item has no description. |
IDC_CONTENT_CONTEXT_PASTE = 50152; |
This item has no description. |
IDC_CONTENT_CONTEXT_DELETE = 50153; |
This item has no description. |
IDC_CONTENT_CONTEXT_UNDO = 50154; |
This item has no description. |
IDC_CONTENT_CONTEXT_REDO = 50155; |
This item has no description. |
IDC_CONTENT_CONTEXT_SELECTALL = 50156; |
This item has no description. |
IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE = 50157; |
This item has no description. |
IDC_CONTENT_CONTEXT_COPYLINKTOTEXT = 50158; |
This item has no description. |
IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT = 50159; |
This item has no description. |
IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT = 50160; |
This item has no description. |
IDC_CONTENT_CONTEXT_TRANSLATE = 50161; |
This item has no description. |
IDC_CONTENT_CONTEXT_INSPECTELEMENT = 50162; |
This item has no description. |
IDC_CONTENT_CONTEXT_VIEWPAGEINFO = 50163; |
This item has no description. |
IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS = 50164; |
This item has no description. |
IDC_CONTENT_CONTEXT_LOOK_UP = 50165; |
This item has no description. |
IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS = 50166; |
This item has no description. |
IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION = 50167; |
This item has no description. |
IDC_CONTENT_CONTEXT_SPELLING_TOGGLE = 50168; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE = 50169; |
This item has no description. |
IDC_CONTENT_CONTEXT_SAVEPLUGINAS = 50170; |
This item has no description. |
IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE = 50171; |
This item has no description. |
IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP = 50172; |
This item has no description. |
IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP = 50173; |
This item has no description. |
IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH = 50174; |
This item has no description. |
IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH = 50175; |
This item has no description. |
IDC_CONTENT_CONTEXT_GENERATEPASSWORD = 50176; |
This item has no description. |
IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN = 50177; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS = 50178; |
This item has no description. |
IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE = 50179; |
This item has no description. |
IDC_CONTENT_CONTEXT_RELOADFRAME = 50180; |
This item has no description. |
IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE = 50181; |
This item has no description. |
IDC_CONTENT_CONTEXT_VIEWFRAMEINFO = 50182; |
This item has no description. |
IDC_CONTENT_CONTEXT_ADD_A_NOTE = 50185; |
This item has no description. |
IDC_CONTENT_CONTEXT_GOTOURL = 50190; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHWEBFOR = 50191; |
This item has no description. |
IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB = 50192; |
This item has no description. |
IDC_CONTENT_CONTEXT_LENS_OVERLAY = 50193; |
This item has no description. |
IDC_CONTENT_CONTEXT_USE_PASSKEY_FROM_ANOTHER_DEVICE = 50194; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH1 = 50200; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH2 = 50201; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH3 = 50202; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH4 = 50203; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH5 = 50204; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH6 = 50205; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH7 = 50206; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH8 = 50207; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH9 = 50208; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH10 = 50209; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH11 = 50210; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH12 = 50211; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH13 = 50212; |
This item has no description. |
IDC_CONTENT_CONTEXT_OPEN_WITH14 = 50213; |
This item has no description. |
IDC_CONTENT_CONTEXT_EMOJI = 50220; |
This item has no description. |
IDC_CONTEXT_COMPOSE = 50230; |
This item has no description. |
IDC_CONTENT_CONTEXT_CLOSE_GLIC = 50231; |
This item has no description. |
IDC_CONTENT_CONTEXT_RELOAD_GLIC = 50232; |
This item has no description. |
IDC_BOOKMARK_BAR_OPEN_ALL = 51000; |
This item has no description. |
IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW = 51001; |
This item has no description. |
IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO = 51002; |
This item has no description. |
IDC_BOOKMARK_BAR_OPEN_INCOGNITO = 51003; |
This item has no description. |
IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP = 51004; |
This item has no description. |
IDC_BOOKMARK_BAR_RENAME_FOLDER = 51005; |
This item has no description. |
IDC_BOOKMARK_BAR_EDIT = 51006; |
This item has no description. |
IDC_BOOKMARK_BAR_REMOVE = 51007; |
This item has no description. |
IDC_BOOKMARK_BAR_UNDO = 51008; |
This item has no description. |
IDC_BOOKMARK_BAR_REDO = 51009; |
This item has no description. |
IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK = 51010; |
This item has no description. |
IDC_BOOKMARK_BAR_NEW_FOLDER = 51011; |
This item has no description. |
IDC_BOOKMARK_MANAGER = 51012; |
This item has no description. |
IDC_BOOKMARK_BAR_ALWAYS_SHOW = 51013; |
This item has no description. |
IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT = 51014; |
This item has no description. |
IDC_BOOKMARK_BAR_SHOW_READING_LIST = 51015; |
This item has no description. |
IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS = 51016; |
This item has no description. |
IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK = 51017; |
This item has no description. |
IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK = 51018; |
This item has no description. |
IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR = 51019; |
This item has no description. |
IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR = 51020; |
This item has no description. |
IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS = 51021; |
This item has no description. |
IDC_BOOKMARK_BAR_MOVE = 51022; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE = 51030; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES = 51031; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE = 51032; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES = 51033; |
This item has no description. |
IDC_CONTENT_CONTEXT_GENERATE_QR_CODE = 51034; |
This item has no description. |
IDC_CONTENT_CONTEXT_SHARING_SUBMENU = 51035; |
This item has no description. |
IDC_CONTENT_PASTE_FROM_CLIPBOARD = 51037; |
This item has no description. |
IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND = 51100; |
This item has no description. |
IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND_SETTING = 51101; |
This item has no description. |
IDC_MEDIA_ROUTER_ABOUT = 51200; |
This item has no description. |
IDC_MEDIA_ROUTER_HELP = 51201; |
This item has no description. |
IDC_MEDIA_ROUTER_LEARN_MORE = 51202; |
This item has no description. |
IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION = 51204; |
This item has no description. |
IDC_MEDIA_ROUTER_SHOWN_BY_POLICY = 51206; |
This item has no description. |
IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR = 51207; |
This item has no description. |
IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING = 51208; |
This item has no description. |
IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE = 51209; |
This item has no description. |
IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS = 51210; |
This item has no description. |
IDC_UPDATE_SIDE_PANEL_PIN_STATE = 51211; |
This item has no description. |
IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY = 51300; |
This item has no description. |
IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST = 51301; |
This item has no description. |
IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST = 51399; |
This item has no description. |
IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW = 51400; |
This item has no description. |
IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST = 52000; |
This item has no description. |
IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST = 52199; |
This item has no description. |
IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS = 52200; |
This item has no description. |
IDC_OPEN_LINK_IN_PROFILE_FIRST = 52300; |
This item has no description. |
IDC_OPEN_LINK_IN_PROFILE_LAST = 52399; |
This item has no description. |
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1 = 52400; |
This item has no description. |
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2 = 52401; |
This item has no description. |
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3 = 52402; |
This item has no description. |
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4 = 52403; |
This item has no description. |
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5 = 52404; |
This item has no description. |
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE = 52410; |
This item has no description. |
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS = 52411; |
This item has no description. |
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE = 52412; |
This item has no description. |
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER = 52413; |
This item has no description. |
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY = 52414; |
This item has no description. |
IDC_TAB_SEARCH = 52500; |
This item has no description. |
IDC_TAB_SEARCH_CLOSE = 52501; |
This item has no description. |
IDC_DEBUG_TOGGLE_TABLET_MODE = 52510; |
This item has no description. |
IDC_DEBUG_PRINT_VIEW_TREE = 52511; |
This item has no description. |
IDC_DEBUG_PRINT_VIEW_TREE_DETAILS = 52512; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK = 52990; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS = 52994; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD = 52998; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS = 52999; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD = 53000; |
This item has no description. |
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE = 53002; |
This item has no description. |
IDC_LIVE_CAPTION = 53251; |
This item has no description. |
IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST = 53260; |
This item has no description. |
IDC_DEVICE_SYSTEM_TRAY_ICON_LAST = 53299; |
This item has no description. |
IDC_SET_BROWSER_AS_DEFAULT = 53300; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_SHOW = 53310; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT = 53311; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON = 53312; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_SETTINGS = 53313; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_EXIT = 53314; |
This item has no description. |
IDC_GLIC_STATUS_ICON_MENU_CLOSE = 53315; |
This item has no description. |
IDC_GLIC_TOGGLE_PIN = 53320; |
This item has no description. |
IDC_GLIC_TOGGLE_FOCUS = 53325; |
This item has no description. |
CERT_STATUS_NONE = 0; |
Supported certificate status code values. See net\cert\cert_status_flags.h for more information. CERT_STATUS_NONE is new in CEF because we use an enum while cert_status_flags.h uses a typedef and static const variables.
TCefCertStatus values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_cert_status_t)) |
CERT_STATUS_COMMON_NAME_INVALID = 1 shl 0; |
This item has no description. |
CERT_STATUS_DATE_INVALID = 1 shl 1; |
This item has no description. |
CERT_STATUS_AUTHORITY_INVALID = 1 shl 2; |
This item has no description. |
CERT_STATUS_NO_REVOCATION_MECHANISM = 1 shl 4; |
This item has no description. |
CERT_STATUS_UNABLE_TO_CHECK_REVOCATION = 1 shl 5; |
This item has no description. |
CERT_STATUS_REVOKED = 1 shl 6; |
This item has no description. |
CERT_STATUS_INVALID = 1 shl 7; |
This item has no description. |
CERT_STATUS_WEAK_SIGNATURE_ALGORITHM = 1 shl 8; |
This item has no description. |
CERT_STATUS_NON_UNIQUE_NAME = 1 shl 10; |
This item has no description. |
CERT_STATUS_WEAK_KEY = 1 shl 11; |
This item has no description. |
CERT_STATUS_PINNED_KEY_MISSING = 1 shl 13; |
This item has no description. |
CERT_STATUS_NAME_CONSTRAINT_VIOLATION = 1 shl 14; |
This item has no description. |
CERT_STATUS_VALIDITY_TOO_LONG = 1 shl 15; |
This item has no description. |
CERT_STATUS_IS_EV = 1 shl 16; |
This item has no description. |
CERT_STATUS_REV_CHECKING_ENABLED = 1 shl 17; |
This item has no description. |
CERT_STATUS_SHA1_SIGNATURE_PRESENT = 1 shl 19; |
This item has no description. |
CERT_STATUS_CT_COMPLIANCE_FAILED = 1 shl 20; |
This item has no description. |
CERT_STATUS_FIRST_ERROR = CERT_STATUS_COMMON_NAME_INVALID; |
This item has no description. |
CERT_STATUS_LAST_ERROR = CERT_STATUS_VALIDITY_TOO_LONG; |
This item has no description. |
V8_PROPERTY_ATTRIBUTE_NONE = 0; |
Writeable, Enumerable, Configurable
TCefV8PropertyAttributes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t)) |
V8_PROPERTY_ATTRIBUTE_READONLY = 1 shl 0; |
Not writeable
TCefV8PropertyAttributes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t)) |
V8_PROPERTY_ATTRIBUTE_DONTENUM = 1 shl 1; |
Not enumerable
TCefV8PropertyAttributes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t)) |
V8_PROPERTY_ATTRIBUTE_DONTDELETE = 1 shl 2; |
Not configurable
TCefV8PropertyAttributes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t)) |
TT_LINK = 0; |
Source is a link click or the JavaScript window.open function. This is also the default value for requests like sub-resource loads that are not navigations.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_EXPLICIT = 1; |
Source is some other "explicit" navigation. This is the default value for navigations where the actual type is unknown. See also TT_DIRECT_LOAD_FLAG.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_AUTO_BOOKMARK = 2; |
User got to this page through a suggestion in the UI (for example, via the destinations page). Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_AUTO_SUBFRAME = 3; |
Source is a subframe navigation. This is any content that is automatically loaded in a non-toplevel frame. For example, if a page consists of several frames containing ads, those ad URLs will have this transition type. The user may not even realize the content in these pages is a separate frame, so may not care about the URL.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_MANUAL_SUBFRAME = 4; |
Source is a subframe navigation explicitly requested by the user that will generate new navigation entries in the back/forward list. These are probably more important than frames that were automatically loaded in the background because the user probably cares about the fact that this link was loaded.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_GENERATED = 5; |
User got to this page by typing in the URL bar and selecting an entry that did not look like a URL. For example, a match might have the URL of a Google search result page, but appear like "Search Google for ...". These are not quite the same as EXPLICIT navigations because the user didn't type or see the destination URL. Chrome style only. See also TT_KEYWORD.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_AUTO_TOPLEVEL = 6; |
This is a toplevel navigation. This is any content that is automatically loaded in a toplevel frame. For example, opening a tab to show the ASH screen saver, opening the devtools window, opening the NTP after the safe browsing warning, opening web-based dialog boxes are examples of AUTO_TOPLEVEL navigations. Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_FORM_SUBMIT = 7; |
Source is a form submission by the user. NOTE: In some situations submitting a form does not result in this transition type. This can happen if the form uses a script to submit the contents.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_RELOAD = 8; |
Source is a "reload" of the page via the Reload function or by re-visiting the same URL. NOTE: This is distinct from the concept of whether a particular load uses "reload semantics" (i.e. bypasses cached data).
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_KEYWORD = 9; |
The url was generated from a replaceable keyword other than the default search provider. If the user types a keyword (which also applies to tab-to-search) in the omnibox this qualifier is applied to the transition type of the generated url. TemplateURLModel then may generate an additional visit with a transition type of TT_KEYWORD_GENERATED against the url 'http://' + keyword. For example, if you do a tab-to-search against wikipedia the generated url has a transition qualifer of TT_KEYWORD, and TemplateURLModel generates a visit for 'wikipedia.org' with a transition type of TT_KEYWORD_GENERATED. Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_KEYWORD_GENERATED = 10; |
Corresponds to a visit generated for a keyword. See description of TT_KEYWORD for more details. Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_NUM_VALUES = TT_KEYWORD_GENERATED + 1; |
Number of TCefTransitionType values.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_SOURCE_MASK = $000000FF; |
General mask defining the bits used for the source values.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_BLOCKED_FLAG = $00800000; |
Attempted to visit a URL but was blocked.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_FORWARD_BACK_FLAG = $01000000; |
Used the Forward or Back function to navigate among browsing history. Will be ORed to the transition type for the original load.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_DIRECT_LOAD_FLAG = $02000000; |
Loaded a URL directly via CreateBrowser, LoadURL or LoadRequest.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_HOME_PAGE_FLAG = $04000000; |
User is navigating to the home page. Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_FROM_API_FLAG = $08000000; |
The transition originated from an external application; the exact definition of this is embedder dependent. Chrome style only.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_CHAIN_START_FLAG = $10000000; |
The beginning of a navigation chain.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_CHAIN_END_FLAG = $20000000; |
The last transition in a redirect chain.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_CLIENT_REDIRECT_FLAG = $40000000; |
Redirects caused by JavaScript or a meta refresh tag on the page.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_SERVER_REDIRECT_FLAG = $80000000; |
Redirects sent from the server by HTTP headers.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_IS_REDIRECT_MASK = $C0000000; |
Used to test whether a transition involves a redirect.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
TT_QUALIFIER_MASK = $FFFFFF00; |
General mask defining the bits used for the qualifiers.
TCefTransitionType value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_transition_type_t)) |
UR_FLAG_NONE = 0; |
Default behavior.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_SKIP_CACHE = 1 shl 0; |
If set the cache will be skipped when handling the request. Setting this value is equivalent to specifying the "Cache-Control: no-cache" request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_ONLY_FROM_CACHE = 1 shl 1; |
If set the request will fail if it cannot be served from the cache (or some equivalent local store). Setting this value is equivalent to specifying the "Cache-Control: only-if-cached" request header. Setting this value in combination with UR_FLAG_SKIP_CACHE or UR_FLAG_DISABLE_CACHE will cause the request to fail.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_DISABLE_CACHE = 1 shl 2; |
If set the cache will not be used at all. Setting this value is equivalent to specifying the "Cache-Control: no-store" request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_ALLOW_STORED_CREDENTIALS = 1 shl 3; |
If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_REPORT_UPLOAD_PROGRESS = 1 shl 4; |
If set upload progress events will be generated when a request has a body.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_NO_DOWNLOAD_DATA = 1 shl 5; |
If set the ICefURLRequestClient.OnDownloadData method will not be called.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_NO_RETRY_ON_5XX = 1 shl 6; |
If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried. This currently only applies for requests originated in the browser process.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
UR_FLAG_STOP_ON_REDIRECT = 1 shl 7; |
If set 3XX responses will cause the fetch to halt immediately rather than continue through the redirect.
TCefUrlRequestFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t)) |
CEF_SCHEME_OPTION_NONE = 0; |
No options.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_STANDARD = 1 shl 0; |
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 http://www.ietf.org/rfc/rfc1738.txt In particular, the syntax for standard scheme URLs must be of the form: <pre> [scheme]://[username]:[password]@[host]:[port]/[url-path] </pre> Standard scheme URLs must have a host component that is a fully qualified domain name as defined in Section 3.5 of RFC 1034 [13] and Section 2.1 of RFC 1123. These URLs will be canonicalized to "scheme://host/path" in the simplest case and "scheme://username:password@host:port/path" in the most explicit case. For example, "scheme:host/path" and "scheme:///host/path" will both be canonicalized to "scheme://host/path". The origin of a standard scheme URL is the combination of scheme, host and port (i.e., "scheme://host:port" in the most explicit case). 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, "scheme:///some%20text" will remain the same. Non-standard scheme URLs cannot be used as a target for form submission.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_LOCAL = 1 shl 1; |
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).
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_DISPLAY_ISOLATED = 1 shl 2; |
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.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_SECURE = 1 shl 3; |
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.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_CORS_ENABLED = 1 shl 4; |
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.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_CSP_BYPASSING = 1 shl 5; |
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.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
CEF_SCHEME_OPTION_FETCH_ENABLED = 1 shl 6; |
If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests.
TCefSchemeOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_scheme_options_t)) |
DOM_EVENT_CATEGORY_UNKNOWN = 0; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_UI = 1 shl 0; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_MOUSE = 1 shl 1; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_MUTATION = 1 shl 2; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_KEYBOARD = 1 shl 3; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_TEXT = 1 shl 4; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_COMPOSITION = 1 shl 5; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_DRAG = 1 shl 6; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_CLIPBOARD = 1 shl 7; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_MESSAGE = 1 shl 8; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_WHEEL = 1 shl 9; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED = 1 shl 10; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_OVERFLOW = 1 shl 11; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_PAGE_TRANSITION = 1 shl 12; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_POPSTATE = 1 shl 13; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_PROGRESS = 1 shl 14; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS = 1 shl 15; |
DOM event category flag.
TCefDomEventCategory value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t)) |
EVENTFLAG_NONE = 0; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_CAPS_LOCK_ON = 1 shl 0; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_SHIFT_DOWN = 1 shl 1; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_CONTROL_DOWN = 1 shl 2; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_ALT_DOWN = 1 shl 3; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_LEFT_MOUSE_BUTTON = 1 shl 4; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_MIDDLE_MOUSE_BUTTON = 1 shl 5; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_RIGHT_MOUSE_BUTTON = 1 shl 6; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_COMMAND_DOWN = 1 shl 7; |
Supported event bit flag. Mac OS-X command key.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_NUM_LOCK_ON = 1 shl 8; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_IS_KEY_PAD = 1 shl 9; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_IS_LEFT = 1 shl 10; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_IS_RIGHT = 1 shl 11; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_ALTGR_DOWN = 1 shl 12; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_IS_REPEAT = 1 shl 13; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_PRECISION_SCROLLING_DELTA = 1 shl 14; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
EVENTFLAG_SCROLL_BY_PAGE = 1 shl 15; |
Supported event bit flag.
TCefEventFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_event_flags_t)) |
DRAG_OPERATION_NONE = 0; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_COPY = 1 shl 0; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_LINK = 1 shl 1; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_GENERIC = 1 shl 2; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_PRIVATE = 1 shl 3; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_MOVE = 1 shl 4; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_DELETE = 1 shl 5; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
DRAG_OPERATION_EVERY = $FFFFFFFF; |
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
TCefDragOperation value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t)) |
FILE_DIALOG_OPEN = $00000000; |
Requires that the file exists before allowing the user to pick it.
TCefFileDialogMode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t)) |
FILE_DIALOG_OPEN_MULTIPLE = $00000001; |
Like Open, but allows picking multiple files to open.
TCefFileDialogMode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t)) |
FILE_DIALOG_OPEN_FOLDER = $00000002; |
Like Open, but selects a folder to open.
TCefFileDialogMode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t)) |
FILE_DIALOG_SAVE = $00000003; |
Allows picking a nonexistent file, and prompts to overwrite if the file already exists.
TCefFileDialogMode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t)) |
FILE_DIALOG_NUM_VALUES = FILE_DIALOG_SAVE + 1; |
Number of TCefFileDialogMode values
TCefFileDialogMode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t)) |
UU_NONE = 0; |
Don't unescape anything at all.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
UU_NORMAL = 1 shl 0; |
Don't unescape anything special, but all normal unescaping will happen. This is a placeholder and can't be combined with other flags (since it's just the absence of them). All other unescape rules imply "normal" in addition to their special meaning. Things like escaped letters, digits, and most symbols will get unescaped with this mode.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
UU_SPACES = 1 shl 1; |
Convert %20 to spaces. In some places where we're showing URLs, we may want this. In places where the URL may be copied and pasted out, then you wouldn't want this since it might not be interpreted in one piece by other applications.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
UU_PATH_SEPARATORS = 1 shl 2; |
Unescapes '/' and '\\'. If these characters were unescaped, the resulting URL won't be the same as the source one. Moreover, they are dangerous to unescape in strings that will be used as file paths or names. This value should only be used when slashes don't have special meaning, like data URLs.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS = 1 shl 3; |
Unescapes various characters that will change the meaning of URLs, including '%', '+', '&', '#'. Does not unescape path separators. If these characters were unescaped, the resulting URL won't be the same as the source one. This flag is used when generating final output like filenames for URLs where we won't be interpreting as a URL and want to do as much unescaping as possible.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
UU_REPLACE_PLUS_WITH_SPACE = 1 shl 4; |
URL queries use "+" for space. This flag controls that replacement.
TCefUriUnescapeRule values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t)) |
MENU_ID_BACK = 100; |
Navigation.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_FORWARD = 101; |
This item has no description. |
MENU_ID_RELOAD = 102; |
This item has no description. |
MENU_ID_RELOAD_NOCACHE = 103; |
This item has no description. |
MENU_ID_STOPLOAD = 104; |
This item has no description. |
MENU_ID_UNDO = 110; |
Editing.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_REDO = 111; |
This item has no description. |
MENU_ID_CUT = 112; |
This item has no description. |
MENU_ID_COPY = 113; |
This item has no description. |
MENU_ID_PASTE = 114; |
This item has no description. |
MENU_ID_PASTE_MATCH_STYLE = 115; |
This item has no description. |
MENU_ID_DELETE = 116; |
This item has no description. |
MENU_ID_SELECT_ALL = 117; |
This item has no description. |
MENU_ID_FIND = 130; |
Miscellaneous.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_PRINT = 131; |
This item has no description. |
MENU_ID_VIEW_SOURCE = 132; |
This item has no description. |
MENU_ID_SPELLCHECK_SUGGESTION_0 = 200; |
Spell checking word correction suggestions.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_SPELLCHECK_SUGGESTION_1 = 201; |
This item has no description. |
MENU_ID_SPELLCHECK_SUGGESTION_2 = 202; |
This item has no description. |
MENU_ID_SPELLCHECK_SUGGESTION_3 = 203; |
This item has no description. |
MENU_ID_SPELLCHECK_SUGGESTION_4 = 204; |
This item has no description. |
MENU_ID_SPELLCHECK_SUGGESTION_LAST = 204; |
This item has no description. |
MENU_ID_NO_SPELLING_SUGGESTIONS = 205; |
This item has no description. |
MENU_ID_ADD_TO_DICTIONARY = 206; |
This item has no description. |
MENU_ID_CUSTOM_FIRST = 220; |
Custom menu items originating from the renderer process.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_CUSTOM_LAST = 250; |
This item has no description. |
MENU_ID_USER_FIRST = 26500; |
All user-defined menu IDs should come between MENU_ID_USER_FIRST and MENU_ID_USER_LAST to avoid overlapping the Chromium and CEF ID ranges defined in the tools/gritsettings/resource_ids file.
TCefMenuId value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_menu_id_t)) |
MENU_ID_USER_LAST = 28500; |
This item has no description. |
CM_TYPEFLAG_NONE = 0; |
No node is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_PAGE = 1 shl 0; |
The top page is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_FRAME = 1 shl 1; |
A subframe page is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_LINK = 1 shl 2; |
A link is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_MEDIA = 1 shl 3; |
A media node is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_SELECTION = 1 shl 4; |
There is a textual or mixed selection that is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_TYPEFLAG_EDITABLE = 1 shl 5; |
An editable element is selected.
TCefContextMenuTypeFlags value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t)) |
CM_MEDIAFLAG_NONE = 0; |
Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.
<TCefContextMenuMediaStateFlags values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_media_state_flags_t)) |
CM_MEDIAFLAG_IN_ERROR = 1 shl 0; |
This item has no description. |
CM_MEDIAFLAG_PAUSED = 1 shl 1; |
This item has no description. |
CM_MEDIAFLAG_MUTED = 1 shl 2; |
This item has no description. |
CM_MEDIAFLAG_LOOP = 1 shl 3; |
This item has no description. |
CM_MEDIAFLAG_CAN_SAVE = 1 shl 4; |
This item has no description. |
CM_MEDIAFLAG_HAS_AUDIO = 1 shl 5; |
This item has no description. |
CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS = 1 shl 6; |
This item has no description. |
CM_MEDIAFLAG_CONTROLS = 1 shl 7; |
This item has no description. |
CM_MEDIAFLAG_CAN_PRINT = 1 shl 8; |
This item has no description. |
CM_MEDIAFLAG_CAN_ROTATE = 1 shl 9; |
This item has no description. |
CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE = 1 shl 10; |
This item has no description. |
CM_MEDIAFLAG_PICTURE_IN_PICTURE = 1 shl 11; |
This item has no description. |
CM_MEDIAFLAG_CAN_LOOP = 1 shl 12; |
This item has no description. |
CM_EDITFLAG_NONE = 0; |
Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.
TCefContextMenuEditStateFlags values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_context_menu_edit_state_flags_t)) |
CM_EDITFLAG_CAN_UNDO = 1 shl 0; |
This item has no description. |
CM_EDITFLAG_CAN_REDO = 1 shl 1; |
This item has no description. |
CM_EDITFLAG_CAN_CUT = 1 shl 2; |
This item has no description. |
CM_EDITFLAG_CAN_COPY = 1 shl 3; |
This item has no description. |
CM_EDITFLAG_CAN_PASTE = 1 shl 4; |
This item has no description. |
CM_EDITFLAG_CAN_DELETE = 1 shl 5; |
This item has no description. |
CM_EDITFLAG_CAN_SELECT_ALL = 1 shl 6; |
This item has no description. |
CM_EDITFLAG_CAN_TRANSLATE = 1 shl 7; |
This item has no description. |
CM_EDITFLAG_CAN_EDIT_RICHLY = 1 shl 8; |
This item has no description. |
SSL_CONNECTION_VERSION_UNKNOWN = 0; |
Supported SSL version values.
TCefSSLVersion values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_ssl_version_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:net/ssl/ssl_connection_status_flags.h">See net/ssl/ssl_connection_status_flags.h for more information.) |
SSL_CONNECTION_VERSION_SSL2 = 1; |
This item has no description. |
SSL_CONNECTION_VERSION_SSL3 = 2; |
This item has no description. |
SSL_CONNECTION_VERSION_TLS1 = 3; |
This item has no description. |
SSL_CONNECTION_VERSION_TLS1_1 = 4; |
This item has no description. |
SSL_CONNECTION_VERSION_TLS1_2 = 5; |
This item has no description. |
SSL_CONNECTION_VERSION_TLS1_3 = 6; |
This item has no description. |
SSL_CONNECTION_VERSION_QUIC = 7; |
This item has no description. |
SSL_CONNECTION_VERSION_NUM_VALUES = SSL_CONNECTION_VERSION_QUIC + 1; |
This item has no description. |
SSL_CONTENT_NORMAL_CONTENT = 0; |
Supported SSL content status flags. See content/public/common/ssl_status.h for more information.
TCefSSLContentStatus values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_ssl_content_status_t)) |
SSL_CONTENT_DISPLAYED_INSECURE_CONTENT = 1 shl 0; |
This item has no description. |
SSL_CONTENT_RAN_INSECURE_CONTENT = 1 shl 1; |
This item has no description. |
JSON_WRITER_DEFAULT = 0; |
Default behavior.
TCefJsonWriterOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t)) |
JSON_WRITER_OMIT_BINARY_VALUES = 1 shl 0; |
This option instructs the writer that if a Binary value is encountered, the value (and key if within a dictionary) will be omitted from the output, and success will be returned. Otherwise, if a binary value is encountered, failure will be returned.
TCefJsonWriterOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t)) |
JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION = 1 shl 1; |
This option instructs the writer to write doubles that have no fractional part as a normal integer (i.e., without using exponential notation or appending a '.0') as long as the value is within the range of a 64-bit int.
TCefJsonWriterOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t)) |
JSON_WRITER_PRETTY_PRINT = 1 shl 2; |
Return a slightly nicer formatted json string (pads with whitespace to help with readability).
TCefJsonWriterOptions value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t)) |
LOGSEVERITY_DEFAULT = 0; |
Default logging (currently INFO logging).
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_VERBOSE = 1; |
Verbose logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_DEBUG = LOGSEVERITY_VERBOSE; |
DEBUG logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_INFO = 2; |
INFO logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_WARNING = 3; |
WARNING logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_ERROR = 4; |
ERROR logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_FATAL = 5; |
FATAL logging.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
LOGSEVERITY_DISABLE = 99; |
Disable logging to file for all messages, and to stderr for messages with severity less than FATAL.
TCefLogSeverity value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_severity_t)) |
DUPLEX_MODE_UNKNOWN = -1; |
Print job duplex mode values.
TCefDuplexMode values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_duplex_mode_t)) |
DUPLEX_MODE_SIMPLEX = 0; |
This item has no description. |
DUPLEX_MODE_LONG_EDGE = 1; |
This item has no description. |
DUPLEX_MODE_SHORT_EDGE = 2; |
This item has no description. |
DUPLEX_MODE_NUM_VALUES = DUPLEX_MODE_SHORT_EDGE + 1; |
This item has no description. |
CEF_MRCR_UNKNOWN_ERROR = 0; |
Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type.
TCefMediaRouterCreateResult values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_route_create_result_t)) |
CEF_MRCR_OK = 1; |
This item has no description. |
CEF_MRCR_TIMED_OUT = 2; |
This item has no description. |
CEF_MRCR_ROUTE_NOT_FOUND = 3; |
This item has no description. |
CEF_MRCR_SINK_NOT_FOUND = 4; |
This item has no description. |
CEF_MRCR_INVALID_ORIGIN = 5; |
This item has no description. |
CEF_MRCR_OFF_THE_RECORD_MISMATCH_DEPRECATED = 6; |
This item has no description. |
CEF_MRCR_NO_SUPPORTED_PROVIDER = 7; |
This item has no description. |
CEF_MRCR_CANCELLED = 8; |
This item has no description. |
CEF_MRCR_ROUTE_ALREADY_EXISTS = 9; |
This item has no description. |
CEF_MRCR_DESKTOP_PICKER_FAILED = 10; |
This item has no description. |
CEF_MRCR_ROUTE_ALREADY_TERMINATED = 11; |
This item has no description. |
CEF_MRCR_REDUNDANT_REQUEST = 12; |
This item has no description. |
CEF_MRCR_USER_NOT_ALLOWED = 13; |
This item has no description. |
CEF_MRCR_NOTIFICATION_DISABLED = 14; |
This item has no description. |
CEF_MRCR_NUM_VALUES = CEF_MRCR_NOTIFICATION_DISABLED + 1; |
This item has no description. |
CEF_MRCS_UNKNOWN = -1; |
Connection state for a MediaRoute object. Should be kept in sync with Chromium's blink::mojom::PresentationConnectionState type.
TCefMediaRouteConnectionState values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_route_connection_state_t)) |
CEF_MRCS_CONNECTING = 0; |
This item has no description. |
CEF_MRCS_CONNECTED = 1; |
This item has no description. |
CEF_MRCS_CLOSED = 2; |
This item has no description. |
CEF_MRCS_TERMINATED = 3; |
This item has no description. |
CEF_MRCS_NUM_VALUES = CEF_MRCS_TERMINATED + 1; |
This item has no description. |
CEF_COOKIE_PRIORITY_LOW = -1; |
Cookie priority values.
TCefCookiePriority values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_cookie_priority_t)) |
CEF_COOKIE_PRIORITY_MEDIUM = 0; |
This item has no description. |
CEF_COOKIE_PRIORITY_HIGH = 1; |
This item has no description. |
CEF_TFC_UNKNOWN = 0; |
Represents commands available to TextField. Should be kept in sync with Chromium's views::TextField::MenuCommands type.
TCefTextFieldCommands values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_text_field_commands_t)) |
CEF_TFC_CUT = 1; |
This item has no description. |
CEF_TFC_COPY = 2; |
This item has no description. |
CEF_TFC_PASTE = 3; |
This item has no description. |
CEF_TFC_SELECT_ALL = 4; |
This item has no description. |
CEF_TFC_SELECT_WORD = 5; |
This item has no description. |
CEF_TFC_UNDO = 6; |
This item has no description. |
CEF_TFC_DELETE = 7; |
This item has no description. |
CEF_TFC_NUM_VALUES = 8; |
This item has no description. |
CEF_CTT_UNKNOWN = 0; |
Chrome toolbar types.
TCefChromeToolbarType values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_chrome_toolbar_type_t)) |
CEF_CTT_NONE = 1; |
This item has no description. |
CEF_CTT_NORMAL = 2; |
This item has no description. |
CEF_CTT_LOCATION = 3; |
This item has no description. |
CEF_CTT_NUM_VALUES = 4; |
This item has no description. |
CEF_DOCKING_MODE_TOP_LEFT = 0; |
Docking modes supported by ICefWindow.AddOverlay.
TCefDockingMode values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_docking_mode_t)) |
CEF_DOCKING_MODE_TOP_RIGHT = 1; |
This item has no description. |
CEF_DOCKING_MODE_BOTTOM_LEFT = 2; |
This item has no description. |
CEF_DOCKING_MODE_BOTTOM_RIGHT = 3; |
This item has no description. |
CEF_DOCKING_MODE_CUSTOM = 4; |
This item has no description. |
CEF_DOCKING_MODE_NUM_VALUES = CEF_DOCKING_MODE_CUSTOM + 1; |
This item has no description. |
CEF_SHOW_STATE_NORMAL = 0; |
Show the window as normal.
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
CEF_SHOW_STATE_MINIMIZED = 1; |
Show the window as minimized.
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
CEF_SHOW_STATE_MAXIMIZED = 2; |
Show the window as maximized.
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
CEF_SHOW_STATE_FULLSCREEN = 3; |
Show the window as fullscreen.
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
CEF_SHOW_STATE_HIDDEN = 4; |
Show the window as hidden (no dock thumbnail). Only supported on MacOS..
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
CEF_SHOW_STATE_NUM_VALUES = CEF_SHOW_STATE_HIDDEN + 1; |
Number of TCefShowState values
TCefShowState value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_show_state_t)) |
QM_EDITFLAG_NONE = 0; |
Supported quick menu state bit flags.
TCefQuickMenuEditStateFlags values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_quick_menu_edit_state_flags_t)) |
QM_EDITFLAG_CAN_ELLIPSIS = 1 shl 0; |
This item has no description. |
QM_EDITFLAG_CAN_CUT = 1 shl 1; |
This item has no description. |
QM_EDITFLAG_CAN_COPY = 1 shl 2; |
This item has no description. |
QM_EDITFLAG_CAN_PASTE = 1 shl 3; |
This item has no description. |
CEF_THS_FLAG_NONE = 0; |
Values indicating what state of the touch handle is set.
TCefTouchHandleStateFlags values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_touch_handle_state_flags_t)) |
CEF_THS_FLAG_ENABLED = 1 shl 0; |
This item has no description. |
CEF_THS_FLAG_ORIENTATION = 1 shl 1; |
This item has no description. |
CEF_THS_FLAG_ORIGIN = 1 shl 2; |
This item has no description. |
CEF_THS_FLAG_ALPHA = 1 shl 3; |
This item has no description. |
CEF_MEDIA_PERMISSION_NONE = 0; |
No permission.
TCefMediaAccessPermissionTypes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t)) |
CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE = 1 shl 0; |
Device audio capture permission.
TCefMediaAccessPermissionTypes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t)) |
CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE = 1 shl 1; |
Device video capture permission.
TCefMediaAccessPermissionTypes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t)) |
CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE = 1 shl 2; |
Desktop audio capture permission.
TCefMediaAccessPermissionTypes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t)) |
CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE = 1 shl 3; |
Desktop video capture permission.
TCefMediaAccessPermissionTypes value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t)) |
CEF_PERMISSION_TYPE_NONE = 0; |
Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's permissions::RequestType type.
TCefPermissionRequestTypes values. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_permission_request_types_t)) |
CEF_PERMISSION_TYPE_AR_SESSION = 1 shl 0; |
This item has no description. |
CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM = 1 shl 1; |
This item has no description. |
CEF_PERMISSION_TYPE_CAMERA_STREAM = 1 shl 2; |
This item has no description. |
CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL = 1 shl 3; |
This item has no description. |
CEF_PERMISSION_TYPE_CLIPBOARD = 1 shl 4; |
This item has no description. |
CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS = 1 shl 5; |
This item has no description. |
CEF_PERMISSION_TYPE_DISK_QUOTA = 1 shl 6; |
This item has no description. |
CEF_PERMISSION_TYPE_LOCAL_FONTS = 1 shl 7; |
This item has no description. |
CEF_PERMISSION_TYPE_GEOLOCATION = 1 shl 8; |
This item has no description. |
CEF_PERMISSION_TYPE_HAND_TRACKING = 1 shl 9; |
This item has no description. |
CEF_PERMISSION_TYPE_IDENTITY_PROVIDER = 1 shl 10; |
This item has no description. |
CEF_PERMISSION_TYPE_IDLE_DETECTION = 1 shl 11; |
This item has no description. |
CEF_PERMISSION_TYPE_MIC_STREAM = 1 shl 12; |
This item has no description. |
CEF_PERMISSION_TYPE_MIDI_SYSEX = 1 shl 13; |
This item has no description. |
CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS = 1 shl 14; |
This item has no description. |
CEF_PERMISSION_TYPE_NOTIFICATIONS = 1 shl 15; |
This item has no description. |
CEF_PERMISSION_TYPE_KEYBOARD_LOCK = 1 shl 16; |
This item has no description. |
CEF_PERMISSION_TYPE_POINTER_LOCK = 1 shl 17; |
This item has no description. |
CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER = 1 shl 18; |
This item has no description. |
CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER = 1 shl 19; |
This item has no description. |
CEF_PERMISSION_TYPE_STORAGE_ACCESS = 1 shl 20; |
This item has no description. |
CEF_PERMISSION_TYPE_VR_SESSION = 1 shl 21; |
This item has no description. |
CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION = 1 shl 22; |
This item has no description. |
CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 shl 23; |
This item has no description. |
CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 shl 24; |
This item has no description. |
CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS = 1 shl 25; |
This item has no description. |
CEF_API_HASH_PLATFORM = 0; |
Platform API hash.
ucef_api_hash parameter. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">CEF source file: /include/cef_api_hash.h) |
CEF_API_HASH_UNIVERSAL = 1; |
Universal API hash. (deprecated, same as CEF_API_HASH_PLATFORM)
ucef_api_hash parameter. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">CEF source file: /include/cef_api_hash.h) |
CEF_COMMIT_HASH = 2; |
Commit hash.
ucef_api_hash parameter. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">CEF source file: /include/cef_api_hash.h) |
CEF_DOWNLOAD_INTERRUPT_REASON_NONE = 0; |
No interrupt reason.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED = 1; |
Generic file operation failure.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED = 2; |
The file cannot be accessed due to security restrictions.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE = 3; |
There is not enough room on the drive.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG = 5; |
The directory or file name is too long.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE = 6; |
The file is too large for the file system to handle.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED = 7; |
The file contains a virus.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR = 10; |
The file was in use. Too many files are opened at once. We have run out of memory.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED = 11; |
The file was blocked due to local policy.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED = 12; |
An attempt to check the safety of the download failed due to unexpected reasons. See http://crbug.com/153212.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT = 13; |
An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download).
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH = 14; |
The partial file didn't match the expected hash.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE = 15; |
The source and the target of the download were the same.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED = 20; |
Generic network failure.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT = 21; |
The network operation timed out.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED = 22; |
The network connection has been lost.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN = 23; |
The server has gone down.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST = 24; |
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.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED = 30; |
The server indicates that the operation has failed (generic).
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE = 31; |
The server does not support range requests. Internal use only: must restart from the beginning.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT = 33; |
The server does not have the requested data.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED = 34; |
Server didn't authorize access to resource.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM = 35; |
Server certificate problem.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN = 36; |
Server access forbidden.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE = 37; |
Unexpected server response. This might indicate that the responding server may not be the intended server.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH = 38; |
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.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT = 39; |
An unexpected cross-origin redirect happened.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED = 40; |
The user canceled the download.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN = 41; |
The user shut down the browser. Internal use only: resume pending downloads if possible.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
CEF_DOWNLOAD_INTERRUPT_REASON_CRASH = 50; |
The browser crashed. Internal use only: resume pending downloads if possible.
TCefDownloadInterruptReason value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t)) |
LOG_ITEMS_DEFAULT = 0; |
Prepend the default list of items.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
LOG_ITEMS_NONE = 1 shl 0; |
Prepend no items.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
LOG_ITEMS_FLAG_PROCESS_ID = 1 shl 1; |
Prepend the process ID.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
LOG_ITEMS_FLAG_THREAD_ID = 1 shl 2; |
Prepend the thread ID.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
LOG_ITEMS_FLAG_TIME_STAMP = 1 shl 3; |
Prepend the timestamp.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
LOG_ITEMS_FLAG_TICK_COUNT = 1 shl 4; |
Prepend the tickcount.
TCefLogItems value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_log_items_t)) |
CEF_RESULT_CODE_NORMAL_EXIT = 0; |
Normal exit code.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/result_codes.h">See Chromium's content::ResultCode type.) |
CEF_RESULT_CODE_KILLED = 1; |
Process was killed by user or system.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/result_codes.h">See Chromium's content::ResultCode type.) |
CEF_RESULT_CODE_HUNG = 2; |
Process hung.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/result_codes.h">See Chromium's content::ResultCode type.) |
CEF_RESULT_CODE_KILLED_BAD_MESSAGE = 3; |
A bad message caused the process termination.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/result_codes.h">See Chromium's content::ResultCode type.) |
CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL = 4; |
The GPU process exited because initialization failed.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/result_codes.h">See Chromium's content::ResultCode type.) |
CEF_RESULT_CODE_CHROME_FIRST = 5; |
First Chrome result code.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_INVALID_CMDLINE_URL = CEF_RESULT_CODE_CHROME_FIRST; |
An invalid command line url was given.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_BAD_PROCESS_TYPE = 6; |
The process is of an unknown type.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_MISSING_DATA = 7; |
A critical chrome file is missing.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED = 8; |
Failed to make Chrome default browser (not used?).
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS = 9; |
Machine level install exists.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE = 10; |
Uninstall detected another chrome instance.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_UNINSTALL_USER_CANCEL = 11; |
The user changed their mind.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE = 12; |
Delete profile as well during uninstall.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_UNSUPPORTED_PARAM = 13; |
Command line parameter is not supported.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_IMPORTER_HUNG = 14; |
Browser import hung and was killed.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_RESPAWN_FAILED = 15; |
Trying to restart the browser we crashed.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_EXP1 = 16; |
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_EXP2 = 17; |
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_EXP3 = 18; |
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_EXP4 = 19; |
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_CANCEL = 20; |
For experiments this return code means that the user canceled causes the did_run "dr" signal to be reset soi this chrome run does not count as active chrome usage.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_PROFILE_IN_USE = 21; |
The profile was in use on another host.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_PACK_EXTENSION_ERROR = 22; |
Failed to pack an extension via the cmd line.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR = 23; |
Failed to silently uninstall an extension.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED = 24; |
The browser process exited early by passing the command line to another running browser.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NOTUSED_1 = 25; |
A dummy value we should not use. See crbug.com/152285.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2 = 26; |
Failed to install an item from the webstore when the kInstallEphemeralAppFromWebstore command line flag was present. As this flag is no longer supported, this return code should never be returned.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NOTUSED_2 = 27; |
A dummy value we should not use. See crbug.com/152285.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_EULA_REFUSED = 28; |
Returned when the user has not yet accepted the EULA.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED = 29; |
Failed to migrate user data directory for side-by-side package support (Linux-only).
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY = 30; |
The action is not allowed by a policy.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_INVALID_SANDBOX_STATE = 31; |
A browser process was sandboxed. This should never happen.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED = 32; |
Cloud policy enrollment is failed or given up by user.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH = 33; |
Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST = 34; |
The GPU process was terminated due to context lost.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED = 35; |
Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS = 36; |
An early startup command was executed and the browser must exit.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED = 37; |
The browser process exited because system resource are exhausted. The system state can't be recovered and will be unstable.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_CHROME_LAST = 38; |
Last Chrome result code.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_result_codes.h">See chrome::ResultCode type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_FIRST = 7006; |
First Sandbox result code.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY = CEF_RESULT_CODE_SANDBOX_FATAL_FIRST; |
Windows sandbox could not set the integrity level.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN = 7007; |
Windows sandbox could not lower the token.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES = 7008; |
Windows sandbox failed to flush registry handles.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE = 7009; |
Windows sandbox failed to forbid HCKU caching.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES = 7010; |
Windows sandbox failed to close pending handles.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION = 7011; |
Windows sandbox could not set the mitigation policy.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED = 7012; |
Windows sandbox exceeded the job memory limit.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP = 7013; |
Windows sandbox failed to warmup.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG = 7014; |
Windows sandbox broker terminated in shutdown.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_SANDBOX_FATAL_LAST = 7015; |
Last Sandbox result code.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
CEF_RESULT_CODE_NUM_VALUES = CEF_RESULT_CODE_SANDBOX_FATAL_LAST + 1; |
Last TCefResultCode value.
TCefResultCode value. <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_resultcode_t)) <see href="https://source.chromium.org/chromium/chromium/src/+/main:sandbox/win/src/sandbox_types.h">See sandbox::TerminationCodes type.) |
ABOUTBLANK_URI = 'about:blank'; |
* ****************************************************** ****************** OTHER CONSTANTS ******************* ****************************************************** * |
DEVTOOLS_WINDOWNAME = 'DevTools'; |
This item has no description. |
CEF_PROXYTYPE_DIRECT = 0; |
Direct proxy type: Never use a proxy. |
CEF_PROXYTYPE_AUTODETECT = 1; |
Auto_detect proxy type: Auto detect proxy settings. |
CEF_PROXYTYPE_SYSTEM = 2; |
System proxy type: Use system proxy settings. |
CEF_PROXYTYPE_FIXED_SERVERS = 3; |
Fixed_servers proxy type: Use fixed proxy servers. |
CEF_PROXYTYPE_PAC_SCRIPT = 4; |
Pac_script proxy type: Use a .pac proxy script. |
CEF_LOG_SEVERITY_VERBOSE = -1; |
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
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_logging.h">CEF source file: /include/base/cef_logging.h (LogSeverity)) |
CEF_LOG_SEVERITY_INFO = 0; |
This item has no description. |
CEF_LOG_SEVERITY_WARNING = 1; |
This item has no description. |
CEF_LOG_SEVERITY_ERROR = 2; |
This item has no description. |
CEF_LOG_SEVERITY_FATAL = 3; |
This severity log level causes a crash. |
CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE = 32; |
This item has no description. |
CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE = 7; |
This item has no description. |
CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE = 99; |
This item has no description. |
CEF_COOKIE_PREF_DEFAULT = 0; |
This item has no description. |
CEF_COOKIE_PREF_ALLOW = 1; |
This item has no description. |
CEF_COOKIE_PREF_BLOCK = 2; |
This item has no description. |
CEF_DEFAULT_ENABLEFOCUSDELAY = 500; |
This item has no description. |
YOUTUBE_RESTRICT_OFF = 0; |
delay in ms to enable the browser focus <summary> YouTube restrict mode. </summary> <remarks> <para><see href="https://chromium.googlesource.com/chromium/src/+/refs/tags/77.0.3865.90/chrome/common/net/safe_search_util.h">Chromium source file: /chrome/common/net/safe_search_util.h (YouTubeRestrictMode)</see></para> <para><see href="https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict">Chromium policy list: https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict</see></para> </remarks> |
YOUTUBE_RESTRICT_MODERATE = 1; |
This item has no description. |
YOUTUBE_RESTRICT_STRICT = 2; |
This item has no description. |
ZOOM_STEP_25 = 0; |
This item has no description. |
ZOOM_STEP_33 = 1; |
This item has no description. |
ZOOM_STEP_50 = 2; |
This item has no description. |
ZOOM_STEP_67 = 3; |
This item has no description. |
ZOOM_STEP_75 = 4; |
This item has no description. |
ZOOM_STEP_90 = 5; |
This item has no description. |
ZOOM_STEP_100 = 6; |
This item has no description. |
ZOOM_STEP_110 = 7; |
This item has no description. |
ZOOM_STEP_125 = 8; |
This item has no description. |
ZOOM_STEP_150 = 9; |
This item has no description. |
ZOOM_STEP_175 = 10; |
This item has no description. |
ZOOM_STEP_200 = 11; |
This item has no description. |
ZOOM_STEP_250 = 12; |
This item has no description. |
ZOOM_STEP_300 = 13; |
This item has no description. |
ZOOM_STEP_400 = 14; |
This item has no description. |
ZOOM_STEP_500 = 15; |
This item has no description. |
ZOOM_STEP_UNK = 16; |
This item has no description. |
ZOOM_STEP_MIN = ZOOM_STEP_25; |
This item has no description. |
ZOOM_STEP_MAX = ZOOM_STEP_500; |
This item has no description. |
ZOOM_STEP_DEF = ZOOM_STEP_100; |
This item has no description. |
ZOOM_PCT_DELTA = 5; |
This item has no description. |
ZoomStepValues : array[ZOOM_STEP_MIN..ZOOM_STEP_MAX] of integer = (25, 33, 50, 67, 75, 90, 100, 110, 125, 150, 175, 200, 250, 300, 400, 500); |
This item has no description. |
CEF_PREFERENCES_SAVED = WM_APP + $A00; |
This item has no description. |
CEF_DOONCLOSE = WM_APP + $A01; |
This item has no description. |
CEF_STARTDRAGGING = WM_APP + $A02; |
This item has no description. |
CEF_AFTERCREATED = WM_APP + $A03; |
This item has no description. |
CEF_PENDINGRESIZE = WM_APP + $A04; |
This item has no description. |
CEF_PUMPHAVEWORK = WM_APP + $A05; |
This item has no description. |
CEF_DESTROY = WM_APP + $A06; |
This item has no description. |
CEF_DOONBEFORECLOSE = WM_APP + $A07; |
This item has no description. |
CEF_PENDINGINVALIDATE = WM_APP + $A08; |
This item has no description. |
CEF_IMERANGECHANGED = WM_APP + $A09; |
This item has no description. |
CEF_SENTINEL_START = WM_APP + $A0A; |
This item has no description. |
CEF_SENTINEL_DOCLOSE = WM_APP + $A0B; |
This item has no description. |
CEF_BEFORECLOSE = WM_APP + $A0C; |
This item has no description. |
CEF_INVALIDATE = WM_APP + $A0D; |
This item has no description. |
CEF_FOCUSENABLED = WM_APP + $A0E; |
This item has no description. |
WM_TOUCH = $0240; |
Lazarus and some old Delphi versions don't have these message contants |
WM_POINTERUPDATE = $0245; |
This item has no description. |
WM_POINTERDOWN = $0246; |
This item has no description. |
WM_POINTERUP = $0247; |
This item has no description. |
CEF_OSR_FRAMERATE_DEFAULT = 30; |
Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second. |
CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT = 60; |
Used when the shared textures are disabled. |
CEF_TIMER_MINIMUM = $0000000A; |
Used when the shared textures are enabled. |
CEF_TIMER_MAXIMUM = $7FFFFFFF; |
This item has no description. |
CEF_TIMER_MAXDELAY = 1000 div CEF_OSR_FRAMERATE_DEFAULT; |
This item has no description. |
CEF_TIMER_DEPLETEWORK_CYCLES = 10; |
This item has no description. |
CEF_TIMER_DEPLETEWORK_DELAY = 50; |
This item has no description. |
CEF4DELPHI_URL = 'https://github.com/salvadordf/CEF4Delphi'; |
This item has no description. |
CRLF = #13 + #10; |
This item has no description. |
CEF_URLS_URL = 'chrome://chrome-urls'; |
This item has no description. |
CEF_VERSION_URL = 'chrome://version'; |
This item has no description. |
CEF_FLAGS_URL = 'chrome://flags'; |
This item has no description. |
CEF_SETTINGS_URL = 'chrome://settings'; |
This item has no description. |
CEF_DOWNLOADS_URL = 'chrome://downloads'; |
This item has no description. |
CEF_EXTENSIONS_URL = 'chrome://extensions'; |
This item has no description. |
CEF_INSPECT_URL = 'chrome://inspect'; |
This item has no description. |
CEF_GPU_URL = 'chrome://gpu'; |
This item has no description. |
CEF_PREFS_URL = 'chrome://prefs-internals'; |
This item has no description. |
CEF_CERTMANAGER_URL = 'chrome://certificate-manager'; |
This item has no description. |
CEF_MEMORY_URL = 'chrome://memory-internals'; |
This item has no description. |
CEF_IMAGE_FILE_MACHINE_I386 = $014C; |
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. |
CEF_IMAGE_FILE_MACHINE_AMD64 = $8664; |
This item has no description. |
USER_DEFAULT_SCREEN_DPI = 96; |
This item has no description. |
CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE = 0; |
Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods. Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent |
CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT = 1 shl 0; |
This item has no description. |
CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL = 1 shl 1; |
This item has no description. |
CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD = 1 shl 2; |
This item has no description. |
CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT = 1 shl 3; |
This item has no description. |
CEF_PRESSED_MOUSE_BUTTONS_NONE = 0; |
Modifier values used in the Input.dispatchMouseEvent DevTools method. A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0. https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent |
CEF_PRESSED_MOUSE_BUTTONS_LEFT = 1 shl 0; |
This item has no description. |
CEF_PRESSED_MOUSE_BUTTONS_RIGHT = 1 shl 1; |
This item has no description. |
CEF_PRESSED_MOUSE_BUTTONS_MIDDLE = 1 shl 2; |
This item has no description. |
CEF_PRESSED_MOUSE_BUTTONS_BACK = 1 shl 3; |
This item has no description. |
CEF_PRESSED_MOUSE_BUTTONS_FORWARD = 1 shl 4; |
This item has no description. |
CHROMIUM_NONBROWSERSHUTDOWNPRIORITY = $280; |
This constant is defined by Chromium in chrome/app/main_dll_loader_win.cc It's used with SetProcessShutdownParameters to set a shutdown priority for the subprocesses. $280 is the default value for applications. |
INFINITE = Cardinal($FFFFFFFF); |
This item has no description. |
pidWin32 = 0; |
If any of the platform IDs are not defined then we set them as 0 to avoid build errors on older Delphi versions. |
pidWin64 = 0; |
This item has no description. |
pfidWindows = pidWin32 or pidWin64; |
This item has no description. |
pidOSX32 = 0; |
This item has no description. |
pidOSX64 = 0; |
This item has no description. |
pidOSXArm64 = 0; |
This item has no description. |
pfidOSX = pidOSX32 or pidOSX64 or pidOSXArm64; |
This item has no description. |
pidLinux64 = 0; |
This item has no description. |
pfidLinux = pidLinux64; |
This item has no description. |
CEF_ONEDAYINMILLISECONDS = 86400000; |
This value may be used with the mseconds_between_dumps parameter in GlobalCEFApp.DumpWithoutCrashing.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_dump_without_crashing.h">CEF source file: /include/base/cef_dump_without_crashing.h (kOneDayInMilliseconds)) |