Add-ons Blog

Posts by Jeff Griffiths

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