Skip to content

Commit

Permalink
chore(nimbus): Update External Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dataops-ci-bot committed Dec 12, 2024
1 parent a91def6 commit 8c82e39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 7d96c84642dcc484be1a111f29182a38297a1cb7
master: 39e6d5b609b74a19c0824d98ae654b60d6310152
beta: 598bffa8e4b9d41f01dbd8ddddbde0a1d6581be9
master: 7575cde0e96df5518622e937d4f24a8e466307a5
release: 060aab7e8df0a8c92693ee77cf5a7ad8408ab083
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beta: 8f6ada628c8b97e7421fa6a6c6c3c39b6a4e9181
central: c0157231377305c8d7c22e452beff7c43fe4e9d7
beta: f46853c1956d6221e3b0bd4698bb90f3c2a2e272
central: a8a3495297c338c61912d243f08505bca2bd9eae
esr115: 0e6dc321c4bc69e4eb22ac3040411dbb0ed60633
esr128: 21def3e0518496b82c7b3da3f16de982ddcc31e2
esr128: 8f142b1250303a68293e4eaa03629c91aa0cbb76
release: 66a913b6fc223619a019b76c72f190a6caeac9f3
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ urlbar:
autoFillAdaptiveHistoryUseCountThreshold:
type: string
description: This value assumes float expression like "0.47". Threshold for use count of input history that we handle as adaptive history autofill. If the use count is this value or more, it will be a candidate.
experimentType:
type: string
description: The type of the experiment (or rollout). If "best-match", then the Nimbus exposure event will be recorded when the user first triggers a best match (or would have triggered a best match, for users in the control group). If empty, the event will be recorded when the user first triggers any type of Suggest suggestion.
enum:
- best-match
- ""
fakespotFeatureGate:
type: boolean
fallbackPref: browser.urlbar.fakespot.featureGate
Expand Down Expand Up @@ -464,15 +458,6 @@ urlbar:
- default
- interest
- random
quickSuggestRemoteSettingsDataType:
type: string
description: The `type` of the suggestions data in remote settings. If not specified, "data" is used.
quickSuggestRustEnabled:
type: boolean
fallbackPref: browser.urlbar.quicksuggest.rustEnabled
description: >-
Whether Firefox Suggest will use the new Rust backend instead of the
original JS backend.
quickSuggestScenario:
# IMPORTANT: This should not have a fallbackPref. See UrlbarPrefs.sys.mjs.
type: string
Expand Down Expand Up @@ -531,9 +516,6 @@ urlbar:
branch: default
pref: browser.urlbar.recentsearches.maxResults
description: The maximum number of recent searches to show.
recordNavigationalSuggestionTelemetry:
type: boolean
description: Whether to record navigational suggestion telemetry. Defaults to false.
showSearchTermsFeatureGate:
type: boolean
fallbackPref: browser.urlbar.showSearchTerms.featureGate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ urlbar:
autoFillAdaptiveHistoryUseCountThreshold:
type: string
description: This value assumes float expression like "0.47". Threshold for use count of input history that we handle as adaptive history autofill. If the use count is this value or more, it will be a candidate.
experimentType:
type: string
description: The type of the experiment (or rollout). If "best-match", then the Nimbus exposure event will be recorded when the user first triggers a best match (or would have triggered a best match, for users in the control group). If empty, the event will be recorded when the user first triggers any type of Suggest suggestion.
enum:
- best-match
- ""
fakespotFeatureGate:
type: boolean
fallbackPref: browser.urlbar.fakespot.featureGate
Expand Down Expand Up @@ -464,15 +458,6 @@ urlbar:
- default
- interest
- random
quickSuggestRemoteSettingsDataType:
type: string
description: The `type` of the suggestions data in remote settings. If not specified, "data" is used.
quickSuggestRustEnabled:
type: boolean
fallbackPref: browser.urlbar.quicksuggest.rustEnabled
description: >-
Whether Firefox Suggest will use the new Rust backend instead of the
original JS backend.
quickSuggestScenario:
# IMPORTANT: This should not have a fallbackPref. See UrlbarPrefs.sys.mjs.
type: string
Expand Down Expand Up @@ -531,9 +516,6 @@ urlbar:
branch: default
pref: browser.urlbar.recentsearches.maxResults
description: The maximum number of recent searches to show.
recordNavigationalSuggestionTelemetry:
type: boolean
description: Whether to record navigational suggestion telemetry. Defaults to false.
showSearchTermsFeatureGate:
type: boolean
fallbackPref: browser.urlbar.showSearchTerms.featureGate
Expand Down

0 comments on commit 8c82e39

Please sign in to comment.