Open
Bug 1622323
Opened 5 years ago
Updated 3 years ago
Add test for restarting gecko view with an add-on with onUpdateAvailable listener
Categories
(GeckoView :: Extensions, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: bdahl, Unassigned)
References
Details
(Whiteboard: [geckoview:2023?])
Over in bug 1621503, I wasn't able to add a test because we have no way to restart GeckoView during junit tests.
In the test we should:
- install add-on with an onUpdateAvailable listener
- update the add-on
- restart gecko view
- ensure the background page is loaded automatically
Priority: -- → P2
Comment 1•3 years ago
|
||
Still relevant. Can be given to an intern
Updated•3 years ago
|
Priority: P2 → P3
Whiteboard: [geckoview:2023?]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•