mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +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> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
benchmark.gradle | ||
build.gradle | ||
lint-baseline.xml | ||
lint.xml | ||
metrics.yaml | ||
pings.yaml | ||
proguard-rules.pro | ||
tags.yaml |