1
0
Fork 0
firefox/remote/components/components.conf
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

29 lines
1 KiB
Text

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Classes = [
# Remote Agent
{
"cid": "{8f685a9d-8181-46d6-a71d-869289099c6d}",
"contract_ids": ["@mozilla.org/remote/agent;1"],
"categories": {
"command-line-handler": "m-remote",
"profile-after-change": "RemoteAgent",
},
'esModule': "chrome://remote/content/components/RemoteAgent.sys.mjs",
"constructor": "RemoteAgentFactory",
},
# Marionette
{
"cid": "{786a1369-dca5-4adc-8486-33d23c88010a}",
"contract_ids": ["@mozilla.org/remote/marionette;1"],
"categories": {
"command-line-handler": "m-marionette",
"profile-after-change": "Marionette",
},
'esModule': "chrome://remote/content/components/Marionette.sys.mjs",
"constructor": "MarionetteFactory",
},
]