Bug 1867190 - Initialise the PHC allocate delay later r=glandium
[gecko.git] / xpcom / threads / components.conf
blob53f76d3b89f05454ccd18e5ad9dd3c6364d56f66
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': '{03d68f92-9513-4e25-9be9-7cb239874172}',
10         'contract_ids': ['@mozilla.org/process/environment;1'],
11         'legacy_constructor': 'nsEnvironment::Create',
12         'headers': ['/xpcom/threads/nsEnvironment.h'],
13         'js_name': 'env',
14         'interfaces': ['nsIEnvironment'],
15     },
16     {
17         'cid': '{5ff24248-1dd2-11b2-8427-fbab44f29bc8}',
18         'contract_ids': ['@mozilla.org/timer;1'],
19         'legacy_constructor': 'nsTimer::XPCOMConstructor',
20         'headers': ['/xpcom/threads/nsTimerImpl.h'],
21         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_SOCKET_AND_UTILITY_PROCESS,
22     },
23     {
24         'cid': '{d39a8904-2e09-4a3a-a273-c3bec7db2bfe}',
25         'contract_ids': ['@mozilla.org/timer-manager;1'],
26         'headers': ['/xpcom/threads/nsTimerImpl.h'],
27         'type': 'nsTimerManager',
28     },