Bug 1760890 [wpt PR 33308] - Revert "Create property tree nodes for will-change only...
[gecko.git] / remote / components / components.conf
blobb6e7df6eb83d0f2b44b9b234618aa301b74e71ae
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 Classes = [
6     # Remote Agent
7     {
8         "cid": "{8f685a9d-8181-46d6-a71d-869289099c6d}",
9         "contract_ids": ["@mozilla.org/remote/agent;1"],
10         "categories": {
11             "command-line-handler": "m-remote",
12             "profile-after-change": "RemoteAgent",
13         },
14         "jsm": "chrome://remote/content/components/RemoteAgent.jsm",
15         "constructor": "RemoteAgentFactory",
16     },
18     # Marionette
19     {
20         "cid": "{786a1369-dca5-4adc-8486-33d23c88010a}",
21         "contract_ids": ["@mozilla.org/remote/marionette;1"],
22         "categories": {
23             "command-line-handler": "m-marionette",
24             "profile-after-change": "Marionette",
25         },
26         "jsm": "chrome://remote/content/components/Marionette.jsm",
27         "constructor": "MarionetteFactory",
28     },