gecko-dev/toolkit/modules/subprocess
Nick Alexander 874576b950 Bug 1675332 - Pre: Make `VALUE: null` remove env vars in Subprocess.jsm. r=kmag
This small tweak makes it ergonomic to remove variables from the
inherited environment.  Using `null` to signal "removal", distinct
from `undefined` for "ignored", seems to be an accepted idiom in these
types of JS interfaces.

Differential Revision: https://phabricator.services.mozilla.com/D95896
2020-11-06 05:01:57 +00:00
..
docs
test/xpcshell Bug 1675332 - Pre: Make `VALUE: null` remove env vars in Subprocess.jsm. r=kmag 2020-11-06 05:01:57 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
Subprocess.jsm Bug 1675332 - Pre: Make `VALUE: null` remove env vars in Subprocess.jsm. r=kmag 2020-11-06 05:01:57 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
subprocess_common.jsm
subprocess_shared.js
subprocess_shared_unix.js
subprocess_shared_win.js
subprocess_unix.jsm
subprocess_win.jsm
subprocess_worker_common.js
subprocess_worker_unix.js
subprocess_worker_win.js