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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 372223002: Remove metrics for XMLHttpRequest.send(ArrayBuffer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed feedback. Created 6 years, 5 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 | « no previous file | 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 feed2d6493d55bdb71b68bf29d5195c3587f53be..82219c65494b30b818e765c2de2bb6b756582c52 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34079,7 +34079,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="WebCore.XHR.send.ArrayBufferOrView"
enum="XMLHttpRequestSendArrayBufferOrView">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <obsolete>
+ Deprecated as of 7/2014. This histogram was used to determine when it would
+ be ok to remove the deprecated XMLHttpRequest.send(ArrayBuffer) overload.
+ The support for ArrayBuffer was un-deprecated in the WHATWG spec for XHR,
+ and subsequently un-deprecated in Blink.
+ </obsolete>
+ <owner>tyoshino@chromium.org</owner>
+ <owner>costan@gmail.com</owner>
<summary>
Count the number of XHR.send() calls for each argument type to see when we
can deprecate the ArrayBuffer type support.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698