“This topic contains information resources about Mozilla's XUL technology”
Curated by
Benjamin Habegger
|
Step by step XPCOM creation and implementation in C++.; Author: Md. Mazharul Islam Khan; Section: Miscellaneous; Chapter: Desktop Development
|
This article describes local file input/output in chrome JavaScript.
You access the file system using Mozilla XPCOM components. A list of resources and interfaces for local I/O is available for both Files and Streams at XUL Planet.
LiveConnect is a technology that allows you to call Java code from JavaScript and vice versa. It is available in Firefox and Sun's Java plugin since a long time. However it had some critical bugs, like JavaScript not being able to catch exceptions thrown in Java. In Firefox 3.6 and Java 6u12 a new implementation of LiveConnect has been introduced that should fix most of the long standing bugs. This new implementation handles most of the LiveConnect functionality on the
Java side. [...]
Description of the chrome.manifest file syntax
Tips in building a xulrunner app. In particular how to integrate DOM Inspector and Venkmann Javascript debugger
Using Java in a XUL application
|
