Closed
Bug 1473170
Opened 7 years ago
Closed 4 years ago
Clear default pref branch on uninstall
Categories
(Web Compatibility :: Interventions, enhancement, P3)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: denschub, Unassigned)
Details
Right now, we never remove our preferences when the addon gets uninstalled[0], so our prefs stick around forever. We should call deleteBranch() on the branch when the addon gets removed (but not on updates!).
This is not very critical, but still nice to have. Also, this should be a fairly easy patch, so if someone stumbles upon this issue and feels like contributing, ping me on IRC (denschub) and I'm happy to do some mentoring.
[0]: https://github.com/mozilla/webcompat-addon/blob/ca17478e1ff8804547cd6bd80c7dcd8ef0edc78d/src/bootstrap.js#L63
Updated•7 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•4 years ago
|
||
We're no longer a bootstrapped addon.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•