Files
Miguel Ángel 0eb4d079dc fix(renderer): remove noopener from turbo popup (returns null per spec)
window.open with noopener always returns null to the opener per spec,
which caused the POPUP_BLOCKED fallback to always trigger. Removed
noopener so the opener gets a window reference for popup-blocked detection.

Note: without noopener, popup windows share the opener's event loop
in same-origin contexts, limiting parallelism. True multi-process
parallelism requires cross-origin isolation or future APIs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 16:29:16 +02:00
..
2026-04-09 23:44:08 +00:00
2026-04-09 23:44:08 +00:00