Closed
Bug 1118871
Opened 10 years ago
Closed 10 years ago
Add telemetry to count the number of sites in the password manager blocklist
Categories
(Toolkit :: Password Manager, defect, P1)
Toolkit
Password Manager
Tracking
()
People
(Reporter: MattN, Assigned: liuche)
References
Details
Attachments
(1 file, 1 obsolete file)
We can report the number of origins in the blacklist.
Flags: firefox-backlog+
Reporter | ||
Comment 1•10 years ago
|
||
We just need to report the size of the array returned from Services.logins.getAllDisabledHosts();
Points: --- → 2
Flags: qe-verify-
Updated•10 years ago
|
Summary: Add telemetry to count the number of sites in the password manager blacklist → Add telemetry to count the number of sites in the password manager blocklist
Updated•10 years ago
|
Priority: -- → P1
Assignee | ||
Comment 2•10 years ago
|
||
I'll take this one as a first bug, since I haven't done very much Telemetry/toolkit work.
Assignee: nobody → liuche
Assignee | ||
Comment 3•10 years ago
|
||
/r/2871 - Bug 1118871 - Add telemetry to count the number of sites in the password manager blocklist. r=MattN Pull down this commit: hg pull review -r 1c589669886fcd032ec61c89739626150f22a2fa
Attachment #8553364 -
Flags: review?(MattN+bmo)
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8553364 [details] MozReview Request: bz://1118871/liuche https://reviewboard.mozilla.org/r/2869/#review2127 Pushed with fixes: https://hg.mozilla.org/integration/fx-team/rev/40079e3249d1 ::: toolkit/components/telemetry/Histograms.json (Diff revision 1) > + "description": "The number of host sites for which the user has explicitly rejected saving a login" Nit: s/host / Nit: I think the description could cause this probe to be confused with the user choosing not to save a login after submitting. How about: s/a login/logins/. ::: toolkit/components/passwordmgr/nsLoginManager.js (Diff revision 1) > + let numPasswordsBlocklist = Services.telemetry.getHistogramById("PWMGR_NUM_PASSWORDS_BLOCKLIST"); This histogram name doesn't match Histograms.json so this will throw.
Attachment #8553364 -
Flags: review?(MattN+bmo) → review+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/40079e3249d1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•10 years ago
|
Iteration: --- → 38.1 - 26 Jan
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8553364 [details] MozReview Request: bz://1118871/liuche Approval Request Comment [Feature/regressing bug #]: Improvements to password manager in 2015 - Bug 1121127 [User impact if declined]: Possibly less ideal decisions based on lack of data. [Describe test coverage new/current, TreeHerder]: No tests for the telemetry since it's outside the normal code flow so shouldn't break other aspects of password manager if an exception occurs. No problems have been reported on Nightly and data looks good there. [Risks and why]: Low risk since it's new code only run during the telemetry gathering phase. [String/UUID change made/needed]: None
Attachment #8553364 -
Flags: approval-mozilla-beta?
Attachment #8553364 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Comment on attachment 8553364 [details]
MozReview Request: bz://1118871/liuche
I'm not sure about the value of uplifting this patch to Beta at this point in the cycle. (I'll leave it to Sylvestre to make the call on that.) Happy to take this on Aurora.
Aurora+
Attachment #8553364 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•10 years ago
|
||
Comment on attachment 8553364 [details]
MozReview Request: bz://1118871/liuche
Too late for beta.
Attachment #8553364 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Assignee | ||
Comment 10•9 years ago
|
||
Attachment #8553364 -
Attachment is obsolete: true
Attachment #8619060 -
Flags: review+
Assignee | ||
Comment 11•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•