electron/lib
Robo c438b93f18
fix: ensure guest-embedder map is updated when webview is removed (#23342)
There are use cases of webview where the container holding the webview is not
actually destroyed first, instead just webview gets removed from DOM, in such
situations the browser process map is not updated accordingly and holds reference
to stale guest contents, and any window operations like scroll, resize or keyboard
events that has to chain through browser embedder will lead to UAF crash.

Ref: https://github.com/microsoft/vscode/issues/92420
2020-04-30 21:33:14 -07:00
..
browser fix: ensure guest-embedder map is updated when webview is removed (#23342) 2020-04-30 21:33:14 -07:00
common fix: do not allow child windows to specify their own preload script (#23226) 2020-04-22 12:43:21 -07:00
isolated_renderer refactor: port window.open and window.opener to use ctx bridge instead of hole punching (#23235) 2020-04-27 12:46:04 -07:00
renderer fix: ensure guest-embedder map is updated when webview is removed (#23342) 2020-04-30 21:33:14 -07:00
sandboxed_renderer chore: remove unused ELECTRON_GET_CONTENT_SCRIPTS ipc handler (#23371) 2020-04-30 21:32:08 -07:00
worker build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00