Open
Bug 1753110
Opened 3 years ago
Updated 1 year ago
Lingering tmpaddon files in the OS temporary folder when an add-on has an update
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Toolkit
Add-ons Manager
Tracking
()
NEW
People
(Reporter: robwu, Unassigned)
References
Details
When an add-on has an update, it is downloaded to a temporary location, and the update may automatically be installed, or cancelled/not processed (if it has a permission prompt).
The tmpaddon
* file is created at https://searchfox.org/mozilla-central/rev/b70bc09685763c44a8e56e4e04cb741fa020701a/toolkit/mozapps/extensions/internal/XPIInstall.jsm#4055-4061
And the file should ultimately be deleted after the update notification has been handled by https://searchfox.org/mozilla-central/rev/b70bc09685763c44a8e56e4e04cb741fa020701a/toolkit/mozapps/extensions/internal/XPIInstall.jsm#2978-2979, specifically by an onUpdateAvailable
listener (called from here).
Because this file is not explicitly deleted, tmpaddon
files may accumulate in the tmp dir.
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•