tor-browser

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

components.conf (807B)


      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 Headers = [
      8     'mozilla/ipc/ForkServer.h',
      9 ]
     10 
     11 Classes = [
     12     {
     13         'cid': '{cdb4757f-f51b-40c0-8b38-66d12c3bff7b}',
     14         'contract_ids': ['@mozilla.org/fork-server-launcher;1'],
     15         'singleton': True,
     16         'type': 'mozilla::ipc::ForkServerLauncher',
     17         'headers': ['mozilla/ipc/ForkServiceChild.h'],
     18         'constructor': 'mozilla::ipc::ForkServerLauncher::Create',
     19         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
     20         'categories': {'xpcom-startup': 'Fork Server Launcher'},
     21     },
     22 ]