|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 1.5 | Feb 22, 2012 | New Release | · Landed the first stage of support for the new native version of Firefox Mobile. · Localization Support MPL 2.0: · Updated the codebase to use the new version of the Mozilla Public License. Fixed some memory leaks: · Add-on SDK leaks compartments (with MemChaser installed) · Leak in cuddlefish.js (with add-on Copy Tiny Url 0.4), many compartments system principal · "empty" SDK add-on creates zombie compartments in SDK 1.4.2 · require("widget") creates zombie compartments Bug 638742: · If your add-on has a long name, and the path to your Firefox profile is long enough, then the XPI installation process would try to create an intermediate file with a name longer than the maximum supported length on some Windows systems. |
| 1.2.1 Final | Oct 21, 2011 | New Release | |
| 1.1 Final | Sep 16, 2011 | New Release | |
| 1.0 Final | Jun 22, 2011 | New Release | |
| 1.0b5 | May 9, 2011 | New Release | |
| 1.0b3 | Mar 7, 2011 | New Release | · Includes a variety of architectural improvements and a number of fixes for issues encountered by beta testers. · Notable architectural improvements include support for the CommonJS Asynchronous Module Definition API, which makes it possible to load code modules asynchronously, and the ability to specify the object to use as the “exports” object for a module. |
| 1.0b2 | Jan 31, 2011 | New Release | · Includes a variety of architectural improvements and a number of fixes for issues encountered by beta testers. · Notable architectural improvements include support for the CommonJS Asynchronous Module Definition API, which makes it possible to load code modules asynchronously, and the ability to specify the object to use as the “exports” object for a module. |
| 0.9 | Oct 25, 2010 | New Release | · The Context Menu API has undergone large changes in order to support the execution of addons in separate processes (i.e. the project codenamed "Electrolysis"). Read more in the mailing list posting and 0.9 documentation. · The Private Browsing API has undergone significant changes in order to support Electrolysis. Learn about the new version of the API from its 0.9 documentation. · The Widget, Simple Storage, Notifications, Selection, and Request APIs have been changed to use the "EventEmitter" model for registering events. Learn more by browsing the 0.9 documentation for those APIs in the addon-kit package. |
| 0.8 | Sep 29, 2010 | New Release | Notable Enhancements: · The new Windows API allows you to access and manipulate browser windows and their tabs. · The new Page Mods API lets you inject JavaScript code into selected web pages. · The Panel and Page Worker APIs have been changed to work more like Web Workers. Notable Bug Fixes: · bug 567660 - cfx xpi can't produce install.rdf with non-ASCII characters |
| 0.7 | Aug 30, 2010 | New Release | · Panel API: The panel API creates floating modal popups that appear on top of web content and browser chrome and persist until dismissed by users or programs. · Clipboard API: The clipboard API allows callers to interact with the system clipboard, setting and retrieving its contents. · Notifications API: The notifications API allows you to display transient toaster- or Growl-style messages to the user. · Better Documentation: Many APIs that had no previous documentation are now documented, and most documentation now shares a consistent visual style. A new walk-through that instructs you on how to produce your own high-quality documentation is also available. |