-
Notifications
You must be signed in to change notification settings - Fork 190
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
c330a4a
commit 13a83d7
Showing
16 changed files
with
144 additions
and
40 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: ea787739a4141851e6f39b0574dcbfc198f00caa | ||
master: 2966caf8129d1a0d6a382b5d851456169f1081f8 | ||
release: 9a9f81045b0a0808366e39445a4396c829d9b23f | ||
beta: 5ff91e9364ba355300222f6ffc3f06f96773aee0 | ||
master: d55e89d48a8053ce45a74b0ec92c0ff6a9dcc43d | ||
release: 644e64f05b5fbf977a81016e3927add6e132d770 |
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
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
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
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
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
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
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
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
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
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
10 changes: 5 additions & 5 deletions
10
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: 0ff7aa0d9718713755e92b8602c84047dee8904f | ||
central: 3bbdb176dcee489c33f56a80ace0b07d94d1c723 | ||
esr115: 76b75fc873b57b58e72b65c448603c82068bac47 | ||
esr128: 1fe92601aa3a84232d2133762631b9e7cb04eb23 | ||
release: 9f2fc0550498f901c99b920495e69cd439349c77 | ||
beta: 449f3d2a7d851bff4ebd64ee140070e08109e997 | ||
central: 7a6d654e992ebc575d432f0b0857d4276281b2a3 | ||
esr115: a70aa9c45c8b12523da2b8ce62f711a3763c02ef | ||
esr128: 166c12990cbedb1ad6221cd8862f98f62795ea6e | ||
release: b197a1dd0947540a45fca4fe3d0f444e48b72816 |
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 |
---|---|---|
|
@@ -677,10 +677,6 @@ 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 | ||
|
@@ -690,16 +686,6 @@ aboutwelcome: | |
transitions: | ||
type: boolean | ||
description: Enable transition effect between screens | ||
showModal: | ||
type: boolean | ||
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 | ||
|
@@ -713,6 +699,36 @@ aboutwelcome: | |
description: >- | ||
Should the return to about:welcome toolbar button be shown | ||
preonboarding: | ||
description: "A modal that shows on first startup, typically on top of about:welcome" | ||
owner: [email protected] | ||
# Exposure is recorded by the spotlight feature used to show the modal | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.enabled | ||
description: >- | ||
Should users see the preonboarding modal? | ||
screens: | ||
type: json | ||
fallbackPref: browser.preonboarding.screens | ||
description: Content to show in the onboarding flow | ||
disableFirstRunPolicyTab: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.disableFirstRunPolicyTab | ||
description: Should a background tab load the first run policy URL? | ||
requireAction: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.requireAction | ||
description: >- | ||
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled)? | ||
interactionPref: | ||
type: string | ||
fallbackPref: browser.preonboarding.interactionPref | ||
description: >- | ||
Name of a boolean pref that indicates whether the preonboarding modal has been interacted with. If a value is provided, the modal will appear on every startup until the pref is set to true (typically via interaction with the modal's primary CTA). | ||
moreFromMozilla: | ||
description: "New page on about:preferences to suggest more Mozilla products" | ||
owner: [email protected] | ||
|
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 |
---|---|---|
|
@@ -677,10 +677,6 @@ 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 | ||
|
@@ -690,16 +686,6 @@ aboutwelcome: | |
transitions: | ||
type: boolean | ||
description: Enable transition effect between screens | ||
showModal: | ||
type: boolean | ||
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 | ||
|
@@ -713,6 +699,36 @@ aboutwelcome: | |
description: >- | ||
Should the return to about:welcome toolbar button be shown | ||
preonboarding: | ||
description: "A modal that shows on first startup, typically on top of about:welcome" | ||
owner: [email protected] | ||
# Exposure is recorded by the spotlight feature used to show the modal | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.enabled | ||
description: >- | ||
Should users see the preonboarding modal? | ||
screens: | ||
type: json | ||
fallbackPref: browser.preonboarding.screens | ||
description: Content to show in the onboarding flow | ||
disableFirstRunPolicyTab: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.disableFirstRunPolicyTab | ||
description: Should a background tab load the first run policy URL? | ||
requireAction: | ||
type: boolean | ||
fallbackPref: browser.preonboarding.requireAction | ||
description: >- | ||
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled)? | ||
interactionPref: | ||
type: string | ||
fallbackPref: browser.preonboarding.interactionPref | ||
description: >- | ||
Name of a boolean pref that indicates whether the preonboarding modal has been interacted with. If a value is provided, the modal will appear on every startup until the pref is set to true (typically via interaction with the modal's primary CTA). | ||
moreFromMozilla: | ||
description: "New page on about:preferences to suggest more Mozilla products" | ||
owner: [email protected] | ||
|
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
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