Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / base / components.conf
blobbd7f04efc8e84c5c8e2b435d26b181b84913f4bb
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 Classes = [
8     {
9         'js_name': 'droppedLinkHandler',
10         'cid': '{1f34bc80-1bc7-11d6-a384-d705dd0746fc}',
11         'contract_ids': ['@mozilla.org/content/dropped-link-handler;1'],
12         'interfaces': ['nsIDroppedLinkHandler'],
13         'esModule': 'resource://gre/modules/ContentAreaDropListener.sys.mjs',
14         'constructor': 'ContentAreaDropListener',
15     },
16     {
17         'cid': '{c616fcfd-9737-41f1-aa74-cee72a38f91b}',
18         'esModule': 'resource://gre/modules/ProcessSelector.sys.mjs',
19         'constructor': 'RandomSelector',
20     },
21     {
22         'cid': '{2dc08eaf-6eef-4394-b1df-a3a927c1290b}',
23         'contract_ids': ['@mozilla.org/ipc/processselector;1'],
24         'esModule': 'resource://gre/modules/ProcessSelector.sys.mjs',
25         'constructor': 'MinTabSelector',
26     },
27     {
28         'cid': '{e740ddb4-18b4-4aac-8ae1-9b0f4320769d}',
29         'contract_ids': ['@mozilla.org/dom/slow-script-debug;1'],
30         'esModule': 'resource://gre/modules/SlowScriptDebug.sys.mjs',
31         'constructor': 'SlowScriptDebug',
32     },