Skip to content

Instantly share code, notes, and snippets.

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);
[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
[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
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))
/*
* 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
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 });
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
index 12e4b25ea66e1..5e1176d0806b8 100644
--- a/browser/components/BrowserGlue.jsm
+++ b/browser/components/BrowserGlue.jsm
@@ -17,6 +17,13 @@ const { AppConstants } = ChromeUtils.import(
"resource://gre/modules/AppConstants.jsm"
);
+XPCOMUtils.defineLazyGetter(this, "log", () => {
+ const { Logger } = ChromeUtils.import(
@dmose
dmose / desktop-enroll-locally.md
Last active May 24, 2022 16:44
Desktop Local Experiment Iteration
id title slug
desktop-enroll-locally
Desktop Local Experiment Iteration
/desktop-enroll-locally

Debugging an experiment from experimenter locally

Trying to iterate on an experiment in Preview on experimenter.services.mozilla.com can be painful, because even after you change something and post to preview, you have a wait a while for the

// Mozilla User Preferences
// DO NOT EDIT THIS FILE.
//
// If you make changes to this file while the application is running,
// the changes will be overwritten when the application exits.
//
// To change a preference value, you can either:
// - modify it via the UI (e.g. via about:config in the browser); or
// - set it within a user.js file in your profile.
// Mozilla User Preferences
// DO NOT EDIT THIS FILE.
//
// If you make changes to this file while the application is running,
// the changes will be overwritten when the application exits.
//
// To change a preference value, you can either:
// - modify it via the UI (e.g. via about:config in the browser); or
// - set it within a user.js file in your profile.