public class CefSettings extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
CefSettings.ColorType
32-bit ARGB color value, not premultiplied.
|
static class |
CefSettings.LogSeverity
Log severity levels.
|
| 限定符和类型 | 字段和说明 |
|---|---|
CefSettings.ColorType |
background_color
Opaque background color used for accelerated content.
|
String |
browser_subprocess_path
The path to a separate executable that will be launched for sub-processes.
|
String |
cache_path
The location where cache data will be stored on disk.
|
boolean |
command_line_args_disabled
Set to true to disable configuration of browser process features using
standard CEF and Chromium command-line arguments.
|
int |
context_safety_implementation
By default CEF V8 references will be invalidated (the IsValid() method will
return false) after the owning context has been released.
|
boolean |
ignore_certificate_errors
Set to true to ignore errors related to invalid SSL certificates.
|
String |
javascript_flags
Custom flags that will be used when initializing the V8 JavaScript engine.
|
String |
locale
The locale string that will be passed to Blink.
|
String |
locales_dir_path
The fully qualified path for the locales directory.
|
String |
log_file
The directory and file name to use for the debug log.
|
CefSettings.LogSeverity |
log_severity
The log severity.
|
boolean |
pack_loading_disabled
Set to true to disable loading of pack files for resources and locales.
|
boolean |
persist_session_cookies
To persist session cookies (cookies without an expiry date or validity
interval) by default when using the global cookie manager set this value to
true.
|
String |
product_version
Value that will be inserted as the product portion of the default
User-Agent string.
|
int |
remote_debugging_port
Set to a value between 1024 and 65535 to enable remote debugging on the
specified port.
|
String |
resources_dir_path
The fully qualified path for the resources directory.
|
int |
uncaught_exception_stack_size
The number of stack trace frames to capture for uncaught exceptions.
|
String |
user_agent
Value that will be returned as the User-Agent HTTP header.
|
boolean |
windowless_rendering_enabled
Set to true to enable windowless (off-screen) rendering support.
|
| 构造器和说明 |
|---|
CefSettings() |
public String browser_subprocess_path
public boolean windowless_rendering_enabled
public boolean command_line_args_disabled
public String cache_path
public boolean persist_session_cookies
public String user_agent
public String product_version
public String locale
public String log_file
public CefSettings.LogSeverity log_severity
public String javascript_flags
public String resources_dir_path
public String locales_dir_path
public boolean pack_loading_disabled
public int remote_debugging_port
public int uncaught_exception_stack_size
public int context_safety_implementation
public boolean ignore_certificate_errors
public CefSettings.ColorType background_color
public CefSettings clone()
Copyright © 2017. All rights reserved.