XULRunner

From CDOT Wiki
Revision as of 12:53, 4 October 2006 by Jbmossop (talk | contribs)
Jump to: navigation, search

Summary

XULRunner is essentially a runtime environment for XUL applications (Such as FireFox and ThunderBird). It will also allow Extension developers to create their extensions for use outside of the FireFox browser thereby allow the extension to keep running if the browser crashes.

Details

  • XULRunner as it is a separate application will allow extensions to run in their own process separate from FireFox. This will also keep the extension independent of any themes and other extensions.
  • Planned to be used by FireFox 3 when it is released Q1 2007. This will be version 1.9 and will be the first production version of XULRunner.

Code

Bare Bones Directory Structure for a XULRunner Application

/applicationName
   /chrome
      /applicationName
         your app files
      chrome.manifest
   /defaults
      /preferences
         prefs.js
   application.ini


Newsgroups

Links