Bug 1469872 - update bugzilla products and components in moz.build files: webextensions. r=nalexander

MozReview-Commit-ID: JtvcjQKclJf

--HG--
extra : rebase_source : 3afdf48c2e0ed107c2122bddab7d275f11d605f2
This commit is contained in:
Sebastian Hengst 2018-06-20 21:41:59 +03:00
parent 82bbb42c90
commit 7a65526994
9 changed files with 16 additions and 16 deletions

View File

@ -99,7 +99,7 @@ with Files("test/urlbar/**"):
BUG_COMPONENT = ("Firefox", "Address Bar")
with Files("test/webextensions/**"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Untriaged")
BUG_COMPONENT = ("WebExtensions", "Untriaged")
with Files("test/webrtc/**"):
BUG_COMPONENT = ("Core", "WebRTC")
@ -159,7 +159,7 @@ with Files("tabbrowser*"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("webext-panels*"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Frontend")
BUG_COMPONENT = ("WebExtensions", "Frontend")
with Files("webrtcIndicator*"):
BUG_COMPONENT = ("Firefox", "Device Permissions")

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Untriaged")
BUG_COMPONENT = ("WebExtensions", "Untriaged")
JAR_MANIFESTS += ['jar.mn']

View File

@ -65,7 +65,7 @@ with Files("ContentWebRTC.jsm"):
BUG_COMPONENT = ("Firefox", "Device Permissions")
with Files("ExtensionsUI.jsm"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
BUG_COMPONENT = ("WebExtensions", "General")
with Files("LaterRun.jsm"):
BUG_COMPONENT = ("Firefox", "Tours")
@ -107,7 +107,7 @@ with Files("TabsPopup.jsm"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("ThemeVariableMap.jsm"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Themes")
BUG_COMPONENT = ("WebExtensions", "Themes")
with Files("TransientPrefs.jsm"):
BUG_COMPONENT = ("Firefox", "Preferences")

View File

@ -8,7 +8,7 @@ with Files("**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("ChannelWrapper.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling")
BUG_COMPONENT = ("WebExtensions", "Request Handling")
with Files("HeapSnapshot.webidl"):
BUG_COMPONENT = ("DevTools", "Memory")
@ -17,13 +17,13 @@ with Files("InspectorUtils.webidl"):
BUG_COMPONENT = ("DevTools", "Inspector")
with Files("MatchGlob.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
BUG_COMPONENT = ("WebExtensions", "General")
with Files("MatchPattern.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
BUG_COMPONENT = ("WebExtensions", "General")
with Files("WebExtension*.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
BUG_COMPONENT = ("WebExtensions", "General")
PREPROCESSED_WEBIDL_FILES = [
'ChromeUtils.webidl',

View File

@ -278,7 +278,7 @@ with Files("StereoPannerNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio")
with Files("StreamFilter*"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling")
BUG_COMPONENT = ("WebExtensions", "Request Handling")
with Files("Style*"):
BUG_COMPONENT = ("Core", "DOM: CSS Object Model")

View File

@ -8,7 +8,7 @@ with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('extensions/**'):
BUG_COMPONENT = ('Toolkit', 'WebExtensions: Android')
BUG_COMPONENT = ('WebExtensions', 'Android')
XPIDL_SOURCES += [
'SessionStore.idl',

View File

@ -6,7 +6,7 @@
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
BUG_COMPONENT = ('WebExtensions', 'General')
EXTRA_JS_MODULES += [
'Extension.jsm',

View File

@ -45,4 +45,4 @@ LOCAL_INCLUDES += [
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling")
BUG_COMPONENT = ("WebExtensions", "Request Handling")

View File

@ -8,7 +8,7 @@ with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('addons/**'):
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
BUG_COMPONENT = ('WebExtensions', 'General')
with Files('docs/**'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
@ -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', 'WebExtensions: General')
BUG_COMPONENT = ('WebExtensions', 'General')
with Files('tests/xpcshell/test_NewTabUtils.js'):
BUG_COMPONENT = ('Firefox', 'New Tab Page')
@ -83,7 +83,7 @@ with Files('FormLikeFactory.jsm'):
BUG_COMPONENT = ('Toolkit', 'Password Manager')
with Files('IndexedDB.jsm'):
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
BUG_COMPONENT = ('WebExtensions', 'General')
with Files('InlineSpellChecker*.jsm'):
BUG_COMPONENT = ('Core', 'Spell Checker')