Skip to content

Commit d2554df

Browse files
author
Experimenter CircleCI Bot
committed
chore(nimbus): Update External Configs
1 parent 8924c78 commit d2554df

File tree

10 files changed

+94
-16
lines changed

10 files changed

+94
-16
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
beta: 0778a0b2b6b3c9445e6947fb3e5ab39c45d2f798
2-
main: d5770dd3a8e0c22c71c8b283831ff6f410d5ff05
1+
beta: cf7e8f5d6a051be3895f3bf733cc2f65cb27538c
2+
main: e4d8867f696477f5ec96db70d584716c6edb1213
33
release: cb44a12f0310207876d4fd026548911b7b8ecd70

experimenter/experimenter/features/manifests/fenix/developer.fml.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,30 @@ features:
419419
line-two-link-text: onboarding_redesign_tou_body_two_link_text
420420
line-three-text: onboarding_redesign_tou_body_three
421421
line-three-link-text: onboarding_redesign_tou_body_three_link_text
422+
default-browser-redesign:
423+
card-type: default-browser
424+
enabled: false
425+
title: onboarding_redesign_set_default_browser_title
426+
ordering: 5
427+
body: onboarding_redesign_set_default_browser_body
428+
primary-button-label: juno_onboarding_default_browser_positive_button
429+
secondary-button-label: juno_onboarding_default_browser_negative_button
430+
toolbar-placement-redesign:
431+
card-type: toolbar-placement
432+
enabled: false
433+
title: onboarding_redesign_customize_toolbar_title
434+
body: onboarding_customize_toolbar_description
435+
image-res: ic_onboarding_customize_toolbar
436+
ordering: 35
437+
primary-button-label: onboarding_redesign_continue_button
438+
extra-data:
439+
customization-toolbar-data:
440+
- toolbar-type: toolbar-top
441+
label: onboarding_customize_toolbar_top_option
442+
image-res: ic_onboarding_top_toolbar
443+
- toolbar-type: toolbar-bottom
444+
label: onboarding_customize_toolbar_bottom_option
445+
image-res: ic_onboarding_bottom_toolbar
422446
marketing-data:
423447
card-type: marketing-data
424448
enabled: false

experimenter/experimenter/features/manifests/fenix/v145.0.0/developer.fml.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,30 @@ features:
419419
line-two-link-text: onboarding_redesign_tou_body_two_link_text
420420
line-three-text: onboarding_redesign_tou_body_three
421421
line-three-link-text: onboarding_redesign_tou_body_three_link_text
422+
default-browser-redesign:
423+
card-type: default-browser
424+
enabled: false
425+
title: onboarding_redesign_set_default_browser_title
426+
ordering: 5
427+
body: onboarding_redesign_set_default_browser_body
428+
primary-button-label: juno_onboarding_default_browser_positive_button
429+
secondary-button-label: juno_onboarding_default_browser_negative_button
430+
toolbar-placement-redesign:
431+
card-type: toolbar-placement
432+
enabled: false
433+
title: onboarding_redesign_customize_toolbar_title
434+
body: onboarding_customize_toolbar_description
435+
image-res: ic_onboarding_customize_toolbar
436+
ordering: 35
437+
primary-button-label: onboarding_redesign_continue_button
438+
extra-data:
439+
customization-toolbar-data:
440+
- toolbar-type: toolbar-top
441+
label: onboarding_customize_toolbar_top_option
442+
image-res: ic_onboarding_top_toolbar
443+
- toolbar-type: toolbar-bottom
444+
label: onboarding_customize_toolbar_bottom_option
445+
image-res: ic_onboarding_bottom_toolbar
422446
marketing-data:
423447
card-type: marketing-data
424448
enabled: false
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
beta: 0778a0b2b6b3c9445e6947fb3e5ab39c45d2f798
1+
beta: cf7e8f5d6a051be3895f3bf733cc2f65cb27538c
22
esr115: 11d3f8d0ce23a16fce6cbebc2912be969cb18a46
33
esr128: ed38f9209e39bd7ad247c81a7c20c99c874e0a62
44
esr140: 786cf32bb679d6c0f2f37491cf0698d3153c6451
5-
main: d5770dd3a8e0c22c71c8b283831ff6f410d5ff05
5+
main: e4d8867f696477f5ec96db70d584716c6edb1213
66
release: cb44a12f0310207876d4fd026548911b7b8ecd70

experimenter/experimenter/features/manifests/firefox-desktop/experimenter.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,22 @@ newtabInferredPersonalization:
14281428
type: boolean
14291429
description: >-
14301430
Whether to use Unary encoding with differential privacy in the interest vector. If false or not set, we default to laplace noise with real values
1431-
1431+
normalized_time_zone_offset:
1432+
type: boolean
1433+
description: >-
1434+
Include normalized (limited to common values) time zone offset in telemetry and requests
1435+
local_popular_today_rerank:
1436+
type: boolean
1437+
description: >-
1438+
Whether to rerank popular today section using local interest vector
1439+
local_inferred_weight:
1440+
type: int
1441+
description: >-
1442+
Relative rank of the local inferred model, will be normalized by 100
1443+
server_inferred_weight:
1444+
type: int
1445+
description: >-
1446+
Relative rank of merino scores, will be normalized by 100
14321447
14331448
newtabSmartShortcuts:
14341449
description: about:newtab personalized shortcuts

experimenter/experimenter/features/manifests/firefox-desktop/v145.0.0/experimenter.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,22 @@ newtabInferredPersonalization:
14281428
type: boolean
14291429
description: >-
14301430
Whether to use Unary encoding with differential privacy in the interest vector. If false or not set, we default to laplace noise with real values
1431-
1431+
normalized_time_zone_offset:
1432+
type: boolean
1433+
description: >-
1434+
Include normalized (limited to common values) time zone offset in telemetry and requests
1435+
local_popular_today_rerank:
1436+
type: boolean
1437+
description: >-
1438+
Whether to rerank popular today section using local interest vector
1439+
local_inferred_weight:
1440+
type: int
1441+
description: >-
1442+
Relative rank of the local inferred model, will be normalized by 100
1443+
server_inferred_weight:
1444+
type: int
1445+
description: >-
1446+
Relative rank of merino scores, will be normalized by 100
14321447
14331448
newtabSmartShortcuts:
14341449
description: about:newtab personalized shortcuts

experimenter/experimenter/features/manifests/focus-ios/.ref-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ focus/klar-v139.0: 0a40db672ac6d422377ae4394dcbaae878998e9e
2121
focus/klar-v140.0: 2d3684ce1d30402082a7d37b3df58e0c672ac4ab
2222
focus/klar-v141.0: 2d2a8b3fcd4a112fa6e387d687138dc662d96e37
2323
focus/klar-v143.0: 72645ad484df1c240e64871aa5408b296d94798c
24-
main: e951850192febe2ba4cc6cd6e37abe295ddfa372
24+
main: 278b27ac4093374891a9899c6d5a292dcb179fa5
2525
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
2626
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
2727
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494

experimenter/experimenter/features/manifests/ios/.ref-cache.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ firefox-v141.2: a546df46d992dd7e793f18c551a70226205be5ab
6060
firefox-v142.0: fda95e1815322d9f1563d575bc1abb79d81041ab
6161
firefox-v142.1: 800347c19d5917a54d00c0ce94d17bc7d37df92b
6262
firefox-v143.0: 6b1e8d6e411786bd05cbc8a278df529494e4b9fb
63-
main: e951850192febe2ba4cc6cd6e37abe295ddfa372
63+
main: 278b27ac4093374891a9899c6d5a292dcb179fa5
6464
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
6565
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
6666
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
@@ -89,8 +89,8 @@ release/v141: 69430564a07de646d13a5337c5bfc1a5a576da13
8989
release/v142: 9d2a88be39b477f39cf753c69adaef4006d603ae
9090
release/v142.0: fda95e1815322d9f1563d575bc1abb79d81041ab
9191
release/v142.1: 7760fd164fda9ab5137f7cd986e52c643a943f28
92-
release/v143.0: fa7cedbd23ed59a753005e1719505ad4e64e8386
93-
release/v143.1: 20f59d81f023c02dc9fa9d8217f2410dc557c2c0
92+
release/v143.0: 0cca9b60b3aaf0c5b11267655fb5c26bda6110a6
93+
release/v143.1: 4d1f026a20d337b6dda5bb6e4518b5c8b75246c4
9494
v117.0: 3b275ab1e4ccef769d84437033c0c68acfd2df8a
9595
v117.1: 55ddcf473a65d106d43f6d2ae5af4076d6d03688
9696
v117.2: 5cc367aa8857199cd8a54d53e8faf6696c5614c3

experimenter/experimenter/features/manifests/ios/v143.0.1/release.fml.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ features:
3535
description: |
3636
Enables the apple summarizer feature.
3737
type: Boolean
38-
default: false
38+
default: true
3939
shakeGesture:
4040
description: |
4141
Enables the shake gesture for the summarizer feature.
4242
type: Boolean
43-
default: false
43+
default: true
4444
toolbarEntrypoint:
4545
description: |
4646
Enables the toolbar entrypoint for the summarizer feature.
4747
type: Boolean
48-
default: false
48+
default: true
4949
deeplink-optimization-refactor-feature:
5050
description: |
5151
The feature flag to manage the rollout of deeplink optimization feature.

experimenter/experimenter/features/manifests/ios/v143.1.0/release.fml.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ features:
3535
description: |
3636
Enables the apple summarizer feature.
3737
type: Boolean
38-
default: false
38+
default: true
3939
shakeGesture:
4040
description: |
4141
Enables the shake gesture for the summarizer feature.
4242
type: Boolean
43-
default: false
43+
default: true
4444
toolbarEntrypoint:
4545
description: |
4646
Enables the toolbar entrypoint for the summarizer feature.
4747
type: Boolean
48-
default: false
48+
default: true
4949
deeplink-optimization-refactor-feature:
5050
description: |
5151
The feature flag to manage the rollout of deeplink optimization feature.

0 commit comments

Comments
 (0)