Bug 1755481: correct documentation of `nsIClipboard::getData`. r=mccr8
[gecko.git] / xpcom / threads / components.conf
blob6234abdb2c7e7c1daf9f4fd69303d02b19457081
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     },
14     {
15         'cid': '{5ff24248-1dd2-11b2-8427-fbab44f29bc8}',
16         'contract_ids': ['@mozilla.org/timer;1'],
17         'legacy_constructor': 'nsTimer::XPCOMConstructor',
18         'headers': ['/xpcom/threads/nsTimerImpl.h'],
19         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_SOCKET_AND_UTILITY_PROCESS,
20     },