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
12 lines
499 B
TOML
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
|