Open main menu

CDOT Wiki β

Changes

Components and Interfaces

No change in size, 17:37, 4 October 2006
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.
 
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.
''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 ===
1
edit