зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1473253 - Stop setting onerror attribute on tabs. r=dao
This commit is contained in:
Родитель
aa35629fdf
Коммит
f453080096
|
@ -2231,8 +2231,6 @@ window._gBrowser = {
|
|||
ContextualIdentityService.setTabStyle(t);
|
||||
}
|
||||
|
||||
t.setAttribute("onerror", "this.removeAttribute('image');");
|
||||
|
||||
if (aSkipBackgroundNotify) {
|
||||
t.setAttribute("skipbackgroundnotify", true);
|
||||
}
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
|
||||
var tab = this.firstChild;
|
||||
tab.label = this.emptyTabTitle;
|
||||
tab.setAttribute("onerror", "this.removeAttribute('image');");
|
||||
|
||||
window.addEventListener("resize", this);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче