From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../test/addons/test_bug655254_2/bootstrap.js | 9 +++++++++ .../test/addons/test_bug655254_2/install.rdf | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 toolkit/mozapps/extensions/test/addons/test_bug655254_2/bootstrap.js create mode 100644 toolkit/mozapps/extensions/test/addons/test_bug655254_2/install.rdf (limited to 'toolkit/mozapps/extensions/test/addons/test_bug655254_2') diff --git a/toolkit/mozapps/extensions/test/addons/test_bug655254_2/bootstrap.js b/toolkit/mozapps/extensions/test/addons/test_bug655254_2/bootstrap.js new file mode 100644 index 000000000..b79648e89 --- /dev/null +++ b/toolkit/mozapps/extensions/test/addons/test_bug655254_2/bootstrap.js @@ -0,0 +1,9 @@ +Components.utils.import("resource://gre/modules/Services.jsm"); + +function startup(data, reason) { + Services.prefs.setIntPref("bootstraptest.active_version", 1); +} + +function shutdown(data, reason) { + Services.prefs.setIntPref("bootstraptest.active_version", 0); +} diff --git a/toolkit/mozapps/extensions/test/addons/test_bug655254_2/install.rdf b/toolkit/mozapps/extensions/test/addons/test_bug655254_2/install.rdf new file mode 100644 index 000000000..71827885f --- /dev/null +++ b/toolkit/mozapps/extensions/test/addons/test_bug655254_2/install.rdf @@ -0,0 +1,19 @@ + + + + + + addon2@tests.mozilla.org + 1.0 + Test 2 + true + + + xpcshell@tests.mozilla.org + 2 + 2 + + + + -- cgit v1.2.3