electron/lib/browser
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 fix: prevent Menu.buildFromTemplate with empty array (#23308) 2020-04-30 08:29:02 -07:00
remote chore: rename atom things to electron things in our docs / scripts (#23100) 2020-04-13 14:32:29 -07:00
chrome-extension-shim.js refactor: remove code for non-native extensions shim (#23340) 2020-04-30 09:38:09 -07:00
crash-reporter-init.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
default-menu.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
desktop-capturer.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
devtools.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
guest-view-manager.js fix: ensure guest-embedder map is updated when webview is removed (#23342) 2020-04-30 21:33:14 -07:00
guest-window-manager.js fix: do not double-declare webPreferences (#23223) 2020-04-22 11:06:30 -07:00
init.ts refactor: remove code for non-native extensions shim (#23340) 2020-04-30 09:38:09 -07:00
ipc-main-impl.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-main-internal-utils.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07: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.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
rpc-server.js chore: remove unused ELECTRON_GET_CONTENT_SCRIPTS ipc handler (#23371) 2020-04-30 21:32:08 -07:00
utils.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00