On Wed Oct 11 12:59:36 2023 +0000, Gabriel Ivăncescu wrote:
Yeah we'll have to bypass all notifications somehow. Also note that this happens synchronously on Windows (the tests don't have any msg loop after doc obj is released), not sure if Gecko has a way to navigate that way?
BTW, does it matter that much if Gecko's window is updated properly? Since navigation is disabled after that on the outer window, and Gecko's document is indeed correctly set here (it's created along with our mshtml document node) so all operations on the doc should be "correct" for an about:blank document. Just the Window won't, but I don't think we're using it?