mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-08 17:45:46 +01:00
Make stuff mostly work on Australis.
--HG-- extra : rebase_source : 2c4664446a8261f57b3db420ea2d5600480694a2
This commit is contained in:
@@ -102,6 +102,8 @@ var Modules = function Modules(window) {
|
||||
|
||||
get content() this.config.browser.contentWindow || window.content,
|
||||
|
||||
get document() window.document,
|
||||
|
||||
window: window,
|
||||
|
||||
Module: Module,
|
||||
|
||||
@@ -39,7 +39,7 @@ var Services = Module("Services", {
|
||||
this.add("clipboardHelper", "@mozilla.org/widget/clipboardhelper;1", "nsIClipboardHelper");
|
||||
this.add("commandLineHandler", "@mozilla.org/commandlinehandler/general-startup;1?type=dactyl");
|
||||
this.add("console", "@mozilla.org/consoleservice;1", "nsIConsoleService");
|
||||
this.add("contentPrefs", "@mozilla.org/content-pref/service;1", ["nsIContentPrefService", "nsIContentPrefService2"]);
|
||||
this.add("contentPrefs", "@mozilla.org/content-pref/service;1", "nsIContentPrefService2");
|
||||
this.add("dactyl", "@dactyl.googlecode.com/extra/utils", "dactylIUtils");
|
||||
this.add("dactyl:", this.PROTOCOL + "dactyl");
|
||||
this.add("debugger", "@mozilla.org/js/jsd/debugger-service;1", "jsdIDebuggerService");
|
||||
|
||||
Reference in New Issue
Block a user