Backed out changeset 63284a27cb1b

This commit is contained in:
Dão Gottwald 2011-05-19 11:53:27 +02:00
Родитель bd2912a79a
Коммит 63b69ec8f3
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -151,6 +151,9 @@
false
#endif
</field>
<field name="mAddProgressListenerWasCalled">
false
</field>
<field name="_browsers">
null
</field>
@ -1850,6 +1853,11 @@
"608628.");
}
if (!this.mAddProgressListenerWasCalled) {
this.mAddProgressListenerWasCalled = true;
this.tabContainer.updateVisibility();
}
this.mProgressListeners.push(aListener);
]]>
</body>
@ -2688,7 +2696,6 @@
Services.prefs.addObserver("browser.tabs.", this._prefObserver, false);
window.addEventListener("resize", this, false);
this.updateVisibility();
if (window.TabsInTitlebar)
TabsInTitlebar.allowedBy("tabs-visible", this.visible);
]]>