Education/ComputerScience/Platform/XPCOM: Difference between revisions
< Education | ComputerScience | Platform
Jump to navigation
Jump to search
Jamesboston (talk | contribs) No edit summary |
Jamesboston (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
==[[Education/Learning/XpcomComponents|XPCOM Components]]== | ==[[Education/Learning/XpcomComponents|XPCOM Components]]== | ||
How to specify a new XPCOM interface in the IDL language and then implement it in C++. | How to specify a new XPCOM interface in the IDL language and then implement it in C++. | ||
==Build XPCOM components in JavaScript== | |||
XPCOM components can be created in several languages. Learning how to | |||
[https://developer.mozilla.org/en/How_to_Build_an_XPCOM_Component_in_Javascript build an XPCOM component in JavaScript] is an essential skill. | |||
[[Category:Education]] | [[Category:Education]] |
Latest revision as of 20:16, 30 July 2009
Tutorials
Using XPCOM
How to use the XPCOM API to write cross platform in C++ or JavaScript.
Understanding XPCOM files
How to access system files through the XPCOM API.
XPCOM Components
How to specify a new XPCOM interface in the IDL language and then implement it in C++.
Build XPCOM components in JavaScript
XPCOM components can be created in several languages. Learning how to build an XPCOM component in JavaScript is an essential skill.