electron/lib/browser
t57ser 41b2945ced
feat: add ability to configure if window should close when opener closes (#31314)
* feat: Added ability to configure if window should close when opener closes

* fix: check if embedder is destroyed

* fix: correctly take over closeWithOpener property

* chore: Added documentation

* Update docs/api/window-open.md

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>

* chore: refactor

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>

* chore: changed property name from `closeWithOpener` to `outlivesOpener`

* dummy change to kick lint

* undo above

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
2022-02-23 16:59:50 +09:00
..
api feat: add ability to configure if window should close when opener closes (#31314) 2022-02-23 16:59:50 +09: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 chore: make Discord invite non-vanity (#31991) 2021-11-26 13:10:07 +13:00
devtools.ts fix: type internal APIs that can return null properly (#29852) 2021-07-27 14:48:12 +09:00
guest-view-manager.ts fix: will-attach-webview handler modifying params.instanceId does not break <webview> (#32386) 2022-01-12 16:41:20 +09:00
guest-window-manager.ts feat: add ability to configure if window should close when opener closes (#31314) 2022-02-23 16:59:50 +09:00
init.ts feat: remove nativeWindowOpen option (#29405) 2022-01-06 09:28:03 -08:00
ipc-main-impl.ts chore: update to latest TypeScript (#32596) 2022-01-31 20:37:40 +09: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
parse-features-string.ts chore: move libs only used in browser out of common (#31780) 2021-11-10 08:54:51 -08:00
rpc-server.ts refactor: only access memory coordinator interface from browser process (#31295) 2021-10-05 15:30:31 -07:00
web-view-events.ts chore: move libs only used in browser out of common (#31780) 2021-11-10 08:54:51 -08:00