Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / components.conf
blobecf1cd5009c880fefa7fe9618286b08e0b62baa4
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': '{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c}',
69         'contract_ids': ['@mozilla.org/gfx/screenmanager;1'],
70         'singleton': True,
71         'constructor': 'nsScreenManagerSelector',
72         'headers': ['/widget/nsContentProcessWidgetFactory.h'],
73     },
74     {
75         'cid': '{b2cdd51c-4277-417b-a931-08306c7814c3}',
76         'type': 'mozilla::widget::ScreenManager',
77         'constructor': 'mozilla::widget::ScreenManager::GetAddRefedSingleton',
78         'headers': ['mozilla/widget/ScreenManager.h'],
79         'contract_ids': ['@mozilla.org/gfx/content/screenmanager;1'],
80         'singleton': True,
81         'processes': ProcessSelector.CONTENT_PROCESS_ONLY,
82     },