XULRunner: Difference between revisions

637 bytes added ,  11 March 2005
Line 71: Line 71:
$ ./xulrunner apps/simple/simple.xulapp
$ ./xulrunner apps/simple/simple.xulapp
</pre>
</pre>
== Versioning ==
XULRunner is a delivery vehicle for the XUL toolkit, which is not a frozen API.
It is an API that has historically evolved over time, and it will likely to
continue to evolve for some time to come.  While people agree that we need to
stablize that API, it will not happen overnight.
For these reasons, it is important that XULRunner support applications that
require specific versions of the toolkit.  The current thinking is that
XULRunner will be versioned (with version number matching the corresponding
Gecko milestone), and applications will be able to specify the version(s) of
the toolkit that they require.


== What needs to be done? ==
== What needs to be done? ==
272

edits