112921 - popup windows without chrome should not display tabbar. r=hixie sr=jag a=asa

This commit is contained in:
blakeross%telocity.com 2007-03-31 23:06:50 +00:00
Родитель b7a8e99e18
Коммит 340b5d853e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -52,7 +52,7 @@
<xul:stringbundle src="chrome://global/locale/tabbrowser.properties"/>
<xul:tabbox flex="1"
onselect="if (event.target.localName != 'tabpanels') return; this.parentNode.updateCurrentBrowser();">
<xul:hbox class="tabbrowser-strip" collapsed="true" tooltip="_child" context="_child">
<xul:hbox class="tabbrowser-strip chromeclass-toolbar" collapsed="true" tooltip="_child" context="_child">
<xul:tooltip onpopupshowing="event.preventBubble(); if (document.tooltipNode.hasAttribute('label')) { this.setAttribute('label', document.tooltipNode.getAttribute('label')); return true; } return false;"/>
<xul:menupopup onpopupshowing="this.parentNode.parentNode.parentNode.mContextTab = document.popupNode;">
<xul:menuitem label="&newTab.label;" accesskey="&newTab.accesskey;"