From 47288b3456a1734f08a8f13e906627721790b40f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 30 Dec 2010 21:34:13 -0500 Subject: Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. --- common/bootstrap.js | 1 + 1 file changed, 1 insertion(+) (limited to 'common/bootstrap.js') diff --git a/common/bootstrap.js b/common/bootstrap.js index e356cfac..76f9c5c7 100755 --- a/common/bootstrap.js +++ b/common/bootstrap.js @@ -99,6 +99,7 @@ FactoryProxy.prototype = { }, get module() { try { + dump("dactyl: bootstrap: create module: " + this.contractID + "\n"); Object.defineProperty(this, "module", { value: {}, enumerable: true }); JSMLoader.load(this.url, this.module); JSMLoader.registerGlobal(this.url, this.module.global); -- cgit v1.2.3