tor-browser

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

components.conf (775B)


      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': '{ec5aa99c-7abb-4142-ac5f-aab2419e38e2}',
     10         'contract_ids': ['@mozilla.org/jsinspector;1'],
     11         'type': 'mozilla::jsinspector::nsJSInspector',
     12         'headers': ['/devtools/platform/nsJSInspector.h'],
     13     },
     14     {
     15         'cid': '{0365cbd5-d46e-4e94-a39f-83b63cd1a963}',
     16         'contract_ids': ['@mozilla.org/jsdebugger;1'],
     17         'type': 'mozilla::jsdebugger::JSDebugger',
     18         'headers': ['/devtools/platform/JSDebugger.h'],
     19     },
     20 ]