These articles are archived, obsolete documents about Mozilla, Gecko, and the process of building Mozilla projects.
- Struktur eines installierbaren BĂŒndels
- XULRunner Anwendungen, Erweiterungen, und Themes teilen sich eine gemeinsame Verzeichnisstruktur, und in einigen FĂ€llen kann das gleiche BĂŒndel als eigenstĂ€ndige XULRunner-Anwendung und als eine installierbare Anwendungserweiterung genutzt werden. Die Grundstruktur von BĂŒndeln kann einige der folgenden Dateien beinhalten:
- Venkman
- Venkman is the code name for Mozilla's JavaScript Debugger. It aims to provide a powerful JavaScript debugging environment for Mozilla based browsers namely Firefox, Netscape 7.x/9.x and SeaMonkey. Note that it is not included in the Gecko-based browsers such as K-Meleon, Galeon and Netscape 8.x. Venkman has been provided as part of the Mozilla install distribution since October 2001, as well as an extension package in XPI format.
- XPInstall
- Cross-Platform Install (XPInstall) ist eine Technologie, welche von der Mozilla Suite, Mozilla Firefox, Mozilla Thunderbird und anderen XUL-basierten Anwendungen genutzt wird, um Erweiterungen zu installieren. Ein XPI (ausgesprochen "zippy" und abgeleitet von XPInstall) Installationsmodul ist eine ZIP-Datei, welche ein Installationsskript oder ein Manifest (benannt install.js oder install.rdf) im Wurzelverzeichnis enthÀlt.
- XUL Explorer
- XUL Explorer is a XULRunner application that provides an easy way to experiment with XUL. Itâs a simple editor that can preview XUL inline or in a separate popup window. It has a list of code snippets (small fragments of XUL or JavaScript) that can be quickly inserted into the editor. The XUL can be loaded from and saved to files. A XUL validator and the Error Console are both available to help debug problems. The help menu provides access to XUL information on MDC. There is even simple âkeywordâ help lookup for XUL elements.
- XULRunner