зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 9b1719f53272 (bug 1616273) for devtools failures in browser_toolbox_remoteness_change.js. CLOSED TREE
This commit is contained in:
Родитель
91e68d88c0
Коммит
63a3731931
|
@ -368,12 +368,6 @@ function waitForPanelReload(currentToolId, target, panel) {
|
|||
info("Waiting for netmonitor updates after page reload");
|
||||
await onReloaded;
|
||||
};
|
||||
} else if (currentToolId == "webconsole") {
|
||||
const onReloaded = panel.once("reloaded");
|
||||
return async function() {
|
||||
info("Waiting for webconsole updates after page reload");
|
||||
await onReloaded;
|
||||
};
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче