mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 63284a27cb1b
This commit is contained in:
parent
711cf8447b
commit
94ff63d527
@ -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);
|
||||
]]>
|
||||
|
Loading…
Reference in New Issue
Block a user