All Constants

Name Unit Description
ABOUTBLANK_URI uCEFConstants

* ****************************************************** ****************** OTHER CONSTANTS ******************* ****************************************************** *

CEF4DELPHI_URL uCEFConstants

 

CEFSENTINEL_DEFAULT_DELAYPERPROCMS uCEFSentinel

 

CEFSENTINEL_DEFAULT_FINALDELAYMS uCEFSentinel

 

CEFSENTINEL_DEFAULT_MAXCHECKCOUNTS uCEFSentinel

 

CEFSENTINEL_DEFAULT_MINCHILDPROCS uCEFSentinel

 

CEFSENTINEL_DEFAULT_MININITDELAYMS uCEFSentinel

 

CEF_AFTERCREATED uCEFConstants

 

CEF_API_HASH_PLATFORM uCEFConstants

Platform API hash.

CEF_API_HASH_PLATFORM_LINUX uCEFApplicationCore

values defined in cef_api_versions.json

CEF_API_HASH_PLATFORM_MAC uCEFApplicationCore

 

CEF_API_HASH_PLATFORM_WINDOWS uCEFApplicationCore

 

CEF_API_HASH_UNIVERSAL uCEFConstants

Universal API hash. (deprecated, same as CEF_API_HASH_PLATFORM)

CEF_API_VERSION uCEFApplicationCore

 

CEF_API_VERSION_EXPERIMENTAL uCEFApplicationCore

value defined in /include/cef_api_hash.h

CEF_API_VERSION_LAST uCEFApplicationCore

 

CEF_API_VERSION_MIN uCEFApplicationCore

values defined in cef_api_versions.json

CEF_BEFORECLOSE uCEFConstants

 

CEF_CERTMANAGER_URL uCEFConstants

 

CEF_CHROMEELF_VERSION_BUILD uCEFApplication

 

CEF_CHROMEELF_VERSION_BUILD uCEFApplicationCore

 

CEF_CHROMEELF_VERSION_MAJOR uCEFApplication

 

CEF_CHROMEELF_VERSION_MAJOR uCEFApplicationCore

 

CEF_CHROMEELF_VERSION_MINOR uCEFApplication

 

CEF_CHROMEELF_VERSION_MINOR uCEFApplicationCore

 

CEF_CHROMEELF_VERSION_RELEASE uCEFApplication

 

CEF_CHROMEELF_VERSION_RELEASE uCEFApplicationCore

 

CEF_COMMIT_HASH uCEFConstants

Commit hash.

CEF_COOKIE_PREF_ALLOW uCEFConstants

 

CEF_COOKIE_PREF_BLOCK uCEFConstants

 

CEF_COOKIE_PREF_DEFAULT uCEFConstants

 

CEF_COOKIE_PRIORITY_HIGH uCEFConstants

 

CEF_COOKIE_PRIORITY_LOW uCEFConstants

Cookie priority values.

CEF_COOKIE_PRIORITY_MEDIUM uCEFConstants

 

CEF_CTT_LOCATION uCEFConstants

 

CEF_CTT_NONE uCEFConstants

 

CEF_CTT_NORMAL uCEFConstants

 

CEF_CTT_NUM_VALUES uCEFConstants

 

CEF_CTT_UNKNOWN uCEFConstants

Chrome toolbar types.

CEF_DEFAULT_ENABLEFOCUSDELAY uCEFConstants

 

CEF_DESTROY uCEFConstants

 

CEF_DOCKING_MODE_BOTTOM_LEFT uCEFConstants

 

CEF_DOCKING_MODE_BOTTOM_RIGHT uCEFConstants

 

CEF_DOCKING_MODE_CUSTOM uCEFConstants

 

CEF_DOCKING_MODE_NUM_VALUES uCEFConstants

 

CEF_DOCKING_MODE_TOP_LEFT uCEFConstants

Docking modes supported by ICefWindow.AddOverlay.

CEF_DOCKING_MODE_TOP_RIGHT uCEFConstants

 

CEF_DOONBEFORECLOSE uCEFConstants

 

CEF_DOONCLOSE uCEFConstants

 

CEF_DOWNLOADS_URL uCEFConstants

 

CEF_DOWNLOAD_INTERRUPT_REASON_CRASH uCEFConstants

The browser crashed. Internal use only: resume pending downloads if possible.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED uCEFConstants

The file cannot be accessed due to security restrictions.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED uCEFConstants

The file was blocked due to local policy.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED uCEFConstants

Generic file operation failure.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH uCEFConstants

The partial file didn't match the expected hash.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG uCEFConstants

The directory or file name is too long.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE uCEFConstants

There is not enough room on the drive.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE uCEFConstants

The source and the target of the download were the same.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED uCEFConstants

An attempt to check the safety of the download failed due to unexpected reasons. See http://crbug.com/153212.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE uCEFConstants

The file is too large for the file system to handle.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT uCEFConstants

An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download).

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR uCEFConstants

The file was in use. Too many files are opened at once. We have run out of memory.

CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED uCEFConstants

The file contains a virus.

CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED uCEFConstants

The network connection has been lost.

CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED uCEFConstants

Generic network failure.

CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST uCEFConstants

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.

CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN uCEFConstants

The server has gone down.

CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT uCEFConstants

The network operation timed out.

CEF_DOWNLOAD_INTERRUPT_REASON_NONE uCEFConstants

No interrupt reason.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT uCEFConstants

The server does not have the requested data.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM uCEFConstants

Server certificate problem.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH uCEFConstants

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.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT uCEFConstants

An unexpected cross-origin redirect happened.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED uCEFConstants

The server indicates that the operation has failed (generic).

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN uCEFConstants

Server access forbidden.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE uCEFConstants

The server does not support range requests. Internal use only: must restart from the beginning.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED uCEFConstants

Server didn't authorize access to resource.

CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE uCEFConstants

Unexpected server response. This might indicate that the responding server may not be the intended server.

CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED uCEFConstants

The user canceled the download.

CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN uCEFConstants

The user shut down the browser. Internal use only: resume pending downloads if possible.

CEF_EXTENSIONS_URL uCEFConstants

 

CEF_FLAGS_URL uCEFConstants

 

CEF_FOCUSENABLED uCEFConstants

 

CEF_GPU_URL uCEFConstants

 

CEF_IMAGE_FILE_MACHINE_AMD64 uCEFConstants

 

CEF_IMAGE_FILE_MACHINE_I386 uCEFConstants

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_IMERANGECHANGED uCEFConstants

 

CEF_INSPECT_URL uCEFConstants

 

CEF_INVALIDATE uCEFConstants

 

CEF_LOG_SEVERITY_ERROR uCEFConstants

 

CEF_LOG_SEVERITY_FATAL uCEFConstants

This severity log level causes a crash.

CEF_LOG_SEVERITY_INFO uCEFConstants

 

CEF_LOG_SEVERITY_VERBOSE uCEFConstants

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

CEF_LOG_SEVERITY_WARNING uCEFConstants

 

CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE uCEFConstants

 

CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE uCEFConstants

 

CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE uCEFConstants

 

CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE uCEFConstants

Desktop audio capture permission.

CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE uCEFConstants

Desktop video capture permission.

CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE uCEFConstants

Device audio capture permission.

CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE uCEFConstants

Device video capture permission.

CEF_MEDIA_PERMISSION_NONE uCEFConstants

No permission.

CEF_MEMORY_URL uCEFConstants

 

CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT uCEFConstants

 

CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL uCEFConstants

 

CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD uCEFConstants

 

CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE uCEFConstants

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_SHIFT uCEFConstants

 

CEF_MRCR_CANCELLED uCEFConstants

 

CEF_MRCR_DESKTOP_PICKER_FAILED uCEFConstants

 

CEF_MRCR_INVALID_ORIGIN uCEFConstants

 

CEF_MRCR_NOTIFICATION_DISABLED uCEFConstants

 

CEF_MRCR_NO_SUPPORTED_PROVIDER uCEFConstants

 

CEF_MRCR_NUM_VALUES uCEFConstants

 

CEF_MRCR_OFF_THE_RECORD_MISMATCH_DEPRECATED uCEFConstants

 

CEF_MRCR_OK uCEFConstants

 

CEF_MRCR_REDUNDANT_REQUEST uCEFConstants

 

CEF_MRCR_ROUTE_ALREADY_EXISTS uCEFConstants

 

CEF_MRCR_ROUTE_ALREADY_TERMINATED uCEFConstants

 

CEF_MRCR_ROUTE_NOT_FOUND uCEFConstants

 

CEF_MRCR_SINK_NOT_FOUND uCEFConstants

 

CEF_MRCR_TIMED_OUT uCEFConstants

 

CEF_MRCR_UNKNOWN_ERROR uCEFConstants

Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type.

CEF_MRCR_USER_NOT_ALLOWED uCEFConstants

 

CEF_MRCS_CLOSED uCEFConstants

 

CEF_MRCS_CONNECTED uCEFConstants

 

CEF_MRCS_CONNECTING uCEFConstants

 

CEF_MRCS_NUM_VALUES uCEFConstants

 

CEF_MRCS_TERMINATED uCEFConstants

 

CEF_MRCS_UNKNOWN uCEFConstants

Connection state for a MediaRoute object. Should be kept in sync with Chromium's blink::mojom::PresentationConnectionState type.

CEF_ONEDAYINMILLISECONDS uCEFConstants

This value may be used with the mseconds_between_dumps parameter in GlobalCEFApp.DumpWithoutCrashing.

CEF_OSR_FRAMERATE_DEFAULT uCEFConstants

Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second.

CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT uCEFConstants

Used when the shared textures are disabled.

CEF_PENDINGINVALIDATE uCEFConstants

 

CEF_PENDINGRESIZE uCEFConstants

 

CEF_PERMISSION_TYPE_AR_SESSION uCEFConstants

 

CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM uCEFConstants

 

CEF_PERMISSION_TYPE_CAMERA_STREAM uCEFConstants

 

CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL uCEFConstants

 

CEF_PERMISSION_TYPE_CLIPBOARD uCEFConstants

 

CEF_PERMISSION_TYPE_DISK_QUOTA uCEFConstants

 

CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS uCEFConstants

 

CEF_PERMISSION_TYPE_GEOLOCATION uCEFConstants

 

CEF_PERMISSION_TYPE_HAND_TRACKING uCEFConstants

 

CEF_PERMISSION_TYPE_IDENTITY_PROVIDER uCEFConstants

 

CEF_PERMISSION_TYPE_IDLE_DETECTION uCEFConstants

 

CEF_PERMISSION_TYPE_KEYBOARD_LOCK uCEFConstants

 

CEF_PERMISSION_TYPE_LOCAL_FONTS uCEFConstants

 

CEF_PERMISSION_TYPE_MIC_STREAM uCEFConstants

 

CEF_PERMISSION_TYPE_MIDI_SYSEX uCEFConstants

 

CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS uCEFConstants

 

CEF_PERMISSION_TYPE_NONE uCEFConstants

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.

CEF_PERMISSION_TYPE_NOTIFICATIONS uCEFConstants

 

CEF_PERMISSION_TYPE_POINTER_LOCK uCEFConstants

 

CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER uCEFConstants

 

CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER uCEFConstants

 

CEF_PERMISSION_TYPE_STORAGE_ACCESS uCEFConstants

 

CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS uCEFConstants

 

CEF_PERMISSION_TYPE_VR_SESSION uCEFConstants

 

CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION uCEFConstants

 

CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT uCEFConstants

 

CEF_PREFERENCES_SAVED uCEFConstants

 

CEF_PREFS_URL uCEFConstants

 

CEF_PRESSED_MOUSE_BUTTONS_BACK uCEFConstants

 

CEF_PRESSED_MOUSE_BUTTONS_FORWARD uCEFConstants

 

CEF_PRESSED_MOUSE_BUTTONS_LEFT uCEFConstants

 

CEF_PRESSED_MOUSE_BUTTONS_MIDDLE uCEFConstants

 

CEF_PRESSED_MOUSE_BUTTONS_NONE uCEFConstants

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_RIGHT uCEFConstants

 

CEF_PROXYTYPE_AUTODETECT uCEFConstants

Auto_detect proxy type: Auto detect proxy settings.

CEF_PROXYTYPE_DIRECT uCEFConstants

Direct proxy type: Never use a proxy.

CEF_PROXYTYPE_FIXED_SERVERS uCEFConstants

Fixed_servers proxy type: Use fixed proxy servers.

CEF_PROXYTYPE_PAC_SCRIPT uCEFConstants

Pac_script proxy type: Use a .pac proxy script.

CEF_PROXYTYPE_SYSTEM uCEFConstants

System proxy type: Use system proxy settings.

CEF_PUMPHAVEWORK uCEFConstants

 

CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY uCEFConstants

The action is not allowed by a policy.

CEF_RESULT_CODE_BAD_PROCESS_TYPE uCEFConstants

The process is of an unknown type.

CEF_RESULT_CODE_CHROME_FIRST uCEFConstants

First Chrome result code.

CEF_RESULT_CODE_CHROME_LAST uCEFConstants

Last Chrome result code.

CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED uCEFConstants

Cloud policy enrollment is failed or given up by user.

CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH uCEFConstants

Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.

CEF_RESULT_CODE_EULA_REFUSED uCEFConstants

Returned when the user has not yet accepted the EULA.

CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL uCEFConstants

The GPU process exited because initialization failed.

CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST uCEFConstants

The GPU process was terminated due to context lost.

CEF_RESULT_CODE_HUNG uCEFConstants

Process hung.

CEF_RESULT_CODE_IMPORTER_HUNG uCEFConstants

Browser import hung and was killed.

CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2 uCEFConstants

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.

CEF_RESULT_CODE_INVALID_CMDLINE_URL uCEFConstants

An invalid command line url was given.

CEF_RESULT_CODE_INVALID_SANDBOX_STATE uCEFConstants

A browser process was sandboxed. This should never happen.

CEF_RESULT_CODE_KILLED uCEFConstants

Process was killed by user or system.

CEF_RESULT_CODE_KILLED_BAD_MESSAGE uCEFConstants

A bad message caused the process termination.

CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS uCEFConstants

Machine level install exists.

CEF_RESULT_CODE_MISSING_DATA uCEFConstants

A critical chrome file is missing.

CEF_RESULT_CODE_NORMAL_EXIT uCEFConstants

Normal exit code.

CEF_RESULT_CODE_NORMAL_EXIT_CANCEL uCEFConstants

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.

CEF_RESULT_CODE_NORMAL_EXIT_EXP1 uCEFConstants

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.

CEF_RESULT_CODE_NORMAL_EXIT_EXP2 uCEFConstants

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.

CEF_RESULT_CODE_NORMAL_EXIT_EXP3 uCEFConstants

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.

CEF_RESULT_CODE_NORMAL_EXIT_EXP4 uCEFConstants

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.

CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS uCEFConstants

An early startup command was executed and the browser must exit.

CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED uCEFConstants

The browser process exited early by passing the command line to another running browser.

CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED uCEFConstants

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.

CEF_RESULT_CODE_NOTUSED_1 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

CEF_RESULT_CODE_NOTUSED_2 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

CEF_RESULT_CODE_NUM_VALUES uCEFConstants

Last TCefResultCode value.

CEF_RESULT_CODE_PACK_EXTENSION_ERROR uCEFConstants

Failed to pack an extension via the cmd line.

CEF_RESULT_CODE_PROFILE_IN_USE uCEFConstants

The profile was in use on another host.

CEF_RESULT_CODE_RESPAWN_FAILED uCEFConstants

Trying to restart the browser we crashed.

CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG uCEFConstants

Windows sandbox broker terminated in shutdown.

CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE uCEFConstants

Windows sandbox failed to forbid HCKU caching.

CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES uCEFConstants

Windows sandbox failed to close pending handles.

CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN uCEFConstants

Windows sandbox could not lower the token.

CEF_RESULT_CODE_SANDBOX_FATAL_FIRST uCEFConstants

First Sandbox result code.

CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES uCEFConstants

Windows sandbox failed to flush registry handles.

CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY uCEFConstants

Windows sandbox could not set the integrity level.

CEF_RESULT_CODE_SANDBOX_FATAL_LAST uCEFConstants

Last Sandbox result code.

CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED uCEFConstants

Windows sandbox exceeded the job memory limit.

CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION uCEFConstants

Windows sandbox could not set the mitigation policy.

CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP uCEFConstants

Windows sandbox failed to warmup.

CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED uCEFConstants

Failed to make Chrome default browser (not used?).

CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED uCEFConstants

Failed to migrate user data directory for side-by-side package support (Linux-only).

CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED uCEFConstants

The browser process exited because system resource are exhausted. The system state can't be recovered and will be unstable.

CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE uCEFConstants

Uninstall detected another chrome instance.

CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE uCEFConstants

Delete profile as well during uninstall.

CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR uCEFConstants

Failed to silently uninstall an extension.

CEF_RESULT_CODE_UNINSTALL_USER_CANCEL uCEFConstants

The user changed their mind.

CEF_RESULT_CODE_UNSUPPORTED_PARAM uCEFConstants

Command line parameter is not supported.

CEF_SCHEME_OPTION_CORS_ENABLED uCEFConstants

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.

CEF_SCHEME_OPTION_CSP_BYPASSING uCEFConstants

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.

CEF_SCHEME_OPTION_DISPLAY_ISOLATED uCEFConstants

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.

CEF_SCHEME_OPTION_FETCH_ENABLED uCEFConstants

If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests.

CEF_SCHEME_OPTION_LOCAL uCEFConstants

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).

CEF_SCHEME_OPTION_NONE uCEFConstants

No options.

CEF_SCHEME_OPTION_SECURE uCEFConstants

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.

CEF_SCHEME_OPTION_STANDARD uCEFConstants

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.

CEF_SENTINEL_DOCLOSE uCEFConstants

 

CEF_SENTINEL_START uCEFConstants

 

CEF_SETTINGS_URL uCEFConstants

 

CEF_SHOW_STATE_FULLSCREEN uCEFConstants

Show the window as fullscreen.

CEF_SHOW_STATE_HIDDEN uCEFConstants

Show the window as hidden (no dock thumbnail). Only supported on MacOS..

CEF_SHOW_STATE_MAXIMIZED uCEFConstants

Show the window as maximized.

CEF_SHOW_STATE_MINIMIZED uCEFConstants

Show the window as minimized.

CEF_SHOW_STATE_NORMAL uCEFConstants

Show the window as normal.

CEF_SHOW_STATE_NUM_VALUES uCEFConstants

Number of TCefShowState values

CEF_STARTDRAGGING uCEFConstants

 

CEF_SUPPORTED_VERSION_BUILD uCEFApplication

 

CEF_SUPPORTED_VERSION_BUILD uCEFApplicationCore

 

CEF_SUPPORTED_VERSION_MAJOR uCEFApplication

 

CEF_SUPPORTED_VERSION_MAJOR uCEFApplicationCore

 

CEF_SUPPORTED_VERSION_MINOR uCEFApplication

 

CEF_SUPPORTED_VERSION_MINOR uCEFApplicationCore

 

CEF_SUPPORTED_VERSION_RELEASE uCEFApplication

 

CEF_SUPPORTED_VERSION_RELEASE uCEFApplicationCore

 

CEF_TFC_COPY uCEFConstants

 

CEF_TFC_CUT uCEFConstants

 

CEF_TFC_DELETE uCEFConstants

 

CEF_TFC_NUM_VALUES uCEFConstants

 

CEF_TFC_PASTE uCEFConstants

 

CEF_TFC_SELECT_ALL uCEFConstants

 

CEF_TFC_SELECT_WORD uCEFConstants

 

CEF_TFC_UNDO uCEFConstants

 

CEF_TFC_UNKNOWN uCEFConstants

Represents commands available to TextField. Should be kept in sync with Chromium's views::TextField::MenuCommands type.

CEF_THS_FLAG_ALPHA uCEFConstants

 

CEF_THS_FLAG_ENABLED uCEFConstants

 

CEF_THS_FLAG_NONE uCEFConstants

Values indicating what state of the touch handle is set.

CEF_THS_FLAG_ORIENTATION uCEFConstants

 

CEF_THS_FLAG_ORIGIN uCEFConstants

 

CEF_TIMER_DEPLETEWORK_CYCLES uCEFConstants

 

CEF_TIMER_DEPLETEWORK_DELAY uCEFConstants

 

CEF_TIMER_MAXDELAY uCEFConstants

 

CEF_TIMER_MAXIMUM uCEFConstants

 

CEF_TIMER_MINIMUM uCEFConstants

Used when the shared textures are enabled.

CEF_URLS_URL uCEFConstants

 

CEF_VERSION_URL uCEFConstants

 

CERT_STATUS_AUTHORITY_INVALID uCEFConstants

 

CERT_STATUS_COMMON_NAME_INVALID uCEFConstants

 

CERT_STATUS_CT_COMPLIANCE_FAILED uCEFConstants

 

CERT_STATUS_DATE_INVALID uCEFConstants

 

CERT_STATUS_FIRST_ERROR uCEFConstants

 

CERT_STATUS_INVALID uCEFConstants

 

CERT_STATUS_IS_EV uCEFConstants

 

CERT_STATUS_LAST_ERROR uCEFConstants

 

CERT_STATUS_NAME_CONSTRAINT_VIOLATION uCEFConstants

 

CERT_STATUS_NONE uCEFConstants

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.

CERT_STATUS_NON_UNIQUE_NAME uCEFConstants

 

CERT_STATUS_NO_REVOCATION_MECHANISM uCEFConstants

 

CERT_STATUS_PINNED_KEY_MISSING uCEFConstants

 

CERT_STATUS_REVOKED uCEFConstants

 

CERT_STATUS_REV_CHECKING_ENABLED uCEFConstants

 

CERT_STATUS_SHA1_SIGNATURE_PRESENT uCEFConstants

 

CERT_STATUS_UNABLE_TO_CHECK_REVOCATION uCEFConstants

 

CERT_STATUS_VALIDITY_TOO_LONG uCEFConstants

 

CERT_STATUS_WEAK_KEY uCEFConstants

 

CERT_STATUS_WEAK_SIGNATURE_ALGORITHM uCEFConstants

 

CHROMEELF_DLL uCEFApplication

 

CHROMEELF_DLL uCEFApplicationCore

 

CHROMIUM_NONBROWSERSHUTDOWNPRIORITY uCEFConstants

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.

CM_EDITFLAG_CAN_COPY uCEFConstants

 

CM_EDITFLAG_CAN_CUT uCEFConstants

 

CM_EDITFLAG_CAN_DELETE uCEFConstants

 

CM_EDITFLAG_CAN_EDIT_RICHLY uCEFConstants

 

CM_EDITFLAG_CAN_PASTE uCEFConstants

 

CM_EDITFLAG_CAN_REDO uCEFConstants

 

CM_EDITFLAG_CAN_SELECT_ALL uCEFConstants

 

CM_EDITFLAG_CAN_TRANSLATE uCEFConstants

 

CM_EDITFLAG_CAN_UNDO uCEFConstants

 

CM_EDITFLAG_NONE uCEFConstants

Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.

CM_MEDIAFLAG_CAN_LOOP uCEFConstants

 

CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE uCEFConstants

 

CM_MEDIAFLAG_CAN_PRINT uCEFConstants

 

CM_MEDIAFLAG_CAN_ROTATE uCEFConstants

 

CM_MEDIAFLAG_CAN_SAVE uCEFConstants

 

CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS uCEFConstants

 

CM_MEDIAFLAG_CONTROLS uCEFConstants

 

CM_MEDIAFLAG_HAS_AUDIO uCEFConstants

 

CM_MEDIAFLAG_IN_ERROR uCEFConstants

 

CM_MEDIAFLAG_LOOP uCEFConstants

 

CM_MEDIAFLAG_MUTED uCEFConstants

 

CM_MEDIAFLAG_NONE uCEFConstants

Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.

CM_MEDIAFLAG_PAUSED uCEFConstants

 

CM_MEDIAFLAG_PICTURE_IN_PICTURE uCEFConstants

 

CM_TYPEFLAG_EDITABLE uCEFConstants

An editable element is selected.

CM_TYPEFLAG_FRAME uCEFConstants

A subframe page is selected.

CM_TYPEFLAG_LINK uCEFConstants

A link is selected.

CM_TYPEFLAG_MEDIA uCEFConstants

A media node is selected.

CM_TYPEFLAG_NONE uCEFConstants

No node is selected.

CM_TYPEFLAG_PAGE uCEFConstants

The top page is selected.

CM_TYPEFLAG_SELECTION uCEFConstants

There is a textual or mixed selection that is selected.

COMMAND_ID_FIRST_UNBOUNDED uCEFConstants

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

CRLF uCEFConstants

 

CUSTOM_ARRAY_LENGTH uCEFOLEDragAndDrop

 

DEFAULT_BLINK_BACKGROUND_COLOR uCEFOSRIMEHandler

Black SkColor

DEFAULT_BLINK_UNDERLINE_COLOR uCEFOSRIMEHandler

 

DEFAULT_BLINK_UNDERLINE_STYLE uCEFOSRIMEHandler

White SkColor

DEFAULT_CEFSERVER_ADDRESS uCEFServerComponent

 

DEFAULT_CEFSERVER_BACKLOG uCEFServerComponent

 

DEFAULT_CEFSERVER_PORT uCEFServerComponent

 

DEFAULT_REDIRECT_IPV4_HOST uCEFOAuth2Helper

REFERENCES : ============ https://tools.ietf.org/html/rfc6749 https://tools.ietf.org/html/rfc6750 https://tools.ietf.org/html/rfc8252 https://tools.ietf.org/html/rfc6819 https://tools.ietf.org/html/rfc7636 https://tools.ietf.org/html/draft-ietf-oauth-native-apps-12 https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13 https://developers.google.com/identity/protocols/OAuth2 https://developers.google.com/identity/protocols/OAuth2InstalledApp https://developers.google.com/identity/protocols/googlescopes https://developers.google.com/identity/protocols/OpenIDConnect https://aaronparecki.com/oauth-2-simplified/ https://example-app.com/pkce

DEFAULT_REDIRECT_IPV6_HOST uCEFOAuth2Helper

 

DEFAULT_REDIRECT_PORT uCEFOAuth2Helper

 

DEVTOOLS_WINDOWNAME uCEFConstants

 

DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_CLIPBOARD uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_COMPOSITION uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_DRAG uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_KEYBOARD uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_MESSAGE uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_MOUSE uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_MUTATION uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_OVERFLOW uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_PAGE_TRANSITION uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_POPSTATE uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_PROGRESS uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_TEXT uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_UI uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_UNKNOWN uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_WHEEL uCEFConstants

DOM event category flag.

DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS uCEFConstants

DOM event category flag.

DRAG_OPERATION_COPY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_DELETE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_EVERY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_GENERIC uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_LINK uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_MOVE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_NONE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DRAG_OPERATION_PRIVATE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

DUPLEX_MODE_LONG_EDGE uCEFConstants

 

DUPLEX_MODE_NUM_VALUES uCEFConstants

 

DUPLEX_MODE_SHORT_EDGE uCEFConstants

 

DUPLEX_MODE_SIMPLEX uCEFConstants

 

DUPLEX_MODE_UNKNOWN uCEFConstants

Print job duplex mode values.

ERR_ABORTED uCEFConstants

An operation was aborted (due to user action).

ERR_ACCESS_DENIED uCEFConstants

Permission to access a resource, other than the network, was denied.

ERR_ADDRESS_INVALID uCEFConstants

The IP address or port number is invalid (e.g., cannot connect to the IP address 0 or the port 0).

ERR_ADDRESS_IN_USE uCEFConstants

Returned when attempting to bind an address that is already in use.

ERR_ADDRESS_UNREACHABLE uCEFConstants

The IP address is unreachable. This usually means that there is no route to the specified host or network.

ERR_ADD_USER_CERT_FAILED uCEFConstants

An error adding a certificate to the OS certificate database.

ERR_ALPN_NEGOTIATION_FAILED uCEFConstants

The request to negotiate an alternate protocol failed.

ERR_BAD_SSL_CLIENT_AUTH_CERT uCEFConstants

The SSL handshake failed because of a bad or missing client certificate.

ERR_BLOCKED_BY_ADMINISTRATOR uCEFConstants

The request was blocked by the URL block list configured by the domain administrator.

ERR_BLOCKED_BY_CLIENT uCEFConstants

The client chose to block the request.

ERR_BLOCKED_BY_CSP uCEFConstants

The request was blocked by a Content Security Policy

ERR_BLOCKED_BY_FINGERPRINTING_PROTECTION uCEFConstants

The request was blocked by fingerprinting protections.

ERR_BLOCKED_BY_ORB uCEFConstants

The request was blocked by CORB or ORB.

ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS uCEFConstants

The connection is blocked by private network access checks.

ERR_BLOCKED_BY_RESPONSE uCEFConstants

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).

ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY uCEFConstants

The IP address space of the cached remote endpoint is blocked by private network access check.

ERR_CACHE_AUTH_FAILURE_AFTER_READ uCEFConstants

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.

ERR_CACHE_CHECKSUM_MISMATCH uCEFConstants

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.

ERR_CACHE_CHECKSUM_READ_FAILURE uCEFConstants

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.

ERR_CACHE_CREATE_FAILURE uCEFConstants

The disk cache is unable to create this entry.

ERR_CACHE_DOOM_FAILURE uCEFConstants

The disk cache is unable to doom this entry.

ERR_CACHE_ENTRY_NOT_SUITABLE uCEFConstants

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.)

ERR_CACHE_LOCK_TIMEOUT uCEFConstants

Internal error code for the HTTP cache. The cache lock timeout has fired.

ERR_CACHE_MISS uCEFConstants

The cache does not have the requested entry.

ERR_CACHE_OPEN_FAILURE uCEFConstants

The disk cache is unable to open this entry.

ERR_CACHE_OPEN_OR_CREATE_FAILURE uCEFConstants

The disk cache is unable to open or create this entry.

ERR_CACHE_OPERATION_NOT_SUPPORTED uCEFConstants

The operation is not supported for this entry.

ERR_CACHE_RACE uCEFConstants

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.

ERR_CACHE_READ_FAILURE uCEFConstants

Unable to read from the disk cache.

ERR_CACHE_WRITE_FAILURE uCEFConstants

Unable to write to the disk cache.

ERR_CERTIFICATE_TRANSPARENCY_REQUIRED uCEFConstants

Certificate Transparency was required for this connection, but the server did not provide CT information that complied with the policy.

ERR_CERT_AUTHORITY_INVALID uCEFConstants

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).

ERR_CERT_COMMON_NAME_INVALID uCEFConstants

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.

ERR_CERT_CONTAINS_ERRORS uCEFConstants

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.

ERR_CERT_DATABASE_CHANGED uCEFConstants

The certificate database changed in some way.

ERR_CERT_DATE_INVALID uCEFConstants

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.

ERR_CERT_END uCEFConstants

The value immediately past the last certificate error code.

ERR_CERT_INVALID uCEFConstants

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."

ERR_CERT_KNOWN_INTERCEPTION_BLOCKED uCEFConstants

The certificate is known to be used for interception by an entity other the device owner.

ERR_CERT_NAME_CONSTRAINT_VIOLATION uCEFConstants

The certificate claimed DNS names that are in violation of name constraints.

ERR_CERT_NON_UNIQUE_NAME uCEFConstants

The host name specified in the certificate is not unique.

ERR_CERT_NO_REVOCATION_MECHANISM uCEFConstants

The certificate has no mechanism for determining if it is revoked. In effect, this certificate cannot be revoked.

ERR_CERT_REVOKED uCEFConstants

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.

ERR_CERT_SYMANTEC_LEGACY uCEFConstants

The certificate chained to a legacy Symantec root that is no longer trusted. https://g.co/chrome/symantecpkicerts

ERR_CERT_UNABLE_TO_CHECK_REVOCATION uCEFConstants

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.

ERR_CERT_VALIDITY_TOO_LONG uCEFConstants

The certificate's validity period is too long.

ERR_CERT_VERIFIER_CHANGED uCEFConstants

The certificate verifier configuration changed in some way.

ERR_CERT_WEAK_KEY uCEFConstants

The server responded with a certificate that contains a weak key (e.g. a too-small RSA key).

ERR_CERT_WEAK_SIGNATURE_ALGORITHM uCEFConstants

The server responded with a certificate that is signed using a weak signature algorithm.

ERR_CLEARTEXT_NOT_PERMITTED uCEFConstants

The request was blocked by system policy disallowing some or all cleartext requests. Used for NetworkSecurityPolicy on Android.

ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED uCEFConstants

Server request for client certificate did not contain any types we support.

ERR_CONNECTION_ABORTED uCEFConstants

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.

ERR_CONNECTION_CLOSED uCEFConstants

A connection was closed (corresponding to a TCP FIN).

ERR_CONNECTION_FAILED uCEFConstants

A connection attempt failed.

ERR_CONNECTION_REFUSED uCEFConstants

A connection attempt was refused.

ERR_CONNECTION_RESET uCEFConstants

A connection was reset (corresponding to a TCP RST).

ERR_CONNECTION_TIMED_OUT uCEFConstants

A connection attempt timed out.

ERR_CONTENT_DECODING_FAILED uCEFConstants

Content decoding of the response body failed.

ERR_CONTENT_DECODING_INIT_FAILED uCEFConstants

Initializing content decoding failed.

