Skip to content

Commit 56fb9b4

Browse files
author
Experimenter CircleCI Bot
committed
chore(nimbus): Update External Configs
1 parent e8be902 commit 56fb9b4

27 files changed

+5396
-50
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
beta: 158123e6fce8e446b51d2c47d7d4ebe0fbd2c78d
2-
main: 929fb12c1318659f24965f2908dec6e5fd56d9d9
3-
release: e4e45d0d040e832e9878b4ff8c16437a833927f0
1+
beta: a29f5889051a30e6eb50e881818c1874476f4b8a
2+
main: 21d2b7dcadb4f3d8789b84364a70ce103896047c
3+
release: 39035a19d4a1ed8b96c05c7b38cc25bcda27fe50

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ features:
746746
description: |
747747
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
748748
type: Boolean
749-
default: true
749+
default: false
750750
navigation-toolbar:
751751
description: Feature for navigation toolbar.
752752
variables:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ features:
670670
description: |
671671
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
672672
type: Boolean
673-
default: true
673+
default: false
674674
navigation-toolbar:
675675
description: Feature for navigation toolbar.
676676
variables:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ features:
746746
description: |
747747
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
748748
type: Boolean
749-
default: true
749+
default: false
750750
navigation-toolbar:
751751
description: Feature for navigation toolbar.
752752
variables:

experimenter/experimenter/features/manifests/fenix/v148.0.0/nightly.fml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ features:
670670
description: |
671671
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
672672
type: Boolean
673-
default: true
673+
default: false
674674
navigation-toolbar:
675675
description: Feature for navigation toolbar.
676676
variables:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
beta: 158123e6fce8e446b51d2c47d7d4ebe0fbd2c78d
2-
esr115: 6686288e7df03f5765177abaa476c258031b429d
1+
beta: a29f5889051a30e6eb50e881818c1874476f4b8a
2+
esr115: a9f4d4f19cde6bfa10f9de2ef6122541f589d092
33
esr128: ed38f9209e39bd7ad247c81a7c20c99c874e0a62
4-
esr140: b77f47fbb9ee685904e60f0eef6898b996a51d97
5-
main: 929fb12c1318659f24965f2908dec6e5fd56d9d9
6-
release: e4e45d0d040e832e9878b4ff8c16437a833927f0
4+
esr140: b62c2bb4d25e5a8e43ab87df1c9c1213bcad6d16
5+
main: 21d2b7dcadb4f3d8789b84364a70ce103896047c
6+
release: 39035a19d4a1ed8b96c05c7b38cc25bcda27fe50

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,12 +2918,6 @@ networking:
29182918
setPref:
29192919
branch: default
29202920
pref: "network.preconnect"
2921-
networkPredictor:
2922-
description: Whether the Necko predictor is enabled
2923-
type: boolean
2924-
setPref:
2925-
branch: default
2926-
pref: "network.predictor.enabled"
29272921
http3CCalgorithm:
29282922
description: The congestion control algorithm with which to configure neqo. 0 for NewReno, 1 for Cubic
29292923
type: int
@@ -4218,18 +4212,6 @@ jitHintsCache:
42184212
branch: user
42194213
pref: "javascript.options.jithints"
42204214

4221-
asmjs:
4222-
description: Pref to toggle support for asm.js.
4223-
4224-
hasExposure: false
4225-
variables:
4226-
enabled:
4227-
description: True to enable the asm.js feature.
4228-
type: boolean
4229-
setPref:
4230-
branch: user
4231-
pref: "javascript.options.asmjs"
4232-
42334215
scriptloader:
42344216
description: Prefs that control scriptloader heuristics.
42354217

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,20 @@ newtabTrainhopAddon:
16191619
branch: user
16201620
pref: browser.newtabpage.trainhopAddon.version
16211621

1622+
newtabTrainhopFirstStartup:
1623+
description: |
1624+
Controls startup behaviours if and when a train-hop is available for a
1625+
fresh install.
1626+
1627+
hasExposure: false
1628+
variables:
1629+
enabled:
1630+
type: boolean
1631+
description: |
1632+
True if New Tab should attempt to download, install and enable
1633+
train-hopped newtab XPIs for the first profile of new installs on
1634+
Windows. This is true by default, but can be set to false to disable.
1635+
16221636
newtabTopicSelection:
16231637
description: the about:newtab topic selection experience.
16241638

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,12 +2918,6 @@ networking:
29182918
setPref:
29192919
branch: default
29202920
pref: "network.preconnect"
2921-
networkPredictor:
2922-
description: Whether the Necko predictor is enabled
2923-
type: boolean
2924-
setPref:
2925-
branch: default
2926-
pref: "network.predictor.enabled"
29272921
http3CCalgorithm:
29282922
description: The congestion control algorithm with which to configure neqo. 0 for NewReno, 1 for Cubic
29292923
type: int
@@ -4218,18 +4212,6 @@ jitHintsCache:
42184212
branch: user
42194213
pref: "javascript.options.jithints"
42204214

4221-
asmjs:
4222-
description: Pref to toggle support for asm.js.
4223-
4224-
hasExposure: false
4225-
variables:
4226-
enabled:
4227-
description: True to enable the asm.js feature.
4228-
type: boolean
4229-
setPref:
4230-
branch: user
4231-
pref: "javascript.options.asmjs"
4232-
42334215
scriptloader:
42344216
description: Prefs that control scriptloader heuristics.
42354217

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: 01026578c7d5314d484faaca8a3a1890bf218600
24+
main: 444132e22a55de7030a19f37fa993fd208447d2e
2525
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
2626
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
2727
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494

0 commit comments

Comments
 (0)