gecko-dev/toolkit/crashreporter
Gabriele Svelto cbadcd16da Bug 1632080 - Stop sending orphaned crash reports with synthesized crash annotations r=mconley
We originally added this functionality in bug 1566855 because we were
seeing a significant amount of orphaned crashes not being submitted.
Notably some of these were early content process startup crashes and
missing them made us unaware of severe issues that would affect our
users. In the meantime we've addressed most of the cases where a crash
would be orphaned. Since the crashes submitted this way have a buildid
that does not match the version of Firefox that actually crashed they
can be confusing during crash triage.

Given the above we can safely remove this functionality. This patch
reverts most of the changes from bug 1566855 but leaves the test
refactorings in place.

Differential Revision: https://phabricator.services.mozilla.com/D78219
2020-06-05 06:32:24 +00:00
..
breakpad-client Bug 1628399 - Make sure that the main process can't access a crash report before it's fully populated r=KrisWright 2020-05-18 20:34:48 +00:00
breakpad-patches
breakpad-windows-libxul
breakpad-windows-standalone
client Bug 1578917: Force macOS Aqua appearance on for content processes, crash reporter and updater. r=mstange 2020-04-24 18:37:57 +00:00
content
docs
google-breakpad Bug 1634205 - Support Gecko Profiler and Base Profiler on FreeBSD r=mstange 2020-05-06 17:44:19 +00:00
injector
minidump-analyzer
rust
test Bug 1632080 - Stop sending orphaned crash reports with synthesized crash annotations r=mconley 2020-06-05 06:32:24 +00:00
tools Bug 1622687 - toolkit/crashreporter/: Make it flake8 compliant r=gsvelto,rstewart 2020-04-16 14:40:31 +00:00
CrashAnnotations.cpp Bug 1627367 - Remove the content process crash annotation blacklist r=KrisWright 2020-04-08 22:59:15 +00:00
CrashAnnotations.h.in Bug 1627367 - Remove the content process crash annotation blacklist r=KrisWright 2020-04-08 22:59:15 +00:00
CrashAnnotations.yaml Bug 1635932 - Add Breadcrumbs annotation to a crash report. r=gsvelto 2020-05-20 21:04:14 +00:00
CrashReports.jsm
CrashSubmit.jsm Bug 1632080 - Stop sending orphaned crash reports with synthesized crash annotations r=mconley 2020-06-05 06:32:24 +00:00
InjectCrashReporter.cpp
InjectCrashReporter.h
LoadLibraryRemote.cpp
LoadLibraryRemote.h
ThreadAnnotation.cpp
ThreadAnnotation.h
crashreporter.mozbuild
generate_crash_reporter_sources.py Bug 1627367 - Remove the content process crash annotation blacklist r=KrisWright 2020-04-08 22:59:15 +00:00
jar.mn
mac_utils.h
mac_utils.mm
moz.build
nsDummyExceptionHandler.cpp Bug 1629300 - Add back CreateNotificationPipeForChild for Tier3 after bug 1623961. r=KrisWright 2020-04-13 21:38:51 +00:00
nsExceptionHandler.cpp Bug 1628399 - Make sure that the main process can't access a crash report before it's fully populated r=KrisWright 2020-05-18 20:34:48 +00:00
nsExceptionHandler.h Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
nsExceptionHandlerUtils.cpp
nsExceptionHandlerUtils.h
update-breakpad.sh