1
edit
Changes
→Components and Interfaces in Mozilla
== 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 ===
For example, Necko is the network library which is made up of several components such as HTTP, FTP, and other network protocol implementations.
=== Interface ===
== Related Links ==