New component in xulrunner

Mike Hommey mh at glandium.org
Tue Feb 2 09:27:55 UTC 2010


On Tue, Feb 02, 2010 at 09:10:02AM +0100, Mike Hommey wrote:
> Hi,
> 
> In the upcoming 1.9.1.6-2 release of xulrunner, I added a new
> (experimental) component (technically, 2 tied together) that tracks file
> changes in key directories so that the user can be notified of system
> upgrades for extensions, plugins, xulrunner itself, or the application.
> 
> It should work properly in most XUL applications, if they emit a
> final-ui-startup notification, but I would like to hear from XUL apps
> maintainers to know if that really works as expected.

Oh, I forgot, in 1.9.1.6-2, too, is another new component, that is able
to dump addons information (plugins and extensions), and a reportbug
helper script that can be hooked in a reportbug script like the
following:

if [ -x /usr/lib/xulrunner-1.9.1/reportbug-helper-script ]; then
        /usr/lib/xulrunner-1.9.1/reportbug-helper-script $binary
fi

where $binary is the binary name of the xul application.

Iceweasel will start using this script in 3.5.6-2, that should be in the
archive in the next few days.

Again, this component should work in most XUL applications.

Cheers,

Mike



More information about the pkg-mozilla-maintainers mailing list