diff --git a/xulmus/content/config.js b/xulmus/content/config.js index 4751b76a..f4a2d06e 100644 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -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" diff --git a/xulmus/content/liberator.dtd b/xulmus/content/liberator.dtd index 87fdc200..3c8442f6 100644 --- a/xulmus/content/liberator.dtd +++ b/xulmus/content/liberator.dtd @@ -6,7 +6,7 @@ - + diff --git a/xulmus/install.rdf b/xulmus/install.rdf index d5cd04c6..790da2fa 100644 --- a/xulmus/install.rdf +++ b/xulmus/install.rdf @@ -16,7 +16,7 @@ songbird@songbirdnest.com 0.8.0pre - 1.2.0 + 1.4.0 diff --git a/xulmus/locale/en-US/liberator.dtd b/xulmus/locale/en-US/liberator.dtd new file mode 100644 index 00000000..97f7b270 --- /dev/null +++ b/xulmus/locale/en-US/liberator.dtd @@ -0,0 +1,4 @@ + + + +