1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:42:26 +01:00

Resurrect Xulmus.

So I can wake the neighbours, Apocalypse in 9/8 should do the trick.

--HG--
extra : rebase_source : 7bcb69c8305b738a4017ca63b502b1e73babd71f
This commit is contained in:
Doug Kearns
2009-11-15 05:21:32 +11:00
parent cb209b0be0
commit f12fc3db2a
4 changed files with 13 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
Components.utils.import("resource://gre/modules/utils.js"); // XXX
const Config = Module("config", {
const Config = Module("config", ConfigBase, {
init: function () {
// TODO: mention this to SB devs, they seem keen to provide these
// functions to make porting from FF as simple as possible.
@@ -144,12 +144,18 @@ const Config = Module("config", {
},
hasTabbrowser: true,
// FIXME: unless I'm seeing double in in the wee small hours gBrowser is
// first set from getBrowser which they've deprecated in FF.
get tabbrowser() window.getBrowser(),
get browser() window.getBrowser(),
modes: [["PLAYER", { char: "p" }]],
scripts: [
"browser.js",
"bookmarks.js",
"history.js",
"quickmarks.js",
"tabs.js",
"player.js",
"library.js"

View File

@@ -6,7 +6,7 @@
<!ENTITY liberator.name "xulmus">
<!ENTITY liberator.appname "Xulmus">
<!ENTITY liberator.idname "XULMUS">
<!ENTITY liberator.host "&brandShortName">
<!ENTITY liberator.host "&brandShortName;">
<!ENTITY liberator.hostbin "songbird">
<!ENTITY liberator.statusBefore "statusbar-display">
<!ENTITY liberator.statusAfter "">

View File

@@ -16,7 +16,7 @@
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.8.0pre</em:minVersion>
<em:maxVersion>1.2.0</em:maxVersion>
<em:maxVersion>1.4.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>

View File

@@ -0,0 +1,4 @@
<!ENTITY appname "Xulmus">
<!ENTITY hostapp "Songbird">