On Mon Oct 9 16:14:49 2023 +0000, Jacek Caban wrote:
If native doesn't have inner windows, then how can you claim how it must act? As I said, previous windows shouldn't affect current window, so I'm curious why exactly you need it.
I meant that I have patches (and tests, currently some are todo_wine) where the window from jscript is the outer window, not inner window. Hence, they must be affecting the current window already (since they'll go through the outer window), so this patch can't be wrong in this aspect. I was just addressing your concerns about it, because eventually we'll end up there anyway.
Of course this patch is a requirement to have consistency there. I'll also get the other stuff referenced from inner window to hold ref to it now that we have the CC (e.g. navigator, constructors, etc).