This repository was archived by the owner on Dec 2, 2025. It is now read-only.
91.0.1
v91.0.1 (2022-02-02)
This release has a significant change to how the components are published.
We now only publish one library, called MozillaAppServices. This is to fix problems with having multiple libraries dynamically loaded into the app.
Places
What's Changed
- The database initialization code now uses BEGIN IMMIDIATE to start a
transaction. This will hopefully preventdatabase is lockederrors when
opening a sync connection.
What's New
- The
HistoryVisitInfostruct now has anis_remoteboolean which indicates whether the
represented visit happened locally or remotely. (#4810)