Labs/Jetpack/SDK: Difference between revisions

From MozillaWiki
< Labs‎ | Jetpack
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This log is the planned vs actual accountancy section for SDK releases. It serves as a record of what APIs, bug fixes, and enhancements we attempted in each release and compares those initial assumptions to what we were able to complete within the time we had.
The Jetpack SDK is an environment for building Firefox add-ons. It aims to provide a comprehensive set of tools and high-level APIs for simple development of powerful add-ons.


= [[Labs/Jetpack/SDK/0.2|SDK 0.2]] =
= Development Plans =
* Focus: initial set of APIs built on the new Jetpack SDK


= [[Labs/Jetpack/SDK/0.3|SDK 0.3]] =
* [[Labs/Jetpack/SDK/0.2|SDK 0.2]]
* Focus: further API development and documentation of SDK code based on new docs framework
* [[Labs/Jetpack/SDK/0.3|SDK 0.3]]
 
* [[Labs/Jetpack/SDK/0.4|SDK 0.4]]
= [[Labs/Jetpack/SDK/0.4|SDK 0.4]] =
* [[Labs/Jetpack/SDK/0.5|SDK 0.5]]
* Focus: landing most of the rest of the initial set of APIs
 
= [[Labs/Jetpack/SDK/0.5|SDK 0.5]] =
* Focus: landing the rest of the initial set of APIs; electrolysis support

Revision as of 19:00, 4 May 2010

The Jetpack SDK is an environment for building Firefox add-ons. It aims to provide a comprehensive set of tools and high-level APIs for simple development of powerful add-ons.

Development Plans