diff options
Diffstat (limited to 'bootstrap.js')
-rw-r--r-- | bootstrap.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.js b/bootstrap.js index 513f3aa..4c70ed0 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -30,13 +30,13 @@ const {classes: Cc, interfaces: Ci, utils: Cu} = Components; // Accessing the context of the background page: -// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=umatrix]').contentWindow; +// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=ematrix]').contentWindow; let windowlessBrowser = null; let windowlessBrowserPL = null; let bgProcess = null; let version; -const hostName = 'umatrix'; +const hostName = 'ematrix'; const restartListener = { get messageManager() { return Cc['@mozilla.org/parentprocessmessagemanager;1'] @@ -237,7 +237,7 @@ function uninstall(data, aReason) { return; } // To cleanup vAPI.localStorage in vapi-common.js, aka - // "extensions.umatrix.*" in `about:config`. + // "extensions.ematrix.*" in `about:config`. Cu.import('resource://gre/modules/Services.jsm', null) .Services.prefs.getBranch('extensions.' + hostName + '.') .deleteBranch(''); |