Bug 1361417 - Update moz.build crash reporter bug components r=bsmedberg

MozReview-Commit-ID: IJgNTLI4K5w

--HG--
extra : rebase_source : c93a49e6e8ca9284f0084c86f0a551c0a076ee6f
This commit is contained in:
Wes Kocher 2017-05-02 09:44:42 -07:00
Родитель 43a868766b
Коммит 9a6937d9cb
5 изменённых файлов: 8 добавлений и 8 удалений

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

@ -26,7 +26,7 @@ with Files("test/browser/*SitePermissions*"):
BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")
with Files("test/browser/browser_UnsubmittedCrashHandler.js"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
with Files("test/browser/browser_bug1319078.js"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
@ -62,7 +62,7 @@ with Files("*Telemetry.jsm"):
BUG_COMPONENT = ("Toolkit", "Telemetry")
with Files("ContentCrashHandlers.jsm"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
with Files("ContentSearch.jsm"):
BUG_COMPONENT = ("Firefox", "Search")

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

@ -80,7 +80,7 @@ with Files("tools/**"):
BUG_COMPONENT = ("Testing", "General")
with Files("tools/fileid/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
with Files("tools/iceserver/**"):
BUG_COMPONENT = ("Core", "WebRTC: Networking")
@ -89,10 +89,10 @@ with Files("tools/websocketprocessbridge/**"):
BUG_COMPONENT = ("Core", "WebRTC: Networking")
with Files("tools/fileid/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
with Files("tools/minidumpwriter/**"):
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
with Files("remote*"):
BUG_COMPONENT = ("Firefox for Android", "Testing")

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

@ -28,4 +28,4 @@ XPIDL_SOURCES += [
]
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Breakpad Integration')
BUG_COMPONENT = ('Toolkit', 'Crash Reporting')

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

@ -64,7 +64,7 @@ with Files('tests/browser/*982298*'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('tests/browser/browser_content_url_annotation.js'):
BUG_COMPONENT = ('Toolkit', 'Breakpad Integration')
BUG_COMPONENT = ('Toolkit', 'Crash Reporting')
with Files('tests/browser/browser_default_image_filename.js'):
BUG_COMPONENT = ('Firefox', 'File Handling')

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

@ -107,7 +107,7 @@ PYTHON_UNITTEST_MANIFESTS += [
include('/toolkit/crashreporter/crashreporter.mozbuild')
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Breakpad Integration')
BUG_COMPONENT = ('Toolkit', 'Crash Reporting')
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-shadow']