Open
Bug 1826231
Opened 2 years ago
Updated 5 months ago
Reset the set-to-default group limit when Firefox has been unset as the default browser
Categories
(Firefox :: Messaging System, enhancement, P2)
Firefox
Messaging System
Tracking
()
ASSIGNED
People
(Reporter: jprickett, Assigned: aminomancer)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
When Fx is unset as the default browser, we should reset the message group limit for the set-to-default group so that "set default" messages can be shown again, despite them maybe being shown in the past.
Assignee | ||
Comment 1•2 years ago
|
||
I guess we should just wipe all the message impressions for the group?
Assignee | ||
Comment 2•2 years ago
|
||
At startup, we measure whether Firefox is the default browser. If it was
previously set to default, we will have recorded it in the
BROWSER_IS_USER_DEFAULT histogram. So before collecting the current
state, we can compare it to the histogram's previous sum to determine
whether Firefox has been unset as default browser. If so, we can then
clear all impressions for the set-to-default group, so these messages
can begin showing again.
Updated•2 years ago
|
Assignee: nobody → shughes
Status: NEW → ASSIGNED
Updated•2 years ago
|
Iteration: --- → 114.1 - Apr 10 - Apr 21
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Iteration: 114.1 - Apr 10 - Apr 21 → 114.2 - Apr 24 - May 5
Reporter | ||
Updated•2 years ago
|
Iteration: 114.2 - Apr 24 - May 5 → 115.1 - May 8 - May 19
Updated•1 years ago
|
Iteration: 115.1 - May 8 - May 19 → 115.2 - May 22 - June 2
Updated•1 year ago
|
Iteration: 115.2 - May 22 - June 2 → 116.1 - June 5 - June 16
Updated•1 year ago
|
Iteration: 116.1 - June 5 - June 16 → 116.2 - June 19 - June 30
Updated•1 year ago
|
Iteration: 116.2 - June 19 - June 30 → 117.1 - July 3 - July 14
Updated•1 year ago
|
Iteration: 117.1 - July 3 - July 14 → 117.2 - July 17 - July 28
Updated•1 year ago
|
Iteration: 117.2 - July 17 - July 28 → 118.1 - July 31 - Aug 11
Reporter | ||
Updated•1 year ago
|
Iteration: 118.1 - July 31 - Aug 11 → 118.2 - Aug 14 - Aug 25
Assignee | ||
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/OMC-461
Assignee | ||
Updated•1 year ago
|
See Also: https://mozilla-hub.atlassian.net/browse/OMC-461 →
Reporter | ||
Updated•1 year ago
|
Iteration: 118.2 - Aug 14 - Aug 25 → 119.1 - Aug 28 - Sept 8
Assignee | ||
Updated•1 year ago
|
Iteration: 119.1 - Aug 28 - Sept 8 → 119.2 - Sept 11 - Sept 22
Updated•1 year ago
|
Iteration: 119.2 - Sept 11 - Sept 22 → ---
Updated•5 months ago
|
Attachment #9326752 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•