Bug 1874684 - Part 6: Limit day length calculations to safe integers. r=mgaudet
[gecko.git] / dom / quota / components.conf
blob5b23c0517fbcb7a04acab328b3ac94e05af9e770
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': '{b6f2f870-b0bc-4a1a-9c40-02cc171adb5b}',
10         'contract_ids': ['@mozilla.org/network/protocol;1?name=indexeddb'],
11         'type': 'nsIndexedDBProtocolHandler',
12         'headers': ['/dom/quota/nsIndexedDBProtocolHandler.h'],
13         'protocol_config': {
14             'scheme': 'indexeddb',
15             'flags': [
16                 'URI_STD',
17                 'URI_DANGEROUS_TO_LOAD',
18                 'URI_DOES_NOT_RETURN_DATA',
19                 'URI_NON_PERSISTABLE',
20                 'URI_HAS_WEB_EXPOSED_ORIGIN',
21             ],
22         },
23     },