aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.7/packages/addon-kit/README.md
blob: cfbb4dfa2e2a8d9df4aba742ee3037ecf4e3818b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

The addon-kit package provides high-level APIs for add-on developers.
Most of the needs of most add-on developers should be served by the modules
found here. Modules in this packages don't require any special privileges to
run.

The modules in the addon-kit package are relatively stable. We intend to add
new APIs here and extend existing ones, but will avoid making incompatible
changes to them unless absolutely necessary.