Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / browser / base / content / moz.build
blob1dd7dccb5f055455a1937d0f38894e4bae0331f5
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "General")
10 with Files("docs/**"):
11     BUG_COMPONENT = ("Core", "Security")
13 with Files("pageinfo/**"):
14     BUG_COMPONENT = ("Firefox", "Page Info Window")
16 with Files("test/about/**"):
17     BUG_COMPONENT = ("Firefox", "General")
19 with Files("test/alerts/**"):
20     BUG_COMPONENT = ("Toolkit", "Alerts Service")
22 with Files("test/captivePortal/**"):
23     BUG_COMPONENT = ("Firefox", "General")
25 with Files("test/chrome/**"):
26     BUG_COMPONENT = ("Firefox", "General")
28 with Files("test/contextMenu/**"):
29     BUG_COMPONENT = ("Firefox", "Menus")
31 with Files("test/forms/**"):
32     BUG_COMPONENT = ("Core", "Layout: Form Controls")
34 with Files("test/historySwipeAnimation/**"):
35     BUG_COMPONENT = ("Core", "Widget: Cocoa")
37 with Files("test/keyboard/**"):
38     BUG_COMPONENT = ("Firefox", "Keyboard Navigation")
40 with Files("test/outOfProcess/**"):
41     BUG_COMPONENT = ("Firefox", "General")
43 with Files("test/pageActions*/**"):
44     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
46 with Files("test/pageinfo/**"):
47     BUG_COMPONENT = ("Firefox", "Page Info Window")
49 with Files("test/performance/**"):
50     BUG_COMPONENT = ("Toolkit", "Performance Monitoring")
52 with Files("test/performance/browser_appmenu.js"):
53     BUG_COMPONENT = ("Firefox", "Menus")
55 with Files("test/permissions/**"):
56     BUG_COMPONENT = ("Firefox", "Site Permissions")
58 with Files("test/plugins/**"):
59     BUG_COMPONENT = ("Core", "Audio/Video: GMP")
61 with Files("test/popupNotifications/**"):
62     BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
64 with Files("test/popups/**"):
65     BUG_COMPONENT = ("Firefox", "Site Permissions")
67 with Files("test/referrer/**"):
68     BUG_COMPONENT = ("Core", "DOM: Navigation")
70 with Files("test/sanitize/**"):
71     BUG_COMPONENT = ("Toolkit", "Data Sanitization")
73 with Files("test/siteIdentity/**"):
74     BUG_COMPONENT = ("Firefox", "Site Identity")
76 with Files("test/sidebar/**"):
77     BUG_COMPONENT = ("Firefox", "General")
79 with Files("test/startup/**"):
80     BUG_COMPONENT = ("Firefox", "General")
82 with Files("test/static/**"):
83     BUG_COMPONENT = ("Firefox", "General")
85 with Files("test/statuspanel/**"):
86     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
88 with Files("test/sync/**"):
89     BUG_COMPONENT = ("Firefox", "Sync")
91 with Files("test/tabdialogs/**"):
92     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
94 with Files("test/notificationbox/**"):
95     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
97 with Files("test/tabPrompts/**"):
98     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
100 with Files("test/tabcrashed/**"):
101     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
103 with Files("test/tabs/**"):
104     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
106 with Files("test/touch/**"):
107     BUG_COMPONENT = ("Firefox", "General")
109 with Files("test/utilityOverlay/**"):
110     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
112 with Files("test/protectionsUI/**"):
113     BUG_COMPONENT = ("Firefox", "Protections UI")
115 with Files("test/webextensions/**"):
116     BUG_COMPONENT = ("WebExtensions", "Untriaged")
118 with Files("test/webrtc/**"):
119     BUG_COMPONENT = ("Core", "WebRTC")
121 with Files("test/zoom/**"):
122     BUG_COMPONENT = ("Firefox", "General")
124 with Files("test/caps/**"):
125     BUG_COMPONENT = ("Firefox", "Security")
127 with Files("blockedSite.xhtml"):
128     BUG_COMPONENT = ("Toolkit", "Safe Browsing")
130 with Files("browser-addons.js"):
131     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
133 with Files("browser-unified-extensions.js"):
134     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
136 with Files("*menu*"):
137     BUG_COMPONENT = ("Firefox", "Menus")
139 with Files("browser-customization.js"):
140     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
142 with Files("browser-fullZoom.js"):
143     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
145 with Files("browser-gestureSupport.js"):
146     BUG_COMPONENT = ("Core", "Widget")
148 with Files("browser-pageActions.js"):
149     BUG_COMPONENT = ("Firefox", "Toolbars and Customization")
151 with Files("browser-places.js"):
152     BUG_COMPONENT = ("Firefox", "Bookmarks & History")
154 with Files("browser-profiles.js"):
155     BUG_COMPONENT = ("Firefox", "Profiles")
157 with Files("browser-safebrowsing.js"):
158     BUG_COMPONENT = ("Toolkit", "Safe Browsing")
160 with Files("browser-sync.js"):
161     BUG_COMPONENT = ("Firefox", "Sync")
163 with Files("contentSearch*"):
164     BUG_COMPONENT = ("Firefox", "Search")
166 with Files("hiddenWindowMac.xhtml"):
167     BUG_COMPONENT = ("Firefox", "Site Permissions")
169 with Files("macWindow.inc.xhtml"):
170     BUG_COMPONENT = ("Firefox", "Shell Integration")
172 with Files("sanitize*"):
173     BUG_COMPONENT = ("Toolkit", "Data Sanitization")
175 with Files("tabbrowser*"):
176     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
178 with Files("browser-allTabsMenu.js"):
179     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
181 with Files("browser-ctrlTab.js"):
182     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
184 with Files("webext-panels*"):
185     BUG_COMPONENT = ("WebExtensions", "Frontend")
187 with Files("webrtcIndicator*"):
188     BUG_COMPONENT = ("Firefox", "Site Permissions")