1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
4 with Files('moz.build'):
5 BUG_COMPONENT = ('Firefox Build System', 'General')
8 BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
10 with Files('content_analysis_sdk/**'):
11 BUG_COMPONENT = ('Firefox', 'Data Loss Prevention')
13 with Files('cups/**'):
14 BUG_COMPONENT = ('Core', 'Printing: Setup')
16 with Files('dav1d/**'):
17 BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
19 with Files('function2/**'):
20 BUG_COMPONENT = ('Core', 'MFBT')
22 with Files('gemmology/**'):
23 BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
25 with Files('googletest/**'):
26 BUG_COMPONENT = ('Testing', 'GTest')
28 with Files('highway/**'):
29 BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
31 with Files('jpeg-xl/**'):
32 BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
34 with Files('js/d3/**'):
35 BUG_COMPONENT = ('Toolkit', 'General')
37 with Files('js/cfworker/**'):
38 BUG_COMPONENT = ('Toolkit', 'General')
40 with Files('js/PKI.js/**'):
41 BUG_COMPONENT = ('Firefox', 'Security')
43 with Files('rust/**'):
44 BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files('webkit/**'):
47 BUG_COMPONENT = ('Firefox Build System', 'General')
49 with Files('xsimd/**'):
50 BUG_COMPONENT = ('Firefox Build System', 'General')
52 with Files('msgpack/**'):
53 BUG_COMPONENT = ('Firefox Build System', 'General')
55 with Files('simde/**'):
56 BUG_COMPONENT = ('Firefox Build System', 'General')
58 with Files('sipcc/**'):
59 BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
61 with Files('sqlite3/**'):
62 BUG_COMPONENT = ('Toolkit', 'Storage')
64 with Files('rlbox/**'):
65 BUG_COMPONENT = ('Core', 'Security: RLBox')
67 with Files("libwebrtc/**"):
68 BUG_COMPONENT = ("Core", "WebRTC")
71 BUG_COMPONENT = ("Core", "WebRTC")
73 with Files("pipewire/**"):
74 BUG_COMPONENT = ("Core", "WebRTC")
77 BUG_COMPONENT = ("Core", "WebRTC")
79 with Files("libepoxy/**"):
80 BUG_COMPONENT = ("Core", "WebRTC")
82 with Files('picosha2/**'):
83 BUG_COMPONENT = ('Firefox Build System', 'General')
85 with Files('rlbox_wasm2c_sandbox/**'):
86 BUG_COMPONENT = ('Core', 'Security: RLBox')
88 with Files('wasm2c/**'):
89 BUG_COMPONENT = ('Core', 'Security: RLBox')
91 with Files('WinToast/**'):
92 BUG_COMPONENT = ('Toolkit', 'General')
94 with Files('libsrtp/**'):
95 BUG_COMPONENT = ('Core', 'WebRTC: Networking')