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/.
9 'cid': '{cb6cdb94-e417-4601-b4a5-f991bf41453d}',
10 'contract_ids': ['@mozilla.org/xpcom/debug;1'],
11 'legacy_constructor': 'nsDebugImpl::Create',
12 'headers': ['nsDebugImpl.h'],
13 'processes': ProcessSelector.ALLOW_IN_GPU_RDD_SOCKET_AND_UTILITY_PROCESS,
16 'cid': '{68bf4793-5204-45cf-9ee2-69adffbc2e38}',
17 'contract_ids': ['@mozilla.org/xpcom/memory-watcher;1'],
19 'type': 'mozilla::nsAvailableMemoryWatcherBase',
20 'headers': ['/xpcom/base/AvailableMemoryWatcher.h'],
21 'constructor': 'mozilla::nsAvailableMemoryWatcherBase::GetSingleton',
22 'processes': ProcessSelector.MAIN_PROCESS_ONLY,