List all crashes in chrome://crashes, including those not uploaded
This will only affect Crashpad platforms (currently Mac and Windows).
This is only a basic first step towards the linked bug, but might even
be slightly useful already for users who are willing to manually attach
a dump to a filed bug.
Screenshot: http://imgur.com/C58HDi5.
[email protected], [email protected]
BUG=620762
Review-Url: https://codereview.chromium.org/2070993002
Cr-Commit-Position: refs/heads/master@{#400892}
diff --git a/components/crash_strings.grdp b/components/crash_strings.grdp
index dc42a24..d37c99e 100644
--- a/components/crash_strings.grdp
+++ b/components/crash_strings.grdp
@@ -8,11 +8,20 @@
Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
</message>
<message name="IDS_CRASH_CRASH_HEADER_FORMAT" desc="Format for crash entry headings on chrome://crashes">
- Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> (<ph name="CRASH_LOCAL_ID">$2<ex>Chrome</ex></ph>)
+ Crash ID <ph name="CRASH_LOCAL_ID">$2<ex>123456-789789</ex></ph> (Server ID: <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>)
</message>
- <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurence time on chrome://crashes">
+ <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for crash entry headings on chrome://crashes that have not been uploaded">
+ Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph>
+ </message>
+ <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurrence time on chrome://crashes">
Automatically reported <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
</message>
+ <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occurrence on chrome://crashes that was not uploaded to the server">
+ Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> was not uploaded
+ </message>
+ <message name="IDS_CRASH_CRASH_PENDING" desc="Format for crash entry occurrence on chrome://crashes that has been captured, but not yet uploaded or ignored">
+ Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> (not yet uploaded or ignored)
+ </message>
<message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bug on chrome://crashes">
Provide additional details
</message>