Open
Bug 1721763
Opened 3 years ago
Updated 3 years ago
Do not set `extensions.installedDistroAddon.*` when distribution extension fails to install
Categories
(Firefox :: Distributions, defect, P3)
Firefox
Distributions
Tracking
()
NEW
People
(Reporter: nalexander, Assigned: mkaply)
References
Details
Right now, an extension that fails to install -- for example, due to a signature error -- will not be retried (AFAICT). This interacts with distributions, which cannot set the xpinstall.signatures.dev-root=true
pref early enough to install distribution extensions that are signed with the staging certificate on first run, and then won't get extensions on later runs after the pref is set.
This is https://bugzilla.mozilla.org/show_bug.cgi?id=1551455#c6.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Permalink to where we set it.
I'm not sure how this is going to work, though, because installAddon just copies the addon and doesn't return any errors:
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•