зеркало из https://github.com/mozilla/pjs.git
More debug spew for bug 528776
This commit is contained in:
Родитель
0d5b8f2a34
Коммит
973df87a12
|
@ -54,8 +54,14 @@ function test() {
|
|||
let win = e.getNext();
|
||||
if (!win.closed) {
|
||||
++count;
|
||||
if (win != window)
|
||||
info("secondary window content location: " + win.content.location);
|
||||
if (win != window) {
|
||||
try {
|
||||
var tabs = win.gBrowser.mTabs.length;
|
||||
} catch (e) {
|
||||
info(e);
|
||||
}
|
||||
info("secondary window: " + [win.document.readyState, win.content.location, tabs]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче