electron/lib/browser
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
..
api fix: ensure child window transparency works (#28054) 2021-03-10 12:44:36 -08:00
.eslintrc.json build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
default-menu.ts feat: hide electron links in default help menu when packaged (#25831) 2020-10-09 13:42:44 -07:00
desktop-capturer.ts fix: memory leak in desktopCapturer.getSources (#27031) 2020-12-16 16:11:39 -08:00
devtools.ts chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 2021-01-22 11:25:47 -08:00
guest-view-manager.ts chore: remove deprecated remote module (#25734) 2021-03-09 17:12:40 -08:00
guest-window-manager.ts chore: remove deprecated remote module (#25734) 2021-03-09 17:12:40 -08:00
guest-window-proxy.ts chore: remove bunch of usages of any (#27512) 2021-01-29 12:41:59 -08:00
init.ts chore: remove deprecated remote module (#25734) 2021-03-09 17:12:40 -08:00
ipc-main-impl.ts refactor: replace a few any-s with proper types (#25681) 2020-10-08 03:01:23 +02:00
ipc-main-internal-utils.ts chore: remove unused sendToAll + related APIs (#26771) 2020-12-03 15:55:50 +09:00
ipc-main-internal.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
message-port-main.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
navigation-controller.ts refactor: move IPC handlers from navigation-controller to rpc-server (#26846) 2020-12-08 10:46:08 -08:00
rpc-server.ts refactor: load preload script directly as a string (#27546) 2021-02-08 09:32:20 -08:00