We currently send an addon-self:installed signal, but don't send a parallel signal when the addon is uninstalled.
This patch adds the uninstall signal.
We'll eventually have the addon tell the server, and the server tell the front-end, that the addon has been uninstalled, but this works for now, and makes the event API more symmetric, which is also nice.
We currently send an
addon-self:installed
signal, but don't send a parallel signal when the addon is uninstalled.This patch adds the uninstall signal.
We'll eventually have the addon tell the server, and the server tell the front-end, that the addon has been uninstalled, but this works for now, and makes the event API more symmetric, which is also nice.
@lmorchard @meandavejustice r?