summaryrefslogtreecommitdiffstats
path: root/browser/base/content/moz.build
blob: 23ee7605663cc95fe9cb762fa5992a23678c3830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files("**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("docs/**"):
    BUG_COMPONENT = ("Core", "Security")

with Files("pageinfo/**"):
    BUG_COMPONENT = ("Firefox", "Page Info Window")

with Files("test/about/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/alerts/**"):
    BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")

with Files("test/captivePortal/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/chrome/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/contextMenu/**"):
    BUG_COMPONENT = ("Firefox", "Menus")

with Files("test/forms/**"):
    BUG_COMPONENT = ("Core", "Layout: Form Controls")

with Files("test/historySwipeAnimation/**"):
    BUG_COMPONENT = ("Core", "Widget: Cocoa")

with Files("test/keyboard/**"):
    BUG_COMPONENT = ("Firefox", "Keyboard Navigation")

with Files("test/outOfProcess/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/pageActions*/**"):
    BUG_COMPONENT = ("Firefox", "Toolbars and Customization")

with Files("test/pageinfo/**"):
    BUG_COMPONENT = ("Firefox", "Page Info Window")

with Files("test/performance/**"):
    BUG_COMPONENT = ("Toolkit", "Performance Monitoring")

with Files("test/performance/browser_appmenu.js"):
    BUG_COMPONENT = ("Firefox", "Menus")

with Files("test/permissions/**"):
    BUG_COMPONENT = ("Firefox", "Site Permissions")

with Files("test/plugins/**"):
    BUG_COMPONENT = ("Core", "Audio/Video: GMP")

with Files("test/popupNotifications/**"):
    BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")

with Files("test/popups/**"):
    BUG_COMPONENT = ("Firefox", "Site Permissions")

with Files("test/referrer/**"):
    BUG_COMPONENT = ("Core", "DOM: Navigation")

with Files("test/sanitize/**"):
    BUG_COMPONENT = ("Toolkit", "Data Sanitization")

with Files("test/siteIdentity/**"):
    BUG_COMPONENT = ("Firefox", "Site Identity")

with Files("test/sidebar/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/startup/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/static/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/statuspanel/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/sync/**"):
    BUG_COMPONENT = ("Firefox", "Sync")

with Files("test/tabdialogs/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/notificationbox/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/tabPrompts/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/tabcrashed/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/tabs/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/touch/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/utilityOverlay/**"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("test/protectionsUI/**"):
    BUG_COMPONENT = ("Firefox", "Protections UI")

with Files("test/webextensions/**"):
    BUG_COMPONENT = ("WebExtensions", "Untriaged")

with Files("test/webrtc/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("test/zoom/**"):
    BUG_COMPONENT = ("Firefox", "General")

with Files("test/caps/**"):
    BUG_COMPONENT = ("Firefox", "Security")

with Files("blockedSite.xhtml"):
    BUG_COMPONENT = ("Toolkit", "Safe Browsing")

with Files("browser-addons.js"):
    BUG_COMPONENT = ("Toolkit", "Add-ons Manager")

with Files("browser-unified-extensions.js"):
    BUG_COMPONENT = ("Toolkit", "Add-ons Manager")

with Files("*menu*"):
    BUG_COMPONENT = ("Firefox", "Menus")

with Files("browser-customization.js"):
    BUG_COMPONENT = ("Firefox", "Toolbars and Customization")

with Files("browser-fullZoom.js"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("browser-gestureSupport.js"):
    BUG_COMPONENT = ("Core", "Widget")

with Files("browser-pageActions.js"):
    BUG_COMPONENT = ("Firefox", "Toolbars and Customization")

with Files("browser-places.js"):
    BUG_COMPONENT = ("Firefox", "Bookmarks & History")

with Files("browser-safebrowsing.js"):
    BUG_COMPONENT = ("Toolkit", "Safe Browsing")

with Files("browser-sync.js"):
    BUG_COMPONENT = ("Firefox", "Sync")

with Files("contentSearch*"):
    BUG_COMPONENT = ("Firefox", "Search")

with Files("hiddenWindowMac.xhtml"):
    BUG_COMPONENT = ("Firefox", "Site Permissions")

with Files("macWindow.inc.xhtml"):
    BUG_COMPONENT = ("Firefox", "Shell Integration")

with Files("sanitize*"):
    BUG_COMPONENT = ("Toolkit", "Data Sanitization")

with Files("tabbrowser*"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("browser-allTabsMenu.js"):
    BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("webext-panels*"):
    BUG_COMPONENT = ("WebExtensions", "Frontend")

with Files("webrtcIndicator*"):
    BUG_COMPONENT = ("Firefox", "Site Permissions")