Add-ons Blog

Archive for sdk

Announcing Add-on SDK 1.6!

The Jetpack team is proud to announce the release of Add-on SDK version 1.6! This version of the SDK is mostly a bug-fix release yet with one very important update, the documentation. The SDK documentation has been updated for easier navigation and more information, including tutorials on using a few community-built modules that aren’t in… Continue reading

Categories: jetpack, sdk

Link: using the SDK’s namespaces implementation

SDK Tech Lead Irakli Gozalishvili blogged today about the intention behind the SDK’s namespace implementation: Sometimes program is written to work with third party, potentially malicious, code which may use variety of attack vectors in order to escalate privileges and do something harmful. This is exact scenario we have in add-on SDK, where we wrap… Continue reading

Categories: developers, jetpack, sdk

SDK Compatibility with Extended Support Releases

When Firefox 10 was released, this version was also released as an ‘ESR’ ( or Extended Support Release ) build. ESR releases of Firefox are intended for deployments of Firefox within large organizations and are supported for much longer periods of time. For more information on ESR, please see the proposal on the wiki: https://wiki.mozilla.org/Enterprise/Firefox/ExtendedSupport:Proposal… Continue reading

Categories: compatibility, jetpack, releases, sdk

Re-packaging your SDK-based Add-ons for Firefox 11

Yesterday the Jetpack project released SDK 1.5. Alongside this Dave Mason pointed out that the upcoming release of Firefox 11 will break compatibility with add-ons packaged with SDK versions 1.3 and below. This is necessary because of a change in Firefox where nsIDOMNSElement was removed ( Jorge recently mentioned this in his compatibility post ).… Continue reading

Categories: builder, compatibility, developers, general, jetpack, releases, sdk

Announcing Add-on SDK 1.5!

The Jetpack team is pleased to announce the release of Add-on SDK version 1.5! This version of the SDK has two major new features as well as many smaller ones and some important bug fixes. The two most important new features of this release are: Mobile Support! – Developers can now start developing add-ons for… Continue reading

Categories: jetpack, sdk