Closed Bug 1629132 Opened 4 years ago Closed 4 years ago

Update new password heuristics to model at 96d83b2

Categories

(Toolkit :: Password Manager, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
mozilla77
Tracking Status
firefox-esr68 --- unaffected
firefox74 --- unaffected
firefox75 --- unaffected
firefox76 --- fixed
firefox77 --- fixed

People

(Reporter: bdanforth, Assigned: bdanforth)

References

Details

Attachments

(1 file)

Bug 1595244 introduced a machine learning model using Fathom to improve detection of new password fields for password generation (v1) which was updated in Bug 1625601 (v2) mostly for accuracy improvements on password change forms and a slight performance bump.

The upstream model has since been updated with the following changes:

The latter change will improve the running time of _isProbablyANewPasswordField by around 23%.

Assignee: nobody → bdanforth
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by nerli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d76253b9b59
Update new password heuristics to model at 96d83b2 r=MattN
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77

Comment on attachment 9139847 [details]
Bug 1629132 - Update new password heuristics to model at 96d83b2

Beta/Release Uplift Approval Request

  • User impact if declined: This patch represents a modest performance improvement for the associated Password Manager feature; if declined, the time it takes to show the password generation option in the autocomplete popup will be about 13% slower on average.
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: No
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): The risk is whether the performance changes made in the patch affect the accuracy of the feature (i.e. correctly determining whether or not to show the password generation option in the autocomplete popup on new password fields). However, we have already verified that the accuracy of this update is at parity with the accuracy for the existing feature shipped in Firefox 76 (Bug 1595244 and Bug 1625601) based on a set of a couple hundred web pages used to develop the feature. Also, our existing tests covering this feature are passing, and the feature's conversion rates from telemetry in Nightly 77 are unchanged from those we are seeing for the feature we're updating in Beta 76. Finally, this feature is gated behind the pref signon.generation.confidenceThreshold, and it can be disabled by setting it to -1.
  • String changes made/needed:
Attachment #9139847 - Flags: approval-mozilla-beta?

Comment on attachment 9139847 [details]
Bug 1629132 - Update new password heuristics to model at 96d83b2

Thanks for the thorough risk assessment. Approved for 76.0b5.

Attachment #9139847 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Blocks: 1638187
No longer blocks: 1638187
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: