Toolkit API
From MDC
(Difference between revisions)
| Revision as of 23:00, 20 April 2006 Ptak82 (Talk | contribs) link pl � Previous diff |
Current revision Federico (Talk | contribs) added language: IT |
||
| Line 21: | Line 21: | ||
| [[Category:Toolkit API|*]] | [[Category:Toolkit API|*]] | ||
| + | [[it:Toolkit API]] | ||
| [[fr:API du toolkit]] | [[fr:API du toolkit]] | ||
| [[pl:Toolkit API]] | [[pl:Toolkit API]] | ||
Current revision
The Mozilla Toolkit is a set of programming interfaces (APIs) built on top of Gecko which provide advanced services to XUL applications. These services include:
- Profile Management
- Chrome Registration
- Browsing History
- Extension and Theme Management
- Application Update Service
- Safe Mode
[edit]
Official References
- Structure of an Installable Bundle: describes the common structure of installable bundles, including extensions, themes, and XULRunner applications
- Extension Packaging: specific information about how to package extensions
- Theme Packaging: specific information about how to package themes
- Multiple-item Extension Packaging: specific information about multiple-item extension XPIs
- XUL Application Packaging: specific information about how to package XULRunner applications
- Chrome Registration
[edit]
More Information
The following developer pages contain examples and discussions of particular topics:
XUL; XUL Overlays; Developing Extensions; XULRunner; Developing Themes; DOM; RDF; Storage; Creating Help Documentation
Categories: Toolkit API