Comment 7 for bug 1076350

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Note that also doing this in a JS shell shows that pagehide fires twice when I load the testcase:

gBrowser.selectedBrowser.addEventListener("pagehide", function _onPageHide() { print("Got pagehide"); }, true);