canmove, Confirmed users
548
edits
| Line 259: | Line 259: | ||
project and any products which we create: | project and any products which we create: | ||
====Performance==== | |||
We must always measure our preformance and be thoughtful of how the | We must always measure our preformance and be thoughtful of how the | ||
Add-on SDK affects the performance of Firefox. | Add-on SDK affects the performance of Firefox. | ||
====Footprint==== | |||
We should try to make sure that everything we create is as small as it | We should try to make sure that everything we create is as small as it | ||
can be while still providing the functionality we think is necessary. | can be while still providing the functionality we think is necessary. | ||
====Security==== | |||
We must ensure the security of all our users and make sure that we are | We must ensure the security of all our users and make sure that we are | ||
consistently reviewing, with the help of security experts, our code to | consistently reviewing, with the help of security experts, our code to | ||
be as secure as we can make it. | be as secure as we can make it. | ||
====Simplicity==== | |||
We should strive to provide the simplest structure to our APIs and | We should strive to provide the simplest structure to our APIs and | ||
tools to make sure the Jetpack experience is easy to use. In addition | tools to make sure the Jetpack experience is easy to use. In addition | ||
| Line 278: | Line 278: | ||
contributions. | contributions. | ||
====Memory Consumption==== | |||
We should strive to keep memory consumption of an add-on built with | We should strive to keep memory consumption of an add-on built with | ||
our high-level APIs as small as possible. | our high-level APIs as small as possible. | ||
====Stability==== | |||
We will strive to make the Add-on SDK as stable as possible and | We will strive to make the Add-on SDK as stable as possible and | ||
respond to issues as quickly as possible to make sure that users can | respond to issues as quickly as possible to make sure that users can | ||