Bug 2043181: Switch between longfox and privacy dashboard cta#289
Closed
pollym wants to merge 3 commits into
Closed
Bug 2043181: Switch between longfox and privacy dashboard cta#289pollym wants to merge 3 commits into
pollym wants to merge 3 commits into
Conversation
…ongfox CTA. Previously we had the peeking fox animation launch the longfox game. But this only appears intermittently. This change now has the privacy button either launch the privacy dashboard or the longfox game, depending on the longfox setting.
Send an event when longfox and privacy report features are enabled, so that the game is available from the cta.
…peek animation is not the same as the entry point for longfox
Contributor
|
View this pull request in Lando to land it once approved. |
Contributor
Author
lando-worker Bot
pushed a commit
that referenced
this pull request
Jun 12, 2026
Bug 2043181: Switch between longfox and privacy dashboard cta - if longfox is enabled, the privacy button cta launches longfox, otherwise it launches the privacy dashboard -- previously longfox was only accessible from the peeking fox animation. i have renamed the logic around the peeking fox animation to clarify that this is no longer the same thing as the longfox entry point. - send a telemetry event every time the longfox cta is shown (i had left this out of https://bugzilla.mozilla.org/show_bug.cgi?id=2039559 until we had figured out what the cta was!) Pull request: #289
|
Pull request closed by commit 1cf9947 |
|
No new issues detected. This pull request is 🆗 |
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Jun 16, 2026
Bug 2043181: Switch between longfox and privacy dashboard cta - if longfox is enabled, the privacy button cta launches longfox, otherwise it launches the privacy dashboard -- previously longfox was only accessible from the peeking fox animation. i have renamed the logic around the peeking fox animation to clarify that this is no longer the same thing as the longfox entry point. - send a telemetry event every time the longfox cta is shown (i had left this out of https://bugzilla.mozilla.org/show_bug.cgi?id=2039559 until we had figured out what the cta was!) Pull request: mozilla-firefox/firefox#289 UltraBlame original commit: 184b3822aacbb1849c8dcebf3ad971bb0e27a7eb
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Jun 16, 2026
Bug 2043181: Switch between longfox and privacy dashboard cta - if longfox is enabled, the privacy button cta launches longfox, otherwise it launches the privacy dashboard -- previously longfox was only accessible from the peeking fox animation. i have renamed the logic around the peeking fox animation to clarify that this is no longer the same thing as the longfox entry point. - send a telemetry event every time the longfox cta is shown (i had left this out of https://bugzilla.mozilla.org/show_bug.cgi?id=2039559 until we had figured out what the cta was!) Pull request: mozilla-firefox/firefox#289 UltraBlame original commit: 184b3822aacbb1849c8dcebf3ad971bb0e27a7eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug 2043181: Switch between longfox and privacy dashboard cta
-- previously longfox was only accessible from the peeking fox animation. i have renamed the logic around the peeking fox animation to clarify that this is no longer the same thing as the longfox entry point.