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('highway/**'):
17 BUG_COMPONENT = ('Core', 'ImageLib')
19 with Files('jpeg-xl/**'):
20 BUG_COMPONENT = ('Core', 'ImageLib')
22 with Files('js/d3/**'):
23 BUG_COMPONENT = ('Toolkit', 'General')
25 with Files('rust/**'):
26 BUG_COMPONENT = ('Firefox Build System', 'General')
28 with Files('webkit/**'):
29 BUG_COMPONENT = ('Firefox Build System', 'General')
31 with Files('prio/**'):
32 BUG_COMPONENT = ('Firefox Build System', 'General')
34 with Files('msgpack/**'):
35 BUG_COMPONENT = ('Firefox Build System', 'General')
37 with Files('sipcc/**'):
38 BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
40 with Files('sqlite3/**'):
41 BUG_COMPONENT = ('Toolkit', 'Storage')
43 with Files('rlbox/**'):
44 BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files("libwebrtc/**"):
47 BUG_COMPONENT = ("Core", "WebRTC")
49 with Files("pipewire/**"):
50 BUG_COMPONENT = ("Core", "WebRTC")
52 with Files('rlbox_wasm2c_sandbox/**'):
53 BUG_COMPONENT = ('Firefox Build System', 'General')
55 with Files('wasm2c/**'):
56 BUG_COMPONENT = ('Firefox Build System', 'General')
58 with Files('WinToast/**'):
59 BUG_COMPONENT = ('Toolkit', 'General')
61 with Files('libsrtp/**'):
62 BUG_COMPONENT = ('Core', 'WebRTC: Networking')