Go to the source code of this file.
Functions | |
os | addObserver (xpinstallObserver,"xpinstall-install-blocked", false) |
Variables | |
function const | Ci = Components.interfaces |
var | bundleSvc |
var | brandBundle = bundleSvc.createBundle("chrome://branding/locale/brand.properties") |
var | browserBundle = bundleSvc.createBundle("chrome://browser/locale/browser.properties") |
var | prefSvc |
var | xpinstallObserver |
var | os = Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService) |
os addObserver | ( | xpinstallObserver | , |
"xpinstall-install-blocked" | , | ||
false | |||
) |
var brandBundle = bundleSvc.createBundle("chrome://branding/locale/brand.properties") |
Definition at line 37 of file xpInstallHat.js.
var browserBundle = bundleSvc.createBundle("chrome://browser/locale/browser.properties") |
Definition at line 38 of file xpInstallHat.js.
var bundleSvc |
Definition at line 35 of file xpInstallHat.js.
function const Ci = Components.interfaces |
Definition at line 33 of file xpInstallHat.js.
Definition at line 111 of file xpInstallHat.js.
var prefSvc |
Definition at line 40 of file xpInstallHat.js.
var xpinstallObserver |
Definition at line 43 of file xpInstallHat.js.