Jump to content

Firefox User Extension Library

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by FletchXYZ (talk | contribs) at 23:26, 21 June 2016 (Changed a few things to the past tense.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Firefox User Extension Library (FUEL) was a JavaScript library intended for developing Firefox extensions. Co-created by Mark Finkle and John Resig, it provided JavaScript libraries and wrappers for the most commonly used operations in Firefox extensions.

Design principles

FUEL was intended to narrow the gap between two modes of development in Firefox. One mode of development extends from the core elements of Firefox and the Firefox code base, which is predominantly based on C++. The other mode of development extends from the client-side functionality of the browser itself, which is predominantly based on JavaScript.

This latter mode of development is arguably more familiar to a wide range of users who program web applications. FUEL was intended to make extensions easier to create, especially for this latter group of people.

Status

This feature is now obsolete and replaced by Add-on SDK since Firefox 47, and only available in older release and ESR builds of versions less than 47.[1][2]

References

  1. ^ "Firefox — Notes (47.0) — Mozilla".
  2. ^ https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Toolkit_API/FUEL