fune/toolkit/components/mozprotocol/components.conf
Kris Maglione a2faf2c5c8 Bug 1524688: Part 32 - Convert mozProtocolHandler to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18442

--HG--
rename : toolkit/components/mozprotocol/mozProtocolHandler.js => toolkit/components/mozprotocol/MozProtocolHandler.jsm
extra : source : 5746311ef859095112efbc8a6b782eb3665d9102
2019-01-30 10:31:13 -08:00

14 lines
552 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
Classes = [
{
'cid': '{47a45e5f-691e-4799-8686-14f8d3fc0f8c}',
'contract_ids': ['@mozilla.org/network/protocol;1?name=moz'],
'jsm': 'resource://gre/modules/MozProtocolHandler.jsm',
'constructor': 'MozProtocolHandler',
},
]