Files
tubestation/testing/mochitest/tests/Harness_sanity/xpcshell.toml
Rob Wu e538e4ca22 Bug 1952682 - Introduce support for SpecialPowers.spawn in a content process r=nika
This patch introduces SpecialPowersForProcess + spawn() to enable
callers to spawn a task in the specified content process, and adds
a helper to ContentPage that is used in tests in bug 1952681.

Differential Revision: https://phabricator.services.mozilla.com/D240779
2025-05-06 01:53:12 +00:00

12 lines
499 B
TOML

[DEFAULT]
["test_SpecialPowersForProcessSpawn.js"]
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https
support-files = ["file_xorigin_frames.html"]
["test_SpecialPowersSandbox.js"]
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https
["test_SpecialPowersSpawn.js"]
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https