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

MozReview-Commit-ID: 6bs0jkTP6rP

--HG--
extra : rebase_source : 4e554f8e710aea1fb372a0f21d7539cf568baa17
This commit is contained in:
Sebastian Hengst 2018-06-20 21:34:40 +03:00
parent 19e1f63d3f
commit 82bbb42c90
41 changed files with 72 additions and 72 deletions

View File

@ -11,7 +11,7 @@ with Files("controlCenter/**"):
BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels") BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")
with Files("devtools/**"): with Files("devtools/**"):
BUG_COMPONENT = ("Firefox", "Developer Tools") BUG_COMPONENT = ("DevTools", "General")
with Files("permissionPrompts/**"): with Files("permissionPrompts/**"):
BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels") BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")

View File

@ -14,5 +14,5 @@ BROWSER_CHROME_MANIFESTS += [
] ]
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini'] XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: about:debugging') BUG_COMPONENT = ('DevTools', 'about:debugging')

View File

@ -23,4 +23,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Accessibility') BUG_COMPONENT = ('DevTools', 'Accessibility Tools')

View File

@ -9,5 +9,5 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Canvas Debugger') BUG_COMPONENT = ('DevTools', 'Canvas Debugger')

View File

@ -19,5 +19,5 @@ BROWSER_CHROME_MANIFESTS += [
'test/mochitest/browser2.ini' 'test/mochitest/browser2.ini'
] ]
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger') BUG_COMPONENT = ('DevTools', 'Debugger')

View File

