Skip to content

Commit 0b8c655

Browse files
chore(nimbus): Update External Configs
1 parent 99243de commit 0b8c655

File tree

11 files changed

+119
-48
lines changed

11 files changed

+119
-48
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
beta: 75153cfde804210282110c8bc510441509defbc6
2-
master: d1fbe983fb7720f0a4aca0e748817af11c1a374e
1+
beta: c6489fceafbefb3732eb64941a132f6cc9abcfb5
2+
master: b0b003e992b199fd8e13999bd5d06d06c84a3fd2
33
release: 21df1ac521242be96e0c070aa713ccff03e1b2d3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
beta: 2f15bd117dcfcd7ad47a0249d7d67ebb7a098fda
2-
central: e96db7f2fc84bf31d8081316be884a96496fecb6
3-
esr115: d75267771e3d43008d705fc0d5a1c4d66ab59331
4-
esr128: 85cf2399be228f96a1bf1fed8d55845aa1a44d9a
1+
beta: 1bf697a011a149bedf9e88e118cf0cb022e67cd8
2+
central: 5223a9e8f62812d59d3daaedadb64d1be3c8757b
3+
esr115: d1fc468b22bf1334946ad6565e971199f6bad5c8
4+
esr128: ea8504e2a0767a48a6efdc82831355e2ea9a998d
55
release: 1bed3c0453cf905787d1f87bf45ddbdfd64253c9

Diff for: experimenter/experimenter/features/manifests/firefox-desktop/experimenter.yaml

+32-19
Original file line numberDiff line numberDiff line change
@@ -692,20 +692,26 @@ preonboarding:
692692
type: json
693693
fallbackPref: browser.preonboarding.screens
694694
description: Content to show in the onboarding flow
695-
disableFirstRunPolicyTab:
696-
type: boolean
697-
fallbackPref: browser.preonboarding.disableFirstRunPolicyTab
698-
description: Should a background tab load the first run policy URL?
699695
requireAction:
700696
type: boolean
701697
fallbackPref: browser.preonboarding.requireAction
702698
description: >-
703699
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled)?
704-
interactionPref:
700+
currentPolicyVersion:
701+
type: int
702+
fallbackPref: datareporting.policy.currentPolicyVersion
703+
description: >-
704+
The current policy version displayed by this preonboarding modal.
705+
minimumPolicyVersion:
706+
type: int
707+
fallbackPref: datareporting.policy.minimumPolicyVersion
708+
description: >-
709+
The minimum policy version which the user must have accepted to not see the preonboarding modal.
710+
firstRunURL:
705711
type: string
706-
fallbackPref: browser.preonboarding.interactionPref
712+
fallbackPref: datareporting.policy.firstRunURL
707713
description: >-
708-
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).
714+
URL of browser tab to be opened on first run instead of infobar.
709715
710716
moreFromMozilla:
711717
description: "New page on about:preferences to suggest more Mozilla products"
@@ -938,33 +944,40 @@ newtabLayoutExperiment:
938944
description: >-
939945
Variant B in layouts experiment.
940946
941-
newtabShortcutsExperiment:
947+
newtabCustomWallpaper:
942948
description: >-
943-
Adjusting sizes and spacing of new tab shortcuts.
944-
owner: sdowne@mozilla.com
949+
Modify the wallpaper selection feature to support user-uploaded custom wallpaper images
950+
owner: mcrawford@mozilla.com
945951
hasExposure: false
946952
variables:
947-
refresh:
953+
uploadWallpaper:
948954
type: boolean
949955
setPref:
950956
branch: user
951-
pref: browser.newtabpage.activity-stream.newtabShortcuts.refresh
957+
pref: browser.newtabpage.activity-stream.newtabWallpapers.customWallpaper.enabled
952958
description: >-
953-
Adjusting sizes and spacing of new tab shortcuts.
959+
Turns on and off ability to upload a custom wallpaper.
960+
colorPicker:
961+
type: boolean
962+
setPref:
963+
branch: user
964+
pref: browser.newtabpage.activity-stream.newtabWallpapers.customColor.enabled
965+
description: >-
966+
Turns on and off background color picker.
954967
955-
newtabAprilFools:
968+
newtabShortcutsExperiment:
956969
description: >-
957-
Replaces logo and wordmark for April Fools Day.
958-
owner: achurchwell@mozilla.com
970+
Adjusting sizes and spacing of new tab shortcuts.
971+
owner: sdowne@mozilla.com
959972
hasExposure: false
960973
variables:
961-
isAprilFools:
974+
refresh:
962975
type: boolean
963976
setPref:
964977
branch: user
965-
pref: browser.newtabpage.activity-stream.newtabLogo.aprilfools
978+
pref: browser.newtabpage.activity-stream.newtabShortcuts.refresh
966979
description: >-
967-
Replaces logo and wordmark for April Fools Day.
980+
Adjusting sizes and spacing of new tab shortcuts.
968981
969982
newtabSponsoredContent:
970983
description: >-

