gecko-dev/toolkit/crashreporter
Kris Maglione f508b30e41 Bug 1403348: Follow-up: Remove crash annotations for AsyncShutdown load failures. r=mccr8
They've done their job. It's clear at this point that these failures are
happening because of omni.ja corruption.

Differential Revision: https://phabricator.services.mozilla.com/D105834
2021-02-23 20:18:13 +00:00
..
breakpad-client Bug 1666733 - Add error reporting to minidump generation (Linux) r=gsvelto 2021-02-10 10:05:37 +00:00
breakpad-patches Bug 1692531 - Reinstate the out-of-tree Breakpad patch fixing bug 1371390 r=KrisWright 2021-02-16 06:41:00 +00:00
breakpad-windows-libxul Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
breakpad-windows-standalone Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
client Bug 1683723 - Replace deprecated Cocoa enum constants with their modern replacements. r=spohl 2021-01-05 21:17:11 +00:00
content Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr 2020-07-16 22:04:14 +00:00
docs Bug 1460338 - Migrate symbol server docs from MDN to in-tree. r=sylvestre DONTBUILD 2020-10-08 14:32:54 +00:00
google-breakpad Bug 1692531 - Reinstate the out-of-tree Breakpad patch fixing bug 1371390 r=KrisWright 2021-02-16 06:41:00 +00:00
injector Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
minidump-analyzer Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
rust_minidump_writer_linux Bug 1666733 - Add error reporting to minidump generation (Linux) r=gsvelto 2021-02-10 10:05:37 +00:00
test Bug 1678487 - Allow a crash reporter test to pass if something else in Gecko startup adds crash reporter notes. r=gsvelto 2021-02-17 10:37:53 +00:00
tools Bug 1686888 - Stop building dump_syms. r=gsvelto 2021-01-15 10:31:48 +00:00
CrashAnnotations.cpp
CrashAnnotations.h.in Bug 1649132 - Restore memory annotations in main process crash reports r=KrisWright 2020-11-23 07:25:36 +00:00
CrashAnnotations.yaml Bug 1403348: Follow-up: Remove crash annotations for AsyncShutdown load failures. r=mccr8 2021-02-23 20:18:13 +00:00
CrashReports.jsm
CrashSubmit.jsm
InjectCrashReporter.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
InjectCrashReporter.h
LoadLibraryRemote.cpp
LoadLibraryRemote.h
ThreadAnnotation.cpp
ThreadAnnotation.h
crashreporter.mozbuild
generate_crash_reporter_sources.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jar.mn
mac_utils.h
mac_utils.mm Bug 1692540 - Use -[NSString UTF8String] in GetObjCExceptionInfo to skip two conversions. r=gsvelto 2021-02-13 17:08:51 +00:00
moz.build Bug 1686918 - Disable the new Linux minidump writer on all architectures but x86 & x86-64 r=glandium 2021-01-19 09:08:55 +00:00
nsDummyExceptionHandler.cpp Bug 1650204 - Part 2: Add dummy AutoAnnotateCrashReport definitions, r=gsvelto 2020-07-08 16:32:41 +00:00
nsExceptionHandler.cpp Bug 1442053 - Change the following global variables from the C string to the C++ ones:pendingDirectory,crashReporterPath,memoryReportPath,libraryPath and eventsDirectory. r=gsvelto 2021-02-19 20:50:23 +00:00
nsExceptionHandler.h Bug 1659185 - Use child process crash annotations when generating hang reports; r=dmajor,froydnj 2020-09-07 16:02:26 +00:00
nsExceptionHandlerUtils.cpp
nsExceptionHandlerUtils.h
update-breakpad.sh