-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 } |