mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 20:45:13 -05:00
- removes the temporary nightly-only ML and heuristics comparison telemetry - removes the telemetry preference - maintains address autofill using ML engine on Nightly only - switches the ML class to be an instance and not based on AIFeature - removes the timing and hash computions that are no longer needed - retains heuristics for credit card detection and ML for address fields, but the autocomplete attribute will override either - type=email special case applies to both heuristics and ML - reuses the ML engine each call unless it has been closed in which case a new one is created - adds a test thta tests the ML specific autofill Differential Revision: https://phabricator.services.mozilla.com/D302562