move alecf's almighty dom viewer to the top of the debug menu.
why hide such a kick-ass app? note, this kick-ass only works on windows and unix. we need help with the mac project files. git-svn-id: svn://10.0.0.236/trunk@48191 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a2a33161d2
commit
3003fe3bc8
@ -557,7 +557,6 @@ var contextTarget = null; // Content element to which context menu applies.
|
||||
<menuitem value="&ver23Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/test2.html'"/>
|
||||
<menuitem value="&ver24Cmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html'"/>
|
||||
<menuitem value="&ver25Cmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html'"/>
|
||||
<menuitem value="&ver26Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/rdf/DOMDataSourceViewer.xul'"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
@ -598,6 +597,9 @@ var contextTarget = null; // Content element to which context menu applies.
|
||||
<menuitem value="&xptk11Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/colorpicker.xul'"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menuitem value="&domviewer.label;" oncommand="window.content.location.href='resource:/res/samples/rdf/DOMDataSourceViewer.xul'"/>
|
||||
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
||||
@ -223,7 +223,6 @@
|
||||
<!ENTITY ver23Cmd.label "Animation">
|
||||
<!ENTITY ver24Cmd.label "Larger page">
|
||||
<!ENTITY ver25Cmd.label "Smaller page">
|
||||
<!ENTITY ver26Cmd.label "DOM Viewer">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; debug -->
|
||||
@ -262,6 +261,10 @@
|
||||
<!ENTITY xptk11Cmd.label "Color Picker">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; debug -->
|
||||
<!ENTITY domviewer.label "DOM Viewer">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; test case -->
|
||||
<!ENTITY strresCmd.label "StringBundle Test">
|
||||
<!ENTITY languages.label "Languages">
|
||||
|
||||
@ -557,7 +557,6 @@ var contextTarget = null; // Content element to which context menu applies.
|
||||
<menuitem value="&ver23Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/test2.html'"/>
|
||||
<menuitem value="&ver24Cmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html'"/>
|
||||
<menuitem value="&ver25Cmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html'"/>
|
||||
<menuitem value="&ver26Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/rdf/DOMDataSourceViewer.xul'"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
@ -598,6 +597,9 @@ var contextTarget = null; // Content element to which context menu applies.
|
||||
<menuitem value="&xptk11Cmd.label;" oncommand="window.content.location.href='resource:/res/samples/colorpicker.xul'"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menuitem value="&domviewer.label;" oncommand="window.content.location.href='resource:/res/samples/rdf/DOMDataSourceViewer.xul'"/>
|
||||
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
||||
@ -223,7 +223,6 @@
|
||||
<!ENTITY ver23Cmd.label "Animation">
|
||||
<!ENTITY ver24Cmd.label "Larger page">
|
||||
<!ENTITY ver25Cmd.label "Smaller page">
|
||||
<!ENTITY ver26Cmd.label "DOM Viewer">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; debug -->
|
||||
@ -262,6 +261,10 @@
|
||||
<!ENTITY xptk11Cmd.label "Color Picker">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; debug -->
|
||||
<!ENTITY domviewer.label "DOM Viewer">
|
||||
<!-- LOCALIZATION NOTE END : DO not localize the entities above; debug -->
|
||||
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; test case -->
|
||||
<!ENTITY strresCmd.label "StringBundle Test">
|
||||
<!ENTITY languages.label "Languages">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user