Difference between revisions of "Make FUEL work with Firefox 2"

From CDOT Wiki
Jump to: navigation, search
(Project Details)
(Links)
Line 14: Line 14:
  
 
* [http://samermozilla.blogspot.com/ Samer's Blog]
 
* [http://samermozilla.blogspot.com/ Samer's Blog]
 +
* [http://wiki.mozilla.org/FUEL FUEL]
 +
* [http://developer.mozilla.org/en/docs/FUEL FUEL docs]
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=390335 bug #390335]
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=390335 bug #390335]
 
* [http://mxr.mozilla.org/seamonkey/find?string=fuel%2Ftest%2Fbrowser_&tree=seamonkey FUEL JS Test Files]
 
* [http://mxr.mozilla.org/seamonkey/find?string=fuel%2Ftest%2Fbrowser_&tree=seamonkey FUEL JS Test Files]

Revision as of 18:23, 6 February 2008

Introduction

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. source

The People

Project Details

At the moment FUEL only works on Firefox3. This project is dedicated in back porting FUEL to make it work with Firefox2

Links