It looks like the initial addition of NS_IDLE_SERVICE_CID in bug 343416 had 0089 in the comment instead of 0098, so it didn't match the actual value. Then it looks like the initial migration to static component registration in bug 1773770 part 8 switched from using the macro via NS_DEFINE_NAMED_CID to a hard coded value, and it copied over the value from the comment. Presumably the uikit version later copied over the cid from cocoa. Fortunately, nobody uses NS_IDLE_SERVICE_CID anywhere. Differential Revision: https://phabricator.services.mozilla.com/D317202
78 lines
2.9 KiB
Plaintext
78 lines
2.9 KiB
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
Headers = '/widget/uikit/nsWidgetFactory.h',
|
|
|
|
InitFunc = 'nsWidgetUIKitModuleCtor'
|
|
UnloadFunc = 'nsWidgetUIKitModuleDtor'
|
|
|
|
Classes = [
|
|
{
|
|
'cid': '{49f428e8-baf9-4ba3-b1b0-7d2fd3abbcea}',
|
|
'contract_ids': ['@mozilla.org/widget/parent/clipboard;1'],
|
|
'interfaces': ['nsIClipboard'],
|
|
'type': 'nsIClipboard',
|
|
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
|
|
},
|
|
{
|
|
'name': 'GfxInfo',
|
|
'cid': '{d755a760-9f27-11df-0800-200c9a664242}',
|
|
'contract_ids': ['@mozilla.org/gfx/info;1'],
|
|
'type': 'mozilla::widget::GfxInfo',
|
|
'headers': ['/widget/uikit/GfxInfo.h'],
|
|
'init_method': 'Init',
|
|
},
|
|
{
|
|
'js_name': 'geckoviewBridge',
|
|
'cid': '{0fe2321d-ebd9-467d-a743-03a68d40599e}',
|
|
'contract_ids': ['@mozilla.org/ios/bridge;1'],
|
|
'interfaces': ['nsIGeckoViewBridge'],
|
|
'type': 'nsIOSBridge',
|
|
'headers': ['/widget/uikit/IOSBridge.h'],
|
|
},
|
|
{
|
|
'cid': '{2d96b3df-c051-11d1-a827-0040959a28c9}',
|
|
'contract_ids': ['@mozilla.org/widget/appshell/uikit;1'],
|
|
'legacy_constructor': 'nsAppShellConstructor',
|
|
'headers': ['/widget/uikit/nsWidgetFactory.h'],
|
|
'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
|
|
},
|
|
{
|
|
'cid': '{8b5314bc-db01-11d2-96ce-0060b0fb9956}',
|
|
'contract_ids': ['@mozilla.org/widget/transferable;1'],
|
|
'type': 'nsTransferable',
|
|
'headers': ['/widget/nsTransferable.h'],
|
|
},
|
|
{
|
|
'cid': '{948a0023-e3a7-11d2-96cf-0060b0fb9956}',
|
|
'contract_ids': ['@mozilla.org/widget/htmlformatconverter;1'],
|
|
'type': 'nsHTMLFormatConverter',
|
|
'headers': ['/widget/nsHTMLFormatConverter.h'],
|
|
},
|
|
{
|
|
'cid': '{77221d5a-1dd2-11b2-8c69-c710f15d2ed5}',
|
|
'contract_ids': ['@mozilla.org/widget/clipboardhelper;1'],
|
|
'type': 'nsClipboardHelper',
|
|
'headers': ['/widget/nsClipboardHelper.h'],
|
|
},
|
|
{
|
|
'cid': '{f0ddedd7-e8d5-4f95-a5b4-0f48f1741b36}',
|
|
'contract_ids': ['@mozilla.org/gfx/parent/screenmanager;1'],
|
|
'type': 'mozilla::widget::ScreenManager',
|
|
'headers': ['mozilla/widget/ScreenManager.h'],
|
|
'constructor': 'mozilla::widget::ScreenManager::GetAddRefedSingleton',
|
|
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
|
|
'singleton': True,
|
|
},
|
|
{
|
|
'cid': '{6987230e-0098-4e78-bc5f-1493ee7519fa}',
|
|
'contract_ids': ['@mozilla.org/widget/useridleservice;1'],
|
|
'type': 'nsUserIdleServiceUIKit',
|
|
'headers': ['/widget/uikit/nsUserIdleServiceUIKit.h'],
|
|
'constructor': 'nsUserIdleServiceUIKit::GetInstance',
|
|
'singleton': True,
|
|
'processes': ProcessSelector.ALLOW_IN_GPU_RDD_VR_SOCKET_AND_UTILITY_PROCESS,
|
|
},
|
|
]
|