electron/lib/renderer
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
..
api refactor: port window.open and window.opener to use ctx bridge instead of hole punching (#23235) 2020-04-27 12:46:04 -07:00
extensions build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
remote build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
web-view fix: ensure guest-embedder map is updated when webview is removed (#23342) 2020-04-30 21:33:14 -07:00
content-scripts-injector.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
init.ts refactor: remove code for non-native extensions shim (#23340) 2020-04-30 09:38:09 -07:00
inspector.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-renderer-internal-utils.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-renderer-internal.ts fix: do not mutate ipc instances across contexts (#23236) 2020-04-22 16:36:15 -07:00
security-warnings.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
web-frame-init.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
webpack-provider.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
window-setup.ts fix: do not add 104 to the history length (#23301) 2020-04-27 15:53:47 -07:00