Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 3d35c2648f3f13f39246ac989d3dfa385172226c
main: e535ba2be795ac33264c1106f6d98c5ace640f4d
release: d2ab24a3586ddd12e6e49999c2e83c0e1bfbaa38
beta: d9947d5da5434285d8e03592c91fb817830f4a9d
main: af3c77e22f88ca06e1b4ac822c1d056f263a64fe
release: b9f3b8bdd412798e6d2f6c4b42c4db50ffe6dd53
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ features:
report-site-issue:
description: If true, report site issue menu item and preview is available.
type: Boolean
default: false
default: true
merino-client:
description: Feature to enable the Merino Client for users on Firefox on Android.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ features:
report-site-issue:
description: If true, report site issue menu item and preview is available.
type: Boolean
default: false
default: true
merino-client:
description: Feature to enable the Merino Client for users on Firefox on Android.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ features:
report-site-issue:
description: If true, report site issue menu item and preview is available.
type: Boolean
default: false
default: true
merino-client:
description: Feature to enable the Merino Client for users on Firefox on Android.
variables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beta: 3d35c2648f3f13f39246ac989d3dfa385172226c
esr115: 7613d8177d3e7b89ef5ce391f68256e0a587f9a4
beta: d9947d5da5434285d8e03592c91fb817830f4a9d
esr115: e87afcce38a26282378a1f5852195a47d37190ff
esr128: ed38f9209e39bd7ad247c81a7c20c99c874e0a62
esr140: a7da261782c6c97f872f6c9610c4ecda64bfb357
main: e535ba2be795ac33264c1106f6d98c5ace640f4d
release: d2ab24a3586ddd12e6e49999c2e83c0e1bfbaa38
esr140: b42cc9a9604f5de6d31c44ca54b0570962abbb72
main: af3c77e22f88ca06e1b4ac822c1d056f263a64fe
release: b9f3b8bdd412798e6d2f6c4b42c4db50ffe6dd53
Original file line number Diff line number Diff line change
Expand Up @@ -3721,6 +3721,23 @@ safeBrowsingRealTime:
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.hitProbability"
simulationNegativeCacheEnabled:
description: >
Whether to enable the negative cache for the real-time request
simulator. When enabled, prefixes with no hits are cached to skip
subsequent requests.
type: boolean
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.negativeCacheEnabled"
simulationNegativeCacheTTLSec:
description: >
TTL in seconds for negative cache entries in the real-time request
simulator.
type: int
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.negativeCacheTTLSec"

fxaButtonVisibility:
description: Prefs to control the visibility of the Firefox Accounts toolbar button when not signed in.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3721,6 +3721,23 @@ safeBrowsingRealTime:
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.hitProbability"
simulationNegativeCacheEnabled:
description: >
Whether to enable the negative cache for the real-time request
simulator. When enabled, prefixes with no hits are cached to skip
subsequent requests.
type: boolean
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.negativeCacheEnabled"
simulationNegativeCacheTTLSec:
description: >
TTL in seconds for negative cache entries in the real-time request
simulator.
type: int
setPref:
branch: default
pref: "browser.safebrowsing.realTime.simulation.negativeCacheTTLSec"

fxaButtonVisibility:
description: Prefs to control the visibility of the Firefox Accounts toolbar button when not signed in.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ firefox-v148.0: beacfdda9beb2af76455521594ebfe2fb5b53824
firefox-v148.1: 981a01118303b8707b432e1d73040e8fd1c9cf8a
firefox-v148.2: f1efef1c856662666006ed563686ed39c4e0cade
firefox-v148.3: 1b5be10df86c50e67cea5cc55d6e9dbe66921da9
main: eb92b63a45a8d34abadbb3d5dac64981b2c108d8
main: 4f82cf03a5be53adb6ee171c5a5e808001be3925
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand Down
18 changes: 9 additions & 9 deletions experimenter/experimenter/features/manifests/ios/beta.fml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1122,15 +1131,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1132,15 +1141,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ onboarding-framework-feature:
type: boolean
description: |
Toggle between standard (false) and Japan-specific (true) assets and content.
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Enables the feature.
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -609,16 +619,6 @@ trending-searches-feature:
max-suggestions:
type: int
description: The number of maximum suggestions.
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Enables the feature.
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1104,15 +1113,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1122,15 +1131,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1132,15 +1141,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ onboarding-framework-feature:
type: boolean
description: |
Toggle between standard (false) and Japan-specific (true) assets and content.
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Enables the feature.
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -609,16 +619,6 @@ trending-searches-feature:
max-suggestions:
type: int
description: The number of maximum suggestions.
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Enables the feature.
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,15 @@ features:
Toggle between standard (false) and Japan-specific (true) assets and content.
type: Boolean
default: false
quick-answers-feature:
description: |
The feature flag to manage the roll out of the quick answers feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
recent-searches-feature:
description: |
Enables recent searches.
Expand Down Expand Up @@ -1104,15 +1113,6 @@ features:
description: The number of maximum suggestions.
type: Int
default: 5
voice-search-feature:
description: |
The feature flag to manage the roll out of the voice search feature.
variables:
enabled:
description: |
Enables the feature.
type: Boolean
default: false
web-engine-integration-refactor:
description: |
The feature flag to manage the roll out of the integration of WebEngine into Firefox.
Expand Down
Loading