mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
465465bbf9
Differential Revision: https://phabricator.services.mozilla.com/D18464 --HG-- rename : dom/console/ConsoleAPIStorage.js => dom/console/ConsoleAPIStorage.jsm extra : source : 0ad5465eace1f9294f87ae8c705db322d5cfe953
15 lines
550 B
Python
15 lines
550 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': '{96cf7855-dfa9-4c6d-8276-f9705b4890f2}',
|
|
'contract_ids': ['@mozilla.org/consoleAPI-storage;1'],
|
|
'jsm': 'resource://gre/modules/ConsoleAPIStorage.jsm',
|
|
'constructor': 'ConsoleAPIStorageService',
|
|
},
|
|
]
|