File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Description from upstream CEF:
118118> will be enabled.
119119
12012032-bit ARGB color value, not premultiplied. The color components are always
121- in a known order. Equivalent to the ` SkColor ` type.
121+ in a known order. Equivalent to the ` SkColor ` type in Chromium .
122122
123123
124124### browser_subprocess_path
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ Description from upstream CEF:
8686> fully transparent for a windowless (off-screen) browser then transparent
8787> painting will be enabled.
8888
89+ 32-bit ARGB color value, not premultiplied. The color components are always
90+ in a known order. Equivalent to the ` SkColor ` type in Chromium.
91+
92+
8993### databases_disabled
9094
9195(bool) Controls whether databases can be used. Also configurable using the --disable-databases switch.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Available only on Windows.
5050| parentWindowHandle | int |
5151| __ Return__ | void |
5252
53- Upstream CEF description :
53+ Description from upstream CEF :
5454> Create the browser using windowless (off-screen) rendering. No window
5555 will be created for the browser and all rendering will occur via the
5656CefRenderHandler interface. The |parent| value will be used to identify
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ NEW FEATURES
7373internal/cef_types.h
7474+ cef_log_severity_t: new key LOGSEVERITY_DEBUG (no need to expose,
7575 same as LOGSEVERITY_VERBOSE, see code comments in setting.pyx
76- - cef_settings_t:
77- - background_color: OSR windows can set an ARGB background color
76+ + cef_settings_t:
77+ + background_color: OSR windows can set an ARGB background color
7878- cef_path_key_t (informational only):
7979 - PK_DIR_RESOURCES new key
8080- cef_urlrequest_flags_t (expose in cefpython.Request.Flags):
You can’t perform that action at this time.
0 commit comments