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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2903133002: [IndexedDB] Adding uma for transaction aborts (Closed)
Patch Set: comments Created 3 years, 7 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:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f454f6d977559f57c49c27f4dbb9421e964cdfb4..e2a92e835094dd13691b26069a9de17738225044 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80678,6 +80678,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.TransactionAbortReason" enum="IDBException">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded on the browser side (back end) when a transaction is aborted,
Mark P 2017/05/25 19:49:48 nit: add IndexedDB before transaction
dmurph 2017/05/25 20:01:11 Done.
+ specifically recording the reason for the abort. This can be triggered by
+ javascript code on the renderer, errors or force closes on the backend, or
+ by the transaction timeout timer.
+ </summary>
+</histogram>
+
<histogram name="WebCore.PreloadDelayMs" units="ms">
<owner>csharrison@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698