Closed
Bug 1029834
Opened 10 years ago
Closed 10 years ago
Make contextmenu/menu telemetry more consistent
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox31 fixed, firefox32 fixed, firefox33 fixed)
RESOLVED
FIXED
Firefox 33
People
(Reporter: liuche, Assigned: liuche)
References
Details
Attachments
(1 file, 3 obsolete files)
8.26 KB,
patch
|
liuche
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
* Add telemetry for paste and copyurl should always send an ACTION * site_settings and subscribe should use the VERSION.SDK_INT check since they are on the Page menu for newer OS
Assignee | ||
Comment 1•10 years ago
|
||
mfinkle, you mentioned in bug 1007130 that you wanted to switch over the pasteandgo item to ACTION, but I think that gives us less information than LOAD_URL. If we do that, I would be inclined to update the TelemetryContract action to loadurl.2 (because we're removing pasteandgo from loadurl.1, and adding it to action.1).
Flags: needinfo?(mark.finkle)
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → liuche
Status: NEW → ASSIGNED
Comment 3•10 years ago
|
||
(In reply to Chenxia Liu [:liuche] from comment #1) > mfinkle, you mentioned in bug 1007130 that you wanted to switch over the > pasteandgo item to ACTION, but I think that gives us less information than > LOAD_URL. If we do that, I would be inclined to update the TelemetryContract > action to loadurl.2 (because we're removing pasteandgo from loadurl.1, and > adding it to action.1). I would definitely keep the LOAD_URL event, but also add an ACTION too. We already have more than a few places where two or more telemetry probes are fired for the same situation.
Flags: needinfo?(mark.finkle)
Assignee | ||
Comment 4•10 years ago
|
||
I also added the telemetry for the action bar. This uses the titles of the action bar buttons, which are not really in the same format as our other probes. Have another patch that adds the probes in JS, which is less clean because you have to do it for ever item, but the extras are consistent with what we've been using.
Attachment #8445541 -
Attachment is obsolete: true
Attachment #8446030 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 5•10 years ago
|
||
This patch makes it so we use extras like: - "search" instead of "Google Search" - "select_all" instead of "Select All" - "call" instead of "Call" & etc.
Attachment #8446040 -
Flags: feedback?(mark.finkle)
Comment 6•10 years ago
|
||
Comment on attachment 8446040 [details] [diff] [review] Optional part 2: Add actionbar probes in JS, not Java I like this patch too.
Attachment #8446040 -
Flags: feedback?(mark.finkle) → review+
Comment 7•10 years ago
|
||
Comment on attachment 8446030 [details] [diff] [review] Patch: Add missing telemetry v2 Let's do the optional part too.
Attachment #8446030 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 8•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/b7a8029273f5
Assignee | ||
Updated•10 years ago
|
Target Milestone: --- → Firefox 33
Assignee | ||
Comment 9•10 years ago
|
||
[Approval Request Comment] Bug caused by (feature/regressing bug #): Incomplete Telemetry from bug 1004889 User impact if declined: No telemetry on some menu items for Aurora and beta users Testing completed (on m-c, etc.): local, baking on nightly Risk to taking this patch (and alternatives if risky): very low, adding telemetry probes String or IDL/UUID changes made by this patch: none Carrying over r+ for combined patch.
Attachment #8446030 -
Attachment is obsolete: true
Attachment #8446040 -
Attachment is obsolete: true
Attachment #8446201 -
Flags: review+
Attachment #8446201 -
Flags: approval-mozilla-beta?
Attachment #8446201 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 10•10 years ago
|
||
Bah, wrong changeset link. https://hg.mozilla.org/integration/fx-team/rev/9ef3bd020eed
Comment 11•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9ef3bd020eed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8446201 -
Flags: approval-mozilla-beta?
Attachment #8446201 -
Flags: approval-mozilla-beta+
Attachment #8446201 -
Flags: approval-mozilla-aurora?
Attachment #8446201 -
Flags: approval-mozilla-aurora+
Comment 12•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/990b3688423b https://hg.mozilla.org/releases/mozilla-beta/rev/f647dbf6509c
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
•