Closed
Bug 1267383
Opened 9 years ago
Closed 9 years ago
Followup Telemetry from Bug 1257843, Text Selection Probe
Categories
(Firefox for Android Graveyard :: Metrics, defect)
Firefox for Android Graveyard
Metrics
Tracking
(firefox47 fixed, firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
Firefox 49
People
(Reporter: capella, Assigned: capella)
Details
Attachments
(2 files, 1 obsolete file)
58 bytes,
text/x-review-board-request
|
sebastian
:
review+
ritu
:
approval-mozilla-aurora+
|
Details |
2.15 KB,
patch
|
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
As promised in bug 1257843 comment 12, this will be the standalone patch to measure current Text Selection use that can be moved ahead of Aurora, in Beta, Release as needed.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/48795/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/48795/
Attachment #8745050 -
Flags: review?(s.kaspari)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Comment on attachment 8745050 [details]
MozReview Request: Bug 1267383 - Followup Telemetry from Bug 1257843, Text Selection Probe, r=sebastian
https://reviewboard.mozilla.org/r/48795/#review45773
::: mobile/android/base/java/org/mozilla/gecko/ActionBarTextSelection.java:157
(Diff revision 1)
> @Override
> public void run() {
> try {
> if (event.equals("TextSelection:ShowHandles")) {
> + Telemetry.sendUIEvent(TelemetryContract.Event.SHOW,
> + TelemetryContract.Method.CONTENT, "text_selection_orig");
Just use "text_selection" here too. We can filter by version in redash. :)
Attachment #8745050 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 4•9 years ago
|
||
ni? to self, followup by push to at least aurora ... don't forget req'd add'l imports
Flags: needinfo?(markcapella)
Comment 5•9 years ago
|
||
(In reply to Mark Capella [:capella] from comment #4)
> ni? to self, followup by push to at least aurora ... don't forget req'd
> add'l imports
Your patch from bug 1257843 should be in Aurora (Merge day was yesterday). So this should only need to be in beta (Assuming that Aurora and Nightly have accessiblecaret enabled now).
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8745050 [details]
MozReview Request: Bug 1267383 - Followup Telemetry from Bug 1257843, Text Selection Probe, r=sebastian
Approval Request Comment: Enables Telemetry collection before/after a feature is introduced ... feature is currently in Aurora, we need to get this Telemetry patch in Aurora and Beta to enable that.
*********** A modified version of this patch is required for Beta to build properly.
[Feature/regressing bug #]: N/A
[User impact if declined]: Telemetry for old version of the feature won't be collected for comparison to the new version.
[Describe test coverage new/current, TreeHerder]: Small patch, built fine, passed all try, in m-c already for several days now.
[Risks and why]: s/b none to zero.
[String/UUID change made/needed]: none.
Flags: needinfo?(markcapella)
Attachment #8745050 -
Flags: approval-mozilla-beta?
Attachment #8745050 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 8•9 years ago
|
||
Adapted version for BETA
Assignee | ||
Comment 9•9 years ago
|
||
/Getting the flags straight/
Approval Request Comment
[Feature/regressing bug #]:
[User impact if declined]:
[Describe test coverage new/current, TreeHerder]:
[Risks and why]:
[String/UUID change made/needed]:
Comment on attachment 8745050 [details]
MozReview Request: Bug 1267383 - Followup Telemetry from Bug 1257843, Text Selection Probe, r=sebastian
Approval Request Comment: Enables Telemetry collection before/after a feature is introduced ... feature is currently in Aurora, we need to get this Telemetry patch in Aurora and Beta to enable that.
*********** A modified version of this patch is required for Beta to build properly.
[Feature/regressing bug #]: N/A
[User impact if declined]: Telemetry for old version of the feature won't be collected for comparison to the new version.
[Describe test coverage new/current, TreeHerder]: Small patch, built fine, passed all try, in m-c already for several days now.
[Risks and why]: s/b none to zero.
[String/UUID change made/needed]: none.
Attachment #8747053 -
Attachment is obsolete: true
Attachment #8747056 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8745050 [details]
MozReview Request: Bug 1267383 - Followup Telemetry from Bug 1257843, Text Selection Probe, r=sebastian
Limit this patch request to aurora
Attachment #8745050 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 11•9 years ago
|
||
Sorry for bugspam, new to mozreview, so ensuring;
The patch for aurora is the one that was pushed to m-c
https://hg.mozilla.org/mozilla-central/rev/2b5f2f914c3c
The patch for beta will be the one attached:
https://bugzilla.mozilla.org/attachment.cgi?id=8747053
Assignee | ||
Comment 12•9 years ago
|
||
Gah, I promise this is the last time >:-|
The patch for aurora is the one that was pushed to m-c
https://hg.mozilla.org/mozilla-central/rev/2b5f2f914c3c
The patch for beta will be the one attached:
https://bugzilla.mozilla.org/attachment.cgi?id=8747056&action=diff
status-firefox47:
--- → affected
status-firefox48:
--- → affected
Comment on attachment 8747056 [details] [diff] [review]
beta_bug1267383.diff
Telemetry related, Beta47+
Attachment #8747056 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment on attachment 8745050 [details]
MozReview Request: Bug 1267383 - Followup Telemetry from Bug 1257843, Text Selection Probe, r=sebastian
Aurora48+
Attachment #8745050 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 15•9 years ago
|
||
bugherder uplift |
Comment 16•9 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
•