Files
tubestation/toolkit/modules/tests/browser
Sean Feng 5493bdcf29 Bug 1919526 - Make FinderParent.doFind doesn't consider undefined result as found r=Gijs
`response.result` could be undefined if `currentBC.currentWindowGlobal` is
null, so that sendQueryToContext fails to send the message to the
global. This becomes possible with bug 1882670 as we start to
initialize the frame loader for iframes earlier. The windowGlobal
will be attached once the iframes are loaded, this patch fixes
the case when they haven't loaded.

Differential Revision: https://phabricator.services.mozilla.com/D222701
2024-10-03 19:51:34 +00:00
..