File tree Expand file tree Collapse file tree 10 files changed +94
-16
lines changed
experimenter/experimenter/features/manifests Expand file tree Collapse file tree 10 files changed +94
-16
lines changed Original file line number Diff line number Diff line change 1
- beta : 0778a0b2b6b3c9445e6947fb3e5ab39c45d2f798
2
- main : d5770dd3a8e0c22c71c8b283831ff6f410d5ff05
1
+ beta : cf7e8f5d6a051be3895f3bf733cc2f65cb27538c
2
+ main : e4d8867f696477f5ec96db70d584716c6edb1213
3
3
release : cb44a12f0310207876d4fd026548911b7b8ecd70
Original file line number Diff line number Diff line change @@ -419,6 +419,30 @@ features:
419
419
line-two-link-text : onboarding_redesign_tou_body_two_link_text
420
420
line-three-text : onboarding_redesign_tou_body_three
421
421
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
422
446
marketing-data :
423
447
card-type : marketing-data
424
448
enabled : false
Original file line number Diff line number Diff line change @@ -419,6 +419,30 @@ features:
419
419
line-two-link-text : onboarding_redesign_tou_body_two_link_text
420
420
line-three-text : onboarding_redesign_tou_body_three
421
421
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
422
446
marketing-data :
423
447
card-type : marketing-data
424
448
enabled : false
Original file line number Diff line number Diff line change 1
- beta : 0778a0b2b6b3c9445e6947fb3e5ab39c45d2f798
1
+ beta : cf7e8f5d6a051be3895f3bf733cc2f65cb27538c
2
2
esr115 : 11d3f8d0ce23a16fce6cbebc2912be969cb18a46
3
3
esr128 : ed38f9209e39bd7ad247c81a7c20c99c874e0a62
4
4
esr140 : 786cf32bb679d6c0f2f37491cf0698d3153c6451
5
- main : d5770dd3a8e0c22c71c8b283831ff6f410d5ff05
5
+ main : e4d8867f696477f5ec96db70d584716c6edb1213
6
6
release : cb44a12f0310207876d4fd026548911b7b8ecd70
Original file line number Diff line number Diff line change @@ -1428,7 +1428,22 @@ newtabInferredPersonalization:
1428
1428
type : boolean
1429
1429
description : >-
1430
1430
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
1432
1447
1433
1448
newtabSmartShortcuts :
1434
1449
description : about:newtab personalized shortcuts
Original file line number Diff line number Diff line change @@ -1428,7 +1428,22 @@ newtabInferredPersonalization:
1428
1428
type : boolean
1429
1429
description : >-
1430
1430
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
1432
1447
1433
1448
newtabSmartShortcuts :
1434
1449
description : about:newtab personalized shortcuts
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ focus/klar-v139.0: 0a40db672ac6d422377ae4394dcbaae878998e9e
21
21
focus/klar-v140.0 : 2d3684ce1d30402082a7d37b3df58e0c672ac4ab
22
22
focus/klar-v141.0 : 2d2a8b3fcd4a112fa6e387d687138dc662d96e37
23
23
focus/klar-v143.0 : 72645ad484df1c240e64871aa5408b296d94798c
24
- main : e951850192febe2ba4cc6cd6e37abe295ddfa372
24
+ main : 278b27ac4093374891a9899c6d5a292dcb179fa5
25
25
release/v124 : da250bed9e19c4978d4400d6d404cb312e33636e
26
26
release/v125 : a3e1e0773a00009e08d95726fd518ab642255ccd
27
27
release/v126 : 6f305409b4af68e8404401a2caad8cb0da9a0494
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ firefox-v141.2: a546df46d992dd7e793f18c551a70226205be5ab
60
60
firefox-v142.0 : fda95e1815322d9f1563d575bc1abb79d81041ab
61
61
firefox-v142.1 : 800347c19d5917a54d00c0ce94d17bc7d37df92b
62
62
firefox-v143.0 : 6b1e8d6e411786bd05cbc8a278df529494e4b9fb
63
- main : e951850192febe2ba4cc6cd6e37abe295ddfa372
63
+ main : 278b27ac4093374891a9899c6d5a292dcb179fa5
64
64
release/v117 : 43b690c450066d4dde1b2ccb93ed3714d244d502
65
65
release/v118 : 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
66
66
release/v119 : 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
@@ -89,8 +89,8 @@ release/v141: 69430564a07de646d13a5337c5bfc1a5a576da13
89
89
release/v142 : 9d2a88be39b477f39cf753c69adaef4006d603ae
90
90
release/v142.0 : fda95e1815322d9f1563d575bc1abb79d81041ab
91
91
release/v142.1 : 7760fd164fda9ab5137f7cd986e52c643a943f28
92
- release/v143.0 : fa7cedbd23ed59a753005e1719505ad4e64e8386
93
- release/v143.1 : 20f59d81f023c02dc9fa9d8217f2410dc557c2c0
92
+ release/v143.0 : 0cca9b60b3aaf0c5b11267655fb5c26bda6110a6
93
+ release/v143.1 : 4d1f026a20d337b6dda5bb6e4518b5c8b75246c4
94
94
v117.0 : 3b275ab1e4ccef769d84437033c0c68acfd2df8a
95
95
v117.1 : 55ddcf473a65d106d43f6d2ae5af4076d6d03688
96
96
v117.2 : 5cc367aa8857199cd8a54d53e8faf6696c5614c3
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ features:
35
35
description : |
36
36
Enables the apple summarizer feature.
37
37
type : Boolean
38
- default : false
38
+ default : true
39
39
shakeGesture :
40
40
description : |
41
41
Enables the shake gesture for the summarizer feature.
42
42
type : Boolean
43
- default : false
43
+ default : true
44
44
toolbarEntrypoint :
45
45
description : |
46
46
Enables the toolbar entrypoint for the summarizer feature.
47
47
type : Boolean
48
- default : false
48
+ default : true
49
49
deeplink-optimization-refactor-feature :
50
50
description : |
51
51
The feature flag to manage the rollout of deeplink optimization feature.
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ features:
35
35
description : |
36
36
Enables the apple summarizer feature.
37
37
type : Boolean
38
- default : false
38
+ default : true
39
39
shakeGesture :
40
40
description : |
41
41
Enables the shake gesture for the summarizer feature.
42
42
type : Boolean
43
- default : false
43
+ default : true
44
44
toolbarEntrypoint :
45
45
description : |
46
46
Enables the toolbar entrypoint for the summarizer feature.
47
47
type : Boolean
48
- default : false
48
+ default : true
49
49
deeplink-optimization-refactor-feature :
50
50
description : |
51
51
The feature flag to manage the rollout of deeplink optimization feature.
You can’t perform that action at this time.
0 commit comments