Closed
Description
All windows on the same origin share an event loop as they can synchronously communicate
from http://hassansin.github.io/shared-event-loop-among-same-origin-windows
As a consequence debugging in one window blocks all other windows for the same origin.
The obvious candidate is mini-browser. But we should review other places where we use window.open
and pass rel=noopener
when it makes sense, i.e. we did not need to communicate with an opened window.