Logins
- expose constructors for
ManagedEncryptorDecryptor
andNSSKeyManager
- change PrimaryPasswordAuthenticator callbacks to be async (a breaking change, but not yet used by anyone)
- return Result in PrimaryPasswordAuthenticator callbacks (again a breaking change, but not yet used by anyone)
- add factory for login store with nss key manager:
create_login_store_with_nss_keymanager
to avoid round-tripping the KeyManager trait interface through JS. - add LoginStore
shutdown()
function to close database connection - extend LoginStore
shutdown()
to also remove the encdec
Nimbus SDK ⛅️🔬🔭
- Updated the Nimbus API Stage URL
- Updated the Nimbus SDK to support setting Gecko preferences (#6826).
Nimbus FML && CLI
- handle http status codes when fetching feature manifests from GitHub.
Search
SearchEngineUrls
now has an optionalvisual_search
field, supporting
visual search endpoints in engine configs.SearchEngineUrl
now has an optionaldisplay_name
field, which is useful if
a URL corresponds to a brand name distinct from the engine's brand name.