tor-browser

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

moz.build (4949B)


      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 with Files("**"):
      8     BUG_COMPONENT = ("Firefox", "General")
      9 
     10 with Files("docs/**"):
     11     BUG_COMPONENT = ("Core", "Security")
     12 
     13 with Files("pageinfo/**"):
     14     BUG_COMPONENT = ("Firefox", "Page Info Window")
     15 
     16 with Files("test/about/**"):
     17     BUG_COMPONENT = ("Firefox", "General")
     18 
     19 with Files("test/alerts/**"):
     20     BUG_COMPONENT = ("Toolkit", "Alerts Service")
     21 
     22 with Files("test/captivePortal/**"):
     23     BUG_COMPONENT = ("Firefox", "General")
     24 
     25 with Files("test/chrome/**"):
     26     BUG_COMPONENT = ("Firefox", "General")
     27 
     28 with Files("test/contextMenu/**"):
     29     BUG_COMPONENT = ("Firefox", "Menus")
     30 
     31 with Files("test/forms/**"):
     32     BUG_COMPONENT = ("Core", "Layout: Form Controls")
     33 
     34 with Files("test/historySwipeAnimation/**"):
     35     BUG_COMPONENT = ("Core", "Widget: Cocoa")
     36 
     37 with Files("test/keyboard/**"):
     38     BUG_COMPONENT = ("Firefox", "Keyboard Navigation")
     39 
     40 with Files("test/outOfProcess/**"):
     41     BUG_COMPONENT = ("Firefox", "General")
     42 
     43 with Files("test/pageActions*/**"):
     44     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
     45 
     46 with Files("test/pageinfo/**"):
     47     BUG_COMPONENT = ("Firefox", "Page Info Window")
     48 
     49 with Files("test/performance/**"):
     50     BUG_COMPONENT = ("Toolkit", "Performance Monitoring")
     51 
     52 with Files("test/performance/browser_appmenu.js"):
     53     BUG_COMPONENT = ("Firefox", "Menus")
     54 
     55 with Files("test/permissions/**"):
     56     BUG_COMPONENT = ("Firefox", "Site Permissions")
     57 
     58 with Files("test/plugins/**"):
     59     BUG_COMPONENT = ("Core", "Audio/Video: GMP")
     60 
     61 with Files("test/popupNotifications/**"):
     62     BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
     63 
     64 with Files("test/popups/**"):
     65     BUG_COMPONENT = ("Firefox", "Site Permissions")
     66 
     67 with Files("test/referrer/**"):
     68     BUG_COMPONENT = ("Core", "DOM: Navigation")
     69 
     70 with Files("test/sanitize/**"):
     71     BUG_COMPONENT = ("Toolkit", "Data Sanitization")
     72 
     73 with Files("test/scroll-to-text-fragment/**"):
     74     BUG_COMPONENT = ("Core", "DOM: Navigation")
     75 
     76 with Files("test/siteIdentity/**"):
     77     BUG_COMPONENT = ("Firefox", "Site Identity")
     78 
     79 with Files("test/sidebar/**"):
     80     BUG_COMPONENT = ("Firefox", "General")
     81 
     82 with Files("test/startup/**"):
     83     BUG_COMPONENT = ("Firefox", "General")
     84 
     85 with Files("test/static/**"):
     86     BUG_COMPONENT = ("Firefox", "General")
     87 
     88 with Files("test/sync/**"):
     89     BUG_COMPONENT = ("Firefox", "Sync")
     90 
     91 with Files("test/tabdialogs/**"):
     92     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
     93 
     94 with Files("test/notificationbox/**"):
     95     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
     96 
     97 with Files("test/tabPrompts/**"):
     98     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
     99 
    100 with Files("test/tabcrashed/**"):
    101     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
    102 
    103 with Files("test/touch/**"):
    104     BUG_COMPONENT = ("Firefox", "General")
    105 
    106 with Files("test/utilityOverlay/**"):
    107     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
    108 
    109 with Files("test/protectionsUI/**"):
    110     BUG_COMPONENT = ("Firefox", "Protections UI")
    111 
    112 with Files("test/webextensions/**"):
    113     BUG_COMPONENT = ("WebExtensions", "Untriaged")
    114 
    115 with Files("test/webrtc/**"):
    116     BUG_COMPONENT = ("Core", "WebRTC")
    117 
    118 with Files("test/zoom/**"):
    119     BUG_COMPONENT = ("Firefox", "General")
    120 
    121 with Files("test/caps/**"):
    122     BUG_COMPONENT = ("Firefox", "Security")
    123 
    124 with Files("blockedSite.xhtml"):
    125     BUG_COMPONENT = ("Toolkit", "Safe Browsing")
    126 
    127 with Files("browser-addons.js"):
    128     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
    129 
    130 with Files("browser-unified-extensions.js"):
    131     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
    132 
    133 with Files("*menu*"):
    134     BUG_COMPONENT = ("Firefox", "Menus")
    135 
    136 with Files("browser-customization.js"):
    137     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
    138 
    139 with Files("browser-gestureSupport.js"):
    140     BUG_COMPONENT = ("Core", "Widget")
    141 
    142 with Files("browser-pageActions.js"):
    143     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
    144 
    145 with Files("browser-places.js"):
    146     BUG_COMPONENT = ("Firefox", "Bookmarks & History")
    147 
    148 with Files("browser-profiles.js"):
    149     BUG_COMPONENT = ("Firefox", "Profiles")
    150 
    151 with Files("browser-safebrowsing.js"):
    152     BUG_COMPONENT = ("Toolkit", "Safe Browsing")
    153 
    154 with Files("browser-sync.js"):
    155     BUG_COMPONENT = ("Firefox", "Sync")
    156 
    157 with Files("contentSearch*"):
    158     BUG_COMPONENT = ("Firefox", "Search")
    159 
    160 with Files("hiddenWindowMac.xhtml"):
    161     BUG_COMPONENT = ("Firefox", "Site Permissions")
    162 
    163 with Files("macWindow.inc.xhtml"):
    164     BUG_COMPONENT = ("Firefox", "Shell Integration")
    165 
    166 with Files("sanitize*"):
    167     BUG_COMPONENT = ("Toolkit", "Data Sanitization")
    168 
    169 with Files("webext-panels*"):
    170     BUG_COMPONENT = ("WebExtensions", "Frontend")
    171 
    172 with Files("webrtcIndicator*"):
    173     BUG_COMPONENT = ("Firefox", "Site Permissions")