XULRunner Short-term and Mid-term Roadmap

There has been much confusion over what the XULRunner short-term plan is, and when various features are supposed to be available. This post is my attempt to define my short-term goals and plans and outline my timeline for important changes in the next milestone:

Update: The XULRunner roadmap is now being maintained at http://wiki.mozilla.org/XULRunner:Roadmap.

XULRunner 1.8

For the current milestone (gecko 1.8/Firefox 1.1), my immediate goal is to get a developer preview release of XULRunner that can be used to demonstrate capabilities and determine future feature needs. This release will probably not be especially useful for actual production deployment because it will lack some of the (very important) installer capabilities. The included libxul has many problems, such as exported nonfrozen symbols and a very nonfrozen API.

This developer preview release will be shipped as a framework DMG on mac, and a zip/tarball build on win/unix. There are experimental RPMs available for SuSE (and there hopefully will be some fedora-compatible RPMs as well). The XULRunner binary has the ability to register itself as a GRE for embedding purposes.

Assuming all goes smoothly, XULRunner will have the ability to install a xulapp from a directory or a zipfile from the commandline, as well as ship with a GUI xulapp to perform the same function. For the 1.8 timeframe this will not add the program to the Windows Add/Remove program list or set up a dependency tree very well (automated uninstall may not be supported, you would have to just delete the installation directory).

The major tasks left for XULRunner 1.8 are linking changes to the standalone XPCOM glue so that it does not depend on NSPR, the stub binary which is used by installed xul applications and the abovementioned xulapp installer code. Finally, the Great and Mightily Overworked Chase has promised that there are new tinderboxen on the way which will build XULRunner with SVG+canvas support and will actually start producing mac nightly builds at all.

XULRunner 1.9

In the 1.9 timeframe my goal is to make XULRunner a completely workable production solution for XUL applications including Firefox and hopefully Thunderbird, as well as for embedding applications such as Camino and Epiphany. There are many steps to this process, but my general approach is incremental:

  1. Make many useful XPCOM utility classes available from the XPCOM glue.
  2. Allow the build system to build Firefox as a xulapp. This will not be the default (yet), while work is being completed on the installation mechanisms.
  3. Get the windows installer working
  4. Build Firefox as a XULApp by default.
  5. Get the various platform-specific embedding mechanisms integrated tightly and freeze the basic necessities. Windows Mac GTK QT.

Atom Feed for Comments 6 Responses to “XULRunner Short-term and Mid-term Roadmap”

  1. Jed Says:

    Awesome.
    I actually plan on starting an XULRunner app late this summer (if all goes well).
    I’m excited your doing this Ben, thanks, as Xulrunner I think is the next big thing for MoFo and Firefox as well.

  2. funTomas Says:

    This is a great news! Anyway, how about TB? Any plan of TB on XR? I hope FF & TB being installed on a machine could share the common infrastructure.

  3. FirefoxDeveloper.com » Blog Archive » XULRunner roadmap Says:

    […] BSBlog » Blog Archive » XULRunner Short-term and Mid-term Roadmap […]

  4. Cooling Tower of Technology » Blog Archive » XUL/Ajax Roundup Says:

    […] Of course, it looks like Firefox is not gonna have 1.1, but will delay until 1.5 comes out, according to this slashdot article. Ah well, my biggest hope/need is XulRunner. Which, incidentally, now has nightly builds available. Also, check out the roadmap for it. I definately can’t wait! […]

  5. lars gersmann Says:

    is there a mailing list for xulrunner ?

    everytime i have a problem/question i get confused where to post.

    anyway – really good job !!

    regards,

    lars

  6. Gavin Says:

    Very cool stuff, I’m looking forward to future releases. I am currently experimenting with a few XUL-based applications of my own. Great work :)

Leave a Reply