Backed out 7 changesets (bug 1942424) for causing frequent crashes. a=backout
[gecko.git] / toolkit / components / antitracking / bouncetrackingprotection / components.conf
blobb6b44e9d03d1d0881dc4846a93dd1cb143379f1c
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         'name': 'BounceTrackingProtection',
10         'cid': '{4866F748-29DA-4C10-8EAA-ED2F7851E6B1}',
11         'interfaces': ['nsIBounceTrackingProtection'],
12         'contract_ids': ['@mozilla.org/bounce-tracking-protection;1'],
13         'type': 'mozilla::BounceTrackingProtection',
14         'headers': ['/toolkit/components/antitracking/bouncetrackingprotection/BounceTrackingProtection.h'],
15         'singleton': True,
16         'constructor': 'mozilla::BounceTrackingProtection::GetSingleton',
17         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
18         'categories': {
19             'idle-daily': 'BounceTrackingProtection',
20         }
21     },
22     {
23         'cid': '{06F13674-FB28-4DFC-BF25-342C83705B2F}',
24         'contract_ids': ['@mozilla.org/btp-remote-exception-list;1'],
25         'esModule': 'resource://gre/modules/BTPRemoteExceptionList.sys.mjs',
26         'singleton': True,
27         'constructor': 'BTPRemoteExceptionList',
28         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
29     },