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:
118
118
> will be enabled.
119
119
120
120
32-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 .
122
122
123
123
124
124
### browser_subprocess_path
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ Description from upstream CEF:
86
86
> fully transparent for a windowless (off-screen) browser then transparent
87
87
> painting will be enabled.
88
88
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
+
89
93
### databases_disabled
90
94
91
95
(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.
50
50
| parentWindowHandle | int |
51
51
| __ Return__ | void |
52
52
53
- Upstream CEF description :
53
+ Description from upstream CEF :
54
54
> Create the browser using windowless (off-screen) rendering. No window
55
55
will be created for the browser and all rendering will occur via the
56
56
CefRenderHandler 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
73
73
internal/cef_types.h
74
74
+ cef_log_severity_t: new key LOGSEVERITY_DEBUG (no need to expose,
75
75
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
78
78
- cef_path_key_t (informational only):
79
79
- PK_DIR_RESOURCES new key
80
80
- cef_urlrequest_flags_t (expose in cefpython.Request.Flags):
You can’t perform that action at this time.
0 commit comments