mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 04:09:50 +00:00
Bug 1330325 - add BUG_COMPONENT to devtools/* files. r=jryans
MozReview-Commit-ID: Bd0ca7f6QE6
This commit is contained in:
parent
d35b693e83
commit
41529739bc
@ -12,3 +12,6 @@ DIRS += [
|
||||
BROWSER_CHROME_MANIFESTS += [
|
||||
'test/browser.ini'
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: about:debugging')
|
||||
|
@ -14,3 +14,6 @@ DIRS += [
|
||||
DevToolsModules(
|
||||
'utils.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector')
|
||||
|
@ -8,3 +8,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Canvas Debugger')
|
||||
|
@ -18,3 +18,6 @@ BROWSER_CHROME_MANIFESTS += [
|
||||
'test/mochitest/browser.ini',
|
||||
'test/mochitest/browser2.ini'
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
|
||||
|
@ -12,3 +12,6 @@ DIRS += [
|
||||
DevToolsModules(
|
||||
'dom-panel.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: DOM')
|
||||
|
@ -35,3 +35,6 @@ DevToolsModules(
|
||||
'toolbox.js',
|
||||
'ToolboxProcess.jsm',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Framework')
|
||||
|
@ -21,3 +21,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
|
||||
|
@ -21,3 +21,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: JSON Viewer')
|
||||
|
@ -52,3 +52,6 @@ DevToolsModules(
|
||||
'definitions.js',
|
||||
'menus.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
@ -36,3 +36,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Netmonitor')
|
||||
|
@ -17,3 +17,6 @@ DevToolsModules(
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
|
||||
|
@ -26,3 +26,6 @@ DevToolsModules(
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Responsive Design Mode')
|
||||
|
@ -9,3 +9,6 @@ DevToolsModules(
|
||||
'responsivedesign-child.js',
|
||||
'responsivedesign.jsm',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Responsive Design Mode')
|
||||
|
@ -11,3 +11,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Scratchpad')
|
||||
|
@ -8,3 +8,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor')
|
||||
|
@ -53,3 +53,9 @@ DevToolsModules(
|
||||
'webgl-utils.js',
|
||||
'zoom-keys.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
||||
with Files('components/**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Shared Components')
|
||||
|
@ -16,3 +16,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Source Editor')
|
||||
|
@ -10,3 +10,6 @@ DevToolsModules(
|
||||
'panel.js',
|
||||
'ui.js'
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector')
|
||||
|
@ -13,3 +13,6 @@ DevToolsModules(
|
||||
'StyleEditorUtil.jsm',
|
||||
'StyleSheetEditor.jsm',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor')
|
||||
|
@ -8,3 +8,6 @@ DevToolsModules(
|
||||
)
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor')
|
||||
|
@ -21,3 +21,6 @@ DevToolsModules(
|
||||
'webconsole-connection-proxy.js',
|
||||
'webconsole.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
|
||||
|
@ -21,3 +21,6 @@ MOCHITEST_CHROME_MANIFESTS += [
|
||||
JS_PREFERENCE_PP_FILES += [
|
||||
'webide-prefs.js',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebIDE')
|
||||
|
@ -23,3 +23,24 @@ DIRS += [
|
||||
if CONFIG['MOZ_BUILD_APP'] in ('browser', 'b2g/dev'):
|
||||
DIST_SUBDIR = 'browser'
|
||||
export('DIST_SUBDIR')
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
||||
with Files('docs/**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
||||
with Files('docs/memory-panel.md'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
|
||||
|
||||
with Files('docs/debugger-panel.md'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
|
||||
|
||||
with Files('docs/debugger-api.md'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
|
||||
|
||||
with Files('docs/http-inspector.md'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
|
||||
|
||||
with Files('docs/inspector-panel.md'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
|
||||
|
@ -70,3 +70,48 @@ DevToolsModules(
|
||||
'worker-list.js',
|
||||
'worker.js',
|
||||
)
|
||||
|
||||
with Files('animation.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector')
|
||||
|
||||
with Files('breakpoint.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
|
||||
|
||||
with Files('css-properties.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: CSS Rules Inspector')
|
||||
|
||||
with Files('csscoverage.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Graphics Commandline and Toolbar')
|
||||
|
||||
with Files('inspector.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')
|
||||
|
||||
with Files('memory.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Memory')
|
||||
|
||||
with Files('monitor.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
||||
with Files('performance*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
|
||||
|
||||
with Files('profiler.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
|
||||
|
||||
with Files('source.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Debugger')
|
||||
|
||||
with Files('storage.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Storage Inspector')
|
||||
|
||||
with Files('styleeditor.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Style Editor')
|
||||
|
||||
with Files('webaudio.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor')
|
||||
|
||||
with Files('webconsole.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
|
||||
|
||||
with Files('webgl.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor')
|
||||
|
@ -40,3 +40,6 @@ DevToolsModules(
|
||||
'websocket-server.js',
|
||||
'worker.js'
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
@ -11,3 +11,6 @@ DevToolsModules(
|
||||
'recorder.js',
|
||||
'timeline.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
|
||||
|
@ -65,3 +65,6 @@ DevToolsModules(
|
||||
'task.js',
|
||||
'ThreadSafeDevToolsUtils.js',
|
||||
)
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|
||||
|
Loading…
x
Reference in New Issue
Block a user