Bug 1601076 - Fix some broken BUG_COMPONENTS in moz.build files; r=jmaher

Some of these were obvious typos. Others probably reflect once-correct components
that have been combined, split, or otherwise obsoleted; for these I've tried to
use the component associated with the bugs for recent changes to the affected files.

Differential Revision: https://phabricator.services.mozilla.com/D55756

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-12-04 13:55:45 +00:00
Родитель 47bb8fc648
Коммит 9e59579c39
26 изменённых файлов: 45 добавлений и 48 удалений

Просмотреть файл

@ -8,4 +8,4 @@ JAR_MANIFESTS += ['jar.mn']
FINAL_LIBRARY = 'browsercomps'
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Library')
BUG_COMPONENT = ('Firefox', 'New Tab Page')

Просмотреть файл

@ -20,5 +20,5 @@ EXTRA_JS_MODULES.syncedtabs += [
]
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Synced tabs')
BUG_COMPONENT = ('Firefox', 'Sync')

Просмотреть файл

@ -34,4 +34,4 @@ FINAL_TARGET_FILES.features['webcompat-reporter@mozilla.org'].icons += [
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
with Files('**'):
BUG_COMPONENT = ('Web Compatibility Tools', 'General')
BUG_COMPONENT = ('Web Compatibility', 'Tooling & Investigations')

Просмотреть файл

@ -78,4 +78,4 @@ FINAL_TARGET_FILES.features['webcompat@mozilla.org']['lib'] += [
]
with Files('**'):
BUG_COMPONENT = ('Web Compatibility Tools', 'Go Faster')
BUG_COMPONENT = ('Web Compatibility', 'Tooling & Investigations')

Просмотреть файл

@ -79,7 +79,7 @@ with Files('mochitest/*402210*'):
BUG_COMPONENT = ('Core', 'DOM: Security')
with Files('mochitest/*509055*'):
BUG_COMPONENT = ('Core', 'History: Global')
BUG_COMPONENT = ('Firefox', 'Bookmarks & History')
with Files('mochitest/*511449*'):
BUG_COMPONENT = ('Core', 'Widget: Cocoa')

Просмотреть файл

@ -39,7 +39,7 @@ IPDL_SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
with Files('**'):
BUG_COMPONENT = ('DOM', 'Security')
BUG_COMPONENT = ('Core', 'DOM: Security')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -17,13 +17,13 @@ with Files("browser/*unload*"):
BUG_COMPONENT = ("Core", "DOM: Events")
with Files("browser/*1238427*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("browser/*Geolocation*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("browser/*geo_*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("browser/browser_cancel_keydown_keypress_event.js"):
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
@ -80,7 +80,7 @@ with Files("mochitest/general/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
with Files("mochitest/geolocation/**"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("mochitest/localstorage/**"):
BUG_COMPONENT = ("Core", "Storage: localStorage & sessionStorage")
@ -140,7 +140,7 @@ with Files("unit/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
with Files("unit/*geolocation*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("unit/test_bug465752.js"):
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")

Просмотреть файл

@ -8,7 +8,7 @@ with Files('**'):
BUG_COMPONENT = ('Core', 'XUL')
with Files('*Menu*'):
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: Menus')
BUG_COMPONENT = ('Firefox', 'Menus')
if CONFIG['ENABLE_TESTS']:
MOCHITEST_MANIFESTS += ['test/mochitest.ini']

Просмотреть файл

@ -5,13 +5,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
with Files('mobile*'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('omnijar/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
for var in ('APP_NAME', 'APP_VERSION'):
DEFINES[var] = CONFIG['MOZ_%s' % var]

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('locales/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')

Просмотреть файл

@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')

Просмотреть файл

@ -5,14 +5,14 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
SCHEDULES.exclusive = ['android']
with Files('branding/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('config/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('docs/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
@ -30,7 +30,7 @@ with Files('geckoview_example/**'):
BUG_COMPONENT = ('GeckoView', 'General')
with Files('gradle/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('themes/**'):
BUG_COMPONENT = ('Firefox for Android', 'Theme and Visual Design')

Просмотреть файл

@ -5,6 +5,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'Locale Switching')
BUG_COMPONENT = ('Firefox for Android', 'Locale switching and selection')
JAR_MANIFESTS += ['jar.mn']
JAR_MANIFESTS += ['jar.mn']

Просмотреть файл

@ -38,7 +38,7 @@ with Files('GNUmakefile'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('*gradle*'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
SCHEDULES.exclusive = ['android']
with Files('*.json'):

Просмотреть файл

@ -24,7 +24,7 @@ with Files('mozbuild/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('mozlint/**'):
BUG_COMPONENT = ('Testing', 'Lint')
BUG_COMPONENT = ('Firefox Build System', 'Linting and Formatting')
with Files('mozversioncontrol/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
@ -33,7 +33,7 @@ with Files('l10n/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('mozrelease/**'):
BUG_COMPONENT = ('Release Engineering', 'Release Automation')
BUG_COMPONENT = ('Release Engineering', 'General')
with Files('mach_commands.py'):
BUG_COMPONENT = ('Testing', 'Python Test')

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'fxAccounts')
BUG_COMPONENT = ('Firefox', 'Firefox Accounts')
DIRS += ['interfaces']

Просмотреть файл

@ -18,4 +18,4 @@ with Files("telemetry*"):
BUG_COMPONENT = ("Toolkit", "Telemetry")
with Files("tooltool-manifests/**"):
BUG_COMPONENT = ("Release Engineering", "Mozharness")
BUG_COMPONENT = ("Release Engineering", "Applications: MozharnessCore")

Просмотреть файл

@ -36,4 +36,4 @@ with Files("tests/xpcshell/**"):
BUG_COMPONENT = ("Testing", "XPCShell Harness")
with Files("tests/browser/**"):
BUG_COMPONENT = ("Testing", "BrowserTest")
BUG_COMPONENT = ("Testing", "General")

Просмотреть файл

@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Testing", "TPS")
BUG_COMPONENT = ("Testing", "General")

Просмотреть файл

@ -76,7 +76,7 @@ with Files("mozilla/tests/placeholder"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
with Files("mozilla/tests/wasm/**"):
BUG_COMPONENT = ("Core", "Javascript: Web Assembly")
BUG_COMPONENT = ("Core", "Javascript: WebAssembly")
with Files("update/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
@ -481,7 +481,7 @@ with Files("tests/gamepad/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
with Files("tests/geolocation-API/**"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("tests/gyroscope/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
@ -624,7 +624,7 @@ with Files("tests/pointerlock/**"):
BUG_COMPONENT = ("Core", "DOM: Events")
with Files("tests/preload/**"):
BUG_COMPONENT = ("Core", "DOM: Core & Html")
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
with Files("tests/presentation-api/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
@ -682,7 +682,7 @@ with Files("tests/storage/**"):
BUG_COMPONENT = ("Core", "Storage: Quota Manager")
with Files("tests/streams/**"):
BUG_COMPONENT = ("Core", "Javascript Engine")
BUG_COMPONENT = ("Core", "JavaScript Engine")
with Files("tests/subresource-integrity/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
@ -724,7 +724,7 @@ with Files("tests/wai-aria/**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")
with Files("tests/wasm/**"):
BUG_COMPONENT = ("Core", "Javascript: Web Assembly")
BUG_COMPONENT = ("Core", "Javascript: WebAssembly")
with Files("tests/web-animations/**"):
BUG_COMPONENT = ("Core", "DOM: Animation")
@ -763,10 +763,10 @@ with Files("tests/webusb/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
with Files("tests/webvr/**"):
BUG_COMPONENT = ("Core", "DOM: WebVR")
BUG_COMPONENT = ("Core", "WebVR")
with Files("tests/webxr/**"):
BUG_COMPONENT = ("Core", "DOM: WebVR")
BUG_COMPONENT = ("Core", "WebVR")
with Files("tests/webvtt/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")

8
third_party/python/moz.build поставляемый
Просмотреть файл

@ -27,13 +27,13 @@ with Files('dlmanager/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('enum34/**'):
BUG_COMPONENT = ('Release Engineering', 'General Automation')
BUG_COMPONENT = ('Release Engineering', 'General')
with Files('futures/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('jsmin/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('lldbutils/**'):
BUG_COMPONENT = ('Core', 'General')
@ -45,7 +45,7 @@ with Files('mohawk/**'):
BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
with Files('mozilla-version/**'):
BUG_COMPONENT = ('Release Engineering', 'General Automation')
BUG_COMPONENT = ('Release Engineering', 'General')
with Files('psutil/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
@ -54,7 +54,7 @@ with Files('py/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('pyasn1/**'):
BUG_COMPONENT = ('Release Engineering', 'General Automation')
BUG_COMPONENT = ('Release Engineering', 'General')
with Files('pyasn1-modules/**'):
BUG_COMPONENT = ('Core', 'Security: PSM')

Просмотреть файл

@ -164,9 +164,9 @@ with Files('tests/chrome/*451540*'):
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
with Files('tests/chrome/*557987*'):
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: Menus')
BUG_COMPONENT = ('Firefox', 'Menus')
with Files('tests/chrome/*562554*'):
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: Menus')
BUG_COMPONENT = ('Firefox', 'Menus')
with Files('tests/chrome/*570192*'):
BUG_COMPONENT = ('Firefox', 'Session Restore')

Просмотреть файл

@ -79,7 +79,7 @@ with Files('IndexedDB.jsm'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
with Files('InlineSpellChecker*.jsm'):
BUG_COMPONENT = ('Core', 'Spell Checker')
BUG_COMPONENT = ('Core', 'Spelling checker')
with Files('Integration.jsm'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')

Просмотреть файл

@ -18,7 +18,7 @@ XPCSHELL_TESTS_MANIFESTS += [
]
with Files('xpcshell/rs-blocklist/**'):
BUG_COMPONENT = ('Toolkit', 'Blockist Implementation')
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')
with Files('xpcshell/xml-blocklist/**'):
BUG_COMPONENT = ('Toolkit', 'Blockist Implementation')
BUG_COMPONENT = ('Toolkit', 'Blocklist Implementation')

Просмотреть файл

@ -45,7 +45,7 @@ with Files("tryselect/selectors/release.py"):
BUG_COMPONENT = ("Release Engineering", "General")
with Files("update-packaging/**"):
BUG_COMPONENT = ("Release Engineering", "Other")
BUG_COMPONENT = ("Release Engineering", "General")
with Files("update-verify/**"):
BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Firefox for Android", "Graphics, Panning and Zooming")
BUG_COMPONENT = ("Firefox for Android", "General")
# List of stems to generate .cpp and .h files for. To add a stem, add it to
# this list and ensure that $(stem)-classes.txt exists in this directory.