Bug 1690340 - Part 1: Hide all the panel tools in the developer tools menu. r=jdescottes
[gecko.git] / parser / htmlparser / components.conf
blobaf928b8f55d692fd562700dae2d40a487aabc2cc
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 Headers = [
8     'nsHTMLTags.h',
11 InitFunc = 'nsParserInitialize'
12 UnloadFunc = 'nsHTMLTags::ReleaseTable'
14 Classes = [
15     {
16         'cid': '{2ce606b0-bee6-11d1-aad9-00805f8a3e14}',
17         'contract_ids': [],
18         'type': 'nsParser',
19         'headers': ['/parser/htmlparser/nsParser.h'],
20     },