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/.
8 BUG_COMPONENT = ("Firefox", "General")
10 with Files("ContentSearch*.jsm"):
11 BUG_COMPONENT = ("Firefox", "Search")
13 with Files("AboutReaderParent.jsm"):
14 BUG_COMPONENT = ("Toolkit", "Reader Mode")
16 with Files("LightweightThemeChild.jsm"):
17 BUG_COMPONENT = ("WebExtensions", "Themes")
19 with Files("PageInfoChild.jsm"):
20 BUG_COMPONENT = ("Firefox", "Page Info Window")
22 with Files("PageStyleChild.jsm"):
23 BUG_COMPONENT = ("Firefox", "Menus")
25 with Files("PluginChild.jsm"):
26 BUG_COMPONENT = ("Core", "Plug-ins")
28 with Files("WebRTCChild.jsm"):
29 BUG_COMPONENT = ("Firefox", "Site Permissions")
31 FINAL_TARGET_FILES.actors += [
32 "AboutNewInstallChild.jsm",
33 "AboutNewInstallParent.jsm",
34 "AboutNewTabChild.jsm",
35 "AboutNewTabParent.jsm",
36 "AboutPluginsChild.jsm",
37 "AboutPluginsParent.jsm",
38 "AboutPrivateBrowsingChild.jsm",
39 "AboutPrivateBrowsingParent.jsm",
40 "AboutProtectionsChild.jsm",
41 "AboutProtectionsParent.jsm",
42 "AboutReaderChild.jsm",
43 "AboutReaderParent.jsm",
44 "AboutTabCrashedChild.jsm",
45 "AboutTabCrashedParent.jsm",
46 "BlockedSiteChild.jsm",
47 "BlockedSiteParent.jsm",
48 "BrowserProcessChild.jsm",
49 "BrowserTabChild.jsm",
50 "BrowserTabParent.jsm",
51 "ClickHandlerChild.jsm",
52 "ClickHandlerParent.jsm",
53 "ContentMetaChild.jsm",
54 "ContentMetaParent.jsm",
55 "ContentSearchChild.jsm",
56 "ContentSearchParent.jsm",
57 "ContextMenuChild.jsm",
58 "ContextMenuParent.jsm",
59 "DecoderDoctorChild.jsm",
60 "DecoderDoctorParent.jsm",
61 "DOMFullscreenChild.jsm",
62 "DOMFullscreenParent.jsm",
63 "EncryptedMediaChild.jsm",
64 "EncryptedMediaParent.jsm",
65 "FormValidationChild.jsm",
66 "FormValidationParent.jsm",
67 "LightweightThemeChild.jsm",
68 "LinkHandlerChild.jsm",
69 "LinkHandlerParent.jsm",
74 "PageStyleParent.jsm",
77 "PointerLockChild.jsm",
78 "PointerLockParent.jsm",
80 "RefreshBlockerChild.jsm",
81 "RefreshBlockerParent.jsm",
83 "RFPHelperParent.jsm",
84 "SearchSERPTelemetryChild.jsm",
85 "SearchSERPTelemetryParent.jsm",
86 "SwitchDocumentDirectionChild.jsm",