Bug 1490322 - Use new "Toolkit :: Blocklist Implementation" bugzilla component as default for blocklist related files. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D5570

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2018-09-11 19:25:55 +00:00
parent 947b258b04
commit d34c7d9a48
5 changed files with 19 additions and 1 deletions

View File

@ -7,6 +7,9 @@
with Files("**"):
BUG_COMPONENT = ("Firefox", "General")
with Files("blocklist.xml"):
BUG_COMPONENT = ("Toolkit", "Blocklist Implementation")
with Files("firefox.exe.manifest"):
BUG_COMPONENT = ("Core", "Widget: Win32")
with Files("module.ver"):

View File

@ -12,3 +12,7 @@ test_certificates = (
for test_certificate in test_certificates:
GeneratedTestCertificate(test_certificate)
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Blocklisting')
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')
FINAL_TARGET_FILES.defaults.settings.blocklists += ['addons.json',
'certificates.json',

View File

@ -83,3 +83,10 @@ FINAL_LIBRARY = 'xul'
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Add-ons Manager')
with Files('Blocklist.jsm'):
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')
with Files('content/blocklist**'):
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')

View File

@ -19,3 +19,7 @@ XPIDL_SOURCES += [
]
XPIDL_MODULE = 'xpcom_system'
with Files('nsIBlocklistService.idl'):
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')