зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1055499 - StyleEditor: Properly wait for the toolbox to be destroyed before ending test run and causing windows to leak. r=harth
This commit is contained in:
Родитель
2551a804af
Коммит
9c760a9aca
|
@ -53,10 +53,13 @@ function addTab(url) {
|
|||
return def.promise;
|
||||
}
|
||||
|
||||
function cleanup()
|
||||
function* cleanup()
|
||||
{
|
||||
gPanelWindow = null;
|
||||
while (gBrowser.tabs.length > 1) {
|
||||
let target = TargetFactory.forTab(gBrowser.selectedTab);
|
||||
yield gDevTools.closeToolbox(target);
|
||||
|
||||
gBrowser.removeCurrentTab();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче