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('cups/**'):
11 BUG_COMPONENT = ('Core', 'Printing: Setup')
13 with Files('dav1d/**'):
14 BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
16 with Files('function2/**'):
17 BUG_COMPONENT = ('Core', 'MFBT')
19 with Files('googletest/**'):
20 BUG_COMPONENT = ('Testing', 'GTest')
22 with Files('highway/**'):
23 BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
25 with Files('intgemm/**'):
26 BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
28 with Files('jpeg-xl/**'):
29 BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
31 with Files('js/d3/**'):
32 BUG_COMPONENT = ('Toolkit', 'General')
34 with Files('js/cfworker/**'):
35 BUG_COMPONENT = ('Toolkit', 'General')
37 with Files('rust/**'):
38 BUG_COMPONENT = ('Firefox Build System', 'General')
40 with Files('webkit/**'):
41 BUG_COMPONENT = ('Firefox Build System', 'General')
43 with Files('prio/**'):
44 BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files('msgpack/**'):
47 BUG_COMPONENT = ('Firefox Build System', 'General')
49 with Files('sipcc/**'):
50 BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
52 with Files('sqlite3/**'):
53 BUG_COMPONENT = ('Toolkit', 'Storage')
55 with Files('rlbox/**'):
56 BUG_COMPONENT = ('Firefox Build System', 'General')
58 with Files("libwebrtc/**"):
59 BUG_COMPONENT = ("Core", "WebRTC")
61 with Files("pipewire/**"):
62 BUG_COMPONENT = ("Core", "WebRTC")
64 with Files('rlbox_wasm2c_sandbox/**'):
65 BUG_COMPONENT = ('Firefox Build System', 'General')
67 with Files('wasm2c/**'):
68 BUG_COMPONENT = ('Firefox Build System', 'General')
70 with Files('WinToast/**'):
71 BUG_COMPONENT = ('Toolkit', 'General')
73 with Files('libsrtp/**'):
74 BUG_COMPONENT = ('Core', 'WebRTC: Networking')