mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9ab7dce58d
Make this test less sensitive to the timing of its own unloading by passing on only the expected messages and not any messages that occur during unloading. Such messages might cause exceptions (e.g., "'TypeError: can't access dead object' when calling method: [nsIPrompt::alert]"), and those exceptions might in turn trigger leaks in nsXPConnect that last until shutdown because we store the most recent exception from a call to an XPCWrappedJS on the XPCJSRuntime through shutdown (rather than reporting it, as we probably should, and then freeing it), leaking the window. |
||
---|---|---|
.. | ||
mochitest | ||
BrowserElementChild.js | ||
BrowserElementChildPreload.js | ||
BrowserElementPanning.js | ||
BrowserElementParent.cpp | ||
BrowserElementParent.h | ||
BrowserElementParent.js | ||
BrowserElementParent.jsm | ||
BrowserElementParent.manifest | ||
BrowserElementPromptService.jsm | ||
Makefile.in | ||
nsAsyncScrollEventDetail.cpp | ||
nsAsyncScrollEventDetail.h | ||
nsIAsyncScrollEventDetail.idl | ||
nsIOpenWindowEventDetail.idl | ||
nsOpenWindowEventDetail.cpp | ||
nsOpenWindowEventDetail.h |