Closed
Bug 1936956
Opened 3 months ago
Closed 2 months ago
End interactions after one hour of inactivity
Categories
(Toolkit :: Places, task, P2)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
Existing interactions add on to one another upon tab switch. We should make them more discrete so that if a user keeps a tab open for a long period of time, interactions can be better separated so that they can be grouped as virtual visits. Otherwise, we're left with one interaction that has a long duration.
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Summary: Begin and end interactions on tab switch → Begin and end interactions on Tab Select event
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
Cutting the interactions off immediately on tab switch is potentially too expensive as it'll generate a lot of additional un-interesting interactions. Instead, we'll try halting a running interaction if there has been no activity in a tab after 1 hour.
Summary: Begin and end interactions on Tab Select event → End interactions after one hour of inactivity
Updated•3 months ago
|
Attachment #9443349 -
Attachment description: Bug 1936956 - Begin and end interactions on TabSelect - r?standard8! → Bug 1936956 - Begin and end interactions on TabSelect after 1 hour of inactivity - r?standard8!
Updated•3 months ago
|
Attachment #9443349 -
Attachment description: Bug 1936956 - Begin and end interactions on TabSelect after 1 hour of inactivity - r?standard8! → Bug 1936956 - Begin and end interactions on TabSelect after 1 hour of inactivity - r?mak!
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a1680d06966
Begin and end interactions on TabSelect after 1 hour of inactivity - r=places-reviewers,mak
Comment 4•2 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•