зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
43a868766b
Коммит
9a6937d9cb
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче