Skip to content

Commit bd63e30

Browse files
committed
Update background_color option in app/browser settings (#403)
1 parent 0634b90 commit bd63e30

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

api/ApplicationSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Description from upstream CEF:
118118
> will be enabled.
119119
120120
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.
122122

123123

124124
### browser_subprocess_path

api/BrowserSettings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

api/WindowInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
CefRenderHandler interface. The |parent| value will be used to identify

src/cef_v59..v66_changes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ NEW FEATURES
7373
internal/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):

0 commit comments

Comments
 (0)