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 locked
errors when
opening a sync connection.
What's New
- The
HistoryVisitInfo
struct now has anis_remote
boolean which indicates whether the
represented visit happened locally or remotely. (#4810)