mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
5cf3267a03
* Bug 1817245 - new Nimbus feature for controlling client-deduplication ping This feature will enable/disable the sending of the `client-deduplication` ping that will be added in a later PR. * Bug 1817029 - Add the client-deduplication ping The `client-deduplication` ping will be used to determine if client IDs are being regenerated erroneously. This ping uses the lifecycle observers to (almost) replicate the same scheduling as the baseline ping. * Bug 1817029 - Suggested changes changelog - add `reason` for new ping - update the unit test for the new ping - add new metrics - allow for custom salt when hashing the Ad ID - move the Nimbus check to the lifecycle observer - record the new metrics * Bug 1817029 - Update fenix/.experimenter.yaml Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com> * Bug 1817029 - remove unnecessary pass-through function * Bug 1817029 - add the GleanTestRule for tests * Bug 1817029 - Update fenix/app/src/test/java/org/mozilla/fenix/components/metrics/clientdeduplication/ClientDeduplicationPingTest.kt Co-authored-by: Travis Long <tlong@mozilla.com> * Bug 1817029 - remove unnecessary call to main thread * Bug 1817029 - update comment about hashing --------- Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com> Co-authored-by: Travis Long <tlong@mozilla.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
133 lines
4.8 KiB
YAML
133 lines
4.8 KiB
YAML
---
|
|
client-deduplication:
|
|
description: A feature to control the sending of the client-deduplication ping.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "If true, the ping will be sent."
|
|
cookie-banners:
|
|
description: Features for cookie banner handling.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
sections-enabled:
|
|
type: json
|
|
description: This property provides a lookup table of whether or not the given section should be enabled.
|
|
growth-data:
|
|
description: A feature measuring campaign growth data
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "If true, the feature is active"
|
|
homescreen:
|
|
description: The homescreen that the user goes to when they press home or new tab.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
sections-enabled:
|
|
type: json
|
|
description: "This property provides a lookup table of whether or not the given section should be enabled. If the section is enabled, it should be toggleable in the settings screen, and on by default."
|
|
messaging:
|
|
description: "Configuration for the messaging system.\n\nIn practice this is a set of growable lookup tables for the\nmessage controller to piece together.\n"
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
actions:
|
|
type: json
|
|
description: A growable map of action URLs.
|
|
message-under-experiment:
|
|
type: string
|
|
description: Id or prefix of the message under experiment.
|
|
messages:
|
|
type: json
|
|
description: A growable collection of messages
|
|
notification-config:
|
|
type: json
|
|
description: Configuration of the notification worker for all notification messages.
|
|
on-control:
|
|
type: string
|
|
description: What should be displayed when a control message is selected.
|
|
enum:
|
|
- show-next-message
|
|
- show-none
|
|
styles:
|
|
type: json
|
|
description: "A map of styles to configure message appearance.\n"
|
|
triggers:
|
|
type: json
|
|
description: "A collection of out the box trigger expressions. Each entry maps to a valid JEXL expression.\n"
|
|
mr2022:
|
|
description: Features for MR 2022.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
sections-enabled:
|
|
type: json
|
|
description: This property provides a lookup table of whether or not the given section should be enabled.
|
|
nimbus-system:
|
|
description: "Configuration of the Nimbus System in Fenix.\n"
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
refresh-interval-foreground:
|
|
type: int
|
|
description: "The minimum interval in minutes between fetching experiment \nrecipes in the foreground.\n"
|
|
nimbus-validation:
|
|
description: A feature that does not correspond to an application feature suitable for showing that Nimbus is working. This should never be used in production.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
settings-icon:
|
|
type: string
|
|
description: The drawable displayed in the app menu for Settings
|
|
settings-punctuation:
|
|
type: string
|
|
description: The emoji displayed in the Settings screen title.
|
|
settings-title:
|
|
type: string
|
|
description: The title of displayed in the Settings screen and app menu.
|
|
onboarding:
|
|
description: "A feature that configures the new user onboarding page. Note that onboarding is a **first run** feature, and should only be modified by first run experiments."
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
order:
|
|
type: json
|
|
description: Determines the order of the onboarding page panels
|
|
pre-permission-notification-prompt:
|
|
description: A feature that shows the pre-permission notification prompt.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "if true, the pre-permission notification prompt is shown to the user."
|
|
re-engagement-notification:
|
|
description: A feature that shows the re-enagement notification if the user is inactive.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "If true, the re-engagement notification is shown to the inactive user."
|
|
search-term-groups:
|
|
description: A feature allowing the grouping of URLs around the search term that it came from.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "If true, the feature shows up on the homescreen and on the new tab screen."
|
|
unified-search:
|
|
description: A feature allowing user to easily search for specified results directly in the search bar.
|
|
hasExposure: true
|
|
exposureDescription: ""
|
|
variables:
|
|
enabled:
|
|
type: boolean
|
|
description: "If true, the feature shows up in the search bar."
|