Closed
Bug 1272391
Opened 8 years ago
Closed 8 years ago
SimpleHelperUI button should post "action" not "cancel" telemetry event
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
Firefox 49
People
(Reporter: ahunt, Assigned: ahunt)
References
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
sebastian
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details |
We're sending CANCEL instead of ACTION when the button in the SimpleHelperUI is selected. (This is used for the readerview-bookmark-prompt, and will be used for further helper UIs soon.)
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/promotion/SimpleHelperUI.java#119
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ahunt
Assignee | ||
Comment 1•8 years ago
|
||
I didn't pay attention while copying telemetry events. We send cancel when dismissing
the prompt, action when the user selects the suggested prompt action.
Review commit: https://reviewboard.mozilla.org/r/52241/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52241/
Attachment #8751836 -
Flags: review?(s.kaspari)
Assignee | ||
Updated•8 years ago
|
Blocks: migrate-RL
Updated•8 years ago
|
Attachment #8751836 -
Flags: review?(s.kaspari) → review+
Comment 2•8 years ago
|
||
Comment on attachment 8751836 [details]
MozReview Request: Bug 1272391 - Send Action instead of Cancel from SimpleHelperUI button r?sebastian
https://reviewboard.mozilla.org/r/52241/#review49455
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/7084bd828e4c688daf6078a710d2f267bb52591a
Bug 1272391 - Send Action instead of Cancel from SimpleHelperUI button r=sebastian
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8751836 [details]
MozReview Request: Bug 1272391 - Send Action instead of Cancel from SimpleHelperUI button r?sebastian
Approval Request Comment
[Feature/regressing bug #]: Bug 1246238
[User impact if declined]: no user impact. UI telemetry contains incorrect action (cancel instead of action). This should be fixed in the next nightly, I'd prefer to update aurora (where this landed) for consistency when analysing UI telemetry.
[Describe test coverage new/current, TreeHerder]: none (except manual local testing).
[Risks and why]: Very low risk: different constant passed into call that sends UI telemetry from the reader view bookmark prompt.
[String/UUID change made/needed]: none.
Attachment #8751836 -
Flags: approval-mozilla-aurora?
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•8 years ago
|
status-firefox48:
--- → affected
Comment 6•8 years ago
|
||
Comment on attachment 8751836 [details]
MozReview Request: Bug 1272391 - Send Action instead of Cancel from SimpleHelperUI button r?sebastian
Improve the telemetry data, taking it.
Attachment #8751836 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•8 years ago
|
||
bugherder uplift |
Updated•4 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
•