diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-22 10:01:56 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-22 10:01:56 -0500 |
commit | 8299257422e11ec7604efbc65f4d2bba365bfeee (patch) | |
tree | ac25440083dd76a469562e4858184e6042635e96 /melodactyl/chrome.manifest | |
parent | d92f3f2c9c039b1bcb547171248e519ad53a4343 (diff) | |
download | pentadactyl-8299257422e11ec7604efbc65f4d2bba365bfeee.tar.gz |
Make Melodactyl minimally functional. Closes issue #340.
--HG--
rename : pentadactyl/chrome.manifest => common/chrome.manifest
Diffstat (limited to 'melodactyl/chrome.manifest')
l---------[-rw-r--r--] | melodactyl/chrome.manifest | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/melodactyl/chrome.manifest b/melodactyl/chrome.manifest index 71f4cf77..40321439 100644..120000 --- a/melodactyl/chrome.manifest +++ b/melodactyl/chrome.manifest @@ -1,36 +1 @@ -# 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 - -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=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} -#category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl -# -#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://melodactyl/content/melodactyl.xul -#overlay chrome://songbird/content/xul/layoutWithBrowserOverlay.xul chrome://dactyl/content/dactyl.xul - -#overlay chrome://songbird/content/xul/layoutWithoutBrowserOverlay.xul chrome://melodactyl/content/melodactyl.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://melodactyl/content/melodactyl.xul +../common/chrome.manifest
\ No newline at end of file |