Skip to content

Instantly share code, notes, and snippets.

browser/components/BrowserGlue.jsm --- 1/4 --- Text
17 17 "resource://gre/modules/AppConstants.jsm"
18 18 );
19 19
.. 20 XPCOMUtils.defineLazyGetter(this, "log", () => {
.. 21 const { Logger } = ChromeUtils.import(
.. 22 "resource://messaging-system/lib/Logger.jsm"
.. 23 );
.. 24 return new Logger("BrowserGlue");
.. 25 });
/*
* This is a NodeJS script that crudely simulates a captive portal. It is
* intended for use by QA and engineering while working on the captive portal
* feature in Firefox.
*
* It maintains the authentication state (logged in or logged out). The root
* URL ("/") displays either a link to log out (if the state is logged in) or
* to log in (if the state is logged out). A canonical URL ("/test") is
* provided: when this URL is requested, if the state is logged in, a "success"
* response is sent. If the state is logged out, a redirect is sent (back to
diff --git a/python/mozbuild/mozbuild/nodeutil.py b/python/mozbuild/mozbuild/nodeutil.py
index 7ddd74ad8f2ed..ff28ca2e4686f 100644
--- a/python/mozbuild/mozbuild/nodeutil.py
+++ b/python/mozbuild/mozbuild/nodeutil.py
@@ -23,6 +23,7 @@ def find_node_paths():
Returns a list of paths, which includes the build state directory.
"""
mozbuild_tools_dir = get_tools_dir()
+ print("mozbuild_tools_dir = {}".format(mozbuild_tools_dir))
[2020-10-16T20:32:58Z WARN ] Uncommitted changes detected, please commit before release.
[2020-10-16T20:32:58Z INFO ] Starting parser-gen's next development iteration 0.1.1-alpha.0
[2020-10-16T20:32:58Z INFO ] Pushing HEAD to origin
[2020-10-16T20:32:58Z INFO ] Pushing parser-gen-v0.1.0 to origin
[2020-10-16T20:16:05Z DEBUG] Cannot detect changes for jexl-parser because tag jexl-parser-v0.1.7-alpha.0 is missing. Try setting `--prev-tag-name <TAG>`.
[2020-10-16T20:16:05Z DEBUG] Cannot detect changes for jexl-eval because tag jexl-eval-v0.1.7-alpha.0 is missing. Try setting `--prev-tag-name <TAG>`.
[2020-10-16T20:16:05Z INFO ] Update jexl-parser to version 0.1.7
[2020-10-16T20:16:05Z DEBUG] Updating lock file
[2020-10-16T20:16:05Z TRACE] cd /Users/dmose/r/jexl-rs/jexl-parser
[2020-10-16T20:16:05Z TRACE] git commit -am (cargo-release) version 0.1.7
[2020-10-16T20:16:05Z INFO ] Update jexl-eval to version 0.1.7
[2020-10-16T20:16:05Z DEBUG] Updating lock file
[2020-10-16T20:16:05Z TRACE] cd /Users/dmose/r/jexl-rs/jexl-eval
[2020-10-16T20:16:05Z TRACE] git commit -am (cargo-release) version 0.1.7
diff --git a/browser/components/newtab/data/content/activity-stream.bundle.js b/browser/components/newtab/data/content/activity-stream.bundle.js
index 2c8a24112f129..133c9c703030f 100644
--- a/browser/components/newtab/data/content/activity-stream.bundle.js
+++ b/browser/components/newtab/data/content/activity-stream.bundle.js
@@ -115,30 +115,27 @@ __webpack_require__.r(__webpack_exports__);
-
const store = Object(content_src_lib_init_store__WEBPACK_IMPORTED_MODULE_6__["initStore"])(common_Reducers_jsm__WEBPACK_IMPORTED_MODULE_10__["reducers"], global.gActivityStreamPrerenderedState);
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 00000000..b6f27f13
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+engine-strict=true
diff --git a/package.json b/package.json
index 0ff17ed5..f3221c09 100644
--- a/package.json
diff --git a/package.json b/package.json
index 0ff17ed5..f3221c09 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,8 @@
"engines": {
"firefox": ">=45.0 <=*",
"//": "when changing node versions, also edit .travis.yml and .nvmrc",
- "node": "8.*"
+ "node": "8.*",
diff --git a/package.json b/package.json
index 0ff17ed5..f3221c09 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,8 @@
"engines": {
"firefox": ">=45.0 <=*",
"//": "when changing node versions, also edit .travis.yml and .nvmrc",
- "node": "8.*"
+ "node": "8.*",
{
"spocs": {
"url": "https:\/\/getpocket.cdn.mozilla.net\/v3\/firefox\/global-recs?version=3&consumer_key=40249-e88c401e1b1f2242d9e441c4&locale_lang=en-US&feed_variant=default_spocs_on"
},
"layout": [
{
"width": 12,
"components": [
{
"type": "TopSites",