|
|
Line 79: |
Line 79: |
| =Add-on Dependencies= | | =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.
| | Add-on dependencies should be managed at the server side. The client will ensure that only a known-good set of system add-ons runs. |