[Pkg-mozext-commits] [jpm.sh] 05/43: v0.0.4 support noQuit loader option

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit 6be21b0fe0e10d7afd062d07a7b8a304bf33016c
Author: Erik Vold <evold at mozilla.com>
Date:   Sat Nov 1 18:22:22 2014 -0700

    v0.0.4 support noQuit loader option
---
 data/bootstrap.js | 3 ++-
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/data/bootstrap.js b/data/bootstrap.js
index 11b966f..58b2a41 100644
--- a/data/bootstrap.js
+++ b/data/bootstrap.js
@@ -280,7 +280,8 @@ const startup = (addon, reasonCode) => {
         paths: paths,
         manifest: options.manifest || metadata,
         metadata: metadata,
-        modules: modules
+        modules: modules,
+        noQuit: getPref("extensions." + id + ".sdk.test.no-quit", false)
       });
 
       const module = loaderModule.Module(loaderID, loaderURI);
diff --git a/package.json b/package.json
index 5d6890e..01245e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jpm-core",
-  "version": "0.0.3",
+  "version": "0.0.4",
   "description": "Cross platform components for building Firefox add-ons",
   "main": "./index.js",
   "scripts": {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list