mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:58:00 +01:00
Re-add missing class to services.
--HG-- branch : testing
This commit is contained in:
@@ -47,6 +47,7 @@ const Services = Module("services", {
|
|||||||
this.addClass("file:", "@mozilla.org/network/protocol;1?name=file", Ci.nsIFileProtocolHandler);
|
this.addClass("file:", "@mozilla.org/network/protocol;1?name=file", Ci.nsIFileProtocolHandler);
|
||||||
this.addClass("find", "@mozilla.org/embedcomp/rangefind;1", Ci.nsIFind);
|
this.addClass("find", "@mozilla.org/embedcomp/rangefind;1", Ci.nsIFind);
|
||||||
this.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
|
this.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
|
||||||
|
this.addClass("zipWriter", "@mozilla.org/zipwriter;1", Ci.nsIZipWriter);
|
||||||
|
|
||||||
if (!this.get("extensionManager"))
|
if (!this.get("extensionManager"))
|
||||||
Components.utils.import("resource://gre/modules/AddonManager.jsm", modules);
|
Components.utils.import("resource://gre/modules/AddonManager.jsm", modules);
|
||||||
|
|||||||
Reference in New Issue
Block a user