not part of build. installfile for a buster.xpi. Also put the overlayed menuitem in the Webdevelopment menu so that it works for official builds.
This commit is contained in:
Родитель
f61c45ed1a
Коммит
bdc7371305
|
@ -18,10 +18,10 @@
|
|||
|
||||
<!-- overlay information -->
|
||||
<RDF:Seq about="urn:mozilla:overlays">
|
||||
<RDF:li resource="chrome://navigator/content/navigatorOverlay.xul"/>
|
||||
<RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://navigator/content/navigatorOverlay.xul">
|
||||
<RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
|
||||
<RDF:li>chrome://xslt-qa/content/xslt-qa-overlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
|
|
|
@ -36,15 +36,10 @@
|
|||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<overlay id="xsltQAMenuID"
|
||||
<overlay id="xsltToolsMenuID"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script src="xslt-qa-overlay.js" />
|
||||
<menupopup id="qaMenuPopup">
|
||||
<menuseparator/>
|
||||
<menu label="XSLT QA" accesskey="X">
|
||||
<menupopup>
|
||||
<menuitem label="Xalan Tests" oncommand="onStartBuster()"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menupopup id="toolsPopup">
|
||||
<menuitem label="Xalan Tests" oncommand="onStartBuster()"/>
|
||||
</menupopup>
|
||||
</overlay>
|
||||
|
|
Загрузка…
Ссылка в новой задаче