March 16, 2009 at 8:53 am
· Filed under Embedding, Mozilla, XUL
While I was on vacation last week, the newest official XULRunner was spun up and has now been released. XULRunner 1.9.0.7 matches the Firefox 3.0.7 release. For XULRunner developers, most of the changes in 1.9.0.7 are related to security fixes. There are some cookie and XHR fixes in there too. You can also look at the full list of fixed bugs.
Runtimes
SDKs
Source tarball
Thanks to Dave Townsend and Nick Thomas for getting 1.9.0.7 out the door.
Want to get started building XULRunner applications? We have an article for that.
Permalink
February 11, 2009 at 9:02 am
· Filed under Embedding, Mobile, Mozilla, XUL
The newest official XULRunner has been released. XULRunner 1.9.0.6 matches the Firefox 3.0.6 release. For XULRunner developers, most of the changes in 1.9.0.6 are related to security fixes. You can also look at the full list of fixed bugs.
Runtimes
SDKs
Source tarball
Update: We now have XULRunner builds for Windows Mobile! XULRunner runtimes now exist for Windows, Windows Mobile, OS X, Linux and Maemo (a mobile Linux). Another XULRunner port is underway: Symbian OS (S60).
Want to get started building XULRunner applications? We have an article for that.
Permalink
February 8, 2009 at 6:18 pm
· Filed under Embedding, Extensions, Mozilla, XUL
FOSDEM 2009 is over. Once again, there was a lot of great stuff happening. I managed to leave the Mozilla Room once or twice to see other sessions. The Mozilla Room sessions were very good and not just because I was in two of them. There were so many people trying to get into the Mozilla Room, we had to stop people from coming in.

I posted the presentations of my Fennec and Embedding sessions. The Fennec session has a companion wiki article as well.
Paul Rouget moderated a spirited discussion on creating XUL communities. The group created a lot of good feedback for Mozilla and for themselves. I really hope we make some progress on the action items.
Permalink
October 22, 2008 at 11:54 am
· Filed under Embedding, Extensions, Mobile, Mozilla, XUL
I am headed to Barcelona to take part in Mozilla Europe’s MozCamp 2008 conference. I’ll be presenting sessions on XULRunner, Fennec Add-ons & Embedding Gecko. If you’re interested in any of these sessions and have topics you’d like to see covered, let me know. Commenting here or adding items to the wiki pages are goods ways to do that.
I also plan to hang around the Prism session, presented by Matt Gertner. Prism has some cool features brewing. I hope we get a new release (with samples) out soon.
Permalink
October 20, 2008 at 3:29 pm
· Filed under Embedding, Mozilla
The Mozilla Embedding project has been adding small chunks to the new API. The code is now hosted in an incubator repository, with plans of moving code to the main Mozilla tree when it’s ready. Some of the new additions and things we’re working on include:
- Easy access to the underlying XPCOM interfaces
- Basic navigation support
- Executing JavaScript in the web page context
- New GTK+ widget for Windows (contributed by Tristan Van Berkom)
- Render web page to image (coming soon)
Pelle added the beginnings of a “Code Snippets” section to the Wiki. We plan on expanding that soon. The first snippets show how to access the DOM of the web page from the embedding host application.
Here’s a short list of tasks we plan to work on soon. If any of these interest you, join us. We hang out on Mozilla IRC in the #embedding channel. Your feedback is important.
Contribute: Get code, File bugs
Permalink