summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
authortkent <tkent@chromium.org>2016-03-13 23:06:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 06:09:17 +0000
commit39e402647a842f4fcc12faded11d486aca8eda47 (patch)
treec70609cd525b13624bcb7275818df83894405cf4 /tools/metrics
parentcabf453e023d5c636384cf673e2f418aebac3a64 (diff)
downloadchromium_src-39e402647a842f4fcc12faded11d486aca8eda47.zip
chromium_src-39e402647a842f4fcc12faded11d486aca8eda47.tar.gz
chromium_src-39e402647a842f4fcc12faded11d486aca8eda47.tar.bz2
Add three UseCounters for LABEL element.
HTMLLabelElementFormIsDifferentFromControlForm: HTMLLabelElementHasNoControlAndFormIsAncestor: They are for label[form] deprecation. https://github.com/whatwg/html/issues/787 HTMLLabelElementControlForNonFormAssociatedElement This is for a LABEL with PROGRESS or METER. This is counted on any LABEL-specific behaviors. e.g. |form| IDL access, |control| IDL access, Clicking a LABEL, etc. This CL has no user-visible behavior changes. BUG=594447 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/1790143004 Cr-Commit-Position: refs/heads/master@{#380933}
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/histograms/histograms.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8b7cd32..4fa4321 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68346,6 +68346,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1258" label="DocumentAllLegacyCallIndexed"/>
<int value="1259" label="DocumentAllLegacyCallIndexedWithNonNumber"/>
<int value="1260" label="DocumentAllLegacyCallTwoArguments"/>
+ <int value="1261" label="HTMLLabelElementFormIsDifferentFromControlForm"/>
+ <int value="1262" label="HTMLLabelElementHasNoControlAndFormIsAncestor"/>
+ <int value="1263" label="HTMLLabelElementControlForNonFormAssociatedElement"/>
</enum>
<enum name="FetchRequestMode" type="int">