FUEL: Difference between revisions
MarkFinkle (talk | contribs) |
MarkFinkle (talk | contribs) No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<div class="note">Official FUEL documentation is [http://developer.mozilla.org/en/docs/FUEL here], on [http://developer.mozilla.org Mozilla Developer Center]. This is a development wiki and is not representative of the final FUEL API.</div> | |||
<blockquote>FUEL (Firefox User Extension Library) is a JavaScript Library designed to help developers build extensions using terminology and interfaces that are familiar to them. It will be usable in Firefox 1.5-3.0.</blockquote> | <blockquote>FUEL (Firefox User Extension Library) is a JavaScript Library designed to help developers build extensions using terminology and interfaces that are familiar to them. It will be usable in Firefox 1.5-3.0.</blockquote> | ||
FUEL is about making it easier for extension developers to be productive, by minimizing some of the XPCOM formality and adding some "modern" JavaScript ideas. We want to start with areas that will provide the most benefit. | FUEL is about making it easier for extension developers to be productive, by minimizing some of the XPCOM formality and adding some "modern" JavaScript ideas. We want to start with areas that will provide the most benefit. | ||
If you have any input, questions or comments, please send them to Mark Finkle (mfinkle) or John Resig ( | FUEL is Firefox-only for the time being, see {{bug|380168#c4}}. | ||
If you have any input, questions or comments, please send them to Mark Finkle (mfinkle) or John Resig (jresig). | |||
== [[FUEL/0.1|Version 0.1]] (Feb 28, 2007 | == [[FUEL/0.1|Version 0.1]] (Finished Feb 28, 2007, Landed in Firefox 3.0a4) == | ||
* [[FUEL/0.1/Plan|FUEL 0.1 Plan]] | * [[FUEL/0.1/Plan|FUEL 0.1 Plan]] | ||
* [[FUEL/0.1/API|FUEL 0.1 API]] | * [[FUEL/0.1/API|FUEL 0.1 API]] | ||
* [[FUEL/0.1/Tests|FUEL 0.1 Tests]] | * [[FUEL/0.1/Tests|FUEL 0.1 Tests]] | ||
== [[FUEL/0.2|Version 0.2]] ( | == [[FUEL/0.2|Version 0.2]] (Finished June, 2007, Landed in Firefox 3.0a6) == | ||
* [[FUEL/0.2/Plan|FUEL 0.2 Plan]] | * [[FUEL/0.2/Plan|FUEL 0.2 Plan]] | ||
* [[FUEL/0.2/API|FUEL 0.2 API]] | * [[FUEL/0.2/API|FUEL 0.2 API]] |
Latest revision as of 21:40, 29 May 2008
Official FUEL documentation is here, on Mozilla Developer Center. This is a development wiki and is not representative of the final FUEL API.
FUEL (Firefox User Extension Library) is a JavaScript Library designed to help developers build extensions using terminology and interfaces that are familiar to them. It will be usable in Firefox 1.5-3.0.
FUEL is about making it easier for extension developers to be productive, by minimizing some of the XPCOM formality and adding some "modern" JavaScript ideas. We want to start with areas that will provide the most benefit.
FUEL is Firefox-only for the time being, see bug 380168#c4.
If you have any input, questions or comments, please send them to Mark Finkle (mfinkle) or John Resig (jresig).