Added Bloat statistics under QA menu.

git-svn-id: svn://10.0.0.236/trunk@50452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-10-12 09:37:37 +00:00
parent 5e7fed7a2f
commit 865a79a1b5
4 changed files with 16 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Contributor(s): ______________________________________. -->
<overlay id="navigatorOverlay"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Keysets -->
@@ -553,6 +553,10 @@ Contributor(s): ______________________________________. -->
<menuitem value="&da-DK-http.label;" oncommand="localeTo('http://www.mozilla.org/projects/intl/chrome/', 'da-DK');" />
</menupopup>
</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'"/>
<menuitem value="&BloatClearCmd.label;" oncommand="window.content.location.href='about:bloat?clear'"/>
</menupopup>
</menu>
<spring flex="100%"/>

View File

@@ -272,6 +272,9 @@
<!ENTITY QATempCmd.label "Bug Template">
<!ENTITY QASmokeCmd.label "Smoke Tests">
<!ENTITY QAKnownBugCmd.label "Known Bugs">
<!ENTITY BloatDumpNewCmd.label "Bloat: Dump New Stats">
<!ENTITY BloatDumpAllCmd.label "Bloat: Dump All Stats">
<!ENTITY BloatClearCmd.label "Bloat: Clear Stats">
<!-- LOCALIZATION NOTE END : DO not localize the entities above; QA -->

View File

@@ -28,7 +28,7 @@ Contributor(s): ______________________________________. -->
<overlay id="navigatorOverlay"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Keysets -->
@@ -553,6 +553,10 @@ Contributor(s): ______________________________________. -->
<menuitem value="&da-DK-http.label;" oncommand="localeTo('http://www.mozilla.org/projects/intl/chrome/', 'da-DK');" />
</menupopup>
</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'"/>
<menuitem value="&BloatClearCmd.label;" oncommand="window.content.location.href='about:bloat?clear'"/>
</menupopup>
</menu>
<spring flex="100%"/>

View File

@@ -272,6 +272,9 @@
<!ENTITY QATempCmd.label "Bug Template">
<!ENTITY QASmokeCmd.label "Smoke Tests">
<!ENTITY QAKnownBugCmd.label "Known Bugs">
<!ENTITY BloatDumpNewCmd.label "Bloat: Dump New Stats">
<!ENTITY BloatDumpAllCmd.label "Bloat: Dump All Stats">
<!ENTITY BloatClearCmd.label "Bloat: Clear Stats">
<!-- LOCALIZATION NOTE END : DO not localize the entities above; QA -->