@ -13,5 +13,5 @@ DevToolsModules(
'dom-panel.js', 'dom-panel.js',
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: DOM') BUG_COMPONENT = ('DevTools', 'DOM')

View File

@ -33,4 +33,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Framework') BUG_COMPONENT = ('DevTools', 'Framework')

View File

@ -17,4 +17,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector') BUG_COMPONENT = ('DevTools', 'Animation Inspector')

View File

@ -31,4 +31,4 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector') BUG_COMPONENT = ('DevTools', 'Inspector')

View File

@ -19,5 +19,5 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: JSON Viewer') BUG_COMPONENT = ('DevTools', 'JSON Viewer')

View File

@ -4,7 +4,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory') BUG_COMPONENT = ('DevTools', 'Memory')
DIRS += [ DIRS += [
'actions', 'actions',

View File

@ -44,4 +44,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')

View File

@ -15,4 +15,4 @@ XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Netmonitor') BUG_COMPONENT = ('DevTools', 'Netmonitor')

View File

@ -17,4 +17,4 @@ DevToolsModules(
MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini'] MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')

View File

@ -18,4 +18,4 @@ BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')

View File

@ -29,4 +29,4 @@ XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Responsive Design Mode') BUG_COMPONENT = ('DevTools', 'Responsive Design Mode')

View File

@ -12,5 +12,5 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Scratchpad') BUG_COMPONENT = ('DevTools', 'Scratchpad')

View File

@ -9,5 +9,5 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor') BUG_COMPONENT = ('DevTools', 'WebGL Shader Editor')

View File

@ -57,7 +57,7 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')
with Files('components/**'): with Files('components/**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Shared Components') BUG_COMPONENT = ('DevTools', 'Shared Components')

View File

@ -20,4 +20,4 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Source Editor') BUG_COMPONENT = ('DevTools', 'Source Editor')

View File

@ -11,5 +11,5 @@ DevToolsModules(
'ui.js' 'ui.js'
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector') BUG_COMPONENT = ('DevTools', 'Storage Inspector')

View File

@ -15,5 +15,5 @@ DevToolsModules(
'StyleSheetEditor.jsm', 'StyleSheetEditor.jsm',
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor') BUG_COMPONENT = ('DevTools', 'Style Editor')

View File

@ -9,5 +9,5 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor') BUG_COMPONENT = ('DevTools', 'Web Audio Editor')

View File

@ -29,4 +29,4 @@ DevToolsModules(
'webconsole-output-wrapper.js', 'webconsole-output-wrapper.js',
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console') BUG_COMPONENT = ('DevTools', 'Console')

View File

@ -19,4 +19,4 @@ MOCHITEST_CHROME_MANIFESTS += [
] ]
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebIDE') BUG_COMPONENT = ('DevTools', 'WebIDE')

View File

@ -28,22 +28,22 @@ if CONFIG['MOZ_BUILD_APP'] == 'browser':
export('DIST_SUBDIR') export('DIST_SUBDIR')
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')
with Files('docs/**'): with Files('docs/**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')
with Files('docs/tools/memory-panel.md'): with Files('docs/tools/memory-panel.md'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory') BUG_COMPONENT = ('DevTools', 'Memory')
with Files('docs/tools/debugger-panel.md'): with Files('docs/tools/debugger-panel.md'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger') BUG_COMPONENT = ('DevTools', 'Debugger')
with Files('docs/backend/debugger-api.md'): with Files('docs/backend/debugger-api.md'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger') BUG_COMPONENT = ('DevTools', 'Debugger')
with Files('docs/tools/http-inspector.md'): with Files('docs/tools/http-inspector.md'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console') BUG_COMPONENT = ('DevTools', 'Console')
with Files('docs/tools/inspector-panel.md'): with Files('docs/tools/inspector-panel.md'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector') BUG_COMPONENT = ('DevTools', 'Inspector')

View File

@ -15,4 +15,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector') BUG_COMPONENT = ('DevTools', 'Inspector')

View File

@ -68,37 +68,37 @@ DevToolsModules(
) )
with Files('animation.js'): with Files('animation.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector') BUG_COMPONENT = ('DevTools', 'Animation Inspector')
with Files('breakpoint.js'): with Files('breakpoint.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger') BUG_COMPONENT = ('DevTools', 'Debugger')
with Files('css-properties.js'): with Files('css-properties.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: CSS Rules Inspector') BUG_COMPONENT = ('DevTools', 'CSS Rules Inspector')
with Files('csscoverage.js'): with Files('csscoverage.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Graphics Commandline and Toolbar') BUG_COMPONENT = ('DevTools', 'Graphics Commandline and Toolbar')
with Files('memory.js'): with Files('memory.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory') BUG_COMPONENT = ('DevTools', 'Memory')
with Files('performance*'): with Files('performance*'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
with Files('source.js'): with Files('source.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger') BUG_COMPONENT = ('DevTools', 'Debugger')
with Files('storage.js'): with Files('storage.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector') BUG_COMPONENT = ('DevTools', 'Storage Inspector')
with Files('stylesheets.js'): with Files('stylesheets.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor') BUG_COMPONENT = ('DevTools', 'Style Editor')
with Files('webaudio.js'): with Files('webaudio.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor') BUG_COMPONENT = ('DevTools', 'Web Audio Editor')
with Files('webconsole.js'): with Files('webconsole.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console') BUG_COMPONENT = ('DevTools', 'Console')
with Files('webgl.js'): with Files('webgl.js'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor') BUG_COMPONENT = ('DevTools', 'WebGL Shader Editor')

View File

@ -22,4 +22,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')

View File

@ -12,5 +12,5 @@ DevToolsModules(
'timeline.js', 'timeline.js',
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory') BUG_COMPONENT = ('DevTools', 'Memory')
if CONFIG['ENABLE_TESTS']: if CONFIG['ENABLE_TESTS']:
DIRS += ['tests/gtest'] DIRS += ['tests/gtest']

View File

@ -76,4 +76,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')

View File

@ -12,4 +12,4 @@ DevToolsModules(
) )
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'): with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') BUG_COMPONENT = ('DevTools', 'Performance Tools (Profiler/Timeline)')
EXPORTS.mozilla += [ EXPORTS.mozilla += [
'AbstractTimelineMarker.h', 'AbstractTimelineMarker.h',

View File

@ -29,10 +29,10 @@ with Files('browser/*tab_touch_events*'):
BUG_COMPONENT = ('Core', 'DOM: Events') BUG_COMPONENT = ('Core', 'DOM: Events')
with Files('browser/*timelineMarkers*'): 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*'): with Files('browser/*ua_emulation*'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')
with Files('chrome/*112564*'): with Files('chrome/*112564*'):
BUG_COMPONENT = ('Core', 'Networking: HTTP') BUG_COMPONENT = ('Core', 'Networking: HTTP')

View File

@ -11,10 +11,10 @@ with Files("ChannelWrapper.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling") BUG_COMPONENT = ("Toolkit", "WebExtensions: Request Handling")
with Files("HeapSnapshot.webidl"): with Files("HeapSnapshot.webidl"):
BUG_COMPONENT = ("Firefox", "Developer Tools: Memory") BUG_COMPONENT = ("DevTools", "Memory")
with Files("InspectorUtils.webidl"): with Files("InspectorUtils.webidl"):
BUG_COMPONENT = ("Firefox", "Developer Tools: Inspector") BUG_COMPONENT = ("DevTools", "Inspector")
with Files("MatchGlob.webidl"): with Files("MatchGlob.webidl"):
BUG_COMPONENT = ("Toolkit", "WebExtensions: General") BUG_COMPONENT = ("Toolkit", "WebExtensions: General")

View File

@ -8,7 +8,7 @@ with Files("browser/**"):
BUG_COMPONENT = ("Core", "DOM") BUG_COMPONENT = ("Core", "DOM")
with Files("browser/*onsole*"): with Files("browser/*onsole*"):
BUG_COMPONENT = ("Firefox", "Developer Tools") BUG_COMPONENT = ("DevTools", "General")
with Files("browser/*autofocus*"): with Files("browser/*autofocus*"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML") BUG_COMPONENT = ("Core", "DOM: Core & HTML")

View File

@ -242,7 +242,7 @@ with Files("Position*"):
BUG_COMPONENT = ("Core", "Geolocation") BUG_COMPONENT = ("Core", "Geolocation")
with Files("ProfileTimelineMarker.webidl"): with Files("ProfileTimelineMarker.webidl"):
BUG_COMPONENT = ("Firefox", "Developer Tools: Performance Tools (profiler/timeline)") BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")
with Files("ProgressEvent.webidl"): with Files("ProgressEvent.webidl"):
BUG_COMPONENT = ("Core", "DOM: Events") BUG_COMPONENT = ("Core", "DOM: Events")

View File

@ -9,7 +9,7 @@ with Files('**'):
BUG_COMPONENT = ('Firefox Build System', 'General') BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('devtools/**'): with Files('devtools/**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools') BUG_COMPONENT = ('DevTools', 'General')
with Files('mach/**'): with Files('mach/**'):
BUG_COMPONENT = ('Core', 'mach') BUG_COMPONENT = ('Core', 'mach')

View File

@ -199,7 +199,7 @@ with Files("tests/conformance-checkers/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests") BUG_COMPONENT = ("Testing", "web-platform-tests")
with Files("tests/console/**"): with Files("tests/console/**"):
BUG_COMPONENT = ("Firefox", "Developer Tools: Console") BUG_COMPONENT = ("DevTools", "Console")
with Files("tests/content-security-policy/**"): with Files("tests/content-security-policy/**"):
BUG_COMPONENT = ("Core", "DOM: Security") BUG_COMPONENT = ("Core", "DOM: Security")

View File

@ -65,7 +65,7 @@ with Files('Color.jsm'):
BUG_COMPONENT = ('Toolkit', 'Find Toolbar') BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
with Files('Console.jsm'): with Files('Console.jsm'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console') BUG_COMPONENT = ('DevTools', 'Console')
with Files('DateTimePicker*.jsm'): with Files('DateTimePicker*.jsm'):
BUG_COMPONENT = ('Core', 'Layout: Form Controls ') BUG_COMPONENT = ('Core', 'Layout: Form Controls ')