toolkit/mozapps/extensions/test/addons/test_bug655254_2/bootstrap.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e97b383b2023
1 Components.utils.import("resource://gre/modules/Services.jsm");
2
3 function startup(data, reason) {
4 Services.prefs.setIntPref("bootstraptest.active_version", 1);
5 }
6
7 function shutdown(data, reason) {
8 Services.prefs.setIntPref("bootstraptest.active_version", 0);
9 }

mercurial