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
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
The current solution for communicating with the main add-on from experiments (nsIObserverService) won't work for WebExtensions. There is an API we could use instead, but it's not implemented yet, and worse, isn't going to block the first release of WebExtensions.
But, if we can convince the WebExtensions team that we really, really need this, they will probably bump it up the priority queue. Also, maybe there are other solutions we can use in the meantime, like hitting the Test Pilot server manually…
The current solution for communicating with the main add-on from experiments (

nsIObserverService) won't work for WebExtensions. There is an API we could use instead, but it's not implemented yet, and worse, isn't going to block the first release of WebExtensions.But, if we can convince the WebExtensions team that we really, really need this, they will probably bump it up the priority queue. Also, maybe there are other solutions we can use in the meantime, like hitting the Test Pilot server manually…