ERR_CONTENT_LENGTH_MISMATCH uCEFConstants

The HTTP response body transferred fewer bytes than were advertised by the Content-Length header when the connection is closed.

ERR_CONTEXT_SHUT_DOWN uCEFConstants

The request failed because the URLRequestContext is shutting down, or has been shut down.

ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED uCEFConstants

Certificate Transparency: Failed to parse the received consistency proof.

ERR_CT_STH_INCOMPLETE uCEFConstants

Certificate Transparency: Received a signed tree head whose JSON parsing was OK but was missing some of the fields.

ERR_CT_STH_PARSING_FAILED uCEFConstants

Certificate Transparency: Received a signed tree head that failed to parse.

ERR_DICTIONARY_LOAD_FAILED uCEFConstants

The compression dictionary cannot be loaded.

ERR_DISALLOWED_URL_SCHEME uCEFConstants

The scheme of the URL is disallowed.

ERR_DNS_MALFORMED_RESPONSE uCEFConstants

DNS resolver received a malformed response.

ERR_DNS_NAME_HTTPS_ONLY uCEFConstants

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.

ERR_DNS_NO_MATCHING_SUPPORTED_ALPN uCEFConstants

The hostname resolution of HTTPS record was expected to be resolved with alpn values of supported protocols, but did not.

ERR_DNS_REQUEST_CANCELLED uCEFConstants

All DNS requests associated with this job have been cancelled.

ERR_DNS_SEARCH_EMPTY uCEFConstants

Suffix search list rules prevent resolution of the given host name.

ERR_DNS_SECURE_PROBE_RECORD_INVALID uCEFConstants

When checking whether secure DNS can be used, the response returned for the requested probe record either had no answer or was invalid.

ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED uCEFConstants

Failed to resolve the hostname of a DNS-over-HTTPS server.

ERR_DNS_SERVER_FAILED uCEFConstants

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.

ERR_DNS_SERVER_REQUIRES_TCP uCEFConstants

DNS server requires TCP

ERR_DNS_SORT_ERROR uCEFConstants

Failed to sort addresses according to RFC3484.

ERR_DNS_TIMED_OUT uCEFConstants

DNS transaction timed out.

ERR_EARLY_DATA_REJECTED uCEFConstants

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.

ERR_ECH_FALLBACK_CERTIFICATE_INVALID uCEFConstants

ECH was enabled, the server was unable to decrypt the encrypted ClientHello, and additionally did not present a certificate valid for the public name.

ERR_ECH_NOT_NEGOTIATED uCEFConstants

ECH was enabled, but the server was unable to decrypt the encrypted ClientHello.

ERR_EMPTY_RESPONSE uCEFConstants

The server closed the connection without sending any data.

ERR_ENCODING_CONVERSION_FAILED uCEFConstants

Converting the response to target encoding failed.

ERR_ENCODING_DETECTION_FAILED uCEFConstants

Detecting the encoding of the response failed.

ERR_FAILED uCEFConstants

A generic failure occurred.

ERR_FILE_EXISTS uCEFConstants

The file already exists.

ERR_FILE_NOT_FOUND uCEFConstants

The file or directory cannot be found.

ERR_FILE_NO_SPACE uCEFConstants

Not enough room left on the disk.

ERR_FILE_PATH_TOO_LONG uCEFConstants

The path or file name is too long.

ERR_FILE_TOO_BIG uCEFConstants

The file is too large.

ERR_FILE_VIRUS_INFECTED uCEFConstants

The file has a virus.

ERR_H2_OR_QUIC_REQUIRED uCEFConstants

The request was blocked because of no H/2 or QUIC session.

ERR_HOST_RESOLVER_QUEUE_TOO_LARGE uCEFConstants

There are too many pending DNS resolves, so a request in the queue was aborted.

ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT uCEFConstants

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.

ERR_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session.

ERR_HTTP_RESPONSE_CODE_FAILURE uCEFConstants

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.

ERR_ICANN_NAME_COLLISION uCEFConstants

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.

ERR_IMPORT_CA_CERT_FAILED uCEFConstants

CA import failed due to some other error.

ERR_IMPORT_CA_CERT_NOT_CA uCEFConstants

CA import failed - not a CA cert.

ERR_IMPORT_CERT_ALREADY_EXISTS uCEFConstants

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.

ERR_IMPORT_SERVER_CERT_FAILED uCEFConstants

Server certificate import failed due to some internal error.

ERR_INCOMPLETE_CHUNKED_ENCODING uCEFConstants

The HTTP response body is transferred with Chunked-Encoding, but the terminating zero-length chunk was never sent when the connection is closed.

ERR_INCOMPLETE_SPDY_HEADERS uCEFConstants

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.

ERR_INCONSISTENT_IP_ADDRESS_SPACE uCEFConstants

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.

ERR_INSECURE_RESPONSE uCEFConstants

The server's response was insecure (e.g. there was a cert error).

ERR_INSUFFICIENT_RESOURCES uCEFConstants

There were not enough resources to complete the operation.

ERR_INTERNET_DISCONNECTED uCEFConstants

The Internet connection has been lost.

ERR_INVALID_ARGUMENT uCEFConstants

An argument to the function is incorrect.

ERR_INVALID_AUTH_CREDENTIALS uCEFConstants

Credentials could not be established during HTTP Authentication.

ERR_INVALID_CHUNKED_ENCODING uCEFConstants

Error in chunked transfer encoding.

ERR_INVALID_ECH_CONFIG_LIST uCEFConstants

The ECHConfigList fetched over DNS cannot be parsed.

ERR_INVALID_HANDLE uCEFConstants

The handle or file descriptor is invalid.

ERR_INVALID_HTTP_RESPONSE uCEFConstants

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.

ERR_INVALID_REDIRECT uCEFConstants

Attempting to load an URL resulted in a redirect to an invalid URL.

ERR_INVALID_RESPONSE uCEFConstants

The server's response was invalid.

ERR_INVALID_SIGNED_EXCHANGE uCEFConstants

An error occurred while handling a signed exchange.

ERR_INVALID_URL uCEFConstants

The URL is invalid.

ERR_INVALID_WEB_BUNDLE uCEFConstants

An error occurred while handling a Web Bundle source.

ERR_IO_PENDING uCEFConstants

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.

ERR_KEY_GENERATION_FAILED uCEFConstants

Key generation failed.

ERR_MALFORMED_IDENTITY uCEFConstants

The identity used for authentication is invalid.

ERR_MANDATORY_PROXY_CONFIGURATION_FAILED uCEFConstants

A mandatory proxy configuration could not be used. Currently this means that a mandatory PAC script could not be fetched, parsed or executed.

ERR_METHOD_NOT_SUPPORTED uCEFConstants

The server did not support the request method.

ERR_MISCONFIGURED_AUTH_ENVIRONMENT uCEFConstants

The environment was not set up correctly for authentication. For example, no KDC could be found or the principal is unknown.

ERR_MISSING_AUTH_CREDENTIALS uCEFConstants

(GSSAPI) No Kerberos credentials were available during HTTP Authentication.

ERR_MSG_TOO_BIG uCEFConstants

The message was too large for the transport. (for example a UDP message which exceeds size threshold).

ERR_NAME_NOT_RESOLVED uCEFConstants

The host name could not be resolved.

ERR_NAME_RESOLUTION_FAILED uCEFConstants

An error occurred when trying to do a name resolution (DNS).

ERR_NETWORK_ACCESS_DENIED uCEFConstants

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.

ERR_NETWORK_ACCESS_REVOKED uCEFConstants

The request was blocked because it originated from a frame that has disabled network access.

ERR_NETWORK_CHANGED uCEFConstants

The network changed.

ERR_NETWORK_IO_SUSPENDED uCEFConstants

An operation could not be completed because all network IO is suspended.

ERR_NONE uCEFConstants

No error.

ERR_NOT_IMPLEMENTED uCEFConstants

The operation failed because of unimplemented functionality.

ERR_NO_BUFFER_SPACE uCEFConstants

No socket buffer space is available.

ERR_NO_PRIVATE_KEY_FOR_CERT uCEFConstants

An attempt to import a client certificate failed, as the user's key database lacked a corresponding private key.

ERR_NO_SSL_VERSIONS_ENABLED uCEFConstants

No SSL protocol versions are enabled.

ERR_NO_SUPPORTED_PROXIES uCEFConstants

There are no supported proxies in the provided list.

ERR_NS_CACHE_MISS uCEFConstants

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.

ERR_OUT_OF_MEMORY uCEFConstants

Memory allocation failed.

ERR_PAC_NOT_IN_DHCP uCEFConstants

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.

ERR_PAC_SCRIPT_FAILED uCEFConstants

The evaluation of the PAC script failed.

ERR_PAC_SCRIPT_TERMINATED uCEFConstants

The PAC script terminated fatally and must be reloaded.

ERR_PKCS12_IMPORT_BAD_PASSWORD uCEFConstants

PKCS #12 import failed due to incorrect password.

ERR_PKCS12_IMPORT_FAILED uCEFConstants

PKCS #12 import failed due to other error.

ERR_PKCS12_IMPORT_INVALID_FILE uCEFConstants

PKCS #12 import failed due to invalid/corrupt file.

ERR_PKCS12_IMPORT_INVALID_MAC uCEFConstants

PKCS #12 import failed due to invalid MAC.

ERR_PKCS12_IMPORT_UNSUPPORTED uCEFConstants

PKCS #12 import failed due to unsupported features.

ERR_PRECONNECT_MAX_SOCKET_LIMIT uCEFConstants

We've hit the max socket limit for the socket pool while preconnecting. We don't bother trying to preconnect more sockets.

ERR_PRIVATE_KEY_EXPORT_FAILED uCEFConstants

Failure to export private key.

ERR_PROXY_AUTH_REQUESTED uCEFConstants

The proxy requested authentication (for tunnel establishment).

ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION uCEFConstants

Proxy Auth Requested without a valid Client Socket Handle.

ERR_PROXY_AUTH_UNSUPPORTED uCEFConstants

The proxy requested authentication (for tunnel establishment) with an unsupported method.

ERR_PROXY_CERTIFICATE_INVALID uCEFConstants

The certificate presented by the HTTPS Proxy was invalid.

ERR_PROXY_CONNECTION_FAILED uCEFConstants

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.

ERR_PROXY_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session to proxy.

ERR_QUIC_CERT_ROOT_NOT_KNOWN uCEFConstants

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.

ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED uCEFConstants

A GOAWAY frame has been received indicating that the request has not been processed and is therefore safe to retry on a different connection.

ERR_QUIC_HANDSHAKE_FAILED uCEFConstants

The QUIC crypto handshake failed. This means that the server was unable to read any requests sent, so they may be resent.

ERR_QUIC_PROTOCOL_ERROR uCEFConstants

There is a QUIC protocol error.

ERR_READ_IF_READY_NOT_IMPLEMENTED uCEFConstants

Socket ReadIfReady support is not implemented. This error should not be user visible, because the normal Read() method is used as a fallback.

ERR_REQUEST_RANGE_NOT_SATISFIABLE uCEFConstants

The response was 416 (Requested range not satisfiable) and the server cannot satisfy the range requested.

ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN uCEFConstants

The HTTP response was too big to drain.

ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION uCEFConstants

The HTTP response contained multiple Content-Disposition headers.

ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH uCEFConstants

The HTTP response contained multiple distinct Content-Length headers.

ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION uCEFConstants

The HTTP response contained multiple Location headers.

ERR_RESPONSE_HEADERS_TOO_BIG uCEFConstants

The headers section of the response is too large.

ERR_RESPONSE_HEADERS_TRUNCATED uCEFConstants

The HTTP headers were truncated by an EOF.

ERR_SELF_SIGNED_CERT_GENERATION_FAILED uCEFConstants

Self-signed certificate generation failed.

ERR_SOCKET_IS_CONNECTED uCEFConstants

The socket is already connected.

ERR_SOCKET_NOT_CONNECTED uCEFConstants

The socket is not connected.

ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's receive buffer size as requested, despite success return code from setsockopt.

ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's send buffer size as requested, despite success return code from setsockopt.

ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's receive buffer size as requested.

ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's send buffer size as requested.

ERR_SOCKS_CONNECTION_FAILED uCEFConstants

Failed establishing a connection to the SOCKS proxy server for a target host.

ERR_SOCKS_CONNECTION_HOST_UNREACHABLE uCEFConstants

The SOCKS proxy server failed establishing connection to the target host because that host is unreachable.

ERR_SPDY_COMPRESSION_ERROR uCEFConstants

Decoding or encoding of compressed HTTP/2 headers failed.

ERR_SPDY_FLOW_CONTROL_ERROR uCEFConstants

The peer violated HTTP/2 flow control.

ERR_SPDY_FRAME_SIZE_ERROR uCEFConstants

The peer sent an improperly sized HTTP/2 frame.

ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY uCEFConstants

Transport security is inadequate for the HTTP/2 version.

ERR_SPDY_PING_FAILED uCEFConstants

HTTP/2 server didn't respond to the PING message.

ERR_SPDY_PROTOCOL_ERROR uCEFConstants

There is an HTTP/2 protocol error.

ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED uCEFConstants

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.

ERR_SPDY_SERVER_REFUSED_STREAM uCEFConstants

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.

ERR_SPDY_STREAM_CLOSED uCEFConstants

Received an HTTP/2 frame on a closed stream.

ERR_SSL_BAD_PEER_PUBLIC_KEY uCEFConstants

SSL peer's public key is invalid.

ERR_SSL_BAD_RECORD_MAC_ALERT uCEFConstants

An SSL peer sent us a fatal bad_record_mac alert. This has been observed from servers with buggy DEFLATE support.

ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT uCEFConstants

Failed to import a client certificate from the platform store into the SSL library.

ERR_SSL_CLIENT_AUTH_CERT_NEEDED uCEFConstants

The server requested a client certificate for SSL client authentication.

ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY uCEFConstants

The SSL client certificate has no private key.

ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS uCEFConstants

There were no common signature algorithms between our client certificate private key and the server's preferences.

ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED uCEFConstants

The permission to use the SSL client certificate's private key was denied.

ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED uCEFConstants

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.

ERR_SSL_DECOMPRESSION_FAILURE_ALERT uCEFConstants

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.

ERR_SSL_DECRYPT_ERROR_ALERT uCEFConstants

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.

ERR_SSL_HANDSHAKE_NOT_COMPLETED uCEFConstants

An operation failed because the SSL handshake has not completed.

ERR_SSL_KEY_USAGE_INCOMPATIBLE uCEFConstants

The server's certificate has a keyUsage extension incompatible with the negotiated TLS key exchange method.

ERR_SSL_NO_RENEGOTIATION uCEFConstants

The peer sent an SSL no_renegotiation alert message.

ERR_SSL_OBSOLETE_CIPHER uCEFConstants

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.

ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN uCEFConstants

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.

ERR_SSL_PROTOCOL_ERROR uCEFConstants

An SSL protocol error occurred.

ERR_SSL_RENEGOTIATION_REQUESTED uCEFConstants

The server requested a renegotiation (rehandshake).

ERR_SSL_SERVER_CERT_BAD_FORMAT uCEFConstants

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.

ERR_SSL_SERVER_CERT_CHANGED uCEFConstants

The SSL server certificate changed in a renegotiation.

ERR_SSL_UNRECOGNIZED_NAME_ALERT uCEFConstants

The SSL server sent us a fatal unrecognized_name alert.

ERR_SSL_VERSION_OR_CIPHER_MISMATCH uCEFConstants

The client and server don't support a common SSL protocol version or cipher suite.

ERR_SYN_REPLY_NOT_RECEIVED uCEFConstants

FLIP data received without receiving a SYN_REPLY on the stream.

ERR_TEMPORARILY_THROTTLED uCEFConstants

The request throttler module cancelled this request to avoid DDOS.

ERR_TIMED_OUT uCEFConstants

An operation timed out.

ERR_TLS13_DOWNGRADE_DETECTED uCEFConstants

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.)

ERR_TOO_MANY_ACCEPT_CH_RESTARTS uCEFConstants

The ACCEPT_CH restart has been triggered too many times

ERR_TOO_MANY_REDIRECTS uCEFConstants

Attempting to load an URL resulted in too many redirects.

ERR_TOO_MANY_RETRIES uCEFConstants

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.

ERR_TRUST_TOKEN_OPERATION_FAILED uCEFConstants

A Trust Tokens protocol operation-executing request failed for one of a number of reasons (precondition failure, internal error, bad response).

ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST uCEFConstants

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).

ERR_TUNNEL_CONNECTION_FAILED uCEFConstants

A tunnel connection through the proxy could not be established.

ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH uCEFConstants

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.

ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS uCEFConstants

An undocumented SSPI or GSSAPI status code was returned.

ERR_UNEXPECTED uCEFConstants

An unexpected error. This may be caused by a programming mistake or an invalid assumption.

ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER uCEFConstants

The header of dictionary compressed stream does not match the expected value.

ERR_UNEXPECTED_PROXY_AUTH uCEFConstants

The response was 407 (Proxy Authentication Required), yet we did not send the request to a proxy.

ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS uCEFConstants

An unexpected, but documented, SSPI or GSSAPI status code was returned.

ERR_UNKNOWN_URL_SCHEME uCEFConstants

The scheme of the URL is unknown.

ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT uCEFConstants

The server sent an FTP directory listing in a format we do not understand.

ERR_UNSAFE_PORT uCEFConstants

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).

ERR_UNSAFE_REDIRECT uCEFConstants

Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect to file:// is considered unsafe).

ERR_UNSUPPORTED_AUTH_SCHEME uCEFConstants

An HTTP Authentication scheme was tried which is not supported on this machine.

ERR_UPLOAD_FILE_CHANGED uCEFConstants

The file upload failed because the file's modification time was different from the expectation.

ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED uCEFConstants

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.

ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES uCEFConstants

Winsock sometimes reports more data written than passed. This is probably due to a broken LSP.

ERR_WRONG_VERSION_ON_EARLY_DATA uCEFConstants

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.

ERR_WS_PROTOCOL_ERROR uCEFConstants

Websocket protocol error. Indicates that we are terminating the connection due to a malformed frame or other protocol violation.

ERR_WS_THROTTLE_QUEUE_TOO_LARGE uCEFConstants

There are too many pending WebSocketJob instances, so the new job was not pushed to the queue.

ERR_WS_UPGRADE uCEFConstants

When a WebSocket handshake is done successfully and the connection has been upgraded, the URLRequest is cancelled with this error code.

ERR_ZSTD_WINDOW_SIZE_TOO_BIG uCEFConstants

Content decoding failed due to the zstd window size being too big (over 8MB).

EVENTFLAG_ALTGR_DOWN uCEFConstants

Supported event bit flag.

EVENTFLAG_ALT_DOWN uCEFConstants

Supported event bit flag.

EVENTFLAG_CAPS_LOCK_ON uCEFConstants

Supported event bit flag.

EVENTFLAG_COMMAND_DOWN uCEFConstants

Supported event bit flag. Mac OS-X command key.

EVENTFLAG_CONTROL_DOWN uCEFConstants

Supported event bit flag.

EVENTFLAG_IS_KEY_PAD uCEFConstants

Supported event bit flag.

EVENTFLAG_IS_LEFT uCEFConstants

Supported event bit flag.

EVENTFLAG_IS_REPEAT uCEFConstants

Supported event bit flag.

EVENTFLAG_IS_RIGHT uCEFConstants

Supported event bit flag.

EVENTFLAG_LEFT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

EVENTFLAG_MIDDLE_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

EVENTFLAG_NONE uCEFConstants

Supported event bit flag.

EVENTFLAG_NUM_LOCK_ON uCEFConstants

Supported event bit flag.

EVENTFLAG_PRECISION_SCROLLING_DELTA uCEFConstants

Supported event bit flag.

EVENTFLAG_RIGHT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

EVENTFLAG_SCROLL_BY_PAGE uCEFConstants

Supported event bit flag.

EVENTFLAG_SHIFT_DOWN uCEFConstants

Supported event bit flag.

FILE_DIALOG_NUM_VALUES uCEFConstants

Number of TCefFileDialogMode values

FILE_DIALOG_OPEN uCEFConstants

Requires that the file exists before allowing the user to pick it.

FILE_DIALOG_OPEN_FOLDER uCEFConstants

Like Open, but selects a folder to open.

FILE_DIALOG_OPEN_MULTIPLE uCEFConstants

Like Open, but allows picking multiple files to open.

FILE_DIALOG_SAVE uCEFConstants

Allows picking a nonexistent file, and prompts to overwrite if the file already exists.

GOOGLE_DISCOVERY_DOCUMENT uCEFOAuth2Helper

 

GWLP_HWNDPARENT uCEFMiscFunctions

 

GWLP_WNDPROC uCEFMiscFunctions

 

IDC_ABOUT uCEFConstants

 

IDC_ADD_NEW_PROFILE uCEFConstants

 

IDC_ADD_TO_COMPARISON_TABLE_MENU uCEFConstants

 

IDC_ALL_WINDOWS_FRONT uCEFConstants

 

IDC_ALWAYS_ON_TOP uCEFConstants

 

IDC_AUTOFILL_MANDATORY_REAUTH uCEFConstants

 

IDC_BACK uCEFConstants

 

IDC_BASIC_PRINT uCEFConstants

 

IDC_BOOKMARKS_MENU uCEFConstants

 

IDC_BOOKMARK_ALL_TABS uCEFConstants

 

IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK uCEFConstants

 

IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR uCEFConstants

 

IDC_BOOKMARK_BAR_ALWAYS_SHOW uCEFConstants

 

IDC_BOOKMARK_BAR_EDIT uCEFConstants

 

IDC_BOOKMARK_BAR_NEW_FOLDER uCEFConstants

 

IDC_BOOKMARK_BAR_OPEN_ALL uCEFConstants

 

IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO uCEFConstants

 

IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP uCEFConstants

 

IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW uCEFConstants

 

IDC_BOOKMARK_BAR_OPEN_INCOGNITO uCEFConstants

 

IDC_BOOKMARK_BAR_REDO uCEFConstants

 

IDC_BOOKMARK_BAR_REMOVE uCEFConstants

 

IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR uCEFConstants

 

IDC_BOOKMARK_BAR_RENAME_FOLDER uCEFConstants

 

IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT uCEFConstants

 

IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS uCEFConstants

 

IDC_BOOKMARK_BAR_SHOW_READING_LIST uCEFConstants

 

IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS uCEFConstants

 

IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

IDC_BOOKMARK_BAR_UNDO uCEFConstants

 

IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

IDC_BOOKMARK_MANAGER uCEFConstants

 

IDC_BOOKMARK_THIS_TAB uCEFConstants

 

IDC_CARET_BROWSING_TOGGLE uCEFConstants

 

IDC_CHECK_SPELLING_WHILE_TYPING uCEFConstants

 

IDC_CHROME_MENU uCEFConstants

 

IDC_CHROME_TIPS uCEFConstants

 

IDC_CHROME_WHATS_NEW uCEFConstants

 

IDC_CLEAR_BROWSING_DATA uCEFConstants

 

IDC_CLOSE_FIND_OR_STOP uCEFConstants

 

IDC_CLOSE_PROFILE uCEFConstants

 

IDC_CLOSE_SIGN_IN_PROMO uCEFConstants

 

IDC_CLOSE_TAB uCEFConstants

 

IDC_CLOSE_WINDOW uCEFConstants

 

IDC_COMPARE_MENU uCEFConstants

 

IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS uCEFConstants

 

IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE uCEFConstants

 

IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE uCEFConstants

 

IDC_CONTENT_CONTEXT_ADD_A_NOTE uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK uCEFConstants

 

IDC_CONTENT_CONTEXT_AUTOFILL_PREDICTION_IMPROVEMENTS uCEFConstants

 

IDC_CONTENT_CONTEXT_CLOSE_GLIC uCEFConstants

 

IDC_CONTENT_CONTEXT_CONTROLS uCEFConstants

 

IDC_CONTENT_CONTEXT_COPY uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYAVLOCATION uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYEMAILADDRESS uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYIMAGE uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYIMAGELOCATION uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYLINKLOCATION uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYLINKTEXT uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYLINKTOTEXT uCEFConstants

 

IDC_CONTENT_CONTEXT_COPYVIDEOFRAME uCEFConstants

 

IDC_CONTENT_CONTEXT_CUSTOM_FIRST uCEFConstants

 

IDC_CONTENT_CONTEXT_CUSTOM_LAST uCEFConstants

 

IDC_CONTENT_CONTEXT_CUT uCEFConstants

 

IDC_CONTENT_CONTEXT_DELETE uCEFConstants

 

IDC_CONTENT_CONTEXT_EMOJI uCEFConstants

 

IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN uCEFConstants

 

IDC_CONTENT_CONTEXT_GENERATEPASSWORD uCEFConstants

 

IDC_CONTENT_CONTEXT_GENERATE_QR_CODE uCEFConstants

 

IDC_CONTENT_CONTEXT_GOTOURL uCEFConstants

 

IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE uCEFConstants

 

IDC_CONTENT_CONTEXT_INSPECTELEMENT uCEFConstants

 

IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS uCEFConstants

 

IDC_CONTENT_CONTEXT_LENS_OVERLAY uCEFConstants

 

IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH uCEFConstants

 

IDC_CONTENT_CONTEXT_LOAD_IMAGE uCEFConstants

 

IDC_CONTENT_CONTEXT_LOOK_UP uCEFConstants

 

IDC_CONTENT_CONTEXT_LOOP uCEFConstants

 

IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENAVNEWTAB uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKINPROFILE uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKNEWTAB uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKPREVIEW uCEFConstants

 

IDC_CONTENT_CONTEXT_OPENLINKWITH uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH1 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH10 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH11 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH12 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH13 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH14 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH2 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH3 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH4 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH5 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH6 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH7 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH8 uCEFConstants

 

IDC_CONTENT_CONTEXT_OPEN_WITH9 uCEFConstants

 

IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE uCEFConstants

 

IDC_CONTENT_CONTEXT_PASTE uCEFConstants

 

IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE uCEFConstants

 

IDC_CONTENT_CONTEXT_PICTUREINPICTURE uCEFConstants

 

IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST uCEFConstants

 

IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST uCEFConstants

 

IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS uCEFConstants

 

IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER uCEFConstants

 

IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY uCEFConstants

 

IDC_CONTENT_CONTEXT_REDO uCEFConstants

 

IDC_CONTENT_CONTEXT_RELOADFRAME uCEFConstants

 

IDC_CONTENT_CONTEXT_RELOAD_GLIC uCEFConstants

 

IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP uCEFConstants

 

IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT uCEFConstants

 

IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT uCEFConstants

 

IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP uCEFConstants

 

IDC_CONTENT_CONTEXT_ROTATECCW uCEFConstants

 

IDC_CONTENT_CONTEXT_ROTATECW uCEFConstants

 

IDC_CONTENT_CONTEXT_SAVEAVAS uCEFConstants

 

IDC_CONTENT_CONTEXT_SAVEIMAGEAS uCEFConstants

 

IDC_CONTENT_CONTEXT_SAVELINKAS uCEFConstants

 

IDC_CONTENT_CONTEXT_SAVEPLUGINAS uCEFConstants

 

IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHWEBFOR uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB uCEFConstants

 

IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME uCEFConstants

 

IDC_CONTENT_CONTEXT_SELECTALL uCEFConstants

 

IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES uCEFConstants

 

IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE uCEFConstants

 

IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES uCEFConstants

 

IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE uCEFConstants

 

IDC_CONTENT_CONTEXT_SHARING_SUBMENU uCEFConstants

 

IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS uCEFConstants

 

IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION uCEFConstants

 

IDC_CONTENT_CONTEXT_SPELLING_TOGGLE uCEFConstants

 

IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1 uCEFConstants

 

IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2 uCEFConstants

 

IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3 uCEFConstants

 

IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4 uCEFConstants

 

IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5 uCEFConstants

 

IDC_CONTENT_CONTEXT_TRANSLATE uCEFConstants

 

IDC_CONTENT_CONTEXT_UNDO uCEFConstants

 

IDC_CONTENT_CONTEXT_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

IDC_CONTENT_CONTEXT_VIEWFRAMEINFO uCEFConstants

 

IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE uCEFConstants

 

IDC_CONTENT_CONTEXT_VIEWPAGEINFO uCEFConstants

 

IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH uCEFConstants

 

IDC_CONTENT_PASTE_FROM_CLIPBOARD uCEFConstants

 

IDC_CONTEXT_COMPOSE uCEFConstants

 

IDC_COPY uCEFConstants

 

IDC_COPY_URL uCEFConstants

 

IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB uCEFConstants

 

IDC_CREATE_NEW_TAB_GROUP uCEFConstants

 

IDC_CREATE_SHORTCUT uCEFConstants

 

IDC_CUSTOMIZE_CHROME uCEFConstants

 

IDC_CUSTOMIZE_TOUCH_BAR uCEFConstants

 

IDC_CUT uCEFConstants

 

IDC_DEBUG_PRINT_VIEW_TREE uCEFConstants

 

IDC_DEBUG_PRINT_VIEW_TREE_DETAILS uCEFConstants

 

IDC_DEBUG_TOGGLE_TABLET_MODE uCEFConstants

 

IDC_DECLUTTER_TABS uCEFConstants

 

IDC_DEVELOPER_MENU uCEFConstants

 

IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST uCEFConstants

 

IDC_DEVICE_SYSTEM_TRAY_ICON_LAST uCEFConstants

 

IDC_DEV_TOOLS uCEFConstants

 

IDC_DEV_TOOLS_CONSOLE uCEFConstants

 

IDC_DEV_TOOLS_DEVICES uCEFConstants

 

IDC_DEV_TOOLS_INSPECT uCEFConstants

 

IDC_DEV_TOOLS_TOGGLE uCEFConstants

 

IDC_DISTILL_PAGE uCEFConstants

 

IDC_DUPLICATE_TAB uCEFConstants

 

IDC_DUPLICATE_TARGET_TAB uCEFConstants

 

IDC_EDIT_MENU uCEFConstants

 

IDC_EDIT_SEARCH_ENGINES uCEFConstants

 

IDC_ELEVATED_RECOVERY_DIALOG uCEFConstants

 

IDC_EMAIL_PAGE_LOCATION uCEFConstants

 

IDC_EXIT uCEFConstants

 

IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST uCEFConstants

 

IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST uCEFConstants

 

IDC_EXTENSIONS_SUBMENU uCEFConstants

 

IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS uCEFConstants

 

IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE uCEFConstants

 

IDC_EXTENSION_ERRORS uCEFConstants

 

IDC_EXTENSION_INSTALL_ERROR_FIRST uCEFConstants

 

IDC_EXTENSION_INSTALL_ERROR_LAST uCEFConstants

 

IDC_FEEDBACK uCEFConstants

 

IDC_FILE_MENU uCEFConstants

 

IDC_FILLED_CARD_INFORMATION uCEFConstants

 

IDC_FIND uCEFConstants

 

IDC_FIND_AND_EDIT_MENU uCEFConstants

 

IDC_FIND_MENU uCEFConstants

 

IDC_FIND_NEXT uCEFConstants

 

IDC_FIND_PREVIOUS uCEFConstants

 

IDC_FOCUS_BOOKMARKS uCEFConstants

 

IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY uCEFConstants

 

IDC_FOCUS_LOCATION uCEFConstants

 

IDC_FOCUS_MENU_BAR uCEFConstants

 

IDC_FOCUS_NEXT_PANE uCEFConstants

 

IDC_FOCUS_PREVIOUS_PANE uCEFConstants

 

IDC_FOCUS_SEARCH uCEFConstants

 

IDC_FOCUS_THIS_TAB uCEFConstants

 

IDC_FOCUS_TOOLBAR uCEFConstants

 

IDC_FOCUS_WEB_CONTENTS_PANE uCEFConstants

 

IDC_FORWARD uCEFConstants

 

IDC_FULLSCREEN uCEFConstants

 

IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT uCEFConstants

 

IDC_GLIC_STATUS_ICON_MENU_EXIT uCEFConstants

 

IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON uCEFConstants

 

IDC_GLIC_STATUS_ICON_MENU_SETTINGS uCEFConstants

 

IDC_GLIC_STATUS_ICON_MENU_SHOW uCEFConstants

 

IDC_GROUP_TARGET_TAB uCEFConstants

 

IDC_HELP_MENU uCEFConstants

 

IDC_HELP_PAGE_VIA_KEYBOARD uCEFConstants

 

IDC_HELP_PAGE_VIA_MENU uCEFConstants

 

IDC_HIDE_APP uCEFConstants

 

IDC_HISTORY_MENU uCEFConstants

 

IDC_HOME uCEFConstants

 

IDC_IMPORT_SETTINGS uCEFConstants

 

IDC_INPUT_METHODS_MENU uCEFConstants

 

IDC_INSTALL_PWA uCEFConstants

 

IDC_LIVE_CAPTION uCEFConstants

 

IDC_MANAGE_CHROME_PROFILES uCEFConstants

 

IDC_MANAGE_EXTENSIONS uCEFConstants

 

IDC_MANAGE_GOOGLE_ACCOUNT uCEFConstants

 

IDC_MANAGE_PASSWORDS_FOR_PAGE uCEFConstants

 

IDC_MAXIMIZE_WINDOW uCEFConstants

 

IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST uCEFConstants

 

IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST uCEFConstants

 

IDC_MEDIA_ROUTER_ABOUT uCEFConstants

 

IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION uCEFConstants

 

IDC_MEDIA_ROUTER_HELP uCEFConstants

 

IDC_MEDIA_ROUTER_LEARN_MORE uCEFConstants

 

IDC_MEDIA_ROUTER_SHOWN_BY_POLICY uCEFConstants

 

IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR uCEFConstants

 

IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING uCEFConstants

 

IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW uCEFConstants

 

IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY uCEFConstants

 

IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE uCEFConstants

 

IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS uCEFConstants

 

IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE uCEFConstants

 

IDC_MINIMIZE_WINDOW uCEFConstants

 

IDC_MinimumLabelValue uCEFConstants

 

IDC_MORE_TOOLS_MENU uCEFConstants

 

IDC_MOVE_TAB_NEXT uCEFConstants

 

IDC_MOVE_TAB_PREVIOUS uCEFConstants

 

IDC_MOVE_TAB_TO_NEW_WINDOW uCEFConstants

 

IDC_MUTE_TARGET_SITE uCEFConstants

 

IDC_NAME_WINDOW uCEFConstants

 

IDC_NEW_INCOGNITO_WINDOW uCEFConstants

 

IDC_NEW_TAB uCEFConstants

 

IDC_NEW_TAB_TO_RIGHT uCEFConstants

 

IDC_NEW_WINDOW uCEFConstants

 

IDC_OFFERS_AND_REWARDS_FOR_PAGE uCEFConstants

 

IDC_OPEN_CURRENT_URL uCEFConstants

 

IDC_OPEN_FILE uCEFConstants

 

IDC_OPEN_GUEST_PROFILE uCEFConstants

 

IDC_OPEN_IN_CHROME uCEFConstants

 

IDC_OPEN_IN_PWA_WINDOW uCEFConstants

 

IDC_OPEN_LINK_IN_PROFILE_FIRST uCEFConstants

 

IDC_OPEN_LINK_IN_PROFILE_LAST uCEFConstants

 

IDC_OPEN_RECENT_TAB uCEFConstants

 

IDC_OPEN_SAFETY_HUB uCEFConstants

 

IDC_OPTIONS uCEFConstants

 

IDC_ORGANIZE_TABS uCEFConstants

 

IDC_PASSWORDS_AND_AUTOFILL_MENU uCEFConstants

 

IDC_PASTE uCEFConstants

 

IDC_PASTE_AND_GO uCEFConstants

 

IDC_PERFORMANCE uCEFConstants

 

IDC_PIN_TARGET_TAB uCEFConstants

 

IDC_PRINT uCEFConstants

 

IDC_PROFILE_MAIN_MENU uCEFConstants

 

IDC_PROFILE_MENU_IN_APP_MENU uCEFConstants

 

IDC_PROFILING_ENABLED uCEFConstants

 

IDC_QRCODE_GENERATOR uCEFConstants

 

IDC_READING_LIST_MENU uCEFConstants

 

IDC_READING_LIST_MENU_ADD_TAB uCEFConstants

 

IDC_READING_LIST_MENU_SHOW_UI uCEFConstants

 

IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS uCEFConstants

 

IDC_RECENT_TABS_MENU uCEFConstants

 

IDC_RECENT_TABS_NO_DEVICE_TABS uCEFConstants

 

IDC_RELOAD uCEFConstants

 

IDC_RELOAD_BYPASSING_CACHE uCEFConstants

 

IDC_RELOAD_CLEARING_CACHE uCEFConstants

 

IDC_RESTORE_TAB uCEFConstants

 

IDC_RESTORE_WINDOW uCEFConstants

 

IDC_ROUTE_MEDIA uCEFConstants

 

IDC_SAFETY_HUB_MANAGE_EXTENSIONS uCEFConstants

 

IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP uCEFConstants

 

IDC_SAVED_TAB_GROUPS_MENU uCEFConstants

 

IDC_SAVE_AND_SHARE_MENU uCEFConstants

 

IDC_SAVE_AUTOFILL_ADDRESS uCEFConstants

 

IDC_SAVE_CREDIT_CARD_FOR_PAGE uCEFConstants

 

IDC_SAVE_IBAN_FOR_PAGE uCEFConstants

 

IDC_SAVE_PAGE uCEFConstants

 

IDC_SEARCH uCEFConstants

 

IDC_SELECT_LAST_TAB uCEFConstants

 

IDC_SELECT_NEXT_TAB uCEFConstants

 

IDC_SELECT_PREVIOUS_TAB uCEFConstants

 

IDC_SELECT_TAB_0 uCEFConstants

 

IDC_SELECT_TAB_1 uCEFConstants

 

IDC_SELECT_TAB_2 uCEFConstants

 

IDC_SELECT_TAB_3 uCEFConstants

 

IDC_SELECT_TAB_4 uCEFConstants

 

IDC_SELECT_TAB_5 uCEFConstants

 

IDC_SELECT_TAB_6 uCEFConstants

 

IDC_SELECT_TAB_7 uCEFConstants

 

IDC_SEND_TAB_TO_SELF uCEFConstants

 

IDC_SET_BROWSER_AS_DEFAULT uCEFConstants

 

IDC_SHARING_HUB uCEFConstants

 

IDC_SHARING_HUB_MENU uCEFConstants

 

IDC_SHARING_HUB_SCREENSHOT uCEFConstants

 

IDC_SHOW_ADDRESSES uCEFConstants

 

IDC_SHOW_ALL_COMPARISON_TABLES uCEFConstants

 

IDC_SHOW_APP_MENU uCEFConstants

 

IDC_SHOW_AS_TAB uCEFConstants

 

IDC_SHOW_AVATAR_MENU uCEFConstants

 

IDC_SHOW_BETA_FORUM uCEFConstants

 

IDC_SHOW_BOOKMARK_BAR uCEFConstants

 

IDC_SHOW_BOOKMARK_MANAGER uCEFConstants

 

IDC_SHOW_BOOKMARK_SIDE_PANEL uCEFConstants

 

IDC_SHOW_CHROME_LABS uCEFConstants

 

IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL uCEFConstants

 

IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR uCEFConstants

 

IDC_SHOW_DOWNLOADS uCEFConstants

 

IDC_SHOW_FULL_URLS uCEFConstants

 

IDC_SHOW_GOOGLE_LENS_SHORTCUT uCEFConstants

 

IDC_SHOW_HISTORY uCEFConstants

 

IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL uCEFConstants

 

IDC_SHOW_MANAGEMENT_PAGE uCEFConstants

 

IDC_SHOW_PASSWORD_MANAGER uCEFConstants

 

IDC_SHOW_PAYMENT_METHODS uCEFConstants

 

IDC_SHOW_READING_MODE_SIDE_PANEL uCEFConstants

 

IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE uCEFConstants

 

IDC_SHOW_SETTINGS_CHANGE_FIRST uCEFConstants

 

IDC_SHOW_SETTINGS_CHANGE_LAST uCEFConstants

 

IDC_SHOW_SETTINGS_RESET_BUBBLE uCEFConstants

 

IDC_SHOW_SIGNIN_WHEN_PAUSED uCEFConstants

 

IDC_SHOW_SRT_BUBBLE uCEFConstants

 

IDC_SHOW_SYNC_SETTINGS uCEFConstants

 

IDC_SHOW_TRANSLATE uCEFConstants

 

IDC_SPELLCHECK_ADD_TO_DICTIONARY uCEFConstants

 

IDC_SPELLCHECK_LANGUAGES_FIRST uCEFConstants

 

IDC_SPELLCHECK_LANGUAGES_LAST uCEFConstants

 

IDC_SPELLCHECK_MENU uCEFConstants

 

IDC_SPELLCHECK_MULTI_LINGUAL uCEFConstants

 

IDC_SPELLCHECK_SUGGESTION_0 uCEFConstants

 

IDC_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

IDC_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

IDC_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

IDC_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

IDC_SPELLPANEL_TOGGLE uCEFConstants

 

IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND uCEFConstants

 

IDC_STOP uCEFConstants

 

IDC_TAB_MENU uCEFConstants

 

IDC_TAB_SEARCH uCEFConstants

 

IDC_TAB_SEARCH_CLOSE uCEFConstants

 

IDC_TAKE_SCREENSHOT uCEFConstants

 

IDC_TASK_MANAGER uCEFConstants

 

IDC_TASK_MANAGER_APP_MENU uCEFConstants

 

IDC_TASK_MANAGER_CONTEXT_MENU uCEFConstants

 

IDC_TASK_MANAGER_MAIN_MENU uCEFConstants

 

IDC_TASK_MANAGER_SHORTCUT uCEFConstants

 

IDC_TOGGLE_FULLSCREEN_TOOLBAR uCEFConstants

 

IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS uCEFConstants

 

IDC_TOGGLE_MULTITASK_MENU uCEFConstants

 

IDC_TOGGLE_REQUEST_TABLET_SITE uCEFConstants

 

IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE uCEFConstants

 

IDC_TRANSLATE_TARGET_LANGUAGE_BASE uCEFConstants

 

IDC_TURN_ON_SYNC uCEFConstants

 

IDC_UPDATE_SIDE_PANEL_PIN_STATE uCEFConstants

 

IDC_UPGRADE_DIALOG uCEFConstants

 

IDC_USE_SYSTEM_TITLE_BAR uCEFConstants

 

IDC_VIEW_MENU uCEFConstants

 

IDC_VIEW_PASSWORDS uCEFConstants

 

IDC_VIEW_SOURCE uCEFConstants

 

IDC_VIRTUAL_CARD_ENROLL uCEFConstants

 

IDC_VISIT_DESKTOP_OF_LRU_USER_2 uCEFConstants

 

IDC_VISIT_DESKTOP_OF_LRU_USER_3 uCEFConstants

 

IDC_VISIT_DESKTOP_OF_LRU_USER_4 uCEFConstants

 

IDC_VISIT_DESKTOP_OF_LRU_USER_5 uCEFConstants

 

IDC_WEBAUTHN uCEFConstants

 

IDC_WEB_APP_MENU_APP_INFO uCEFConstants

 

IDC_WEB_APP_SETTINGS uCEFConstants

 

IDC_WINDOW_CLOSE_OTHER_TABS uCEFConstants

 

IDC_WINDOW_CLOSE_TABS_TO_RIGHT uCEFConstants

 

IDC_WINDOW_GROUP_TAB uCEFConstants

 

IDC_WINDOW_MENU uCEFConstants

 

IDC_WINDOW_MUTE_SITE uCEFConstants

 

IDC_WINDOW_PIN_TAB uCEFConstants

 

IDC_WRITING_DIRECTION_DEFAULT uCEFConstants

 

IDC_WRITING_DIRECTION_LTR uCEFConstants

 

IDC_WRITING_DIRECTION_MENU uCEFConstants

 

IDC_WRITING_DIRECTION_RTL uCEFConstants

 

IDC_ZOOM_MENU uCEFConstants

 

IDC_ZOOM_MINUS uCEFConstants

 

IDC_ZOOM_NORMAL uCEFConstants

 

IDC_ZOOM_PLUS uCEFConstants

 

INFINITE uCEFConstants

 

JSON_WRITER_DEFAULT uCEFConstants

Default behavior.

JSON_WRITER_OMIT_BINARY_VALUES uCEFConstants

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.

JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION uCEFConstants

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.

