Bug 1383567 - Fix web compatibility BUG_COMPONENTs draft
authorWes Kocher <wkocher@mozilla.com>
Sun, 23 Jul 2017 14:20:19 -0700
changeset 614033 7a0df2492e9a6d63c693be63445fc7d04f5f1aac
parent 613707 66f0d5a2c077325dcd716a2a0bc6192bc4fc9fae
child 638758 f5eebe25eee46c92c452599b01e935ffeb7883d5
push id69895
push userbmo:wkocher@mozilla.com
push dateSun, 23 Jul 2017 21:21:20 +0000
bugs1383567
milestone56.0a1
Bug 1383567 - Fix web compatibility BUG_COMPONENTs MozReview-Commit-ID: DoCWeHOsYTq
browser/extensions/webcompat-reporter/moz.build
browser/extensions/webcompat/moz.build
--- a/browser/extensions/webcompat-reporter/moz.build
+++ b/browser/extensions/webcompat-reporter/moz.build
@@ -17,9 +17,9 @@ FINAL_TARGET_PP_FILES.features['webcompa
   'install.rdf.in'
 ]
 
 JAR_MANIFESTS += ['jar.mn']
 
 BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Web Compatibility', 'General')
+    BUG_COMPONENT = ('Web Compatibility Tools', 'General')
--- a/browser/extensions/webcompat/moz.build
+++ b/browser/extensions/webcompat/moz.build
@@ -14,9 +14,9 @@ FINAL_TARGET_FILES.features['webcompat@m
 FINAL_TARGET_PP_FILES.features['webcompat@mozilla.org'] += [
   'install.rdf.in'
 ]
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 JAR_MANIFESTS += ['jar.mn']
 
 with Files('**'):
-  BUG_COMPONENT = ('Web Compatibility', 'Go Faster')
+  BUG_COMPONENT = ('Web Compatibility Tools', 'Go Faster')