| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index efa5fe04c759cb1982eb31152ce4df36530d108d..8a229f4c9273b65b5f5f66d66cffcf43ac4cd2d3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43719,22 +43719,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </histogram>
|
|
|
| <histogram name="WebCore.Scripts.Async.NotStreamingReason"
|
| - units="NotStreamingReason">
|
| + enum="NotStreamingReason">
|
| <owner>marja@chromium.org</owner>
|
| <summary>Reason for not streaming an async script.</summary>
|
| </histogram>
|
|
|
| -<histogram name="WebCore.Scripts.Async.StartedStreaming"
|
| - units="BooleanStreamed">
|
| +<histogram name="WebCore.Scripts.Async.StartedStreaming" enum="BooleanStreamed">
|
| <owner>marja@chromium.org</owner>
|
| <summary>Whether an async script was streamed or not.</summary>
|
| </histogram>
|
|
|
| +<histogram name="WebCore.Scripts.Deferred.NotStreamingReason"
|
| + enum="NotStreamingReason">
|
| + <owner>marja@chromium.org</owner>
|
| + <summary>Reason for not streaming a deferred script.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebCore.Scripts.Deferred.StartedStreaming"
|
| - units="BooleanStreamed">
|
| - <obsolete>
|
| - Deprecated as deferred scripts are not streamed.
|
| - </obsolete>
|
| + enum="BooleanStreamed">
|
| <owner>marja@chromium.org</owner>
|
| <summary>Whether a deferred script was streamed or not.</summary>
|
| </histogram>
|
| @@ -43752,11 +43754,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebCore.Scripts.ParsingBlocking.NotStreamingReason"
|
| + enum="NotStreamingReason">
|
| + <owner>marja@chromium.org</owner>
|
| + <summary>Reason for not streaming a parsing blocking script.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebCore.Scripts.ParsingBlocking.StartedStreaming"
|
| - units="BooleanStreamed">
|
| - <obsolete>
|
| - Deprecated as parsing blocking scripts are not streamed.
|
| - </obsolete>
|
| + enum="BooleanStreamed">
|
| <owner>marja@chromium.org</owner>
|
| <summary>Whether a parsing blocking script was streamed or not.</summary>
|
| </histogram>
|
|
|