Bug 1568151 - Replace `target.getInspector()` by `target.getFront("inspector")`....
[gecko.git] / remote / RemoteAgent.conf
blobd4dbc1dd5a68ccfd173af32e888cfbcde9b8693a
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': '{8f685a9d-8181-46d6-a71d-869289099c6d}',
10         'contract_ids': ['@mozilla.org/remote/agent'],
11         'jsm': 'chrome://remote/content/RemoteAgent.jsm',
12         'constructor': 'RemoteAgentFactory',
13         'categories': {'command-line-handler': 'm-remote'},
14     },