File: components.conf

package info (click to toggle)
firefox 147.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,320 kB
  • sloc: cpp: 7,607,359; javascript: 6,533,295; ansic: 3,775,223; python: 1,415,500; xml: 634,561; asm: 438,949; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (50 lines) | stat: -rw-r--r-- 2,108 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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 https://mozilla.org/MPL/2.0/.

Classes = [
    {
        'name': 'RFPService',
        'cid': '{20093b2e-d5d5-4ce0-8355-96b8d2dc7ff5}',
        'interfaces': ['nsIRFPService'],
        'contract_ids': ['@mozilla.org/rfp-service;1'],
        'type': 'mozilla::nsRFPService',
        'headers': ['/toolkit/components/resistfingerprinting/nsRFPService.h'],
        'singleton': True,
        'constructor': 'mozilla::nsRFPService::GetOrCreate',
        'js_name': 'rfp',
        'categories': {
            'profile-after-change': 'nsRFPService',
        },
        'processes': ProcessSelector.MAIN_PROCESS_ONLY,
    },
    {
        'cid': '{07f45442-1806-44be-9230-12eb79de9bac}',
        'contract_ids': ['@mozilla.org/fingerprinting-override;1'],
        'esModule': 'resource://gre/modules/FingerprintingWebCompatService.sys.mjs',
        'constructor': 'FingerprintingOverride',
    },
    {
        'cid': '{e7b1da06-2594-4670-aea4-131070baca4c}',
        'contract_ids': ['@mozilla.org/fingerprinting-webcompat-service;1'],
        'singleton': True,
        'esModule': 'resource://gre/modules/FingerprintingWebCompatService.sys.mjs',
        'constructor': 'FingerprintingWebCompatService',
        'processes': ProcessSelector.MAIN_PROCESS_ONLY,
    },
    {
        'cid': '{ce3e9659-e311-49fb-b18b-7f27c6659b23}',
        'contract_ids': ['@mozilla.org/user-characteristics-page;1'],
        'esModule': 'resource://gre/modules/UserCharacteristicsPageService.sys.mjs',
        'constructor': 'UserCharacteristicsPageService',
        'processes': ProcessSelector.MAIN_PROCESS_ONLY,
    },
    {
        'cid': '{6c072f47-f25c-484f-add8-051b07789593}',
        'type': 'mozilla::nsRFPTargetSetIDL',
        'interfaces': ['nsIRFPTargetSetIDL'],
        'headers': ['/toolkit/components/resistfingerprinting/nsRFPTargetSetIDL.h'],
    },
]