Closed
Bug 1219447
Opened 10 years ago
Closed 10 years ago
Add a UI Telemetry probe for the 'Add to Reading List' web context menu
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox43 fixed, firefox44 fixed, firefox45 fixed, b2g-v2.5 fixed)
RESOLVED
FIXED
Firefox 45
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
|
1022 bytes,
patch
|
Margaret
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
We have telemetry probes for all the other web context menus.
| Assignee | ||
Comment 1•10 years ago
|
||
This patch adds two probes:
1. action.1 because this is a contextmenu usage. We use the "web_" prefix which is convention.
2. save.1 because we are adding to the reading list. If the link is already in the reading list, we just fail silently, so we don't need the unsave.1 here to handle "toggle effects".
Assignee: nobody → mark.finkle
Attachment #8680274 -
Flags: review?(margaret.leibovic)
Comment 2•10 years ago
|
||
Comment on attachment 8680274 [details] [diff] [review]
webcontextmenu-readinglist v0.1
Review of attachment 8680274 [details] [diff] [review]:
-----------------------------------------------------------------
Might be worth a mailing list post to remind reviewers to think about whether things need telemetry probes before granting r+.
Attachment #8680274 -
Flags: review?(margaret.leibovic) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Comment 5•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8680274 [details] [diff] [review]
webcontextmenu-readinglist v0.1
Approval Request Comment
[Feature/regressing bug #]:
[User impact if declined]: Gives us more complete telemetry
[Describe test coverage new/current, TreeHerder]: Working fine on Nightly
[Risks and why]: Low. Just adds a simple probe.
[String/UUID change made/needed]: None
Attachment #8680274 -
Flags: approval-mozilla-beta?
Attachment #8680274 -
Flags: approval-mozilla-aurora?
Comment 7•10 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•10 years ago
|
status-firefox43:
--- → affected
status-firefox44:
--- → affected
Comment 8•10 years ago
|
||
Comment on attachment 8680274 [details] [diff] [review]
webcontextmenu-readinglist v0.1
Should be in 43 beta 2.
Attachment #8680274 -
Flags: approval-mozilla-beta?
Attachment #8680274 -
Flags: approval-mozilla-beta+
Attachment #8680274 -
Flags: approval-mozilla-aurora?
Attachment #8680274 -
Flags: approval-mozilla-aurora+
Comment 9•10 years ago
|
||
| bugherder uplift | ||
Comment 10•10 years ago
|
||
| bugherder uplift | ||
Comment 11•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
Updated•5 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
•