FizzyPop - Mozilla Project Generator
JavaScript XPCOM Wizard
General Details
Basic meta information about your component. The Mozilla Developer Center has more information on
building JavaScript XPCOM components
and how to
avoid leaking memory
in your components.
Name
*
The name of the component. This becomes the class name.
ID
*
This is a unique identifier for the component. It should be in the form
"@example.com/componentname;1"
Author
*
The author (developer) of the component
Description
An optional, free-form description of the component
You can create an XPCOM service from the component. A service is a global singleton, only one instance is ever created.
Create component as a service
Submit