Bug 1396926 - Update BUG_COMPONENT for the new component r?kohei draft
authorWes Kocher <wkocher@mozilla.com>
Wed, 06 Sep 2017 00:10:01 -0700
changeset 659703 9633785001f82830f4ff0d45edcdc15a06f1c811
parent 657815 5278dfcf5eb9f58eaf06ad1ce67e7fd4aba34772
child 730032 a6069ca237a3fe639e529f261e1713250cf85096
push id78175
push userbmo:wkocher@mozilla.com
push dateWed, 06 Sep 2017 07:13:00 +0000
reviewerskohei
bugs1396926
milestone57.0a1
Bug 1396926 - Update BUG_COMPONENT for the new component r?kohei MozReview-Commit-ID: 85zVvwDVQvu
browser/base/content/moz.build
docshell/test/moz.build
--- a/browser/base/content/moz.build
+++ b/browser/base/content/moz.build
@@ -90,17 +90,17 @@ with Files("test/tabcrashed/**"):
 
 with Files("test/tabs/**"):
     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
 
 with Files("test/touch/**"):
     BUG_COMPONENT = ("Firefox", "General")
 
 with Files("test/urlbar/**"):
-    BUG_COMPONENT = ("Firefox", "Location Bar")
+    BUG_COMPONENT = ("Firefox", "Address Bar")
 
 with Files("test/webextensions/**"):
     BUG_COMPONENT = ("Toolkit", "WebExtensions: Untriaged")
 
 with Files("test/webrtc/**"):
     BUG_COMPONENT = ("Core", "WebRTC")
 
 with Files("aboutNetError.xhtml"):
--- a/docshell/test/moz.build
+++ b/docshell/test/moz.build
@@ -18,17 +18,17 @@ with Files('browser/*_bug655273*'):
 
 with Files('browser/*_bug852909*'):
     BUG_COMPONENT = ('Firefox', 'Menus')
 
 with Files('browser/*bug92473*'):
     BUG_COMPONENT = ('Core', 'Internationalization')
 
 with Files('browser/*loadDisallowInherit*'):
-    BUG_COMPONENT = ('Firefox', 'Location Bar')
+    BUG_COMPONENT = ('Firefox', 'Address Bar')
 
 with Files('browser/*tab_touch_events*'):
     BUG_COMPONENT = ('Core', 'DOM: Events')
 
 with Files('browser/*timelineMarkers*'):
     BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
 
 with Files('browser/*ua_emulation*'):