Adding XUL tests to the debug menu.

This commit is contained in:
hyatt%netscape.com 2001-08-14 01:35:48 +00:00
Родитель fde37500c0
Коммит 79a9007d26
1 изменённых файлов: 6 добавлений и 12 удалений

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

@ -394,7 +394,7 @@
</menupopup> </menupopup>
</menu> </menu>
<menu label="XBL Demos"> <menu label="XBL Test Suite">
<menupopup> <menupopup>
<menuitem label="#0 Remote XBL" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test0/test.xul'"/> <menuitem label="#0 Remote XBL" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test0/test.xul'"/>
<menuitem label="#1 Technicolor DIV" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test1/test.html'"/> <menuitem label="#1 Technicolor DIV" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test1/test.html'"/>
@ -405,18 +405,12 @@
</menupopup> </menupopup>
</menu> </menu>
<menu label="&xptkMenu.label;"> <menu label="XUL Test Suite">
<menupopup> <menupopup>
<menuitem label="&xptk1Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/checkboxTest.xul'"/> <menuitem label="#1 Popups" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/popups.xul'"/>
<menuitem label="&xptk2Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/toolbarTest1.xul'"/> <menuitem label="#2 Descriptions and Labels" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/label.xul'"/>
<menuitem label="&xptk3Cmd.label;" oncommand="BrowserReallyReload(0)"/> <menuitem label="#3 Dialog Buttons" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/buttons.xul'"/>
<menuitem label="&xptk4Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/dexopenchrome.xul'"/> </menupopup>
<menuitem label="&xptk7Cmd.label;" oncommand="BrowserReallyReload(0)"/>
<menuitem label="&xptk8Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/beeptest.html'"/>
<menuitem label="&xptk9Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/soundtest.html'"/>
<menuitem label="&xptk10Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/xpmenu.xul'"/>
<menuitem label="&xptk11Cmd.label;" oncommand="window._content.location.href='resource:/res/samples/colorpicker.xul'"/>
</menupopup>
</menu> </menu>
<menuitem label="Form Manager Samples" oncommand="window._content.location.href='chrome://communicator/locale/wallet/index.html';"/> <menuitem label="Form Manager Samples" oncommand="window._content.location.href='chrome://communicator/locale/wallet/index.html';"/>