Closed
Bug 1124888
Opened 10 years ago
Closed 10 years ago
Telemetry: Record the number of times we don't fill credentials because of a formSubmitURL mismatch
Categories
(Toolkit :: Password Manager, defect, P1)
Toolkit
Password Manager
Tracking
()
People
(Reporter: ckarlof, Assigned: MattN)
References
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Updated•10 years ago
|
Status: NEW → ASSIGNED
Points: --- → 3
Flags: qe-verify?
Flags: firefox-backlog+
Updated•10 years ago
|
Iteration: --- → 38.3 - 23 Feb
Assignee | ||
Comment 1•10 years ago
|
||
/r/3729 - Bug 1124888 - Record the effect of the saved formSubmitURL on autofilling login forms. r=dolske
Pull down this commit:
hg pull review -r 7e58a839a3cf1388164e06388d37616b72946cff
Attachment #8562541 -
Flags: review?(dolske)
Assignee | ||
Updated•10 years ago
|
Flags: qe-verify? → qe-verify-
Comment 2•10 years ago
|
||
https://reviewboard.mozilla.org/r/3729/#review3283
Ship It!
::: toolkit/components/passwordmgr/LoginManagerParent.jsm
(Diff revision 1)
> + if (logins.length === 0) {
Is there a reason for the strict-equality check? Or is it just a typo?
::: toolkit/components/telemetry/Histograms.json
(Diff revision 1)
> + "description": "The effect of the form action on signon autofill. (0=No effect, 1=Less logins after considering the form action, 2=No logins match form origin and action."
s/Less/Fewer/, I think? I can never remember. :)
Updated•10 years ago
|
Attachment #8562541 -
Flags: review?(dolske) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comments addressed. Checkin-needed for https://reviewboard-hg.mozilla.org/gecko/rev/5717235d7cb426a9342b2d399e00e1920d04cd06
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8562541 [details]
MozReview Request: bz://1124888/MattN
Approval Request Comment
[Feature/regressing bug #]: Data to help with bug 1121119
[User impact if declined]: Less ideal prioritization of improvements to password manager
[Describe test coverage new/current, TreeHerder]: No tests specifically for telemetry but existing tests for form autofill would catch if this broke something.
[Risks and why]: Low risk, minor change for instrumentation.
[String/UUID change made/needed]: None
Attachment #8562541 -
Flags: approval-mozilla-aurora?
Comment 7•10 years ago
|
||
Comment on attachment 8562541 [details]
MozReview Request: bz://1124888/MattN
This landed to central when it was still 38 - so I think we're OK here, is that not correct Matt?
Flags: needinfo?(MattN+bmo)
Attachment #8562541 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora-
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8562541 [details]
MozReview Request: bz://1124888/MattN
(In reply to Lukas Blakk [:lsblakk] use ?needinfo from comment #7)
> This landed to central when it was still 38 - so I think we're OK here, is
> that not correct Matt?
Oh, sorry, I meant to request beta since that's where the other password manager probes landed. It's not super important but nice to have them together and being able to make better decisions on bug 1121119 sooner.
Flags: needinfo?(MattN+bmo)
Attachment #8562541 -
Flags: approval-mozilla-beta?
Updated•10 years ago
|
status-firefox37:
--- → affected
Comment 9•10 years ago
|
||
Comment on attachment 8562541 [details]
MozReview Request: bz://1124888/MattN
It's early enough in Beta to take a password manager Telemetry probe. Beta+
Attachment #8562541 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8562541 -
Attachment is obsolete: true
Attachment #8619213 -
Flags: review+
Assignee | ||
Comment 12•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•