-
Notifications
You must be signed in to change notification settings - Fork 193
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
cd91d19
commit e2f23a9
Showing
6 changed files
with
152 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
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: 5bb06fdfad35f98d35cd307c20822d93e91a56f7 | ||
master: 551493ea32fe6678134a2450794e6fb4d42c6adb | ||
master: c5432a86ece2ce8671e7aefbe43fed9a10151227 | ||
release: c74e18eae027a2229f5120602d57bfe9121cf2f6 |
2 changes: 1 addition & 1 deletion
2
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: e9f7308cf6466d96c79a08298fe21832aff77a05 | ||
central: 935aaee05e8618c18b5e1c9a5ab95fe0337a42b9 | ||
central: 8502d5cd5759d33e1c180121ddf0c12be23ccae3 | ||
esr115: 8edb3c039fd64943550e9c34937e76ae51fa78f4 | ||
esr128: 6ae619a11308041c98adb1a6a8af26d0782c8f08 | ||
release: 4531b509dc4b525fcafa9cdbf69798d062b52594 |
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 |
---|---|---|
|
@@ -954,6 +954,20 @@ newtabShortcutsExperiment: | |
description: >- | ||
Adjusting sizes and spacing of new tab shortcuts. | ||
newtabAprilFools: | ||
description: >- | ||
Replaces logo and wordmark for April Fools Day. | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
isAprilFools: | ||
type: boolean | ||
setPref: | ||
branch: user | ||
pref: browser.newtabpage.activity-stream.newtabLogo.aprilfools | ||
description: >- | ||
Replaces logo and wordmark for April Fools Day. | ||
newtabSponsoredContent: | ||
description: >- | ||
Change and control the sponsored content on newtab. | ||
|
@@ -4316,3 +4330,63 @@ storageAccessHeuristics: | |
description: >- | ||
Do we grant cookie access to a tracker third party when it has been interacted with in the | ||
recent past and redirects itself to another top level site? | ||
auto-pip: | ||
description: "Automatic Picture-in-Picture" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to auto-open PiP when switching tabs. | ||
setPref: | ||
branch: user | ||
pref: "media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" | ||
|
||
urlbar-ime-search: | ||
description: "Urlbar IME" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to keep the urlbar panel open during IME composition. | ||
setPref: | ||
branch: user | ||
pref: "browser.urlbar.keepPanelOpenDuringImeComposition" | ||
|
||
web-rtc-global-mute-toggles: | ||
description: "WebRTC Global Mute Toggles" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable global mute toggles to the WebRTC indicator. | ||
setPref: | ||
branch: user | ||
pref: "privacy.webrtc.globalMuteToggles" | ||
|
||
jpeg-xl: | ||
description: "JPEG-XL" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable JPEG-XL support. | ||
setPref: | ||
branch: user | ||
pref: "image.jxl.enabled" | ||
|
||
css-masonry: | ||
description: "CSS Masonry Layout" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable CSS masonry layout. | ||
setPref: | ||
branch: user | ||
pref: "layout.css.grid-template-masonry-value.enabled" |
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 |
---|---|---|
|
@@ -954,6 +954,20 @@ newtabShortcutsExperiment: | |
description: >- | ||
Adjusting sizes and spacing of new tab shortcuts. | ||
newtabAprilFools: | ||
description: >- | ||
Replaces logo and wordmark for April Fools Day. | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
isAprilFools: | ||
type: boolean | ||
setPref: | ||
branch: user | ||
pref: browser.newtabpage.activity-stream.newtabLogo.aprilfools | ||
description: >- | ||
Replaces logo and wordmark for April Fools Day. | ||
newtabSponsoredContent: | ||
description: >- | ||
Change and control the sponsored content on newtab. | ||
|
@@ -4316,3 +4330,63 @@ storageAccessHeuristics: | |
description: >- | ||
Do we grant cookie access to a tracker third party when it has been interacted with in the | ||
recent past and redirects itself to another top level site? | ||
auto-pip: | ||
description: "Automatic Picture-in-Picture" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to auto-open PiP when switching tabs. | ||
setPref: | ||
branch: user | ||
pref: "media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" | ||
|
||
urlbar-ime-search: | ||
description: "Urlbar IME" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to keep the urlbar panel open during IME composition. | ||
setPref: | ||
branch: user | ||
pref: "browser.urlbar.keepPanelOpenDuringImeComposition" | ||
|
||
web-rtc-global-mute-toggles: | ||
description: "WebRTC Global Mute Toggles" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable global mute toggles to the WebRTC indicator. | ||
setPref: | ||
branch: user | ||
pref: "privacy.webrtc.globalMuteToggles" | ||
|
||
jpeg-xl: | ||
description: "JPEG-XL" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable JPEG-XL support. | ||
setPref: | ||
branch: user | ||
pref: "image.jxl.enabled" | ||
|
||
css-masonry: | ||
description: "CSS Masonry Layout" | ||
owner: [email protected] | ||
hasExposure: false | ||
variables: | ||
enabled: | ||
type: boolean | ||
description: Whether or not to enable CSS masonry layout. | ||
setPref: | ||
branch: user | ||
pref: "layout.css.grid-template-masonry-value.enabled" |
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