Diff for: experimenter/experimenter/features/manifests/firefox-desktop/v137.0.0/experimenter.yaml

+32-19
Original file line numberDiff line numberDiff line change
@@ -692,20 +692,26 @@ preonboarding:
692692
type: json
693693
fallbackPref: browser.preonboarding.screens
694694
description: Content to show in the onboarding flow
695-
disableFirstRunPolicyTab:
696-
type: boolean
697-
fallbackPref: browser.preonboarding.disableFirstRunPolicyTab
698-
description: Should a background tab load the first run policy URL?
699695
requireAction:
700696
type: boolean
701697
fallbackPref: browser.preonboarding.requireAction
702698
description: >-
703699
When showModal is enabled, should action be required to proceed (show as a window modal with dismiss using the ESC key disabled)?
704-
interactionPref:
700+
currentPolicyVersion:
701+
type: int
702+
fallbackPref: datareporting.policy.currentPolicyVersion
703+
description: >-
704+
The current policy version displayed by this preonboarding modal.
705+
minimumPolicyVersion:
706+
type: int
707+
fallbackPref: datareporting.policy.minimumPolicyVersion
708+
description: >-
709+
The minimum policy version which the user must have accepted to not see the preonboarding modal.
710+
firstRunURL:
705711
type: string
706-
fallbackPref: browser.preonboarding.interactionPref
712+
fallbackPref: datareporting.policy.firstRunURL
707713
description: >-
708-
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).
714+
URL of browser tab to be opened on first run instead of infobar.
709715
710716
moreFromMozilla:
711717
description: "New page on about:preferences to suggest more Mozilla products"
@@ -938,33 +944,40 @@ newtabLayoutExperiment:
938944
description: >-
939945
Variant B in layouts experiment.
940946
941-
newtabShortcutsExperiment:
947+
newtabCustomWallpaper:
942948
description: >-
943-
Adjusting sizes and spacing of new tab shortcuts.
944-
owner: sdowne@mozilla.com
949+
Modify the wallpaper selection feature to support user-uploaded custom wallpaper images
950+
owner: mcrawford@mozilla.com
945951
hasExposure: false
946952
variables:
947-
refresh:
953+
uploadWallpaper:
948954
type: boolean
949955
setPref:
950956
branch: user
951-
pref: browser.newtabpage.activity-stream.newtabShortcuts.refresh
957+
pref: browser.newtabpage.activity-stream.newtabWallpapers.customWallpaper.enabled
952958
description: >-
953-
Adjusting sizes and spacing of new tab shortcuts.
959+
Turns on and off ability to upload a custom wallpaper.
960+
colorPicker:
961+
type: boolean
962+
setPref:
963+
branch: user
964+
pref: browser.newtabpage.activity-stream.newtabWallpapers.customColor.enabled
965+
description: >-
966+
Turns on and off background color picker.
954967
955-
newtabAprilFools:
968+
newtabShortcutsExperiment:
956969
description: >-
957-
Replaces logo and wordmark for April Fools Day.
958-
owner: achurchwell@mozilla.com
970+
Adjusting sizes and spacing of new tab shortcuts.
971+
owner: sdowne@mozilla.com
959972
hasExposure: false
960973
variables:
961-
isAprilFools:
974+
refresh:
962975
type: boolean
963976
setPref:
964977
branch: user
965-
pref: browser.newtabpage.activity-stream.newtabLogo.aprilfools
978+
pref: browser.newtabpage.activity-stream.newtabShortcuts.refresh
966979
description: >-
967-
Replaces logo and wordmark for April Fools Day.
980+
Adjusting sizes and spacing of new tab shortcuts.
968981
969982
newtabSponsoredContent:
970983
description: >-

