mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 03:24:11 +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:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Components.utils.import("resource://gre/modules/utils.js"); // XXX
|
Components.utils.import("resource://gre/modules/utils.js"); // XXX
|
||||||
|
|
||||||
const Config = Module("config", {
|
const Config = Module("config", ConfigBase, {
|
||||||
init: function () {
|
init: function () {
|
||||||
// TODO: mention this to SB devs, they seem keen to provide these
|
// TODO: mention this to SB devs, they seem keen to provide these
|
||||||
// functions to make porting from FF as simple as possible.
|
// functions to make porting from FF as simple as possible.
|
||||||
@@ -144,12 +144,18 @@ const Config = Module("config", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
hasTabbrowser: true,
|
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" }]],
|
modes: [["PLAYER", { char: "p" }]],
|
||||||
|
|
||||||
scripts: [
|
scripts: [
|
||||||
"browser.js",
|
"browser.js",
|
||||||
"bookmarks.js",
|
"bookmarks.js",
|
||||||
|
"history.js",
|
||||||
|
"quickmarks.js",
|
||||||
"tabs.js",
|
"tabs.js",
|
||||||
"player.js",
|
"player.js",
|
||||||
"library.js"
|
"library.js"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<!ENTITY liberator.name "xulmus">
|
<!ENTITY liberator.name "xulmus">
|
||||||
<!ENTITY liberator.appname "Xulmus">
|
<!ENTITY liberator.appname "Xulmus">
|
||||||
<!ENTITY liberator.idname "XULMUS">
|
<!ENTITY liberator.idname "XULMUS">
|
||||||
<!ENTITY liberator.host "&brandShortName">
|
<!ENTITY liberator.host "&brandShortName;">
|
||||||
<!ENTITY liberator.hostbin "songbird">
|
<!ENTITY liberator.hostbin "songbird">
|
||||||
<!ENTITY liberator.statusBefore "statusbar-display">
|
<!ENTITY liberator.statusBefore "statusbar-display">
|
||||||
<!ENTITY liberator.statusAfter "">
|
<!ENTITY liberator.statusAfter "">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<Description>
|
<Description>
|
||||||
<em:id>songbird@songbirdnest.com</em:id>
|
<em:id>songbird@songbirdnest.com</em:id>
|
||||||
<em:minVersion>0.8.0pre</em:minVersion>
|
<em:minVersion>0.8.0pre</em:minVersion>
|
||||||
<em:maxVersion>1.2.0</em:maxVersion>
|
<em:maxVersion>1.4.0</em:maxVersion>
|
||||||
</Description>
|
</Description>
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
</Description>
|
</Description>
|
||||||
|
|||||||
4
xulmus/locale/en-US/liberator.dtd
Normal file
4
xulmus/locale/en-US/liberator.dtd
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
<!ENTITY appname "Xulmus">
|
||||||
|
<!ENTITY hostapp "Songbird">
|
||||||
|
|
||||||
Reference in New Issue
Block a user