Bug 1362201 - Fix moz.build bug components for Toolkit :: Notifications and Alerts rs=me draft
authorWes Kocher <wkocher@mozilla.com>
Thu, 04 May 2017 14:44:58 -0700
changeset 572892 154848b0501f1b3b81cd2dad2413c256d1896cde
parent 572730 0b255199db9d6a6f189b89b7906f99155bde3726
child 627151 cf95f27c5c56547e4de0bedae7a9b0687f3dff9d
push id57216
push userbmo:wkocher@mozilla.com
push dateThu, 04 May 2017 21:52:11 +0000
reviewersme
bugs1362201
milestone55.0a1
Bug 1362201 - Fix moz.build bug components for Toolkit :: Notifications and Alerts rs=me MozReview-Commit-ID: E7uXW4FBxJY
browser/base/content/moz.build
dom/webidl/moz.build
--- a/browser/base/content/moz.build
+++ b/browser/base/content/moz.build
@@ -24,17 +24,17 @@ with Files("newtab/**"):
 
 with Files("pageinfo/**"):
     BUG_COMPONENT = ("Firefox", "Page Info Window")
 
 with Files("sync/**"):
     BUG_COMPONENT = ("Firefox", "Sync")
 
 with Files("test/alerts/**"):
-    BUG_COMPONENT = ("Toolkit", "Notification and Alerts")
+    BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
 
 with Files("test/appUpdate/**"):
     BUG_COMPONENT = ("Toolkit", "Application Update")
 
 with Files("test/captivePortal/**"):
     BUG_COMPONENT = ("Firefox", "General")
 
 with Files("test/chrome/**"):
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -93,17 +93,17 @@ with Files("DecoderDoctorNotification.we
 
 with Files("DelayNode.webidl"):
     BUG_COMPONENT = ("Core", "Web Audio")
 
 with Files("DynamicsCompressorNode.webidl"):
     BUG_COMPONENT = ("Core", "Web Audio")
 
 with Files("DesktopNotification.webidl"):
-    BUG_COMPONENT = ("Toolkit", "Notification and Alerts")
+    BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
 
 with Files("FakePluginTagInit.webidl"):
     BUG_COMPONENT = ("Core", "Plug-ins")
 
 with Files("FlyWeb*"):
     BUG_COMPONENT = ("Core", "DOM: Flyweb")
 
 with Files("FocusEvent.webidl"):