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

Unified Diff: content/browser/resources/indexed_db/indexeddb_internals.html

Issue 327943004: Add "committing" status to about://indexeddb-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « content/browser/resources/indexed_db/indexeddb_internals.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/indexed_db/indexeddb_internals.html
diff --git a/content/browser/resources/indexed_db/indexeddb_internals.html b/content/browser/resources/indexed_db/indexeddb_internals.html
index 781fcb0fcec20c0d2396a43fdc167e1689ac1b17..bf7fa1ce78ac5c46dfbe4c362306df5bec46924e 100644
--- a/content/browser/resources/indexed_db/indexeddb_internals.html
+++ b/content/browser/resources/indexed_db/indexeddb_internals.html
@@ -152,7 +152,7 @@
</td>
<td class="indexeddb-transaction-age">
- <span jsdisplay="status == 'started' || status == 'running'"
+ <span jsdisplay="status == 'started' || status == 'running' || status == 'committing'"
jscontent="Math.round(runtime)">
</span>
</td>
« no previous file with comments | « content/browser/resources/indexed_db/indexeddb_internals.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698