1
edit
Changes
→Component
XPCOM allows developers to connect their code to the rest of the Mozilla codebase. It is a cross platform technology which allows the code to be reusable, updateable, and modular.
''For example, the CookieManager Component can be called from Javascript code''
deletedCookies.length = 0;
}
These components can be grouped together to become a Module. A component or several components (aka Module) are delivered as binary library. In Windows, libraries are .dll files; whereas, Unix libraries are DSO.
=== Interface ===