On Thu Oct 12 10:44:45 2023 +0000, Jacek Caban wrote:
Well, does the patch matter in the first place? I thought that your main motivation was to get references right and it's not achieved if Gecko still holds the document, including all its iframes. Creating a document is far from free, so is it worth it in the current shape? I'd expect that there is way to do that right in Gecko, but I don't know without deeper look at its sources.
It's needed for further patches dealing with some quirks (with script hosts), to eventually implement MessageEvent.source and such, at least for testing properly.
I've been fiddling quite a bit with synchronous binding but it doesn't seem to actually navigate on Gecko side, I guess I'm missing something, or is that not possible?