-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nimbus): Update External Configs
- Loading branch information
1 parent
7725018
commit aa4a103
Showing
6 changed files
with
178 additions
and
16 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
experimenter/experimenter/features/manifests/fenix/.ref-cache.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
beta: 55133241ef7a7ba6cf5b98af4ca9b8d74e06396e | ||
master: 22a0993169acd84ab8d574fefddcb4da04b77c91 | ||
release: af473f7473be7a851b294b3bb9edd7ca8968895e | ||
beta: 41833c343772b888c8fa6082429695f0d58da49f | ||
master: f009b3332db1c5197b1eb9c7108f68f9bb0900a8 | ||
release: 2af729f544f4d8b5371df3baceae96d37afeb286 |
6 changes: 3 additions & 3 deletions
6
experimenter/experimenter/features/manifests/firefox-desktop/.ref-cache.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
beta: 8d362d0dd6ca9f65ab0e73d8609c4236cbd222f4 | ||
central: afa1013c2e3013ee65a6f03fe76ca7a75b5051c5 | ||
beta: 7d88eb03f6957b192bfed37f5d705e4a29665137 | ||
central: 2274b27452bb4f5ae65f6c7fd346adbc5efca700 | ||
esr115: 020e9925f81bb0221add107b6b7ea8d3e32f269f | ||
esr128: e911f33083f63cb17f86fd300c39f4900f1fe478 | ||
release: 85fef6eb8f2cd56494960fee7b000e0bf9f04aaa | ||
release: 213845d047e0fb1c076d969e8163fa702ca9154e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -673,6 +673,10 @@ aboutwelcome: | |
type: json | ||
fallbackPref: browser.aboutwelcome.screens | ||
description: Content to show in the onboarding flow | ||
modalScreens: | ||
type: json | ||
fallbackPref: browser.aboutwelcome.modalScreens | ||
description: Content to show in the onboarding modal, if different from that in the onboarding flow | ||
languageMismatchEnabled: | ||
type: boolean | ||
fallbackPref: intl.multilingual.aboutWelcome.languageMismatchEnabled | ||
|
@@ -687,6 +691,11 @@ aboutwelcome: | |
fallbackPref: browser.aboutwelcome.showModal | ||
description: >- | ||
Should users see window modal onboarding | ||
requireAction: | ||
type: boolean | ||
fallbackPref: browser.aboutwelcome.requireAction | ||
description: >- | ||
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled) | ||
backdrop: | ||
type: string | ||
fallbackPref: browser.aboutwelcome.backdrop | ||
|
@@ -1825,6 +1834,50 @@ fxms-message-11: | |
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-12: | ||
description: "Firefox Messaging System message 12" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-13: | ||
description: "Firefox Messaging System message 13" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-14: | ||
description: "Firefox Messaging System message 14" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-15: | ||
description: "Firefox Messaging System message 15" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
whatsNewPage: | ||
description: "A Firefox Messaging System message for the What's new page channel" | ||
owner: [email protected] | ||
|
@@ -2775,15 +2828,21 @@ fxaButtonVisibility: | |
branch: user | ||
pref: identity.fxaccounts.toolbar.pxiToolbarEnabled.vpnEnabled | ||
|
||
syncDecouplingUpdates: | ||
syncSetupFlow: | ||
description: Prefs to control the updated Mozilla account panel flow for users without sync enabled. | ||
owner: [email protected] | ||
hasExposure: false | ||
hasExposure: true | ||
exposureDescription: >- | ||
Exposure is recorded when the user is enrolled in an experiment using this | ||
feature and we show an indicator when we detect their sync is disconnected. | ||
variables: | ||
syncSetup: | ||
enabled: | ||
description: True if we should show the user the updated sync set-up UI | ||
type: boolean | ||
fallbackPref: identity.fxaccounts.toolbar.syncSetup.enabled | ||
setPref: | ||
branch: user | ||
pref: identity.fxaccounts.toolbar.syncSetup.enabled | ||
|
||
|
||
fxaClientAssociation: | ||
description: Prefs to control the client association ping. | ||
|
@@ -4101,3 +4160,25 @@ tabGroups: | |
type: boolean | ||
fallbackPref: browser.tabs.groups.enabled | ||
description: Controls whether users can create new tab groups via drag and drop or the tab context menu | ||
|
||
smartblockEmbeds: | ||
description: Pref to control Smartblock Embeds | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
setPref: | ||
branch: default | ||
pref: extensions.webcompat.smartblockEmbeds.enabled | ||
description: >- | ||
Controls whether smartblock embed placeholders and protections panel toggles will be shown to the user. | ||
selectableProfiles: | ||
description: "Multiple profile management using selectableProfileService" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Enables the multiple profiles feature when true. Turning off this variable will not disable the feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -673,6 +673,10 @@ aboutwelcome: | |
type: json | ||
fallbackPref: browser.aboutwelcome.screens | ||
description: Content to show in the onboarding flow | ||
modalScreens: | ||
type: json | ||
fallbackPref: browser.aboutwelcome.modalScreens | ||
description: Content to show in the onboarding modal, if different from that in the onboarding flow | ||
languageMismatchEnabled: | ||
type: boolean | ||
fallbackPref: intl.multilingual.aboutWelcome.languageMismatchEnabled | ||
|
@@ -687,6 +691,11 @@ aboutwelcome: | |
fallbackPref: browser.aboutwelcome.showModal | ||
description: >- | ||
Should users see window modal onboarding | ||
requireAction: | ||
type: boolean | ||
fallbackPref: browser.aboutwelcome.requireAction | ||
description: >- | ||
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled) | ||
backdrop: | ||
type: string | ||
fallbackPref: browser.aboutwelcome.backdrop | ||
|
@@ -1825,6 +1834,50 @@ fxms-message-11: | |
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-12: | ||
description: "Firefox Messaging System message 12" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-13: | ||
description: "Firefox Messaging System message 13" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-14: | ||
description: "Firefox Messaging System message 14" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
fxms-message-15: | ||
description: "Firefox Messaging System message 15" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
"Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
schema: | ||
uri: "chrome://browser/content/asrouter/schemas/MessagingExperiment.schema.json" | ||
path: "browser/components/asrouter/content-src/schemas/MessagingExperiment.schema.json" | ||
variables: {} | ||
|
||
whatsNewPage: | ||
description: "A Firefox Messaging System message for the What's new page channel" | ||
owner: [email protected] | ||
|
@@ -2775,15 +2828,21 @@ fxaButtonVisibility: | |
branch: user | ||
pref: identity.fxaccounts.toolbar.pxiToolbarEnabled.vpnEnabled | ||
|
||
syncDecouplingUpdates: | ||
syncSetupFlow: | ||
description: Prefs to control the updated Mozilla account panel flow for users without sync enabled. | ||
owner: [email protected] | ||
hasExposure: false | ||
hasExposure: true | ||
exposureDescription: >- | ||
Exposure is recorded when the user is enrolled in an experiment using this | ||
feature and we show an indicator when we detect their sync is disconnected. | ||
variables: | ||
syncSetup: | ||
enabled: | ||
description: True if we should show the user the updated sync set-up UI | ||
type: boolean | ||
fallbackPref: identity.fxaccounts.toolbar.syncSetup.enabled | ||
setPref: | ||
branch: user | ||
pref: identity.fxaccounts.toolbar.syncSetup.enabled | ||
|
||
|
||
fxaClientAssociation: | ||
description: Prefs to control the client association ping. | ||
|
@@ -4101,3 +4160,25 @@ tabGroups: | |
type: boolean | ||
fallbackPref: browser.tabs.groups.enabled | ||
description: Controls whether users can create new tab groups via drag and drop or the tab context menu | ||
|
||
smartblockEmbeds: | ||
description: Pref to control Smartblock Embeds | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
setPref: | ||
branch: default | ||
pref: extensions.webcompat.smartblockEmbeds.enabled | ||
description: >- | ||
Controls whether smartblock embed placeholders and protections panel toggles will be shown to the user. | ||
selectableProfiles: | ||
description: "Multiple profile management using selectableProfileService" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Enables the multiple profiles feature when true. Turning off this variable will not disable the feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
experimenter/experimenter/features/manifests/ios/.ref-cache.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters