electron/shell
Samuel Attard 089ac8180f
fix: ensure child window transparency works (#28054)
* fix: ensure child window transparency works

Windows opened via window.open and intecepted via setWindowOpenHandler
or the `new-window` event should (a) have the correct background color
and (b) that background color should be transparent if specified.

The changes in api_web_contents fix (a) and the changes in
web_contents_preferences fix (b).

Notes: Child windows with specified background colors or transpency now
work as intended

* fix: set background_color in blink prefs apply logic

* chore: update for PR comments
2021-03-10 12:44:36 -08:00
..
app chore: bump chromium to 90.0.4415.0 (master) (#27694) 2021-03-04 09:27:05 -08:00
browser fix: ensure child window transparency works (#28054) 2021-03-10 12:44:36 -08:00
common chore: remove deprecated remote module (#25734) 2021-03-09 17:12:40 -08:00
renderer fix: ensure child window transparency works (#28054) 2021-03-10 12:44:36 -08:00
utility refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00