Commit Graph

3 Commits

Author SHA1 Message Date
Felipe Gomes
84387cbde1 Bug 1413296 - Remove the E10SCohort annotation from a crash test, as it doesn't exist anymore. r=gsvelto
MozReview-Commit-ID: AGZF0xpxAPY
2017-11-03 15:07:28 -02:00
Gabriele Svelto
769e6a19c9 Bug 1395507 - Re-escape annotations holding JSON strings with newlines; r=mconley
MozReview-Commit-ID: Kx4U0wovi1u
2017-09-25 10:56:31 +02:00
Gabriele Svelto
eb6099646c Bug 1359326 - Run the minidump analyzer directly from the CrashService code; r=bsmedberg
This patch removes the C++ code used to run the minidump analyzer when a
content process crashes, and replaces it with JS code within the CrashService
object. This removes the need for a separate shutdown blocker in C++ code and
allows end-to-end testing of the crash service functionality. Additionally
the exception handler code can be simplified since it's now only used to run
the crash reporter client.

The test added to test_crash_service.js covers computing the minidump SHA256
hash (bug 1322611) and of the minidump analyzer itself (bug 1280477).

MozReview-Commit-ID: LO5w839NHev
2017-05-11 14:03:50 +02:00