1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 16:44:12 +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"