gecko-dev/toolkit/crashreporter
Chris Martin 1d91d0549c Bug 1709383 - Add Win32k Lockdown status to about:support and Crash Reporter r=gsvelto,flod,bobowen,mossop,fluent-reviewers,chutten
- Move the decision logic for Win32k Lockdown to a common area where it can
  be re-used
- Cache the Win32k Lockdown state, since the result will never change
- Add IDL to allow JavaScript to query it
- Add it to the "about:support" page
- Add an annotation to Crash Reporter after the first time it's read

Differential Revision: https://phabricator.services.mozilla.com/D114850
2021-05-20 19:28:59 +00:00
..
breakpad-client Bug 1577886 - Add support to for macOS __crash_info data to Breakpad. r=gsvelto 2021-04-30 19:22:33 +00:00
breakpad-patches Bug 1577886 - Add support to for macOS __crash_info data to Breakpad (followup). r=gsvelto 2021-05-04 08:31:08 +00:00
breakpad-windows-libxul
breakpad-windows-standalone
client Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
content Bug 1698827 - Use border-spacing: 0; on about:crashes tables. r=gsvelto 2021-03-17 13:37:12 +00:00
docs
google-breakpad Bug 1711837 - Disable stringop-truncation warnings in third party breakpad code. r=gsvelto,firefox-build-system-reviewers,andi,mhentges 2021-05-19 20:37:08 +00:00
injector
minidump-analyzer Bug 1696579 - Store all authenticode signaures when analyzing a minidump r=KrisWright 2021-04-06 07:52:20 +00:00
mozwer Bug 1682509 - Add a Windows Error Reporting exception module capable of writing out crash reports r=dmajor 2021-04-07 07:55:23 +00:00
mozwer-rust Bug 1705396 - Add the startup time crash anotation to the crash reports intercepted via WER r=KrisWright 2021-04-20 09:27:03 +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 1683288 - Directly query OOMAllocationSize value and enable tests on linux/macOS r=gsvelto 2021-04-30 20:10:58 +00:00
tools Bug 1686888 - Stop building dump_syms. r=gsvelto 2021-01-15 10:31:48 +00:00
CrashAnnotations.cpp
CrashAnnotations.h.in
CrashAnnotations.yaml Bug 1709383 - Add Win32k Lockdown status to about:support and Crash Reporter r=gsvelto,flod,bobowen,mossop,fluent-reviewers,chutten 2021-05-20 19:28:59 +00:00
crashreporter.mozbuild
CrashReports.jsm
CrashSubmit.jsm
generate_crash_reporter_sources.py
InjectCrashReporter.cpp
InjectCrashReporter.h
jar.mn
LoadLibraryRemote.cpp Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
LoadLibraryRemote.h
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 1682509 - Add a Windows Error Reporting exception module capable of writing out crash reports r=dmajor 2021-04-07 07:55:23 +00:00
nsDummyExceptionHandler.cpp
nsExceptionHandler.cpp Bug 1709277 - Simplify gOOMAllocationSize via MFBT_DATA r=glandium 2021-05-20 06:53:27 +00:00
nsExceptionHandler.h Bug 1704992 - Update the comment about crash annotations to reflect the current state of things r=gerald DONTBUILD 2021-04-19 09:02:13 +00:00
nsExceptionHandlerUtils.cpp
nsExceptionHandlerUtils.h
ThreadAnnotation.cpp
ThreadAnnotation.h
update-breakpad.sh