Fixed directory structure, removed buildxpi.sh and added mkxpi

This commit is contained in:
Johannes Findeisen 2009-10-20 17:02:53 +02:00
commit 4ca756a5eb
10 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<overlay id="leo_searchOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript"
src="chrome://leo_search/content/leo_searchOverlay.js">
</script>
<!-- <popup id="contentAreaContextMenu" onpopupshowing="hide_show_meuitem()"> -->
<popup id="contentAreaContextMenu">
<menuitem id="leo_search"
label="Search at leo.org"
insertafter="context-stop"
oncommand="leo_search();"
class="menuitem-iconic"
image="chrome://leo_search/skin/ende.png"/>
</popup>
</overlay>