This commit is contained in:
ctalbert@mozilla.com 2008-04-22 13:15:43 -07:00
Родитель 3642b0dbe2
Коммит 8a31f25229
4 изменённых файлов: 12 добавлений и 2 удалений

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

@ -50,6 +50,14 @@
<script type="application/x-javascript" src="chrome://qa/content/qa.js" />
<script type="application/x-javascript" src="chrome://qa/content/notifications.js" />
<menupopup id="menu_ToolsPopup">
<menuitem id="qac-menuitem"
insertafter="devToolsSeparator"
accesskey="&qacompanionMenu.accesskey;"
label="&qacompanionMenu.label;"
oncommand="qaMain.openQATool();"/>
</menupopup>
<statusbar id="status-bar">
<statusbarpanel class="statusbarpanel-iconic" id="qa-statusbar-overlay"
onclick="qaMain.openQATool();" />

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

@ -296,7 +296,7 @@ function bugAccess()
// XPATH queries to get these rather than this brute force parsing, but there
// isn't a very clean way to load text/HTML into a document (bug 102699).
// So, for now, be sure that we are beginning in the right part of the page,
// And not catching bugzilla maintenance bug references in the header it.
// And not catching bugzilla maintenance bug references in the header.
// So we look for the bugs table, i.e. this line:
// <table class="bz_buglist sortable" ...> We set that to our end, so that
// the beginLoc is set properly the first time through the loop.

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

@ -215,3 +215,5 @@ target='_blank'>Bugzilla</html:a> to learn more about how we handle bugs, run ad
">
<!ENTITY qa.notification.inprogress "Come Join! Event in Progress Now!">
<!ENTITY qacompanionMenu.accesskey "Q">
<!ENTITY qacompanionMenu.label "QA Companion">

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

@ -8,7 +8,7 @@
em:maxVersion="3.0pre"/>
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="{667e9f3d-0096-4d2b-b171-9a96afbabe20}"
em:version="0.1.11"
em:version="0.1.12"
em:type="2"
em:name="Mozilla QA Companion"
em:description="The QA tool for testers."