Bug 1417653 - clean up a few moz.build files that have typos. r=gbrown

This commit is contained in:
Joel Maher 2017-11-16 08:56:51 -05:00
parent 635fe8c86f
commit eb7c7c286f
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ with Files("permissionPrompts/**"):
BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")
with Files("preferences/**"):
BUG_COMPONENT = ("Firefox", "preferences")
BUG_COMPONENT = ("Firefox", "Preferences")
BROWSER_CHROME_MANIFESTS += [
# Each test is in it's own directory so it gets run in a clean profile with

View File

@ -80,7 +80,7 @@ with Files('css-properties.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: CSS Rules Inspector')
with Files('csscoverage.js'):
BUG_COMPONENT = ('Firefox', 'Graphics Commandline and Toolbar')
BUG_COMPONENT = ('Firefox', 'Developer Tools: Graphics Commandline and Toolbar')
with Files('inspector.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')

View File

@ -100,7 +100,7 @@ with Files("config/mozbase_requirements.txt"):
BUG_COMPONENT = ("Testing", "Mozbase")
with Files("config/firefox_ui_requirements.txt"):
BUG_COMPONENT = ("Testing", "Firfox UI Tests")
BUG_COMPONENT = ("Testing", "Firefox UI Tests")
with Files("tools/**"):
BUG_COMPONENT = ("Testing", "General")

View File

@ -65,7 +65,7 @@ with Files('tests/browser/*451286*'):
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
with Files('tests/browser/*594509*'):
BUG_COMPONENT = ('Toolkit Graveyard', 'XULRunner')
BUG_COMPONENT = ('Toolkit', 'General')
with Files('tests/browser/*982298*'):
BUG_COMPONENT = ('Core', 'Layout')

View File

@ -38,7 +38,7 @@ with Files('tests/xpcshell/test_JSONFile.js'):
BUG_COMPONENT = ('Toolkit', 'Form Manager')
with Files('tests/xpcshell/test_Match*.js'):
BUG_COMPONENT = ('Toolkit', 'WebExtentions: General')
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
with Files('tests/xpcshell/test_NewTabUtils.js'):
BUG_COMPONENT = ('Firefox', 'New Tab Page')
@ -77,7 +77,7 @@ with Files('FormLikeFactory.jsm'):
BUG_COMPONENT = ('Toolkit', 'Password Manager')
with Files('IndexedDB.jsm'):
BUG_COMPONENT = ('Toolkit', 'Web Extensions: General')
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
with Files('InlineSpellChecker*.jsm'):
BUG_COMPONENT = ('Core', 'Spell Checker')

View File

@ -17,7 +17,7 @@ with Files("TestAppShellSteadyState.cpp"):
BUG_COMPONENT = ("Core", "DOM: IndexedDB")
with Files("TestChromeMargin.cpp"):
BUG_COMPONENT = ("Core", "Widget: win32")
BUG_COMPONENT = ("Core", "Widget: Win32")
with Files("*1151186*"):
BUG_COMPONENT = ("Core", "Event Handling")