Labs/Jetpack/SDK: Difference between revisions

From MozillaWiki
< Labs‎ | Jetpack
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by 3 users not shown)
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]] =
[[Labs/Jetpack/SDK/APIs|The full set of tools and high-level APIs targeted for 1.0.]]
* Focus: Initial set of APIs built on the new Jetpack SDK


= [[Labs/Jetpack/SDK/0.3|SDK 0.3]] =
= Development Plans =
* Focus: Further API development and documentation of SDK code based on new docs framework
 
<onlyinclude>
* [[Labs/Jetpack/SDK/0.2|SDK 0.2]] - {{:Labs/Jetpack/SDK/0.2}}
* [[Labs/Jetpack/SDK/0.3|SDK 0.3]] - {{:Labs/Jetpack/SDK/0.3}}
* [[Labs/Jetpack/SDK/0.4|SDK 0.4]] - {{:Labs/Jetpack/SDK/0.4}}
* [[Labs/Jetpack/SDK/0.5|SDK 0.5]] - {{:Labs/Jetpack/SDK/0.5}}
* [[Labs/Jetpack/SDK/0.6|SDK 0.6]] - {{:Labs/Jetpack/SDK/0.6}}
* [[Labs/Jetpack/SDK/0.7|SDK 0.7]] - {{:Labs/Jetpack/SDK/0.7}}
* [[Labs/Jetpack/SDK/0.8|SDK 0.8]] - {{:Labs/Jetpack/SDK/0.8}}
* [[Labs/Jetpack/SDK/0.9|SDK 0.9]] - {{:Labs/Jetpack/SDK/0.9}}
* [[Labs/Jetpack/SDK/0.10|SDK 0.10]] - {{:Labs/Jetpack/SDK/0.10}}
* [[Labs/Jetpack/SDK/1.0b2|SDK 1.0b2]] - {{:Labs/Jetpack/SDK/1.0b2}}
* [[Labs/Jetpack/SDK/1.0b3|SDK 1.0b3]] - {{:Labs/Jetpack/SDK/1.0b3}}
* [[Labs/Jetpack/SDK/1.0b4|SDK 1.0b4]] - {{:Labs/Jetpack/SDK/1.0b4}}
* [[Labs/Jetpack/SDK/1.0b5|SDK 1.0b5]] - {{:Labs/Jetpack/SDK/1.0b5}}
* [[Labs/Jetpack/SDK/1.0|SDK 1.0]] - {{:Labs/Jetpack/SDK/1.0}}
</onlyinclude>

Latest revision as of 13:52, 10 May 2011

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.

The full set of tools and high-level APIs targeted for 1.0.

Development Plans