back out unintentional checkin.

This commit is contained in:
tao%netscape.com 2006-09-14 05:51:37 +00:00
Родитель 13e47653e6
Коммит 82b59b8c4e
1 изменённых файлов: 19 добавлений и 22 удалений

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

@ -229,28 +229,8 @@ Contributor(s): ______________________________________. -->
<menuitem value="&pageInfoCmd.label;" oncommand="BrowserPageInfo();"/>
<menuseparator />
<menuitem value="&translateMenu.label;" oncommand="Translate();"/>
<menu value="&webContentMenu.label;"
datasources="rdf:chrome"
ref="urn:mozilla:locale:root"
sortResource="http://www.mozilla.org/rdf/chrome#name"
sortDirection="ascending">
<template>
<rule>
<menupopup>
<menuitem class="standrad" uri="rdf:*"
value="rdf:http://www.mozilla.org/rdf/chrome#displayName"
data="rdf:http://www.mozilla.org/rdf/chrome#name"
oncommand="selectLocale(event)" />
</menupopup>
</rule>
</template>
<menupopup>
<menuitem value="&downloadMore.label;"
oncommand="loadXURL('urn:clienturl:viewmenu:intlwebcontent');"/>
<menuseparator />
</menupopup>
</menu>
<menuitem value="&webContentMenu.label;"
oncommand="loadXURL('urn:clienturl:viewmenu:intlwebcontent');"/>
<menuseparator />
<!-- Deprecated BEGIN
@ -487,6 +467,23 @@ END of Deprecated -->
<menuseparator />
<menuitem value="&strresCmd.label;" oncommand="window._content.location.href='resource:/res/strres-test.xul'"/>
<menu value="&languages.label;"
datasources="rdf:chrome"
ref="urn:mozilla:locale:root"
sortResource="http://www.mozilla.org/rdf/chrome#name"
sortDirection="ascending">
<template>
<rule>
<menupopup>
<menuitem class="standrad" uri="rdf:*"
value="rdf:http://www.mozilla.org/rdf/chrome#displayName"
data="rdf:http://www.mozilla.org/rdf/chrome#name"
oncommand="selectLocale(event)" />
</menupopup>
</rule>
</template>
</menu>
<menuseparator />
<menuitem value="&BloatDumpNewCmd.label;" oncommand="window._content.location.href='about:bloat?new'"/>
<menuitem value="&BloatDumpAllCmd.label;" oncommand="window._content.location.href='about:bloat'"/>