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

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

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 | « no previous file | content/browser/resources/indexed_db/indexeddb_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/indexed_db/indexeddb_internals.css
diff --git a/content/browser/resources/indexed_db/indexeddb_internals.css b/content/browser/resources/indexed_db/indexeddb_internals.css
index c52f5ff975480eaa7276b054291811795fa5e794..774938b320118969d2524db37f7d4aa6e116940b 100644
--- a/content/browser/resources/indexed_db/indexeddb_internals.css
+++ b/content/browser/resources/indexed_db/indexeddb_internals.css
@@ -86,6 +86,9 @@ td.indexeddb-transaction-scope {
.indexeddb-transaction.running {
font-weight: bold;
}
+.indexeddb-transaction.committing {
+ font-weight: bold;
+}
.indexeddb-transaction.blocked {
}
@@ -95,6 +98,9 @@ td.indexeddb-transaction-scope {
.indexeddb-transaction.running .indexeddb-transaction-state {
background-color: rgb(235, 249, 235);
}
+.indexeddb-transaction.committing .indexeddb-transaction-state {
+ background-color: rgb(235, 235, 249);
+}
.indexeddb-transaction.blocked .indexeddb-transaction-state {
background-color: rgb(249, 235, 235);
}
« no previous file with comments | « no previous file | content/browser/resources/indexed_db/indexeddb_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698