From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../test/xpcshell/xpcshell-legacy-ep.toml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml (limited to 'toolkit/components/extensions/test/xpcshell/xpcshell-legacy-ep.toml') 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"] -- cgit v1.2.3