Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / uriloader / exthandler / components.conf
blob5c3b738c10eb29b438c663f7268e0e0d40617b7f
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         'cid': '{220cc253-b60f-41f6-b9cf-fdcb325f970f}',
10         'contract_ids': ['@mozilla.org/uriloader/handler-service-parent;1'],
11         'esModule': 'resource://gre/modules/ExtHandlerService.sys.mjs',
12         'constructor': 'HandlerService',
13     },
14     {
15         'cid': '{8b1ae382-51a9-4972-b930-56977a57919d}',
16         'contract_ids': ['@mozilla.org/uriloader/web-handler-app;1'],
17         'esModule': 'resource://gre/modules/WebHandlerApp.sys.mjs',
18         'constructor': 'nsWebHandlerApp',
19     },