canmove, Confirmed users
1,570
edits
(Reordering) |
(Add note on dependencies) |
||
Line 71: | Line 71: | ||
* '''Bug: On startup with a new application version install any new or updated system add-ons into the system add-on install location" | * '''Bug: On startup with a new application version install any new or updated system add-ons into the system add-on install location" | ||
=Add-on Dependencies= | |||
Declaring dependencies between add-ons isn't supported. Each add-on is downloaded individually and if there are network issues it will be possible for one system add-on to update when another doesn't. For now if add-ons have dependencies they should either be shipped in Firefox so we can use version checks to enforce them or the add-on should programmatically check that the necessary dependencies are installed. |