Difference between revisions of "XULRunner"
(→Summary) |
|||
Line 1: | Line 1: | ||
==Summary== | ==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 | + | 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== | ==Details== | ||
− | * Planned to be used by FireFox 3 when it is released Q1 2007 | + | * 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== | ==Code== | ||
Line 9: | Line 11: | ||
==Links== | ==Links== | ||
+ | * [http://chatzilla.rdmsoft.com/xulrunner/ ChatZilla Example] |
Revision as of 11:48, 4 October 2006
Contents
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