Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6930)

Unified Diff: chrome/browser/resources/gpu_internals/info_view.html

Issue 9706037: Display crash report IDs in about:gpu (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gpu_internals/info_view.html
===================================================================
--- chrome/browser/resources/gpu_internals/info_view.html (revision 126529)
+++ chrome/browser/resources/gpu_internals/info_view.html (working copy)
@@ -36,6 +36,15 @@
<div id="diagnostics-table">None</div>
</div>
+ <div id="crash-list" jsdisplay="values.length">
+ <h3>Crash List</h3>
+ <ul>
+ <li jsselect="values">
+ <span jscontent="id"></span>: <span jscontent="time"></span>
+ </li>
+ </ul>
+ </div>
+
<div id="log-messages" jsdisplay="values.length">
<h3>Log Messages</h3>
<ul>
« no previous file with comments | « chrome/browser/resources/gpu_internals/browser_bridge.js ('k') | chrome/browser/resources/gpu_internals/info_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698