Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / intl / uconv / components.conf
blob00686f661a92aa421bc80c278969a5a8bce142c6
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': '{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527}',
10         'contract_ids': ['@mozilla.org/intl/converter-input-stream;1'],
11         'type': 'nsConverterInputStream',
12         'headers': ['nsConverterInputStream.h'],
13     },
14     {
15         'cid': '{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925}',
16         'contract_ids': ['@mozilla.org/intl/converter-output-stream;1'],
17         'type': 'nsConverterOutputStream',
18         'headers': ['/intl/uconv/nsConverterOutputStream.h'],
19     },
20     {
21         'cid': '{0a698c44-3bff-11d4-9649-00c0ca135b4e}',
22         'contract_ids': ['@mozilla.org/intl/scriptableunicodeconverter'],
23         'type': 'nsScriptableUnicodeConverter',
24         'headers': ['/intl/uconv/nsScriptableUConv.h'],
25     },
26     {
27         'js_name': 'textToSubURI',
28         'cid': '{8b042e22-6f87-11d3-b3c8-00805f8a6670}',
29         'contract_ids': ['@mozilla.org/intl/texttosuburi;1'],
30         'interfaces': ['nsITextToSubURI'],
31         'type': 'nsTextToSubURI',
32         'headers': ['/intl/uconv/nsTextToSubURI.h'],
33     },