summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml')
-rw-r--r--toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml
new file mode 100644
index 0000000000..c713e0a87b
--- /dev/null
+++ b/toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml
@@ -0,0 +1,28 @@
+[DEFAULT]
+head = "head.js head_remote.js head_legacy_ep.js"
+tail = ""
+firefox-appdir = "browser"
+skip-if = [
+ "appname == 'thunderbird'",
+ "os == 'android'",
+]
+dupe-manifest = ""
+
+# Make sure that loading the default settings for url-classifier-skip-urls
+# doesn't interfere with running our tests while IDB operations are in
+# flight by overriding the remote settings server URL to
+# ensure that the IDB database isn't created in the first place.
+prefs = ["services.settings.server='data:,#remote-settings-dummy/v1'"]
+
+# Bug 1646182: Test the legacy ExtensionPermission backend until we fully
+# migrate to rkv
+
+["test_ext_permissions.js"]
+
+["test_ext_permissions_api.js"]
+
+["test_ext_permissions_migrate.js"]
+
+["test_ext_permissions_uninstall.js"]
+
+["test_ext_proxy_config.js"]