JSON_WRITER_PRETTY_PRINT uCEFConstants

Return a slightly nicer formatted json string (pads with whitespace to help with readability).

Kernel32DLL uCEFMiscFunctions

 

KEYBOARD_LAYOUT_EN_US uCEFOSRIMEHandler

 

LIBCEF_DLL uCEFApplication

 

LIBCEF_DLL uCEFApplicationCore

 

LIBCEF_LOCALE_DIR uCEFApplicationCore

 

LIBCEF_LOCALE_ENUS uCEFApplicationCore

 

LIBCEF_PAK uCEFApplicationCore

for InitLibLocationFromArgs

LOGSEVERITY_DEBUG uCEFConstants

DEBUG logging.

LOGSEVERITY_DEFAULT uCEFConstants

Default logging (currently INFO logging).

LOGSEVERITY_DISABLE uCEFConstants

Disable logging to file for all messages, and to stderr for messages with severity less than FATAL.

LOGSEVERITY_ERROR uCEFConstants

ERROR logging.

LOGSEVERITY_FATAL uCEFConstants

FATAL logging.

LOGSEVERITY_INFO uCEFConstants

INFO logging.

LOGSEVERITY_VERBOSE uCEFConstants

Verbose logging.

LOGSEVERITY_WARNING uCEFConstants

WARNING logging.

LOG_ITEMS_DEFAULT uCEFConstants

Prepend the default list of items.

LOG_ITEMS_FLAG_PROCESS_ID uCEFConstants

Prepend the process ID.

LOG_ITEMS_FLAG_THREAD_ID uCEFConstants

Prepend the thread ID.

LOG_ITEMS_FLAG_TICK_COUNT uCEFConstants

Prepend the tickcount.

LOG_ITEMS_FLAG_TIME_STAMP uCEFConstants

Prepend the timestamp.

LOG_ITEMS_NONE uCEFConstants

Prepend no items.

MENU_ID_ADD_TO_DICTIONARY uCEFConstants

 

MENU_ID_BACK uCEFConstants

Navigation.

MENU_ID_COPY uCEFConstants

 

MENU_ID_CUSTOM_FIRST uCEFConstants

Custom menu items originating from the renderer process.

MENU_ID_CUSTOM_LAST uCEFConstants

 

MENU_ID_CUT uCEFConstants

 

MENU_ID_DELETE uCEFConstants

 

MENU_ID_FIND uCEFConstants

Miscellaneous.

MENU_ID_FORWARD uCEFConstants

 

MENU_ID_NO_SPELLING_SUGGESTIONS uCEFConstants

 

MENU_ID_PASTE uCEFConstants

 

MENU_ID_PASTE_MATCH_STYLE uCEFConstants

 

MENU_ID_PRINT uCEFConstants

 

MENU_ID_REDO uCEFConstants

 

MENU_ID_RELOAD uCEFConstants

 

MENU_ID_RELOAD_NOCACHE uCEFConstants

 

MENU_ID_SELECT_ALL uCEFConstants

 

MENU_ID_SPELLCHECK_SUGGESTION_0 uCEFConstants

Spell checking word correction suggestions.

MENU_ID_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

MENU_ID_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

MENU_ID_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

MENU_ID_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

MENU_ID_SPELLCHECK_SUGGESTION_LAST uCEFConstants

 

MENU_ID_STOPLOAD uCEFConstants

 

MENU_ID_UNDO uCEFConstants

Editing.

MENU_ID_USER_FIRST uCEFConstants

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.

MENU_ID_USER_LAST uCEFConstants

 

MENU_ID_VIEW_SOURCE uCEFConstants

 

Netapi32DLL uCEFMiscFunctions

 

NTDLL uCEFMiscFunctions

 

pfidLinux uCEFConstants

 

pfidOSX uCEFConstants

 

pfidWindows uCEFConstants

 

pidLinux64 uCEFConstants

 

pidOSX32 uCEFConstants

 

pidOSX64 uCEFConstants

 

pidOSXArm64 uCEFConstants

 

pidWin32 uCEFConstants

If any of the platform IDs are not defined then we set them as 0 to avoid build errors on older Delphi versions.

pidWin64 uCEFConstants

 

QM_EDITFLAG_CAN_COPY uCEFConstants

 

QM_EDITFLAG_CAN_CUT uCEFConstants

 

QM_EDITFLAG_CAN_ELLIPSIS uCEFConstants

 

QM_EDITFLAG_CAN_PASTE uCEFConstants

 

QM_EDITFLAG_NONE uCEFConstants

Supported quick menu state bit flags.

SHLWAPIDLL uCEFMiscFunctions

 

SSL_CONNECTION_VERSION_NUM_VALUES uCEFConstants

 

SSL_CONNECTION_VERSION_QUIC uCEFConstants

 

SSL_CONNECTION_VERSION_SSL2 uCEFConstants

 

SSL_CONNECTION_VERSION_SSL3 uCEFConstants

 

SSL_CONNECTION_VERSION_TLS1 uCEFConstants

 

SSL_CONNECTION_VERSION_TLS1_1 uCEFConstants

 

SSL_CONNECTION_VERSION_TLS1_2 uCEFConstants

 

SSL_CONNECTION_VERSION_TLS1_3 uCEFConstants

 

SSL_CONNECTION_VERSION_UNKNOWN uCEFConstants

Supported SSL version values.

SSL_CONTENT_DISPLAYED_INSECURE_CONTENT uCEFConstants

 

SSL_CONTENT_NORMAL_CONTENT uCEFConstants

Supported SSL content status flags. See content/public/common/ssl_status.h for more information.

SSL_CONTENT_RAN_INSECURE_CONTENT uCEFConstants

 

TT_AUTO_BOOKMARK uCEFConstants

User got to this page through a suggestion in the UI (for example, via the destinations page). Chrome style only.

TT_AUTO_SUBFRAME uCEFConstants

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.

TT_AUTO_TOPLEVEL uCEFConstants

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.

TT_BLOCKED_FLAG uCEFConstants

Attempted to visit a URL but was blocked.

TT_CHAIN_END_FLAG uCEFConstants

The last transition in a redirect chain.

TT_CHAIN_START_FLAG uCEFConstants

The beginning of a navigation chain.

TT_CLIENT_REDIRECT_FLAG uCEFConstants

Redirects caused by JavaScript or a meta refresh tag on the page.

TT_DIRECT_LOAD_FLAG uCEFConstants

Loaded a URL directly via CreateBrowser, LoadURL or LoadRequest.

TT_EXPLICIT uCEFConstants

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.

TT_FORM_SUBMIT uCEFConstants

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.

TT_FORWARD_BACK_FLAG uCEFConstants

Used the Forward or Back function to navigate among browsing history. Will be ORed to the transition type for the original load.

TT_FROM_API_FLAG uCEFConstants

The transition originated from an external application; the exact definition of this is embedder dependent. Chrome style only.

TT_GENERATED uCEFConstants

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.

TT_HOME_PAGE_FLAG uCEFConstants

User is navigating to the home page. Chrome style only.

TT_IS_REDIRECT_MASK uCEFConstants

Used to test whether a transition involves a redirect.

TT_KEYWORD uCEFConstants

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.

TT_KEYWORD_GENERATED uCEFConstants

Corresponds to a visit generated for a keyword. See description of TT_KEYWORD for more details. Chrome style only.

TT_LINK uCEFConstants

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.

TT_MANUAL_SUBFRAME uCEFConstants

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.

TT_NUM_VALUES uCEFConstants

Number of TCefTransitionType values.

TT_QUALIFIER_MASK uCEFConstants

General mask defining the bits used for the qualifiers.

TT_RELOAD uCEFConstants

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).

TT_SERVER_REDIRECT_FLAG uCEFConstants

Redirects sent from the server by HTTP headers.

TT_SOURCE_MASK uCEFConstants

General mask defining the bits used for the source values.

UR_FLAG_ALLOW_STORED_CREDENTIALS uCEFConstants

If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.

UR_FLAG_DISABLE_CACHE uCEFConstants

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.

UR_FLAG_NONE uCEFConstants

Default behavior.

UR_FLAG_NO_DOWNLOAD_DATA uCEFConstants

If set the ICefURLRequestClient.OnDownloadData method will not be called.

UR_FLAG_NO_RETRY_ON_5XX uCEFConstants

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.

UR_FLAG_ONLY_FROM_CACHE uCEFConstants

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.

UR_FLAG_REPORT_UPLOAD_PROGRESS uCEFConstants

If set upload progress events will be generated when a request has a body.

UR_FLAG_SKIP_CACHE uCEFConstants

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.

UR_FLAG_STOP_ON_REDIRECT uCEFConstants

If set 3XX responses will cause the fetch to halt immediately rather than continue through the redirect.

User32DLL uCEFMiscFunctions

 

USER_DEFAULT_SCREEN_DPI uCEFConstants

 

UU_NONE uCEFConstants

Don't unescape anything at all.

UU_NORMAL uCEFConstants

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.

UU_PATH_SEPARATORS uCEFConstants

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.

UU_REPLACE_PLUS_WITH_SPACE uCEFConstants

URL queries use "+" for space. This flag controls that replacement.

UU_SPACES uCEFConstants

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.

UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS uCEFConstants

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.

V8_PROPERTY_ATTRIBUTE_DONTDELETE uCEFConstants

Not configurable

V8_PROPERTY_ATTRIBUTE_DONTENUM uCEFConstants

Not enumerable

V8_PROPERTY_ATTRIBUTE_NONE uCEFConstants

Writeable, Enumerable, Configurable

V8_PROPERTY_ATTRIBUTE_READONLY uCEFConstants

Not writeable

WM_POINTERDOWN uCEFConstants

 

WM_POINTERUP uCEFConstants

 

WM_POINTERUPDATE uCEFConstants

 

WM_TOUCH uCEFConstants

Lazarus and some old Delphi versions don't have these message contants

YOUTUBE_RESTRICT_MODERATE uCEFConstants

 

YOUTUBE_RESTRICT_OFF uCEFConstants

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_STRICT uCEFConstants

 

ZoomStepValues uCEFConstants

 

ZOOM_PCT_DELTA uCEFConstants

 

ZOOM_STEP_100 uCEFConstants

 

ZOOM_STEP_110 uCEFConstants

 

ZOOM_STEP_125 uCEFConstants

 

ZOOM_STEP_150 uCEFConstants

 

ZOOM_STEP_175 uCEFConstants

 

ZOOM_STEP_200 uCEFConstants

 

ZOOM_STEP_25 uCEFConstants

 

ZOOM_STEP_250 uCEFConstants

 

ZOOM_STEP_300 uCEFConstants

 

ZOOM_STEP_33 uCEFConstants

 

ZOOM_STEP_400 uCEFConstants

 

ZOOM_STEP_50 uCEFConstants

 

ZOOM_STEP_500 uCEFConstants

 

ZOOM_STEP_67 uCEFConstants

 

ZOOM_STEP_75 uCEFConstants

 

ZOOM_STEP_90 uCEFConstants

 

ZOOM_STEP_DEF uCEFConstants

 

ZOOM_STEP_MAX uCEFConstants

 

ZOOM_STEP_MIN uCEFConstants

 

ZOOM_STEP_UNK uCEFConstants

 


Generated by PasDoc 0.16.0-snapshot.