Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / cocoa / components.conf
blobe8570fd50205eb52dd64c7fd519b779c105abe96
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 Headers = '/widget/cocoa/nsWidgetFactory.h',
9 InitFunc = 'nsWidgetCocoaModuleCtor'
10 UnloadFunc = 'nsWidgetCocoaModuleDtor'
12 Classes = [
13     {
14         'cid': '{49f428e8-baf9-4ba3-b1b0-7d2fd3abbcea}',
15         'contract_ids': ['@mozilla.org/widget/parent/clipboard;1'],
16         'interfaces': ['nsIClipboard'],
17         'type': 'nsIClipboard',
18         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
19     },
20     {
21         'name': 'GfxInfo',
22         'cid': '{d755a760-9f27-11df-0800-200c9a664242}',
23         'contract_ids': ['@mozilla.org/gfx/info;1'],
24         'type': 'mozilla::widget::GfxInfo',
25         'headers': ['/widget/cocoa/GfxInfo.h'],
26         'init_method': 'Init',
27     },
28     {
29         'cid': '{e5170091-c16b-492d-bf00-f45d72470553}',
30         'contract_ids': ['@mozilla.org/parent/filepicker;1'],
31         'type': 'nsFilePicker',
32         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
33     },
34     {
35         'cid': '{b90f5fdd-c23e-4ad6-a10e-1da8ffe07799}',
36         'contract_ids': ['@mozilla.org/parent/colorpicker;1'],
37         'type': 'nsColorPicker',
38         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
39     },
40     {
41         'cid': '{2d96b3df-c051-11d1-a827-0040959a28c9}',
42         'contract_ids': ['@mozilla.org/widget/appshell/mac;1'],
43         'legacy_constructor': 'nsAppShellConstructor',
44         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_UTILITY_AND_GMPLUGIN_PROCESS,
45     },
46     {
47         'cid': '{b148eed2-236d-11d3-b35c-00a0cc3c1cde}',
48         'contract_ids': ['@mozilla.org/sound;1'],
49         'type': 'nsSound',
50         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
51     },
52     {
53         'cid': '{8b5314bc-db01-11d2-96ce-0060b0fb9956}',
54         'contract_ids': ['@mozilla.org/widget/transferable;1'],
55         'type': 'nsTransferable',
56         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
57     },
58     {
59         'cid': '{948a0023-e3a7-11d2-96cf-0060b0fb9956}',
60         'contract_ids': ['@mozilla.org/widget/htmlformatconverter;1'],
61         'type': 'nsHTMLFormatConverter',
62         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
63     },
64     {
65         'cid': '{77221d5a-1dd2-11b2-8c69-c710f15d2ed5}',
66         'contract_ids': ['@mozilla.org/widget/clipboardhelper;1'],
67         'type': 'nsClipboardHelper',
68         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
69     },
70     {
71         'cid': '{9a155bb2-2b67-45de-83e3-13a9dacf8336}',
72         'contract_ids': ['@mozilla.org/widget/parent/dragservice;1'],
73         'type': 'nsDragService',
74         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
75     },
76     {
77         'cid': '{f0ddedd7-e8d5-4f95-a5b4-0f48f1741b36}',
78         'contract_ids': ['@mozilla.org/gfx/parent/screenmanager;1'],
79         'type': 'mozilla::widget::ScreenManager',
80         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
81         'singleton': True,
82     },
83     {
84         'cid': '{d3f69889-e13a-4321-980c-a39332e21f34}',
85         'contract_ids': ['@mozilla.org/gfx/devicecontextspec;1'],
86         'type': 'nsDeviceContextSpecX',
87         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
88     },
89     {
90         'cid': '{a6cf9129-15b3-11d2-932e-00805f8add32}',
91         'contract_ids': ['@mozilla.org/gfx/printerlist;1'],
92         'type': 'nsPrinterListCUPS',
93         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
94     },
95     {
96         'cid': '{841387c8-72e6-484b-9296-bf6eea80d58a}',
97         'contract_ids': ['@mozilla.org/gfx/printsettings-service;1'],
98         'type': 'nsPrintSettingsServiceX',
99         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
100     },
101     {
102         'cid': '{06beec76-a183-4d9f-85dd-085f26da565a}',
103         'contract_ids': ['@mozilla.org/widget/printdialog-service;1'],
104         'type': 'nsPrintDialogServiceX',
105         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
106     },
107     {
108         'cid': '{6987230e-0089-4e78-bc5f-1493ee7519fa}',
109         'contract_ids': ['@mozilla.org/widget/useridleservice;1'],
110         'type': 'nsUserIdleServiceX',
111         'singleton': True,
112         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
113     },
114     {
115         'cid': '{84e11f80-ca55-11dd-ad8b-0800200c9a66}',
116         'contract_ids': ['@mozilla.org/system-alerts-service;1'],
117         'type': 'mozilla::OSXNotificationCenter',
118         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
119     },
120     {
121         'cid': '{2451baed-8dc3-46d9-9e30-96e1baa03666}',
122         'contract_ids': ['@mozilla.org/widget/macdocksupport;1'],
123         'type': 'nsMacDockSupport',
124         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
125     },
126     {
127         'cid': '{74ea4101-a5bb-49bc-9984-66da8b225a37}',
128         'contract_ids': ['@mozilla.org/widget/macfinderprogress;1'],
129         'type': 'nsMacFinderProgress',
130         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
131     },
132     {
133         'cid': '{de59fe1a-46c8-490f-b04d-34545acb06c9}',
134         'contract_ids': ['@mozilla.org/widget/macsharingservice;1'],
135         'type': 'nsMacSharingService',
136         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
137     },
138     {
139         'cid': '{29046c8f-cba6-4ffa-9141-1685e96c4ea0}',
140         'contract_ids': ['@mozilla.org/widget/macuseractivityupdater;1'],
141         'type': 'nsMacUserActivityUpdater',
142         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
143     },
144     {
145         'cid': '{e9096367-ddd9-45e4-b762-49c0c18b7119}',
146         'contract_ids': ['@mozilla.org/widget/mac-web-app-utils;1'],
147         'type': 'nsMacWebAppUtils',
148         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
149     },
150     {
151         'cid': '{1f39ae50-b6a0-4b37-90f4-60af614193d8}',
152         'contract_ids': ['@mozilla.org/widget/standalonenativemenu;1'],
153         'type': 'nsStandaloneNativeMenu',
154         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
155     },
156     {
157         'cid': '{b6e1a890-b2b8-4883-a65f-9476f6185313}',
158         'contract_ids': ['@mozilla.org/widget/systemstatusbar;1'],
159         'type': 'nsSystemStatusBarCocoa',
160         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
161     },
162     {
163         'cid': '{38f396e2-93c9-4a77-aaf7-2d50b9962186}',
164         'contract_ids': ['@mozilla.org/widget/touchbarupdater;1'],
165         'type': 'nsTouchBarUpdater',
166         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
167     },