Labs/Jetpack/Release Notes/0.4: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 8: Line 8:


*'''Page Worker API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/page-worker page-worker] module provides a way to create a permanent, invisible page and access its DOM.
*'''Page Worker API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/page-worker page-worker] module provides a way to create a permanent, invisible page and access its DOM.
*'''Widget API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/widget widget] module provides a visually consistent way for add-ons to show themselves in the browser.


Notable bug fixes:  
Notable bug fixes:  

Revision as of 19:30, 20 May 2010

About the SDK

The Jetpack SDK is a set of tools and APIs for building, testing, and packaging Firefox add-ons.

Version 0.4 features ...

Notable enhancements:

  • Page Worker API - The page-worker module provides a way to create a permanent, invisible page and access its DOM.
  • Widget API - The widget module provides a visually consistent way for add-ons to show themselves in the browser.

Notable bug fixes:

A complete list of changes is available in the source code repository.

Installation

First, obtain the SDK in your favorite compression format:

Once you've got that, just unpack the archive, open the jetpack-sdk/README.txt file, and follow its instructions.

Known Issues

Feedback and Bug Reports

We'd love to hear any feedback you have regarding this release. Feel free to post it to the discussion forum or file a bug.