Diff for: experimenter/experimenter/features/manifests/focus-ios/.ref-cache.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ focus/klar-v132.0: d9ed6134db59ff456d343e2bb211aefd040319ac
1414
focus/klar-v133.0: a3372669a06fa684d3c5945c317d6787e3125303
1515
focus/klar-v134.0: be550d94c2c7bc8b8902cdf7fe542a64e73a381a
1616
focus/klar-v135.0: c3145564c445d2f7d9e95527e8242c5d21f99cf9
17-
main: 3474739347e04199b83c801667d0da8395ad8dad
17+
main: 5ade13ea129ef07f7a36adc1341c7fedc05d38c8
1818
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
1919
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
2020
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494
@@ -27,4 +27,4 @@ release/v132: cb318d0061ec6354167ecc1968020d5d75f1bffc
2727
release/v133: 7c651ce29e94c6389af7a69ec6b5c44251976e92
2828
release/v134: 58f809c3c0717fffaef3bf9443b2c1e3e3a86a0f
2929
release/v135: 8cebfff26286e73b0beb3e12f5b438be11b1d293
30-
release/v136: 7e8b7286609d4b43a1a76d8da355d7e556e3ce73
30+
release/v136: cd7f9b917378618539bd9fef25604cc0055ec456

Diff for: experimenter/experimenter/features/manifests/ios/.ref-cache.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
main: 3474739347e04199b83c801667d0da8395ad8dad
1+
main: 5ade13ea129ef07f7a36adc1341c7fedc05d38c8
22
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
33
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
44
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
@@ -18,7 +18,7 @@ release/v132: cb318d0061ec6354167ecc1968020d5d75f1bffc
1818
release/v133: 7c651ce29e94c6389af7a69ec6b5c44251976e92
1919
release/v134: 58f809c3c0717fffaef3bf9443b2c1e3e3a86a0f
2020
release/v135: 8cebfff26286e73b0beb3e12f5b438be11b1d293
21-
release/v136: 7e8b7286609d4b43a1a76d8da355d7e556e3ce73
21+
release/v136: cd7f9b917378618539bd9fef25604cc0055ec456
2222
v117.0: 3b275ab1e4ccef769d84437033c0c68acfd2df8a
2323
v117.1: 55ddcf473a65d106d43f6d2ae5af4076d6d03688
2424
v117.2: 5cc367aa8857199cd8a54d53e8faf6696c5614c3

Diff for: experimenter/experimenter/features/manifests/monitor-web/experimenter.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ data-privacy-petition-banner:
1515
enabled:
1616
type: boolean
1717
description: If the feature is enabled
18+
example-feature:
19+
description: An example feature
20+
hasExposure: true
21+
exposureDescription: ""
22+
variables:
23+
enabled:
24+
type: boolean
25+
description: If the feature is enabled
26+
something:
27+
type: string
28+
description: Another variable
1829
landing-page-free-scan-cta:
1930
description: Landing page free scan CTA
2031
hasExposure: true

Diff for: experimenter/experimenter/features/manifests/monitor-web/local.fml.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ features:
1919
description: If the feature is enabled
2020
type: Boolean
2121
default: true
22+
example-feature:
23+
description: An example feature
24+
variables:
25+
enabled:
26+
description: If the feature is enabled
27+
type: Boolean
28+
default: true
29+
something:
30+
description: Another variable
31+
type: Option<String>
32+
default: ~
2233
landing-page-free-scan-cta:
2334
description: Landing page free scan CTA
2435
variables:

Diff for: experimenter/experimenter/features/manifests/monitor-web/production.fml.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ features:
1919
description: If the feature is enabled
2020
type: Boolean
2121
default: false
22+
example-feature:
23+
description: An example feature
24+
variables:
25+
enabled:
26+
description: If the feature is enabled
27+
type: Boolean
28+
default: false
29+
something:
30+
description: Another variable
31+
type: Option<String>
32+
default: ~
2233
landing-page-free-scan-cta:
2334
description: Landing page free scan CTA
2435
variables:

Diff for: experimenter/experimenter/features/manifests/monitor-web/staging.fml.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ features:
1919
description: If the feature is enabled
2020
type: Boolean
2121
default: false
22+
example-feature:
23+
description: An example feature
24+
variables:
25+
enabled:
26+
description: If the feature is enabled
27+
type: Boolean
28+
default: false
29+
something:
30+
description: Another variable
31+
type: Option<String>
32+
default: ~
2233
landing-page-free-scan-cta:
2334
description: Landing page free scan CTA
2435
variables:

Diff for: experimenter/experimenter/outcomes/metric-hub-main/jetstream/outcomes/firefox_desktop/pdf_handler.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ description = "Measures if Firefox was launched or invoked to handle a PDF file"
55
[metrics.pdf_launched_or_invoked_to_handle.statistics.binomial]
66
[metrics.pdf_invoked_to_handle.statistics.binomial]
77
[metrics.pdf_launched_to_handle.statistics.binomial]
8+
[metrics.is_default_pdf_handler.statistics.binomial]

0 commit comments

Comments
 (0)