Closed
Bug 1761748
Opened 3 years ago
Closed 2 years ago
Add a GeckoView test that covers respawning a previously terminated background event page when a persistent listener is being called
Categories
(WebExtensions :: Android, task, P2)
WebExtensions
Android
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1815310
People
(Reporter: rpl, Unassigned)
References
Details
(Whiteboard: [addons-jira])
Follow up for Bug 1748546:
In Bug 1748546 we have adapted the action API to make it able to respawn the background event page when an action event is being fired after the event page has been terminated (e.g. after being idle for a while).
The Desktop and GeckoView builds use a different ext-*.js API script for the action API, we have adapted both in Bug 1748546 to keep them in sync, but the respawn of the background event page is currently only covered by a mochitest-browser test which doesn't run on GeckoView.
We should add a separate GeckoView test case to cover the respawning of the background event page on action API events.
Updated•3 years ago
|
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
| Reporter | ||
Comment 1•2 years ago
|
||
This has been covered as part of the changes Cathy landed for Bug 1815310.
You need to log in
before you can comment on or make changes to this bug.
Description
•