Bug 1933479 - Add tab close button on hover to vertical tabs when sidebar is collapse...
[gecko.git] / toolkit / components / telemetry / components.conf
blob1a129f37292ed2ebf65a2e6ead9f7affb75ed770
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         'cid': '{117b219f-92fe-4bd2-a21b-95a342a9d474}',
10         'contract_ids': ['@mozilla.org/base/telemetry-startup;1'],
11         'esModule': 'resource://gre/modules/TelemetryStartup.sys.mjs',
12         'constructor': 'TelemetryStartup',
13         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
14     },
15     {
16         'cid': '{efc1415c-5708-41cc-8226-82bf1d3bee16}',
17         'contract_ids': ['@mozilla.org/base/telemetry-controller-content;1'],
18         'esModule': 'resource://gre/modules/TelemetryControllerContent.sys.mjs',
19         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
20         'constructor': 'getTelemetryController',
21         'categories': {'content-process-ready-for-script': 'TelemetryControllerContent'},
22     },