Bug 1469872 - update bugzilla products and components in moz.build files: devtools. r?build-peer draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Wed, 20 Jun 2018 21:34:40 +0300
changeset 808790 a2d3d6273f566c3a1cc36d15628e8b85eed5db5a
parent 808726 681eb7dfa324dd50403c382888929ea8b8b11b00
child 808791 bf04c6006fa8168615fe062384014b430e4c1404
push id113491
push userbmo:aryx.bugmail@gmx-topmail.de
push dateWed, 20 Jun 2018 18:43:08 +0000
reviewersbuild-peer
bugs1469872
milestone62.0a1
Bug 1469872 - update bugzilla products and components in moz.build files: devtools. r?build-peer MozReview-Commit-ID: 6bs0jkTP6rP
browser/tools/mozscreenshots/moz.build
devtools/client/aboutdebugging/moz.build
devtools/client/accessibility/moz.build
devtools/client/canvasdebugger/moz.build
devtools/client/debugger/moz.build
devtools/client/dom/moz.build
devtools/client/framework/moz.build
devtools/client/inspector/animation-old/moz.build
devtools/client/inspector/moz.build
devtools/client/jsonview/moz.build
devtools/client/memory/moz.build
devtools/client/moz.build
devtools/client/netmonitor/moz.build
devtools/client/performance-new/moz.build
devtools/client/performance/moz.build
devtools/client/responsive.html/moz.build
devtools/client/scratchpad/moz.build
devtools/client/shadereditor/moz.build
devtools/client/shared/moz.build
devtools/client/sourceeditor/moz.build
devtools/client/storage/moz.build
devtools/client/styleeditor/moz.build
devtools/client/webaudioeditor/moz.build
devtools/client/webconsole/moz.build
devtools/client/webide/moz.build
devtools/moz.build
devtools/server/actors/inspector/moz.build
devtools/server/actors/moz.build
devtools/server/moz.build
devtools/server/performance/moz.build
devtools/shared/heapsnapshot/moz.build
devtools/shared/moz.build
devtools/shared/test-helpers/moz.build
docshell/base/timeline/moz.build
docshell/test/moz.build
dom/chrome-webidl/moz.build
dom/tests/moz.build
dom/webidl/moz.build
python/moz.build
testing/web-platform/moz.build
toolkit/modules/moz.build
--- a/browser/tools/mozscreenshots/moz.build
+++ b/browser/tools/mozscreenshots/moz.build
@@ -6,17 +6,17 @@
 
 with Files("**"):
     BUG_COMPONENT = ("Firefox", "General")
 
 with Files("controlCenter/**"):
     BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")
 
 with Files("devtools/**"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools")
+    BUG_COMPONENT = ("DevTools", "General")
 
 with Files("permissionPrompts/**"):
     BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")
 
 with Files("preferences/**"):
     BUG_COMPONENT = ("Firefox", "Preferences")
 
 BROWSER_CHROME_MANIFESTS += [
--- a/devtools/client/aboutdebugging/moz.build
+++ b/devtools/client/aboutdebugging/moz.build
@@ -9,10 +9,10 @@ DIRS += [
     'modules',
 ]
 
 BROWSER_CHROME_MANIFESTS += [
     'test/browser.ini'
 ]
 XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: about:debugging')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'about:debugging')
--- a/devtools/client/accessibility/moz.build
+++ b/devtools/client/accessibility/moz.build
@@ -18,9 +18,9 @@ DevToolsModules(
     'accessibility-view.js',
     'accessibility.css',
     'constants.js',
     'picker.js',
     'provider.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Accessibility')
+    BUG_COMPONENT = ('DevTools', 'Accessibility Tools')
--- a/devtools/client/canvasdebugger/moz.build
+++ b/devtools/client/canvasdebugger/moz.build
@@ -4,10 +4,10 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DevToolsModules(
     'panel.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Canvas Debugger')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Canvas Debugger')
--- a/devtools/client/debugger/moz.build
+++ b/devtools/client/debugger/moz.build
@@ -14,10 +14,10 @@ DevToolsModules(
 )
 
 BROWSER_CHROME_MANIFESTS += [
   'new/test/mochitest/browser.ini',
   'test/mochitest/browser.ini',
   'test/mochitest/browser2.ini'
 ]
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Debugger')
--- a/devtools/client/dom/moz.build
+++ b/devtools/client/dom/moz.build
@@ -8,10 +8,10 @@ BROWSER_CHROME_MANIFESTS += ['test/brows
 DIRS += [
     'content',
 ]
 
 DevToolsModules(
     'dom-panel.js',
 )
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: DOM')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'DOM')
--- a/devtools/client/framework/moz.build
+++ b/devtools/client/framework/moz.build
@@ -28,9 +28,9 @@ DevToolsModules(
     'toolbox-hosts.js',
     'toolbox-options.js',
     'toolbox-tabs-order-manager.js',
     'toolbox.js',
     'ToolboxProcess.jsm',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Framework')
+    BUG_COMPONENT = ('DevTools', 'Framework')
--- a/devtools/client/inspector/animation-old/moz.build
+++ b/devtools/client/inspector/animation-old/moz.build
@@ -12,9 +12,9 @@ DIRS += [
 ]
 
 DevToolsModules(
     'graph-helper.js',
     'utils.js'
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector')
+    BUG_COMPONENT = ('DevTools', 'Animation Inspector')
--- a/devtools/client/inspector/moz.build
+++ b/devtools/client/inspector/moz.build
@@ -26,9 +26,9 @@ DevToolsModules(
     'reducers.js',
     'store.js',
     'toolsidebar.js',
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
+    BUG_COMPONENT = ('DevTools', 'Inspector')
--- a/devtools/client/jsonview/moz.build
+++ b/devtools/client/jsonview/moz.build
@@ -14,10 +14,10 @@ DevToolsModules(
     'converter-child.js',
     'converter-observer.js',
     'json-viewer.js',
     'viewer-config.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: JSON Viewer')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'JSON Viewer')
--- a/devtools/client/memory/moz.build
+++ b/devtools/client/memory/moz.build
@@ -1,15 +1,15 @@
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
+    BUG_COMPONENT = ('DevTools', 'Memory')
 
 DIRS += [
     'actions',
     'components',
     'reducers',
 ]
 
 DevToolsModules(
--- a/devtools/client/moz.build
+++ b/devtools/client/moz.build
@@ -39,9 +39,9 @@ DIRS += [
 JAR_MANIFESTS += ['jar.mn']
 
 DevToolsModules(
     'definitions.js',
     'menus.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
--- a/devtools/client/netmonitor/moz.build
+++ b/devtools/client/netmonitor/moz.build
@@ -10,9 +10,9 @@ DevToolsModules(
     'panel.js'
 )
 
 XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Netmonitor')
+    BUG_COMPONENT = ('DevTools', 'Netmonitor')
--- a/devtools/client/performance-new/moz.build
+++ b/devtools/client/performance-new/moz.build
@@ -12,9 +12,9 @@ DevToolsModules(
     'browser.js',
     'panel.js',
     'utils.js',
 )
 
 MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
--- a/devtools/client/performance/moz.build
+++ b/devtools/client/performance/moz.build
@@ -13,9 +13,9 @@ DevToolsModules(
     'events.js',
     'panel.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
--- a/devtools/client/responsive.html/moz.build
+++ b/devtools/client/responsive.html/moz.build
@@ -24,9 +24,9 @@ DevToolsModules(
     'store.js',
     'types.js',
 )
 
 XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
 BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Responsive Design Mode')
+    BUG_COMPONENT = ('DevTools', 'Responsive Design Mode')
--- a/devtools/client/scratchpad/moz.build
+++ b/devtools/client/scratchpad/moz.build
@@ -7,10 +7,10 @@
 DevToolsModules(
     'scratchpad-commands.js',
     'scratchpad-manager.jsm',
     'scratchpad-panel.js',
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Scratchpad')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Scratchpad')
--- a/devtools/client/shadereditor/moz.build
+++ b/devtools/client/shadereditor/moz.build
@@ -4,10 +4,10 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DevToolsModules(
     'panel.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'WebGL Shader Editor')
--- a/devtools/client/shared/moz.build
+++ b/devtools/client/shared/moz.build
@@ -53,12 +53,12 @@ DevToolsModules(
     'undo.js',
     'unicode-url.js',
     'view-source.js',
     'webgl-utils.js',
     'zoom-keys.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
 
 with Files('components/**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Shared Components')
+    BUG_COMPONENT = ('DevTools', 'Shared Components')
--- a/devtools/client/sourceeditor/moz.build
+++ b/devtools/client/sourceeditor/moz.build
@@ -15,9 +15,9 @@ DevToolsModules(
     'editor-commands-controller.js',
     'editor.js',
     'wasm.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Source Editor')
+    BUG_COMPONENT = ('DevTools', 'Source Editor')
--- a/devtools/client/storage/moz.build
+++ b/devtools/client/storage/moz.build
@@ -6,10 +6,10 @@
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
 DevToolsModules(
     'panel.js',
     'ui.js'
 )
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Storage Inspector')
--- a/devtools/client/styleeditor/moz.build
+++ b/devtools/client/styleeditor/moz.build
@@ -10,10 +10,10 @@ DevToolsModules(
     'original-source.js',
     'styleeditor-commands.js',
     'styleeditor-panel.js',
     'StyleEditorUI.jsm',
     'StyleEditorUtil.jsm',
     'StyleSheetEditor.jsm',
 )
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Style Editor')
--- a/devtools/client/webaudioeditor/moz.build
+++ b/devtools/client/webaudioeditor/moz.build
@@ -4,10 +4,10 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DevToolsModules(
     'panel.js'
 )
 
 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Web Audio Editor')
--- a/devtools/client/webconsole/moz.build
+++ b/devtools/client/webconsole/moz.build
@@ -24,9 +24,9 @@ DevToolsModules(
     'types.js',
     'utils.js',
     'webconsole-connection-proxy.js',
     'webconsole-frame.js',
     'webconsole-l10n.js',
     'webconsole-output-wrapper.js',
 )
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
+    BUG_COMPONENT = ('DevTools', 'Console')
--- a/devtools/client/webide/moz.build
+++ b/devtools/client/webide/moz.build
@@ -14,9 +14,9 @@ DIRS += [
 BROWSER_CHROME_MANIFESTS += [
     'test/browser.ini'
 ]
 MOCHITEST_CHROME_MANIFESTS += [
     'test/chrome.ini'
 ]
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: WebIDE')
+    BUG_COMPONENT = ('DevTools', 'WebIDE')
--- a/devtools/moz.build
+++ b/devtools/moz.build
@@ -23,27 +23,27 @@ DIRS += [
 # /browser uses DIST_SUBDIR.  We opt-in to this treatment when building
 # DevTools for the browser to keep the root omni.ja slim for use by external XUL
 # apps.  Mulet also uses this since it includes /browser.
 if CONFIG['MOZ_BUILD_APP'] == 'browser':
     DIST_SUBDIR = 'browser'
     export('DIST_SUBDIR')
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
 
 with Files('docs/**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
 
 with Files('docs/tools/memory-panel.md'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
+    BUG_COMPONENT = ('DevTools', 'Memory')
 
 with Files('docs/tools/debugger-panel.md'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
+    BUG_COMPONENT = ('DevTools', 'Debugger')
 
 with Files('docs/backend/debugger-api.md'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
+    BUG_COMPONENT = ('DevTools', 'Debugger')
 
 with Files('docs/tools/http-inspector.md'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
+    BUG_COMPONENT = ('DevTools', 'Console')
 
 with Files('docs/tools/inspector-panel.md'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
+    BUG_COMPONENT = ('DevTools', 'Inspector')
--- a/devtools/server/actors/inspector/moz.build
+++ b/devtools/server/actors/inspector/moz.build
@@ -10,9 +10,9 @@ DevToolsModules(
   'event-parsers.js',
   'inspector.js',
   'node.js',
   'utils.js',
   'walker.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
+    BUG_COMPONENT = ('DevTools', 'Inspector')
--- a/devtools/server/actors/moz.build
+++ b/devtools/server/actors/moz.build
@@ -63,42 +63,42 @@ DevToolsModules(
     'timeline.js',
     'webaudio.js',
     'webbrowser.js',
     'webconsole.js',
     'webgl.js',
 )
 
 with Files('animation.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector')
+    BUG_COMPONENT = ('DevTools', 'Animation Inspector')
 
 with Files('breakpoint.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
+    BUG_COMPONENT = ('DevTools', 'Debugger')
 
 with Files('css-properties.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: CSS Rules Inspector')
+    BUG_COMPONENT = ('DevTools', 'CSS Rules Inspector')
 
 with Files('csscoverage.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Graphics Commandline and Toolbar')
+    BUG_COMPONENT = ('DevTools', 'Graphics Commandline and Toolbar')
 
 with Files('memory.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
+    BUG_COMPONENT = ('DevTools', 'Memory')
 
 with Files('performance*'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
 
 with Files('source.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
+    BUG_COMPONENT = ('DevTools', 'Debugger')
 
 with Files('storage.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector')
+    BUG_COMPONENT = ('DevTools', 'Storage Inspector')
 
 with Files('stylesheets.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor')
+    BUG_COMPONENT = ('DevTools', 'Style Editor')
 
 with Files('webaudio.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor')
+    BUG_COMPONENT = ('DevTools', 'Web Audio Editor')
 
 with Files('webconsole.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
+    BUG_COMPONENT = ('DevTools', 'Console')
 
 with Files('webgl.js'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor')
+    BUG_COMPONENT = ('DevTools', 'WebGL Shader Editor')
--- a/devtools/server/moz.build
+++ b/devtools/server/moz.build
@@ -17,9 +17,9 @@ BROWSER_CHROME_MANIFESTS += ['tests/brow
 MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
 XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
 
 DevToolsModules(
     'main.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
--- a/devtools/server/performance/moz.build
+++ b/devtools/server/performance/moz.build
@@ -7,10 +7,10 @@
 DevToolsModules(
     'framerate.js',
     'memory.js',
     'profiler.js',
     'recorder.js',
     'timeline.js',
 )
 
-with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
+with Files('**'):
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
--- a/devtools/shared/heapsnapshot/moz.build
+++ b/devtools/shared/heapsnapshot/moz.build
@@ -1,16 +1,16 @@
 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
+    BUG_COMPONENT = ('DevTools', 'Memory')
 
 if CONFIG['ENABLE_TESTS']:
     DIRS += ['tests/gtest']
 
 XPCSHELL_TESTS_MANIFESTS += [ 'tests/unit/xpcshell.ini' ]
 MOCHITEST_MANIFESTS += [ 'tests/mochitest/mochitest.ini' ]
 MOCHITEST_CHROME_MANIFESTS += [ 'tests/mochitest/chrome.ini' ]
 
--- a/devtools/shared/moz.build
+++ b/devtools/shared/moz.build
@@ -71,9 +71,9 @@ DevToolsModules(
     'system.js',
     'task.js',
     'ThreadSafeDevToolsUtils.js',
     'throttle.js',
     'wasm-source-map.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
--- a/devtools/shared/test-helpers/moz.build
+++ b/devtools/shared/test-helpers/moz.build
@@ -7,9 +7,9 @@
 # This directory is only processed for local build
 # where MOZILLA_OFFICIAL isn't set
 
 DevToolsModules(
     'allocation-tracker.js',
 )
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
--- a/docshell/base/timeline/moz.build
+++ b/docshell/base/timeline/moz.build
@@ -1,16 +1,16 @@
 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 with Files('**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
 
 EXPORTS.mozilla += [
     'AbstractTimelineMarker.h',
     'AutoGlobalTimelineMarker.h',
     'AutoRestyleTimelineMarker.h',
     'AutoTimelineMarker.h',
     'CompositeTimelineMarker.h',
     'ConsoleTimelineMarker.h',
--- a/docshell/test/moz.build
+++ b/docshell/test/moz.build
@@ -24,20 +24,20 @@ with Files('browser/*bug92473*'):
 
 with Files('browser/*loadDisallowInherit*'):
     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)')
+    BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
 
 with Files('browser/*ua_emulation*'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
 
 with Files('chrome/*112564*'):
     BUG_COMPONENT = ('Core', 'Networking: HTTP')
 
 with Files('chrome/*303267*'):
     BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
 
 with Files('chrome/*453650*'):
--- a/dom/chrome-webidl/moz.build
+++ b/dom/chrome-webidl/moz.build
@@ -6,20 +6,20 @@
 
 with Files("**"):
     BUG_COMPONENT = ("Core", "DOM")
 
 with Files("ChannelWrapper.webidl"):
     BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling")
 
 with Files("HeapSnapshot.webidl"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools: Memory")
+    BUG_COMPONENT = ("DevTools", "Memory")
 
 with Files("InspectorUtils.webidl"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools: Inspector")
+    BUG_COMPONENT = ("DevTools", "Inspector")
 
 with Files("MatchGlob.webidl"):
     BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
 
 with Files("MatchPattern.webidl"):
     BUG_COMPONENT = ("Toolkit", "WebExtensions: General")
 
 with Files("WebExtension*.webidl"):
--- a/dom/tests/moz.build
+++ b/dom/tests/moz.build
@@ -3,17 +3,17 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 with Files("browser/**"):
     BUG_COMPONENT = ("Core", "DOM")
 
 with Files("browser/*onsole*"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools")
+    BUG_COMPONENT = ("DevTools", "General")
 
 with Files("browser/*autofocus*"):
     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
 
 with Files("browser/*unload*"):
     BUG_COMPONENT = ("Core", "DOM: Events")
 
 with Files("browser/*1238427*"):
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -237,17 +237,17 @@ with Files("PointerEvent.webidl"):
 
 with Files("PopStateEvent.webidl*"):
     BUG_COMPONENT = ("Core", "DOM: Events")
 
 with Files("Position*"):
     BUG_COMPONENT = ("Core", "Geolocation")
 
 with Files("ProfileTimelineMarker.webidl"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools: Performance Tools (profiler/timeline)")
+    BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")
 
 with Files("ProgressEvent.webidl"):
     BUG_COMPONENT = ("Core", "DOM: Events")
 
 with Files("Push*"):
     BUG_COMPONENT = ("Core", "DOM: Push Notifications")
 
 with Files("RTC*"):
--- a/python/moz.build
+++ b/python/moz.build
@@ -4,17 +4,17 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 # Default extra components to build config
 with Files('**'):
     BUG_COMPONENT = ('Firefox Build System', 'General')
 
 with Files('devtools/**'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools')
+    BUG_COMPONENT = ('DevTools', 'General')
 
 with Files('mach/**'):
     BUG_COMPONENT = ('Core', 'mach')
 
 with Files('mozboot/**'):
     BUG_COMPONENT = ('Firefox Build System', 'Bootstrap Configuration')
 
 with Files('mozbuild/**'):
--- a/testing/web-platform/moz.build
+++ b/testing/web-platform/moz.build
@@ -194,17 +194,17 @@ with Files("tests/common/**"):
 # Appears to be testing -webkit specific css properties
 with Files("tests/compat/**"):
     BUG_COMPONENT = ("Core", "Layout")
 
 with Files("tests/conformance-checkers/**"):
     BUG_COMPONENT = ("Testing", "web-platform-tests")
 
 with Files("tests/console/**"):
-    BUG_COMPONENT = ("Firefox", "Developer Tools: Console")
+    BUG_COMPONENT = ("DevTools", "Console")
 
 with Files("tests/content-security-policy/**"):
     BUG_COMPONENT = ("Core", "DOM: Security")
 
 with Files("tests/cookies/**"):
     BUG_COMPONENT = ("Core", "Networking: Cookies")
 
 with Files("tests/core-aam/**"):
--- a/toolkit/modules/moz.build
+++ b/toolkit/modules/moz.build
@@ -60,17 +60,17 @@ with Files('CharsetMenu.jsm'):
 
 with Files('ClientID.jsm'):
     BUG_COMPONENT = ('Toolkit', 'Telemetry')
 
 with Files('Color.jsm'):
     BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
 
 with Files('Console.jsm'):
-    BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
+    BUG_COMPONENT = ('DevTools', 'Console')
 
 with Files('DateTimePicker*.jsm'):
     BUG_COMPONENT = ('Core', 'Layout: Form Controls ')
 
 with Files('DeferredTask.jsm'):
     BUG_COMPONENT = ('Toolkit', 'Async Tooling')
 
 with Files("E10SUtils.jsm"):