diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-10-02 10:44:19 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-10-02 10:44:19 -0400 |
commit | a59d88fee7d07204db52dd2db8d6ff1bf0a8fa6f (patch) | |
tree | 0568f5efb92427698f2f49e35766a2c32f98c7b1 /melodactyl/chrome.manifest | |
parent | c0a5a680b8f01036c07926bd638418a0b6e9e449 (diff) | |
download | pentadactyl-a59d88fee7d07204db52dd2db8d6ff1bf0a8fa6f.tar.gz |
Basic Songbird 1.9a support.
--HG--
rename : xulmus/AUTHORS => melodactyl/AUTHORS
rename : xulmus/Makefile => melodactyl/Makefile
rename : xulmus/NEWS => melodactyl/NEWS
rename : xulmus/TODO => melodactyl/TODO
rename : xulmus/chrome.manifest => melodactyl/chrome.manifest
rename : xulmus/components/commandline-handler.js => melodactyl/components/commandline-handler.js
rename : xulmus/components/protocols.js => melodactyl/components/protocols.js
rename : xulmus/content/config.js => melodactyl/content/config.js
rename : xulmus/content/dactyl.dtd => melodactyl/content/dactyl.dtd
rename : xulmus/content/library.js => melodactyl/content/library.js
rename : xulmus/content/logo.png => melodactyl/content/logo.png
rename : xulmus/content/xulmus.xul => melodactyl/content/melodactyl.xul
rename : xulmus/content/player.js => melodactyl/content/player.js
rename : xulmus/content/xulmus.svg => melodactyl/content/xulmus.svg
rename : xulmus/contrib/vim/Makefile => melodactyl/contrib/vim/Makefile
rename : xulmus/contrib/vim/ftdetect/xulmus.vim => melodactyl/contrib/vim/ftdetect/melodactyl.vim
rename : xulmus/contrib/vim/mkvimball.txt => melodactyl/contrib/vim/mkvimball.txt
rename : xulmus/contrib/vim/syntax/xulmus.vim => melodactyl/contrib/vim/syntax/melodactyl.vim
rename : xulmus/defaults/preferences/dactyl.js => melodactyl/defaults/preferences/dactyl.js
rename : xulmus/install.rdf => melodactyl/install.rdf
rename : xulmus/locale/en-US/all.xml => melodactyl/locale/en-US/all.xml
rename : xulmus/locale/en-US/autocommands.xml => melodactyl/locale/en-US/autocommands.xml
rename : xulmus/locale/en-US/browsing.xml => melodactyl/locale/en-US/browsing.xml
rename : xulmus/locale/en-US/dactyl.dtd => melodactyl/locale/en-US/dactyl.dtd
rename : xulmus/locale/en-US/gui.xml => melodactyl/locale/en-US/gui.xml
rename : xulmus/locale/en-US/intro.xml => melodactyl/locale/en-US/intro.xml
rename : xulmus/locale/en-US/player.xml => melodactyl/locale/en-US/player.xml
rename : xulmus/locale/en-US/tabs.xml => melodactyl/locale/en-US/tabs.xml
rename : xulmus/skin/icon.png => melodactyl/skin/icon.png
Diffstat (limited to 'melodactyl/chrome.manifest')
-rw-r--r-- | melodactyl/chrome.manifest | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/melodactyl/chrome.manifest b/melodactyl/chrome.manifest new file mode 100644 index 00000000..b39e9180 --- /dev/null +++ b/melodactyl/chrome.manifest @@ -0,0 +1,37 @@ +# Songbird +content melodactyl content/ +skin melodactyl classic/1.0 skin/ +locale melodactyl en-US locale/en-US/ +locale dactyl en-US ../common/locale/en-US/ + +content dactyl ../common/content/ +resource dactyl ../common/modules/ +skin dactyl classic/1.0 ../common/skin/ + +override chrome://dactyl/content/dactyl.dtd chrome://melodactyl/content/dactyl.dtd +override chrome://dactyl/content/config.js chrome://melodactyl/content/config.js + +overlay chrome://songbird/content/xul/layoutBaseOverlay.xul chrome://melodactyl/content/melodactyl.xul +overlay chrome://songbird/content/xul/layoutBaseOverlay.xul chrome://dactyl/content/dactyl.xul + +#component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler.js +#contract @mozilla.org/commandlinehandler/general-startup;1?type=melodactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} +#category command-line-handler m-melodactyl @mozilla.org/commandlinehandler/general-startup;1?type=melodactyl +# +#component {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} components/protocols.js +#contract @mozilla.org/network/protocol;1?name=chrome-data {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} +#component {9c8f2530-51c8-4d41-b356-319e0b155c44} components/protocols.js +#contract @mozilla.org/network/protocol;1?name=dactyl {9c8f2530-51c8-4d41-b356-319e0b155c44} +#component {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} components/protocols.js +#contract @dactyl.googlecode.com/base/xpc-interface-shim {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} +#component {81495d80-89ee-4c36-a88d-ea7c4e5ac63f} components/protocols.js +#contract @mozilla.org/network/protocol/about;1?what=melodactyl {81495d80-89ee-4c36-a88d-ea7c4e5ac63f} + +#overlay chrome://songbird/content/xul/layoutWithBrowserOverlay.xul chrome://xulmus/content/xulmus.xul +#overlay chrome://songbird/content/xul/layoutWithBrowserOverlay.xul chrome://dactyl/content/dactyl.xul + +#overlay chrome://songbird/content/xul/layoutWithoutBrowserOverlay.xul chrome://xulmus/content/xulmus.xul +#overlay chrome://songbird/content/xul/layoutWithoutBrowserOverlay.xul chrome://dactyl/content/dactyl.xul + +#overlay windowtype:Songbird:Main chrome://dactyl/content/dactyl.xul +#overlay windowtype:Songbird:Main chrome://xulmus/content/xulmus.xul |