mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d2eee0e50e
Right now the code holds a ref to the per-inner-window Location object of the Window associated with the sandbox, and uses that to determine if the page has navigated. This breaks when we have one Location object per docshell, because the check always succeeds. Just use the window ID instead, which is also less likely to leak. |
||
---|---|---|
.. | ||
test | ||
dbg-webconsole-actors.js | ||
Makefile.in | ||
NetworkHelper.jsm | ||
WebConsoleClient.jsm | ||
WebConsoleUtils.jsm |