diff options
author | tkent <tkent@chromium.org> | 2016-03-13 23:06:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-14 06:09:17 +0000 |
commit | 39e402647a842f4fcc12faded11d486aca8eda47 (patch) | |
tree | c70609cd525b13624bcb7275818df83894405cf4 /tools/metrics | |
parent | cabf453e023d5c636384cf673e2f418aebac3a64 (diff) | |
download | chromium_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.xml | 3 |
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"> |