128669 - sidebar panels should use <browser> not <iframe> r=sgehnani sr=hewitt a=asa

This commit is contained in:
blakeross%telocity.com 2006-07-27 14:56:28 +00:00
Родитель 7ecfb593e6
Коммит bc60b6fe1e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -150,9 +150,9 @@
</hbox> </hbox>
<spacer flex="100%"/> <spacer flex="100%"/>
</vbox> </vbox>
<iframe class="iframe-panel" flex="1*" src="about:blank" <browser class="iframe-panel" flex="1*" src="about:blank"
hidden="true" collapsed="true" content="?content"/> hidden="true" collapsed="true" content="?content"/>
<iframe class="iframe-panel" flex="1*" src="about:blank" <browser class="iframe-panel" flex="1*" src="about:blank"
hidden="true" collapsed="true" content="?content" type="content" context="contentAreaContextMenu"/> hidden="true" collapsed="true" content="?content" type="content" context="contentAreaContextMenu"/>
</vbox> </vbox>
</action> </action>