зеркало из https://github.com/mozilla/gecko-dev.git
temporary measure against infinite loop after browser_bug380960.js (bug 585361)
This commit is contained in:
Родитель
e2d46b52f2
Коммит
df2276d3ef
|
@ -83,6 +83,10 @@ Tester.prototype = {
|
|||
let msg = baseMsg.replace("{elt}", "tab") +
|
||||
": " + lastTab.linkedBrowser.currentURI.spec;
|
||||
this.currentTest.addResult(new testResult(false, msg, "", false));
|
||||
if (gBrowser._removingTabs && gBrowser._removingTabs.indexOf(lastTab) > -1) {
|
||||
gBrowser._endRemoveTab(lastTab);
|
||||
continue;
|
||||
}
|
||||
gBrowser.removeTab(lastTab);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче