зеркало из https://github.com/mozilla/pjs.git
Backing out bug 345257 due to the crash reported in 345659.
This commit is contained in:
Родитель
d089c28323
Коммит
a8b348e772
|
@ -2470,8 +2470,7 @@
|
|||
</xul:arrowscrollbox>
|
||||
<xul:hbox class="tabs-alltabs-box" align="center" pack="end"
|
||||
anonid="alltabs-box">
|
||||
<xul:toolbarbutton class="tabs-alltabs-button" type="menu" tooltip="_child">
|
||||
<xul:tooltip anonid="alltabs-tooltip" label="&listAllTabs.label;"/>
|
||||
<xul:toolbarbutton class="tabs-alltabs-button" type="menu">
|
||||
<xul:menupopup class="tabs-alltabs-popup"
|
||||
anonid="alltabs-popup"
|
||||
position="after_end"/>
|
||||
|
@ -2667,11 +2666,6 @@
|
|||
document.getAnonymousElementByAttribute(this,
|
||||
"anonid", "alltabs-box");
|
||||
</field>
|
||||
|
||||
<field name="mAllTabsTooltip">
|
||||
document.getAnonymousElementByAttribute(this,
|
||||
"anonid", "alltabs-tooltip");
|
||||
</field>
|
||||
|
||||
<field name="mFlashTimer">null</field>
|
||||
<field name="mFlashStage">0</field>
|
||||
|
@ -2729,11 +2723,6 @@
|
|||
</implementation>
|
||||
<handlers>
|
||||
<handler event="TabSelect" action="this._handleTabSelect();"/>
|
||||
<handler event="popupshowing"><![CDATA[
|
||||
if (event.originalTarget == this.mAllTabsTooltip &&
|
||||
document.tooltipNode.parentNode == this.mAllTabsPopup)
|
||||
event.preventDefault();
|
||||
]]></handler>
|
||||
</handlers>
|
||||
</binding>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче