about:support reset button disabled under Iceweasel-14.0

Adam Dane unusualtears at gmail.com
Sun May 27 01:07:13 UTC 2012


There is now a profile reset button under about:support, but it remains
hidden in Iceweasel:

In the original source, toolkit/content/aboutSupport.js:586:

#expand const MOZ_APP_NAME =  "__MOZ_APP_NAME__";
#expand const MOZ_BUILD_APP = "__MOZ_BUILD_APP__";

which becomes chrome/toolkit/content/global/aboutSupport.js:536:

const MOZ_APP_NAME = "xulrunner";
const MOZ_BUILD_APP = "xulrunner";

Because there is no profile migrator component for that combination, the
box remains hidden.

This is probably an upstream bug, where populateResetBox() should use
some other way to determine if it's appropriate to show the reset
button?

Thanks.




More information about the pkg-mozilla-maintainers mailing list