CrashReporter: Logic to auto-send crash report if policy enabled
Categories
(Firefox Enterprise :: Client, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: jmendez, Assigned: jmendez)
References
(Blocks 1 open bug)
Details
(Whiteboard: [size=2])
Attachments
(2 files)
Add and augment auto submit behavior in the crash reporter app so that it can be configured to 1) immediately auto-submit the crash report and 2) show the informational/confirmation dialog to inform the user that the crash happened and the report was submitted.
Implementation note: There is already an auto_submit config option that silently submits the report, but it does not show a dialog. Use it as a guide for parts of the code to modify.
Updated•1 month ago
|
Comment 1•16 days ago
|
||
Comment 2•14 days ago
|
||
Comment 3•14 days ago
|
||
Authored by https://github.com/jonathanmendez
https://github.com/mozilla/enterprise-firefox/commit/b6954e85b5fa8029da12ff8bcbb69e7b862e5c1d
[enterprise-main] Bug 2019061 - Force various settings when policy is enabled
Authored by https://github.com/jonathanmendez
https://github.com/mozilla/enterprise-firefox/commit/c096b61479e5233fdf3e0693605a91804d4a4ff5
[enterprise-main] Bug 2019061 - Make AsyncTask cloneable
Authored by https://github.com/jonathanmendez
https://github.com/mozilla/enterprise-firefox/commit/881fc254c5455518698f987c949bfa2b26c8fabe
[enterprise-main] Bug 2019061 - Call try_send synchronously after UI is up and only enable button when complete
Authored by https://github.com/jonathanmendez
https://github.com/mozilla/enterprise-firefox/commit/9afbc8b069d9eb65b78a4e38d4e9adb5ed0d019f
[enterprise-main] Merge pull request #614 from jonathanmendez/crash-autosubmit-behavior-backup
Description
•