Open
Bug 1774345
Opened 3 years ago
Updated 1 year ago
Sync the status of the "Tell Mozilla about this crash" button in the crash reporter client and the tab crashed page
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned)
References
Details
As per title, we want the value of this button to be in sync between the two crash reporters. The JS code in Firefox can read/write the value using nsICrashReporter.submitReports while the crash reporter client handles it directly. The value of the checkbox to include the URL of the crashed page should also be kept in sync but we'd need to augment nsICrashReporter to also manipulate that value.
You need to log in
before you can comment on or make changes to this bug.
Description
•