Closed
Bug 1018432
Opened 11 years ago
Closed 10 years ago
Add telemetry for "+" button in tabs tray
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox31 verified, firefox32 verified, firefox33 verified)
VERIFIED
FIXED
Firefox 33
People
(Reporter: liuche, Assigned: Margaret)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → margaret.leibovic
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8442267 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8442267 [details] [diff] [review]
Add telemetry for "+" button in tabs tray
I'm going to make a better patch that account for private/normal tabs.
Attachment #8442267 -
Attachment is obsolete: true
Attachment #8442267 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•10 years ago
|
||
We only go through this addTab method when you hit the "+" button. I decided to make it private to make that more obvious.
Attachment #8442326 -
Flags: review?(mark.finkle)
Comment 4•10 years ago
|
||
Comment on attachment 8442326 [details] [diff] [review]
(v2) Add telemetry for "+" button in tabs tray
>diff --git a/mobile/android/base/tabspanel/TabsPanel.java b/mobile/android/base/tabspanel/TabsPanel.java
>+ Telemetry.sendUIEvent(TelemetryContract.Event.ACTION, TelemetryContract.Method.BUTTON, "new_tab");
>+ Telemetry.sendUIEvent(TelemetryContract.Event.ACTION, TelemetryContract.Method.BUTTON, "new_private_tab");
Looks good. I think I'd want TelemetryContract.Method.ACTIONBAR for this one though. I know it's a button, but it appears in a row next to a 3-dot 'menu', so it tries to feel like an actionbar.
Attachment #8442326 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8442326 [details] [diff] [review]
(v2) Add telemetry for "+" button in tabs tray
[Approval Request Comment]
Bug caused by (feature/regressing bug #): not a regression
User impact if declined: we'll understand less about what parts of the UI users use
Testing completed (on m-c, etc.): tested locally, just landed on fx-team
Risk to taking this patch (and alternatives if risky): low-risk, just adds 2 telemetry probes (no user visible change)
String or IDL/UUID changes made by this patch: none
Note to sheriffs: I built this on top of bug 817716, so I'll need to rebase for uplift (I can do that).
Attachment #8442326 -
Flags: approval-mozilla-beta?
Attachment #8442326 -
Flags: approval-mozilla-aurora?
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Comment 8•10 years ago
|
||
Margaret, it would be nice if you could take care of the rebase. Ryan is in PTO. Thanks!
Updated•10 years ago
|
Attachment #8442326 -
Flags: approval-mozilla-beta?
Attachment #8442326 -
Flags: approval-mozilla-beta+
Attachment #8442326 -
Flags: approval-mozilla-aurora?
Attachment #8442326 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Verified as fixed in builds:
- 33.0a1 (2014-07-04);
- 32.0a2 (2014-07-04);
- 31 beta 6;
Device: Samsung Galaxy Note (Android 4.1.2)
Status: RESOLVED → VERIFIED
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
•