Open main menu

CDOT Wiki β

Changes

Components and Interfaces

11 bytes removed, 17:41, 4 October 2006
Components and Interfaces in Mozilla
In Mozilla, there are several technologies used that build the codebase. You will find some lower level programming languages such as C/C++ in the core, and may find some higher level programming languages such as Javascript in extensions, components, etc...
These technologies are connected using the XPCOM, XPConnect, XPIDL, etc... With these frameworks, developers can break up software projects into components.
=== Component ===
1
edit