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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1940253002: Disallow certain blocking DOM calls during microtask execution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 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 | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('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 df23d9c2493cd07b5426b6c0184eb26e70c15de3..49c10df892cf7456a0ebbca5744e5c531cdcc0ab 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72054,6 +72054,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1331" label="Entry_Remove_Method_IsolatedFileSystem"/>
<int value="1332" label="Entry_GetParent_Method_IsolatedFileSystem"/>
<int value="1333" label="Entry_ToURL_Method_IsolatedFileSystem"/>
+ <int value="1334" label="During_Microtask_Alert"/>
+ <int value="1335" label="During_Microtask_Confirm"/>
+ <int value="1336" label="During_Microtask_Print"/>
+ <int value="1337" label="During_Microtask_Prompt"/>
+ <int value="1338" label="During_Microtask_SyncXHR"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698