Projects
Borrador
Esta página no está completa.
This page needs to become a pretty index to Mozilla projects whose documentation is located under it.
- Administrador de seguridad personal
- Administrador de seguridad personal consiste de un conjunto de librerías que realizan operaciones de criptografía en nombre de una aplicación instalada. Estas operaciones incluyen la creación de una conexión SSL, objeto de firmas y verificación de firmas, la administración de certificados (incluye la emisión y revocación), y otras funciones de PKI.
- Midas
- Midas is the code name for Gecko's built-in rich text editor. Midas can be enabled via JavaScript on an HTML document. When Midas is enabled, the document becomes editable by the user. Scripting for Midas is based on the DHTML commands supported by Internet Explorer. Internet Explorer supports the ability to make an entire document editable by setting the
designMode
property of thedocument
object; this is how Midas is invoked in Gecko. Internet Explorer also supports the ability to edit specific elements using thecontentEditable
attribute; Starting with Firefox 3, Gecko also supportscontentEditable
. Once Midas is invoked, a few more methods of thedocument
object become available. - NSPR
- Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Sun's server applications, and other software offerings.
- Rhino
- Servicios de Seguridad de Red
- Los Servicios de Seguridad de Red (Network Security Services (NSS)) son un conjunto de bibliotecas designadas para ayudar al desarrollo en múltiples plataformas de aplicaciones para servidor y cliente con seguridad habilitada. Las aplicaciones desarrolladas con NSS pueden admitir SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, certificados X.509 v3, y otros estándares de seguridad. Para obtener información detallada sobre los estándares admitidos, visita Descripción general sobre_NSS. Para revisar la lista de preguntas frecuentes, visita FAQ.
- SpiderMonkey
- SpiderMonkey es el motor JavaScript de Mozilla escrito en C y C++. Este es usado en varios productos de Mozilla, incluyendo Firefox, y está disponible bajo el MPL2.