forked from mirrors/gecko-dev
When a content crash is detected we run the minidump analyzer on it to extract a stack trace that will be sent with the crash ping. Since this operation can potentially take a long time this patch prevents it from happening if the browser is already quitting. Already running instances of the minidump analyzer are also killed. The patch includes test coverage for both the new codepaths. MozReview-Commit-ID: 4CQBp0v5KxE --HG-- extra : rebase_source : 430d4ddad0780fe8fa0adfc8dd6728ab2eadbeaf extra : amend_source : 3468542ab80d29cf98dfe9e10185215fedbe03b8 |
||
|---|---|---|
| .. | ||
| docs | ||
| tests/xpcshell | ||
| CrashManager.jsm | ||
| CrashManagerTest.jsm | ||
| CrashService.js | ||
| CrashService.manifest | ||
| moz.build | ||
| nsICrashService.idl | ||