Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

diff --git a/browser/components/newtab/metrics.yaml b/browser/components/newtab/metrics.yaml
index 22e15feb592aa..0b301bf013ebc 100644
--- a/browser/components/newtab/metrics.yaml
+++ b/browser/components/newtab/metrics.yaml
@@ -1000,7 +1000,7 @@ messaging_system:
- chutten@mozilla.com
expires: never
send_in_pings:
- - metrics
+ - messaging-system
diff --git a/browser/components/newtab/metrics.yaml b/browser/components/newtab/metrics.yaml
index 22e15feb592aa..2e68b0b9c4ee7 100644
--- a/browser/components/newtab/metrics.yaml
+++ b/browser/components/newtab/metrics.yaml
@@ -1000,7 +1000,7 @@ messaging_system:
- chutten@mozilla.com
expires: never
send_in_pings:
- - metrics
+ - messaging-system
diff --git a/browser/components/newtab/metrics.yaml b/browser/components/newtab/metrics.yaml
index 22e15feb592aa..e199c9a927ef1 100644
--- a/browser/components/newtab/metrics.yaml
+++ b/browser/components/newtab/metrics.yaml
@@ -1000,7 +1000,7 @@ messaging_system:
- chutten@mozilla.com
expires: never
send_in_pings:
- - metrics
+ - messaging-system
--- ./old-rollout.json 2023-04-23 16:04:04
+++ ./new-rollout.json 2023-04-23 16:04:47
@@ -44,7 +44,7 @@
"fontSize": "13px",
"lineHeight": "15px",
"marginBlock": "-4px -28px",
- "string_id": "mr1-onboarding-set-default-secondary-button-label"
+ "string_id": "onboarding-not-now-button-label"
}
},
--- ./old-rollout.json 2023-04-23 16:04:04
+++ ./new-rollout.json 2023-04-23 16:04:47
@@ -44,7 +44,7 @@
"fontSize": "13px",
"lineHeight": "15px",
"marginBlock": "-4px -28px",
- "string_id": "mr1-onboarding-set-default-secondary-button-label"
+ "string_id": "onboarding-not-now-button-label"
}
},
diff --git a/./old-rollout.json b/./new-rollout.json
index 3f2ee7f..4c396de 100644
--- a/./old-rollout.json
+++ b/./new-rollout.json
@@ -44,7 +44,7 @@
 "fontSize": "13px",
 "lineHeight": "15px",
 "marginBlock": "-4px -28px",
- "string_id": "mr1-onboarding-set-default-secondary-button-label"
+ "string_id": "onboarding-not
// 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.
@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

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(