Closed
Bug 1294287
Opened 8 years ago
Closed 8 years ago
Extend the ExtensionTestUtils wrapper to handle extension restarts without reinstalling
Categories
(WebExtensions :: Untriaged, defect)
WebExtensions
Untriaged
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1252871
People
(Reporter: mattw, Assigned: kmag)
References
Details
(Whiteboard: [runtime] triaged)
There are three specific cases where runtime.onInstalled should fire:
- When the extension is first installed.
- When the extension is updated to a new version.
- When Firefox is updated to a new version.
In order to be able to test these cases, I think we will need to add more functionality to the helper.
Updated•8 years ago
|
Whiteboard: [runtime] → [runtime] triaged
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•