AutofillFeature
This is the class that represents the autofill feature flags
Functions
Remote Flag that enables the ability to import passwords directly from Google Password Manager
Kill switch for if we should inject Autofill javascript into the browser.
Kill switch for toggling how deep a domain comparison to do when saving/updating credentials. We want to limit times we save duplicates, and we can do that with a deeper comparison of domains to decide if we already have a matching cred. By deeper, this means comparing using E-TLD+1
Kill switch for making case insensitive checks on existing username matches
Kill switch for the new layout of list mode where everything is inside the recycler view
Remote Flag to control logic that decides if existing users that had autofill disabled by default, should have it enabled
Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like:
Remote Flag that enables the old dialog prompt to disable autofill