Closed
Bug 1235061
Opened 9 years ago
Closed 9 years ago
Create histogram probe to measure % of users who have disabled zoomed view
Categories
(Firefox for Android Graveyard :: Settings and Preferences, defect)
Tracking
(firefox45 fixed, firefox46 fixed, fennec45+)
RESOLVED
FIXED
Firefox 46
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
mfinkle
:
review+
vladan
:
feedback+
Sylvestre
:
approval-mozilla-aurora+
|
Details |
We have UI telemetry to tell us if people touch this pref in settings, but it would be useful to get a picture of what % of users actually have this enabled/disabled.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/29049/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/29049/
Attachment #8701866 -
Flags: review?(mark.finkle)
Comment 2•9 years ago
|
||
Comment on attachment 8701866 [details]
MozReview Request: Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle
https://reviewboard.mozilla.org/r/29049/#review25861
Needs a data collection peer r+ too, right?
::: mobile/android/chrome/content/browser.js:609
(Diff revision 1)
> + Telemetry.addData("FENNEC_TRACKING_PROTECTION_STATE", parseInt(BrowserApp.getTrackingProtectionState()));
Do we care that this was inside a NIGHTLY_BUILD block?
Attachment #8701866 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #2)
> Comment on attachment 8701866 [details]
> MozReview Request: Bug 1235061 - Create histogram probe to measure how often
> users have zoomed view enabled/disabled. r=mfinkle
>
> https://reviewboard.mozilla.org/r/29049/#review25861
>
> Needs a data collection peer r+ too, right?
I was assuming you could play both roles here, but I'll ask vladan to take a look as well.
> ::: mobile/android/chrome/content/browser.js:609
> (Diff revision 1)
> > + Telemetry.addData("FENNEC_TRACKING_PROTECTION_STATE", parseInt(BrowserApp.getTrackingProtectionState()));
>
> Do we care that this was inside a NIGHTLY_BUILD block?
I was being lazy by not filing a separate bug - this used to be behind a Nightly flag because it was only tracking a pref that had UI on Nightly, but that changed with bug 1228090. With that change, this probe is useful for users up to release as well, since it tells us if they disabled tp for pb as well.
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8701866 [details]
MozReview Request: Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle
Flagging vladan for a data collection review.
Attachment #8701866 -
Flags: feedback?(vladan.bugzilla)
Comment 5•9 years ago
|
||
Comment on attachment 8701866 [details]
MozReview Request: Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle
https://reviewboard.mozilla.org/r/29049/#review25981
Note that this will be an opt-in histogram on Release
Attachment #8701866 -
Flags: review+
Updated•9 years ago
|
Attachment #8701866 -
Flags: review+
Attachment #8701866 -
Flags: feedback?(vladan.bugzilla)
Attachment #8701866 -
Flags: feedback+
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/9e210cee056b1a3d213198b4e38679612b0bb0bc
Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle p=vladan
Should we track 45 where the zoomed view first appears (bug 1196146)?
tracking-fennec: --- → ?
Comment 8•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8701866 [details]
MozReview Request: Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle
Approval Request Comment
[Feature/regressing bug #]: Zoomed view (shipping in Fx45).
[User impact if declined]: We don't know how many people are disabling this feature.
[Describe test coverage new/current, TreeHerder]: No automated test for probe.
[Risks and why]: Low-risk, just adds telemetry probe.
[String/UUID change made/needed]: None.
Attachment #8701866 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•9 years ago
|
tracking-fennec: ? → 45+
Updated•9 years ago
|
status-firefox45:
--- → affected
Updated•9 years ago
|
Attachment #8701866 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•9 years ago
|
||
bugherder uplift |
Comment 11•9 years ago
|
||
had to back this out for causing failures like https://treeherder.mozilla.org/logviewer.html#?job_id=1707444&repo=mozilla-aurora
6:52 <@mfinkle> Tomcat|sheriffduty: https://bugzilla.mozilla.org/show_bug.cgi?id=1235061#c2
06:52 < firebot> Bug 1235061 — FIXED, margaret.leibovic@gmail.com — Create histogram probe to measure % of users who have disabled zoomed view
06:52 <@mfinkle> margaret ^
06:52 <@mfinkle> turns out, moving that code out of the NIGHTLY_BUILD block is what is breaking aurora
Flags: needinfo?(margaret.leibovic)
Assignee | ||
Comment 12•9 years ago
|
||
Landed an updated patch without the TP probe:
https://hg.mozilla.org/releases/mozilla-aurora/rev/2db713b1c2fb
Flags: needinfo?(margaret.leibovic)
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
•