Name Description Size Coverage
FormAutofillPrompter.sys.mjs Implements doorhanger singleton that wraps up the PopupNotifications and handles the doorhager UI for formautofill related features. 52328 -
FormAutofillStorage.sys.mjs Implements an interface of the storage of Form Autofill. 3248 -
PassportStorage.sys.mjs Storage of Form Autofill passport records. Unlike addresses and credit cards (kept in autofill-profiles.json), passports are persisted in the Application Services `autofill` SQLite store. This module adapts that store to the same collection API the JSON-backed collections expose (`AutofillRecords` in FormAutofillStorageBase.sys.mjs), so callers use `gFormAutofillStorage.passports` without knowing the backend. 9911 -