Closed
Bug 1182918
Opened 8 years ago
Closed 8 years ago
Add telemetry for "double press" action in Tab Queues
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox43 fixed, firefox44 fixed, firefox45 fixed, b2g-v2.5 fixed)
RESOLVED
FIXED
Firefox 45
People
(Reporter: antlam, Assigned: sebastian)
References
Details
Attachments
(1 file)
40 bytes,
text/x-review-board-request
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details |
For V1, Martyn added a time-based "window" within which, a user can press a link > launch tab queues toast > press the same link again > and simply launch Firefox. This was intended to help alleviate some concerns around UX (bug 1159296). This bug is to add telemetry for that "double press" action. I want to see if we could possibly leverage this interaction in the future to help improve Tab queues so we should get some measure of it.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → s.kaspari
Assignee | ||
Comment 1•8 years ago
|
||
Currently this is counted as "tabqueue-now". So double-tapping as well as clicking the "open now" button are referred to as "tabqueue-now". I'll split them into two events. However it's worth noting that we do not mention the double-tap behavior anywhere. So we'll only count people who somehow uncovered it or who just accidentally double-clicked a link.
Assignee | ||
Comment 2•8 years ago
|
||
Bug 1182918 - Tab Queue: Add telemetry for double tap action. r?mfinkle
Attachment #8679352 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•8 years ago
|
||
This patch splits the two actions into two events: * tabqueue-doubletap * tabqueue-now I'm not sure if we need to do more than defining the new event in code?
Comment 4•8 years ago
|
||
Comment on attachment 8679352 [details] MozReview Request: Bug 1182918 - Tab Queue: Add telemetry for double tap action. r?mfinkle https://reviewboard.mozilla.org/r/23407/#review20899 Looks fine to me. Try to uplift this to Aurora too. My only worry about these sort of changes is making sure that no code path is left without a probe. This patch seems to cover all the existing code paths.
Attachment #8679352 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/f222336ab85f4940fd649cf7009d712cca9b3753 Bug 1182918 - Tab Queue: Add telemetry for double tap action. r=mfinkle
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8679352 [details] MozReview Request: Bug 1182918 - Tab Queue: Add telemetry for double tap action. r?mfinkle Approval Request Comment [Feature/regressing bug #]: Just adding better, more exact telemetry to new tab queue feature. [User impact if declined]: None [Describe test coverage new/current, TreeHerder]: - [Risks and why]: Low - just adding different/new telemetry. [String/UUID change made/needed]: -
Attachment #8679352 -
Flags: approval-mozilla-beta?
Attachment #8679352 -
Flags: approval-mozilla-aurora?
Comment 7•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f222336ab85f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Comment 8•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/f222336ab85f
status-b2g-v2.5:
--- → fixed
Comment 9•8 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
Updated•8 years ago
|
status-firefox43:
--- → affected
status-firefox44:
--- → affected
Comment 10•8 years ago
|
||
Comment on attachment 8679352 [details] MozReview Request: Bug 1182918 - Tab Queue: Add telemetry for double tap action. r?mfinkle Telemetry change, should be safe. Should be in 43 beta 2.
Attachment #8679352 -
Flags: approval-mozilla-beta?
Attachment #8679352 -
Flags: approval-mozilla-beta+
Attachment #8679352 -
Flags: approval-mozilla-aurora?
Attachment #8679352 -
Flags: approval-mozilla-aurora+
Comment 11•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/90fd79bb1f20
Comment 12•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/ee8a828b4974
Comment 13•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/90fd79bb1f20
status-b2g-v2.5:
--- → fixed
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•