tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

components.conf (1221B)


      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/.
      6 
      7 Classes = [
      8     {
      9         'cid': '{37f819b0-0b5c-11e3-8ffd-0800200c9a66}',
     10         'contract_ids': ['@mozilla.org/notificationStorage;1'],
     11         'esModule': 'moz-src:///dom/notification/NotificationStorage.sys.mjs',
     12         'constructor': 'NotificationStorage',
     13     },
     14     {
     15         'cid': '{37f819b0-0b5c-11e3-8ffd-0800200c9a67}',
     16         'contract_ids': ['@mozilla.org/memoryNotificationStorage;1'],
     17         'esModule': 'moz-src:///dom/notification/NotificationStorage.sys.mjs',
     18         'constructor': 'MemoryNotificationStorage',
     19     },
     20     {
     21         'cid': '{c1faff54-7ca2-424e-b36f-3c6020b578e7}',
     22         'contract_ids': ['@mozilla.org/notification-handler;1'],
     23         'singleton': True,
     24         'type': 'mozilla::dom::notification::NotificationHandler',
     25         'headers': ['mozilla/dom/notification/NotificationHandler.h'],
     26         'constructor': 'mozilla::dom::notification::NotificationHandler::GetSingleton',
     27     },
     28 ]