Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / widget / components.conf
blob4fa7da3bc9cfc606631eedaa3a6139a38c724ea7
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         'js_name': 'clipboard',
10         'cid': '{8b5314ba-db01-11d2-96ce-0060b0fb9956}',
11         'contract_ids': ['@mozilla.org/widget/clipboard;1'],
12         'constructor': 'nsClipboardSelector',
13         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
14         'interfaces': ['nsIClipboard'],
15         'overridable': True,
16     },
17     {
18         'cid': '{c0ed2a75-96f8-4166-91d4-2fe8774448dc}',
19         'type': 'nsClipboardProxy',
20         'headers': ['/widget/nsClipboardProxy.h'],
21         'contract_ids': ['@mozilla.org/widget/content/clipboard;1'],
22         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
23     },
25     {
26         'cid': '{0f872c8c-3ee6-46bd-92a2-69652c6b474e}',
27         'contract_ids': ['@mozilla.org/colorpicker;1'],
28         'constructor': 'nsColorPickerSelector',
29         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
30     },
31     {
32         'cid': '{11a77259-9d16-4386-8ac8-94338ee22f78}',
33         'type': 'nsColorPickerProxy',
34         'headers': ['/widget/nsColorPickerProxy.h'],
35         'contract_ids': ['@mozilla.org/content/colorpicker;1'],
36         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
37     },
39     {
40         'cid': '{8b5314bb-db01-11d2-96ce-0060b0fb9956}',
41         'contract_ids': ['@mozilla.org/widget/dragservice;1'],
42         'constructor': 'nsDragServiceSelector',
43         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
44     },
45     {
46         'cid': '{28be18ae-73ee-494f-8c6d-5d14b7c998c7}',
47         'type': 'nsDragServiceProxy',
48         'headers': ['/widget/nsDragServiceProxy.h'],
49         'contract_ids': ['@mozilla.org/widget/content/dragservice;1'],
50         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
51     },
53     {
54         'cid': '{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3}',
55         'contract_ids': ['@mozilla.org/filepicker;1'],
56         'constructor': 'nsFilePickerSelector',
57         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
58     },
59     {
60         'cid': '{40fd47f2-463a-4e4a-a33f-27eb148bfee4}',
61         'type': 'nsFilePickerProxy',
62         'headers': ['/widget/nsFilePickerProxy.h'],
63         'contract_ids': ['@mozilla.org/content/filepicker;1'],
64         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
65     },
67     {
68         'cid': '{b148eed2-236d-11d3-b35c-00a0cc3c1cde}',
69         'contract_ids': ['@mozilla.org/sound;1'],
70         'singleton': True,
71         'constructor': 'nsSoundSelector',
72         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
73     },
74     {
75         'cid': '{b02c2470-6e5a-4865-a202-8b5ebae52632}',
76         'type': 'nsSoundProxy',
77         'headers': ['/widget/nsSoundProxy.h'],
78         'contract_ids': ['@mozilla.org/content/sound;1'],
79         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
80     },
82     {
83         'cid': '{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c}',
84         'contract_ids': ['@mozilla.org/gfx/screenmanager;1'],
85         'singleton': True,
86         'constructor': 'nsScreenManagerSelector',
87         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
88     },
89     {
90         'cid': '{b2cdd51c-4277-417b-a931-08306c7814c3}',
91         'type': 'mozilla::widget::ScreenManager',
92         'constructor': 'mozilla::widget::ScreenManager::GetAddRefedSingleton',
93         'headers': ['mozilla/widget/ScreenManager.h'],
94         'contract_ids': ['@mozilla.org/gfx/content/screenmanager;1'],
95         'singleton': True,
96         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
97     },