Closed
Bug 1350018
Opened 8 years ago
Closed 8 years ago
Uninstalling WebExtensions extension does not remove extension data
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1213990
People
(Reporter: alexeiatyahoodotcom+mzllbgzll, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
Steps to reproduce:
When you uninstall a WebExtensions extension, the extension's data (chrome.storage.local, probably other stuff) is not removed. Reinstalling the extension picks up the old data, instead of starting from scratch.
This is breaks user expectations and makes it difficult to reset an extension without resetting the entire profile.
Also note that uninstalling an extension in Chrome, does properly clean up all of the extension's data.
Actual results:
The extension's data hangs around.
Expected results:
The extension's data should be removed.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•