tor-browser

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

components.conf (915B)


      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': '{3f4c3b63-e640-4712-abbf-fff1301ceb60}',
     10         'contract_ids': ['@mozilla.org/layout-debug/layout-debuggingtools;1'],
     11         'type': 'nsLayoutDebuggingTools',
     12         'headers': ['/layout/tools/layout-debug/src/nsLayoutDebuggingTools.h'],
     13     },
     14     {
     15         'cid': '{a8f52633-5ecf-424a-a147-47c322f7bc2e}',
     16         'contract_ids': ['@mozilla.org/commandlinehandler/general-startup;1?type=layoutdebug'],
     17         'type': 'nsLayoutDebugCLH',
     18         'headers': ['/layout/tools/layout-debug/src/nsLayoutDebugCLH.h'],
     19         'categories': {'command-line-handler': 'm-layoutdebug'},
     20     },
     21 ]