On Wed Oct 11 11:27:24 2023 +0000, Jacek Caban wrote:
This seems a bit hackish. The main problem is that those changes are not reflected on Gecko side, so Gecko HTML window will still reference the old document. Maybe we should actually load about:blank instead (possibly by-passing urlmon al letting Gecko take care of it)? Or maybe there is some Gecko API that would do that better?
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?