You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just reviewing some changes elsewhere, and it highlighted to me that the bootstrap.js in this template isn't shutting down the WebExtension component.
For example, this is what screenshots does currently:
This could cause issues if the add-on is upgraded whilst a study is running. It could also leave the WebExtension part running if the study gets uninstalled.
I don't know how likely it is to cause issues on shutdown or not.
The text was updated successfully, but these errors were encountered:
I was just reviewing some changes elsewhere, and it highlighted to me that the bootstrap.js in this template isn't shutting down the WebExtension component.
For example, this is what screenshots does currently:
https://searchfox.org/mozilla-central/rev/83a923ef7a3b95a516f240a6810c20664b1e0ac9/browser/extensions/screenshots/bootstrap.js#141-148,203
This could cause issues if the add-on is upgraded whilst a study is running. It could also leave the WebExtension part running if the study gets uninstalled.
I don't know how likely it is to cause issues on shutdown or not.
The text was updated successfully, but these errors were encountered: