Skip to content

Commit

Permalink
Update background_color option in app/browser settings (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Jun 12, 2018
1 parent 0634b90 commit bd63e30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/ApplicationSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Description from upstream CEF:
> will be enabled.
32-bit ARGB color value, not premultiplied. The color components are always
in a known order. Equivalent to the `SkColor` type.
in a known order. Equivalent to the `SkColor` type in Chromium.


### browser_subprocess_path
Expand Down
4 changes: 4 additions & 0 deletions api/BrowserSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ Description from upstream CEF:
> fully transparent for a windowless (off-screen) browser then transparent
> painting will be enabled.
32-bit ARGB color value, not premultiplied. The color components are always
in a known order. Equivalent to the `SkColor` type in Chromium.


### databases_disabled

(bool) Controls whether databases can be used. Also configurable using the --disable-databases switch.
Expand Down
2 changes: 1 addition & 1 deletion api/WindowInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Available only on Windows.
| parentWindowHandle | int |
| __Return__ | void |

Upstream CEF description:
Description from upstream CEF:
> Create the browser using windowless (off-screen) rendering. No window
will be created for the browser and all rendering will occur via the
CefRenderHandler interface. The |parent| value will be used to identify
Expand Down
4 changes: 2 additions & 2 deletions src/cef_v59..v66_changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ NEW FEATURES
internal/cef_types.h
+ cef_log_severity_t: new key LOGSEVERITY_DEBUG (no need to expose,
same as LOGSEVERITY_VERBOSE, see code comments in setting.pyx
- cef_settings_t:
- background_color: OSR windows can set an ARGB background color
+ cef_settings_t:
+ background_color: OSR windows can set an ARGB background color
- cef_path_key_t (informational only):
- PK_DIR_RESOURCES new key
- cef_urlrequest_flags_t (expose in cefpython.Request.Flags):
Expand Down

0 comments on commit bd63e30

Please sign in to comment.