Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


SSL use_counter_metrics.yaml   Sprache: unbekannt

 
Spracherkennung für: .yaml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This file is AUTOGENERATED by usecounters.py. DO NOT EDIT.
# (instead, re-run ./mach gen-use-counter-metrics)

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Core :: DOM: Core & HTML'

use.counter:
  content_documents_destroyed:
    type: counter
    description: >
      A count of how many content documents were destroyed.
      Used to turn document use counters' counts into rates.
      Excludes documents for which we do not count use counters
      (See `Document::ShouldIncludeInTelemetry`).
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1204994
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1569672
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1845779
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1569672
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  top_level_content_documents_destroyed:
    type: counter
    description: >
      A count of how many "pages" were destroyed.
      Used to turn page use counters' counts into rates.
      Excludes pages that contain only documents for which we do not count use
      counters (See `Document::ShouldIncludeInTelemetry`).
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1204994
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1569672
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1845779
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1569672
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  dedicated_workers_destroyed:
    type: counter
    description: >
      A count of how many `Dedicated`-kind workers were destroyed.
      Used to turn dedicated worker use counters' counts into rates.
      Excludes chrome workers.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  shared_workers_destroyed:
    type: counter
    description: >
      A count of how many `Shared`-kind workers were destroyed.
      Used to turn shared worker use counters' counts into rates.
      Excludes chrome workers.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  service_workers_destroyed:
    type: counter
    description: >
      A count of how many `Service`-kind workers were destroyed.
      Used to turn service worker use counters' counts into rates.
      Excludes chrome workers.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1202706
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 2459 use counter metrics (excludes denominators).
# Total of 391 'page' use counters.
use.counter.page:
  svgsvgelement_getelementbyid:
    type: counter
    description: >
      Whether a page called called SVGSVGElement.getElementById.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgsvgelement_currentscale_getter:
    type: counter
    description: >
      Whether a page got SVGSVGElement.currentScale.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgsvgelement_currentscale_setter:
    type: counter
    description: >
      Whether a page set SVGSVGElement.currentScale.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushmanager_subscribe:
    type: counter
    description: >
      Whether a page called called PushManager.subscribe.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushsubscription_unsubscribe:
    type: counter
    description: >
      Whether a page called called PushSubscription.unsubscribe.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sidebar_getter:
    type: counter
    description: >
      Whether a page got Window.sidebar.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sidebar_setter:
    type: counter
    description: >
      Whether a page set Window.sidebar.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_addelement:
    type: counter
    description: >
      Whether a page called called DataTransfer.addElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozitemcount_getter:
    type: counter
    description: >
      Whether a page got DataTransfer.mozItemCount.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozitemcount_setter:
    type: counter
    description: >
      Whether a page set DataTransfer.mozItemCount.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcursor_getter:
    type: counter
    description: >
      Whether a page got DataTransfer.mozCursor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcursor_setter:
    type: counter
    description: >
      Whether a page set DataTransfer.mozCursor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_moztypesat:
    type: counter
    description: >
      Whether a page called called DataTransfer.mozTypesAt.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcleardataat:
    type: counter
    description: >
      Whether a page called called DataTransfer.mozClearDataAt.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsetdataat:
    type: counter
    description: >
      Whether a page called called DataTransfer.mozSetDataAt.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozgetdataat:
    type: counter
    description: >
      Whether a page called called DataTransfer.mozGetDataAt.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozusercancelled_getter:
    type: counter
    description: >
      Whether a page got DataTransfer.mozUserCancelled.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozusercancelled_setter:
    type: counter
    description: >
      Whether a page set DataTransfer.mozUserCancelled.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsourcenode_getter:
    type: counter
    description: >
      Whether a page got DataTransfer.mozSourceNode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsourcenode_setter:
    type: counter
    description: >
      Whether a page set DataTransfer.mozSourceNode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onoverflow:
    type: counter
    description: >
      Whether a page sets an element onoverflow event listener.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onunderflow:
    type: counter
    description: >
      Whether a page sets an element onunderflow event listener.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_asmjs:
    type: counter
    description: >
      Whether a page uses asm.js.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_wasm:
    type: counter
    description: >
      Whether a page uses WebAssembly.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_wasm_legacy_exceptions:
    type: counter
    description: >
      Whether a page uses WebAssembly legacy exception-handling.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_is_htmldda_fuse:
    type: counter
    description: >
      Whether a page has used the document.all getter (popping the EmulatesUndefined Fuse).
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_optimize_get_iterator_fuse:
    type: counter
    description: >
      Whether a page has modified any builtins such that the GetIterator fuse is popped.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable:
    type: counter
    description: >
      Whether a page resolved a promise using thenable support rather than builtin methods.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable_proto:
    type: counter
    description: >
      Whether a page resolved a promise using thenable on prototype.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable_standard_proto:
    type: counter
    description: >
      Whether a page resolved a promise using thenable on a standard prototype.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_legacy_lang_subtag:
    type: counter
    description: >
      Whether a page uses a 5-to-8-character language subtag in Intl.Locale constructor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_ic_stub_too_large:
    type: counter
    description: >
      Whether a page tried to create an IC stub that was too large.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_ic_stub_oom:
    type: counter
    description: >
      Whether a page OOMed while creating IC stub .
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_getter:
    type: counter
    description: >
      Whether a page called error.stack getter.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_getter_no_errordata:
    type: counter
    description: >
      Whether a page called error.stack getter on object without ErrorData internal slot.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter:
    type: counter
    description: >
      Whether a page called error.stack setter.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter_nonstring:
    type: counter
    description: >
      Whether a page called error.stack setter with non-string input.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter_no_errordata:
    type: counter
    description: >
      Whether a page called error.stack setter on object without ErrorData internal slot.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_dateparse:
    type: counter
    description: >
      Whether a page called Date.parse.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_dateparse_impl_def:
    type: counter
    description: >
      Whether a page call to Date.parse used implementation defined behaviour.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_assert:
    type: counter
    description: >
      Whether a page called called console.assert.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_clear:
    type: counter
    description: >
      Whether a page called called console.clear.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_count:
    type: counter
    description: >
      Whether a page called called console.count.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_countreset:
    type: counter
    description: >
      Whether a page called called console.countReset.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_debug:
    type: counter
    description: >
      Whether a page called called console.debug.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_error:
    type: counter
    description: >
      Whether a page called called console.error.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_info:
    type: counter
    description: >
      Whether a page called called console.info.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_log:
    type: counter
    description: >
      Whether a page called called console.log.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_table:
    type: counter
    description: >
      Whether a page called called console.table.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_trace:
    type: counter
    description: >
      Whether a page called called console.trace.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_warn:
    type: counter
    description: >
      Whether a page called called console.warn.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dir:
    type: counter
    description: >
      Whether a page called called console.dir.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dirxml:
    type: counter
    description: >
      Whether a page called called console.dirxml.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_group:
    type: counter
    description: >
      Whether a page called called console.group.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupcollapsed:
    type: counter
    description: >
      Whether a page called called console.groupCollapsed.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupend:
    type: counter
    description: >
      Whether a page called called console.groupEnd.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_time:
    type: counter
    description: >
      Whether a page called called console.time.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timelog:
    type: counter
    description: >
      Whether a page called called console.timeLog.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timeend:
    type: counter
    description: >
      Whether a page called called console.timeEnd.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_exception:
    type: counter
    description: >
      Whether a page called called console.exception.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timestamp:
    type: counter
    description: >
      Whether a page called called console.timeStamp.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profile:
    type: counter
    description: >
      Whether a page called called console.profile.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profileend:
    type: counter
    description: >
      Whether a page called called console.profileEnd.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_get:
    type: counter
    description: >
      Whether a page called called CookieStore.get.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_getall:
    type: counter
    description: >
      Whether a page called called CookieStore.getAll.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_set:
    type: counter
    description: >
      Whether a page called called CookieStore.set.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_delete:
    type: counter
    description: >
      Whether a page called called CookieStore.delete.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_open:
    type: counter
    description: >
      Whether a page calls document.open in a way that creates a new Window object.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_named_getter_hit:
    type: counter
    description: >
      Whether a page calls to the named getter on HTMLDocument that find something via the name lookup.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  filtered_cross_origin_iframe:
    type: counter
    description: >
      Whether a page cross-origin <iframe> within a CSS/SVG filter.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  customelementregistry_define:
    type: counter
    description: >
      Whether a page called called CustomElementRegistry.define.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  customized_builtin:
    type: counter
    description: >
      Whether a page registers a customized built-in element.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  xslstylesheet:
    type: counter
    description: >
      Whether a page uses an XSL Stylesheet.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  xsltprocessor_constructor:
    type: counter
    description: >
      Whether a page called called XSLTProcessor.constructor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_attachshadow:
    type: counter
    description: >
      Whether a page called called Element.attachShadow.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_setcapture:
    type: counter
    description: >
      Whether a page called called Element.setCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_releasecapture:
    type: counter
    description: >
      Whether a page called called Element.releaseCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_setpointercapture:
    type: counter
    description: >
      Whether a page called called Element.setPointerCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_releasepointercapture:
    type: counter
    description: >
      Whether a page called called Element.releasePointerCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_enumeratedevices:
    type: counter
    description: >
      Whether a page called called MediaDevices.enumerateDevices.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  enumerate_devices_insec:
    type: counter
    description: >
      Whether a page calls MediaDevices.enumerateDevices from an insecure context.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  enumerate_devices_unfocused:
    type: counter
    description: >
      Whether a page calls MediaDevices.enumerateDevices from a unfocused document.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_getusermedia:
    type: counter
    description: >
      Whether a page called called MediaDevices.getUserMedia.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  navigator_mozgetusermedia:
    type: counter
    description: >
      Whether a page called called Navigator.mozGetUserMedia.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  get_user_media_unfocused:
    type: counter
    description: >
      Whether a page calls MediaDevices.getUserMedia from an unfocused document.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  get_user_media_insec:
    type: counter
    description: >
      Whether a page calls MediaDevices.getUserMedia from an insecure context.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_get_user_media_insec:
    type: counter
    description: >
      Whether a page calls Navigator.mozGetUserMedia from an insecure context.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_getdisplaymedia:
    type: counter
    description: >
      Whether a page called called MediaDevices.getDisplayMedia.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedelete:
    type: counter
    description: >
      Whether a page called called MLS.stateDelete.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedeletegroup:
    type: counter
    description: >
      Whether a page called called MLS.stateDeleteGroup.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatesignaturekeypair:
    type: counter
    description: >
      Whether a page called called MLS.generateSignatureKeypair.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatecredentialbasic:
    type: counter
    description: >
      Whether a page called called MLS.generateCredentialBasic.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatekeypackage:
    type: counter
    description: >
      Whether a page called called MLS.generateKeyPackage.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupcreate:
    type: counter
    description: >
      Whether a page called called MLS.groupCreate.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupjoin:
    type: counter
    description: >
      Whether a page called called MLS.groupJoin.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupadd:
    type: counter
    description: >
      Whether a page called called MLS.groupAdd.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeadd:
    type: counter
    description: >
      Whether a page called called MLS.groupProposeAdd.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupremove:
    type: counter
    description: >
      Whether a page called called MLS.groupRemove.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeremove:
    type: counter
    description: >
      Whether a page called called MLS.groupProposeRemove.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupclose:
    type: counter
    description: >
      Whether a page called called MLS.groupClose.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupmembers:
    type: counter
    description: >
      Whether a page called called MLS.groupMembers.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_receive:
    type: counter
    description: >
      Whether a page called called MLS.receive.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_send:
    type: counter
    description: >
      Whether a page called called MLS.send.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_deriveexporter:
    type: counter
    description: >
      Whether a page called called MLS.deriveExporter.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_mozsetimageelement:
    type: counter
    description: >
      Whether a page called called Document.mozSetImageElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  ondommousescroll:
    type: counter
    description: >
      Whether a page sets DOMMouseScroll event listener.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onmozmousepixelscroll:
    type: counter
    description: >
      Whether a page sets MozMousePixelScroll event listener.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  percentage_stroke_width_in_svg:
    type: counter
    description: >
      Whether a page whether percentage stroke-width is used in SVG elements (excluding <text>).
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  percentage_stroke_width_in_svgtext:
    type: counter
    description: >
      Whether a page whether percentage stroke-width is used in SVG <text>.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_caretrangefrompoint:
    type: counter
    description: >
      Whether a page called called Document.caretRangeFromPoint.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_exitpictureinpicture:
    type: counter
    description: >
      Whether a page called called Document.exitPictureInPicture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_featurepolicy:
    type: counter
    description: >
      Whether a page called called Document.featurePolicy.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforecopy:
    type: counter
    description: >
      Whether a page called called Document.onbeforecopy.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforecut:
    type: counter
    description: >
      Whether a page called called Document.onbeforecut.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforepaste:
    type: counter
    description: >
      Whether a page called called Document.onbeforepaste.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_oncancel:
    type: counter
    description: >
      Whether a page called called Document.oncancel.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onfreeze:
    type: counter
    description: >
      Whether a page called called Document.onfreeze.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onmousewheel:
    type: counter
    description: >
      Whether a page called called Document.onmousewheel.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onresume:
    type: counter
    description: >
      Whether a page called called Document.onresume.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onsearch:
    type: counter
    description: >
      Whether a page called called Document.onsearch.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onwebkitfullscreenchange:
    type: counter
    description: >
      Whether a page called called Document.onwebkitfullscreenchange.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onwebkitfullscreenerror:
    type: counter
    description: >
      Whether a page called called Document.onwebkitfullscreenerror.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_pictureinpictureelement:
    type: counter
    description: >
      Whether a page called called Document.pictureInPictureElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_pictureinpictureenabled:
    type: counter
    description: >
      Whether a page called called Document.pictureInPictureEnabled.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_registerelement:
    type: counter
    description: >
      Whether a page called called Document.registerElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_wasdiscarded:
    type: counter
    description: >
      Whether a page called called Document.wasDiscarded.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitcancelfullscreen:
    type: counter
    description: >
      Whether a page called called Document.webkitCancelFullScreen.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitcurrentfullscreenelement:
    type: counter
    description: >
      Whether a page called called Document.webkitCurrentFullScreenElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitexitfullscreen:
    type: counter
    description: >
      Whether a page called called Document.webkitExitFullscreen.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitfullscreenelement:
    type: counter
    description: >
      Whether a page called called Document.webkitFullscreenElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitfullscreenenabled:
    type: counter
    description: >
      Whether a page called called Document.webkitFullscreenEnabled.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkithidden:
    type: counter
    description: >
      Whether a page called called Document.webkitHidden.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitisfullscreen:
    type: counter
    description: >
      Whether a page called called Document.webkitIsFullScreen.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitvisibilitystate:
    type: counter
    description: >
      Whether a page called called Document.webkitVisibilityState.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlencoding:
    type: counter
    description: >
      Whether a page called called Document.xmlEncoding.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlstandalone:
    type: counter
    description: >
      Whether a page called called Document.xmlStandalone.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlversion:
    type: counter
    description: >
      Whether a page called called Document.xmlVersion.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  location_ancestororigins:
    type: counter
    description: >
      Whether a page called called Location.ancestorOrigins.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_absoluteorientationsensor:
    type: counter
    description: >
      Whether a page called called Window.AbsoluteOrientationSensor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_accelerometer:
    type: counter
    description: >
      Whether a page called called Window.Accelerometer.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchmanager:
    type: counter
    description: >
      Whether a page called called Window.BackgroundFetchManager.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchrecord:
    type: counter
    description: >
      Whether a page called called Window.BackgroundFetchRecord.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchregistration:
    type: counter
    description: >
      Whether a page called called Window.BackgroundFetchRegistration.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_beforeinstallpromptevent:
    type: counter
    description: >
      Whether a page called called Window.BeforeInstallPromptEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetooth:
    type: counter
    description: >
      Whether a page called called Window.Bluetooth.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothcharacteristicproperties:
    type: counter
    description: >
      Whether a page called called Window.BluetoothCharacteristicProperties.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothdevice:
    type: counter
    description: >
      Whether a page called called Window.BluetoothDevice.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattcharacteristic:
    type: counter
    description: >
      Whether a page called called Window.BluetoothRemoteGATTCharacteristic.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattdescriptor:
    type: counter
    description: >
      Whether a page called called Window.BluetoothRemoteGATTDescriptor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattserver:
    type: counter
    description: >
      Whether a page called called Window.BluetoothRemoteGATTServer.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattservice:
    type: counter
    description: >
      Whether a page called called Window.BluetoothRemoteGATTService.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothuuid:
    type: counter
    description: >
      Whether a page called called Window.BluetoothUUID.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_canvascapturemediastreamtrack:
    type: counter
    description: >
      Whether a page called called Window.CanvasCaptureMediaStreamTrack.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_chrome:
    type: counter
    description: >
      Whether a page called called Window.chrome.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_clipboarditem:
    type: counter
    description: >
      Whether a page called called Window.ClipboardItem.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssimagevalue:
    type: counter
    description: >
      Whether a page called called Window.CSSImageValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csskeywordvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSKeywordValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathclamp:
    type: counter
    description: >
      Whether a page called called Window.CSSMathClamp.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathinvert:
    type: counter
    description: >
      Whether a page called called Window.CSSMathInvert.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathmax:
    type: counter
    description: >
      Whether a page called called Window.CSSMathMax.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathmin:
    type: counter
    description: >
      Whether a page called called Window.CSSMathMin.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathnegate:
    type: counter
    description: >
      Whether a page called called Window.CSSMathNegate.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathproduct:
    type: counter
    description: >
      Whether a page called called Window.CSSMathProduct.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathsum:
    type: counter
    description: >
      Whether a page called called Window.CSSMathSum.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSMathValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmatrixcomponent:
    type: counter
    description: >
      Whether a page called called Window.CSSMatrixComponent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssnumericarray:
    type: counter
    description: >
      Whether a page called called Window.CSSNumericArray.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssnumericvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSNumericValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssperspective:
    type: counter
    description: >
      Whether a page called called Window.CSSPerspective.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csspositionvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSPositionValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csspropertyrule:
    type: counter
    description: >
      Whether a page called called Window.CSSPropertyRule.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssrotate:
    type: counter
    description: >
      Whether a page called called Window.CSSRotate.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssscale:
    type: counter
    description: >
      Whether a page called called Window.CSSScale.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskew:
    type: counter
    description: >
      Whether a page called called Window.CSSSkew.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskewx:
    type: counter
    description: >
      Whether a page called called Window.CSSSkewX.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskewy:
    type: counter
    description: >
      Whether a page called called Window.CSSSkewY.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssstylevalue:
    type: counter
    description: >
      Whether a page called called Window.CSSStyleValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstransformcomponent:
    type: counter
    description: >
      Whether a page called called Window.CSSTransformComponent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstransformvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSTransformValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstranslate:
    type: counter
    description: >
      Whether a page called called Window.CSSTranslate.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssunitvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSUnitValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssunparsedvalue:
    type: counter
    description: >
      Whether a page called called Window.CSSUnparsedValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssvariablereferencevalue:
    type: counter
    description: >
      Whether a page called called Window.CSSVariableReferenceValue.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_defaultstatus:
    type: counter
    description: >
      Whether a page called called Window.defaultStatus.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_devicemotioneventacceleration:
    type: counter
    description: >
      Whether a page called called Window.DeviceMotionEventAcceleration.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_devicemotioneventrotationrate:
    type: counter
    description: >
      Whether a page called called Window.DeviceMotionEventRotationRate.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_domerror:
    type: counter
    description: >
      Whether a page called called Window.DOMError.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_encodedvideochunk:
    type: counter
    description: >
      Whether a page called called Window.EncodedVideoChunk.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_enterpictureinpictureevent:
    type: counter
    description: >
      Whether a page called called Window.EnterPictureInPictureEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_external:
    type: counter
    description: >
      Whether a page called called Window.External.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_federatedcredential:
    type: counter
    description: >
      Whether a page called called Window.FederatedCredential.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_gyroscope:
    type: counter
    description: >
      Whether a page called called Window.Gyroscope.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_htmlcontentelement:
    type: counter
    description: >
      Whether a page called called Window.HTMLContentElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_htmlshadowelement:
    type: counter
    description: >
      Whether a page called called Window.HTMLShadowElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_imagecapture:
    type: counter
    description: >
      Whether a page called called Window.ImageCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_inputdevicecapabilities:
    type: counter
    description: >
      Whether a page called called Window.InputDeviceCapabilities.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_inputdeviceinfo:
    type: counter
    description: >
      Whether a page called called Window.InputDeviceInfo.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_keyboard:
    type: counter
    description: >
      Whether a page called called Window.Keyboard.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_keyboardlayoutmap:
    type: counter
    description: >
      Whether a page called called Window.KeyboardLayoutMap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_linearaccelerationsensor:
    type: counter
    description: >
      Whether a page called called Window.LinearAccelerationSensor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_mediasettingsrange:
    type: counter
    description: >
      Whether a page called called Window.MediaSettingsRange.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiaccess:
    type: counter
    description: >
      Whether a page called called Window.MIDIAccess.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiconnectionevent:
    type: counter
    description: >
      Whether a page called called Window.MIDIConnectionEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiinput:
    type: counter
    description: >
      Whether a page called called Window.MIDIInput.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiinputmap:
    type: counter
    description: >
      Whether a page called called Window.MIDIInputMap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midimessageevent:
    type: counter
    description: >
      Whether a page called called Window.MIDIMessageEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midioutput:
    type: counter
    description: >
      Whether a page called called Window.MIDIOutput.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midioutputmap:
    type: counter
    description: >
      Whether a page called called Window.MIDIOutputMap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiport:
    type: counter
    description: >
      Whether a page called called Window.MIDIPort.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_networkinformation:
    type: counter
    description: >
      Whether a page called called Window.NetworkInformation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_offscreenbuffering:
    type: counter
    description: >
      Whether a page called called Window.offscreenBuffering.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onbeforeinstallprompt:
    type: counter
    description: >
      Whether a page called called Window.onbeforeinstallprompt.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_oncancel:
    type: counter
    description: >
      Whether a page called called Window.oncancel.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onmousewheel:
    type: counter
    description: >
      Whether a page called called Window.onmousewheel.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onorientationchange:
    type: counter
    description: >
      Whether a page called called Window.onorientationchange.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onsearch:
    type: counter
    description: >
      Whether a page called called Window.onsearch.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onselectionchange:
    type: counter
    description: >
      Whether a page called called Window.onselectionchange.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_opendatabase:
    type: counter
    description: >
      Whether a page called called Window.openDatabase.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_orientation:
    type: counter
    description: >
      Whether a page called called Window.orientation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_orientationsensor:
    type: counter
    description: >
      Whether a page called called Window.OrientationSensor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_overconstrainederror:
    type: counter
    description: >
      Whether a page called called Window.OverconstrainedError.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_passwordcredential:
    type: counter
    description: >
      Whether a page called called Window.PasswordCredential.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentaddress:
    type: counter
    description: >
      Whether a page called called Window.PaymentAddress.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentinstruments:
    type: counter
    description: >
      Whether a page called called Window.PaymentInstruments.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentmanager:
    type: counter
    description: >
      Whether a page called called Window.PaymentManager.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentmethodchangeevent:
    type: counter
    description: >
      Whether a page called called Window.PaymentMethodChangeEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentrequest:
    type: counter
    description: >
      Whether a page called called Window.PaymentRequest.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentrequestupdateevent:
    type: counter
    description: >
      Whether a page called called Window.PaymentRequestUpdateEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentresponse:
    type: counter
    description: >
      Whether a page called called Window.PaymentResponse.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_performancelongtasktiming:
    type: counter
    description: >
      Whether a page called called Window.PerformanceLongTaskTiming.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_photocapabilities:
    type: counter
    description: >
      Whether a page called called Window.PhotoCapabilities.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_pictureinpictureevent:
    type: counter
    description: >
      Whether a page called called Window.PictureInPictureEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_pictureinpicturewindow:
    type: counter
    description: >
      Whether a page called called Window.PictureInPictureWindow.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentation:
    type: counter
    description: >
      Whether a page called called Window.Presentation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationavailability:
    type: counter
    description: >
      Whether a page called called Window.PresentationAvailability.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnection:
    type: counter
    description: >
      Whether a page called called Window.PresentationConnection.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectionavailableevent:
    type: counter
    description: >
      Whether a page called called Window.PresentationConnectionAvailableEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectioncloseevent:
    type: counter
    description: >
      Whether a page called called Window.PresentationConnectionCloseEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectionlist:
    type: counter
    description: >
      Whether a page called called Window.PresentationConnectionList.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationreceiver:
    type: counter
    description: >
      Whether a page called called Window.PresentationReceiver.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationrequest:
    type: counter
    description: >
      Whether a page called called Window.PresentationRequest.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_relativeorientationsensor:
    type: counter
    description: >
      Whether a page called called Window.RelativeOrientationSensor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_remoteplayback:
    type: counter
    description: >
      Whether a page called called Window.RemotePlayback.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_report:
    type: counter
    description: >
      Whether a page called called Window.Report.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_reportbody:
    type: counter
    description: >
      Whether a page called called Window.ReportBody.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_reportingobserver:
    type: counter
    description: >
      Whether a page called called Window.ReportingObserver.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcerror:
    type: counter
    description: >
      Whether a page called called Window.RTCError.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcerrorevent:
    type: counter
    description: >
      Whether a page called called Window.RTCErrorEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcicetransport:
    type: counter
    description: >
      Whether a page called called Window.RTCIceTransport.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcpeerconnectioniceerrorevent:
    type: counter
    description: >
      Whether a page called called Window.RTCPeerConnectionIceErrorEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sensor:
    type: counter
    description: >
      Whether a page called called Window.Sensor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sensorerrorevent:
    type: counter
    description: >
      Whether a page called called Window.SensorErrorEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionalternative:
    type: counter
    description: >
      Whether a page called called Window.SpeechRecognitionAlternative.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionresult:
    type: counter
    description: >
      Whether a page called called Window.SpeechRecognitionResult.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionresultlist:
    type: counter
    description: >
      Whether a page called called Window.SpeechRecognitionResultList.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylemedia:
    type: counter
    description: >
      Whether a page called called Window.styleMedia.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylepropertymap:
    type: counter
    description: >
      Whether a page called called Window.StylePropertyMap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylepropertymapreadonly:
    type: counter
    description: >
      Whether a page called called Window.StylePropertyMapReadOnly.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_svgdiscardelement:
    type: counter
    description: >
      Whether a page called called Window.SVGDiscardElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_syncmanager:
    type: counter
    description: >
      Whether a page called called Window.SyncManager.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_taskattributiontiming:
    type: counter
    description: >
      Whether a page called called Window.TaskAttributionTiming.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_textevent:
    type: counter
    description: >
      Whether a page called called Window.TextEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touch:
    type: counter
    description: >
      Whether a page called called Window.Touch.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touchevent:
    type: counter
    description: >
      Whether a page called called Window.TouchEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touchlist:
    type: counter
    description: >
      Whether a page called called Window.TouchList.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usb:
    type: counter
    description: >
      Whether a page called called Window.USB.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbalternateinterface:
    type: counter
    description: >
      Whether a page called called Window.USBAlternateInterface.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbconfiguration:
    type: counter
    description: >
      Whether a page called called Window.USBConfiguration.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbconnectionevent:
    type: counter
    description: >
      Whether a page called called Window.USBConnectionEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbdevice:
    type: counter
    description: >
      Whether a page called called Window.USBDevice.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbendpoint:
    type: counter
    description: >
      Whether a page called called Window.USBEndpoint.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbinterface:
    type: counter
    description: >
      Whether a page called called Window.USBInterface.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbintransferresult:
    type: counter
    description: >
      Whether a page called called Window.USBInTransferResult.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousintransferpacket:
    type: counter
    description: >
      Whether a page called called Window.USBIsochronousInTransferPacket.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousintransferresult:
    type: counter
    description: >
      Whether a page called called Window.USBIsochronousInTransferResult.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousouttransferpacket:
    type: counter
    description: >
      Whether a page called called Window.USBIsochronousOutTransferPacket.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousouttransferresult:
    type: counter
    description: >
      Whether a page called called Window.USBIsochronousOutTransferResult.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbouttransferresult:
    type: counter
    description: >
      Whether a page called called Window.USBOutTransferResult.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_useractivation:
    type: counter
    description: >
      Whether a page called called Window.UserActivation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videocolorspace:
    type: counter
    description: >
      Whether a page called called Window.VideoColorSpace.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videodecoder:
    type: counter
    description: >
      Whether a page called called Window.VideoDecoder.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videoencoder:
    type: counter
    description: >
      Whether a page called called Window.VideoEncoder.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videoframe:
    type: counter
    description: >
      Whether a page called called Window.VideoFrame.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_wakelock:
    type: counter
    description: >
      Whether a page called called Window.WakeLock.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_wakelocksentinel:
    type: counter
    description: >
      Whether a page called called Window.WakeLockSentinel.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitcancelanimationframe:
    type: counter
    description: >
      Whether a page called called Window.webkitCancelAnimationFrame.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitmediastream:
    type: counter
    description: >
      Whether a page called called Window.webkitMediaStream.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitmutationobserver:
    type: counter
    description: >
      Whether a page called called Window.WebKitMutationObserver.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrequestanimationframe:
    type: counter
    description: >
      Whether a page called called Window.webkitRequestAnimationFrame.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrequestfilesystem:
    type: counter
    description: >
      Whether a page called called Window.webkitRequestFileSystem.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitresolvelocalfilesystemurl:
    type: counter
    description: >
      Whether a page called called Window.webkitResolveLocalFileSystemURL.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrtcpeerconnection:
    type: counter
    description: >
      Whether a page called called Window.webkitRTCPeerConnection.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechgrammar:
    type: counter
    description: >
      Whether a page called called Window.webkitSpeechGrammar.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechgrammarlist:
    type: counter
    description: >
      Whether a page called called Window.webkitSpeechGrammarList.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognition:
    type: counter
    description: >
      Whether a page called called Window.webkitSpeechRecognition.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognitionerror:
    type: counter
    description: >
      Whether a page called called Window.webkitSpeechRecognitionError.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognitionevent:
    type: counter
    description: >
      Whether a page called called Window.webkitSpeechRecognitionEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitstorageinfo:
    type: counter
    description: >
      Whether a page called called Window.webkitStorageInfo.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_exec_command_content_read_only:
    type: counter
    description: >
      Whether a page calls execCommand with contentReadOnly.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domparser_parsefromstring:
    type: counter
    description: >
      Whether a page called called DOMParser.parseFromString.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  range_createcontextualfragment:
    type: counter
    description: >
      Whether a page called called Range.createContextualFragment.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_state_or_value_content_read_only:
    type: counter
    description: >
      Whether a page calls queryCommandState or queryCommandValue with contentReadOnly.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_state_or_value_insert_br_on_return:
    type: counter
    description: >
      Whether a page calls queryCommandState or queryCommandValue with insertBrOnReturn.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_supported_or_enabled_content_read_only:
    type: counter
    description: >
      Whether a page calls queryCommandSupported or queryCommandEnabled with contentReadOnly.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_supported_or_enabled_insert_br_on_return:
    type: counter
    description: >
      Whether a page calls queryCommandSupported or queryCommandEnabled with insertBrOnReturn.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_blend:
    type: counter
    description: >
      Whether a page uses the feBlend SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_color_matrix:
    type: counter
    description: >
      Whether a page uses the feColorMatrix SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_component_transfer:
    type: counter
    description: >
      Whether a page uses the feComponentTransfer SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_composite:
    type: counter
    description: >
      Whether a page uses the feComposite SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_convolve_matrix:
    type: counter
    description: >
      Whether a page uses the feConvolveMatrix SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_diffuse_lighting:
    type: counter
    description: >
      Whether a page uses the feDiffuseLighting SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_displacement_map:
    type: counter
    description: >
      Whether a page uses the feDisplacementMap SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_flood:
    type: counter
    description: >
      Whether a page uses the feFlood SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_gaussian_blur:
    type: counter
    description: >
      Whether a page uses the feGaussianBlur SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_image:
    type: counter
    description: >
      Whether a page uses the feImage SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_merge:
    type: counter
    description: >
      Whether a page uses the feMerge SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_morphology:
    type: counter
    description: >
      Whether a page uses the feMorphology SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_offset:
    type: counter
    description: >
      Whether a page uses the feOffset SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_specular_lighting:
    type: counter
    description: >
      Whether a page uses the feSpecularLighting SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_tile:
    type: counter
    description: >
      Whether a page uses the feTile SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_turbulence:
    type: counter
    description: >
      Whether a page uses the feTurbulence SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  wr_filter_fallback:
    type: counter
    description: >
      Whether a page triggers the blob fallback for an SVG filter..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sanitizer_constructor:
    type: counter
    description: >
      Whether a page called called Sanitizer.constructor.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sanitizer_sanitize:
    type: counter
    description: >
      Whether a page called called Sanitizer.sanitize.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_sethtml:
    type: counter
    description: >
      Whether a page called called Element.setHTML.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_open_empty_url:
    type: counter
    description: >
      Whether a page calls window.open with an empty url argument.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_open:
    type: counter
    description: >
      Whether a page calls indexedDB.open in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_delete_database:
    type: counter
    description: >
      Whether a page calls indexedDB.deleteDatabase in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_match:
    type: counter
    description: >
      Whether a page calls caches.match in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_has:
    type: counter
    description: >
      Whether a page calls caches.has in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_open:
    type: counter
    description: >
      Whether a page calls caches.open in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_delete:
    type: counter
    description: >
      Whether a page calls caches.delete in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_keys:
    type: counter
    description: >
      Whether a page calls caches.keys in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_navigator_service_worker:
    type: counter
    description: >
      Whether a page accesses navigator.serviceWorker in Private Browsing Mode.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  you_tube_flash_embed:
    type: counter
    description: >
      Whether a page in <object> or <embed>.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  scheduler_posttask:
    type: counter
    description: >
      Whether a page called called Scheduler.postTask.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldialogelement_show:
    type: counter
    description: >
      Whether a page called called HTMLDialogElement.show.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_image_success:
    type: counter
    description: >
      Whether a page includes a mixed content img element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_image_failure:
    type: counter
    description: >
      Whether a page includes a mixed content img element that does not load..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_video_success:
    type: counter
    description: >
      Whether a page includes a mixed content video element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_video_failure:
    type: counter
    description: >
      Whether a page includes a mixed content video element that does not laod..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_audio_success:
    type: counter
    description: >
      Whether a page includes a mixed content audio element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_audio_failure:
    type: counter
    description: >
      Whether a page includes a mixed content audio element that does not load..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_image_success:
    type: counter
    description: >
      Whether a page includes a mixed content img element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_image_failure:
    type: counter
    description: >
      Whether a page includes a mixed content img element that does not load..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_video_success:
    type: counter
    description: >
      Whether a page includes a mixed content video element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_video_failure:
    type: counter
    description: >
      Whether a page includes a mixed content video element that does not laod..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_audio_success:
    type: counter
    description: >
      Whether a page includes a mixed content audio element that loads..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_audio_failure:
    type: counter
    description: >
      Whether a page includes a mixed content audio element that does not load..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  components_shim_resolved:
    type: counter
    description: >
      Whether a page resolves the components shim..
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sectioning_h1_with_no_font_size_or_margins:
    type: counter
    description: >
      Whether a page found sectioned h1 element with no font-size or no margins.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 391 'document' use counters.
use.counter.doc:
  svgsvgelement_getelementbyid:
    type: counter
    description: >
      Whether a document called called SVGSVGElement.getElementById.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgsvgelement_currentscale_getter:
    type: counter
    description: >
      Whether a document got SVGSVGElement.currentScale.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgsvgelement_currentscale_setter:
    type: counter
    description: >
      Whether a document set SVGSVGElement.currentScale.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushmanager_subscribe:
    type: counter
    description: >
      Whether a document called called PushManager.subscribe.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushsubscription_unsubscribe:
    type: counter
    description: >
      Whether a document called called PushSubscription.unsubscribe.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sidebar_getter:
    type: counter
    description: >
      Whether a document got Window.sidebar.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sidebar_setter:
    type: counter
    description: >
      Whether a document set Window.sidebar.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_addelement:
    type: counter
    description: >
      Whether a document called called DataTransfer.addElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozitemcount_getter:
    type: counter
    description: >
      Whether a document got DataTransfer.mozItemCount.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozitemcount_setter:
    type: counter
    description: >
      Whether a document set DataTransfer.mozItemCount.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcursor_getter:
    type: counter
    description: >
      Whether a document got DataTransfer.mozCursor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcursor_setter:
    type: counter
    description: >
      Whether a document set DataTransfer.mozCursor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_moztypesat:
    type: counter
    description: >
      Whether a document called called DataTransfer.mozTypesAt.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozcleardataat:
    type: counter
    description: >
      Whether a document called called DataTransfer.mozClearDataAt.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsetdataat:
    type: counter
    description: >
      Whether a document called called DataTransfer.mozSetDataAt.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozgetdataat:
    type: counter
    description: >
      Whether a document called called DataTransfer.mozGetDataAt.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozusercancelled_getter:
    type: counter
    description: >
      Whether a document got DataTransfer.mozUserCancelled.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozusercancelled_setter:
    type: counter
    description: >
      Whether a document set DataTransfer.mozUserCancelled.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsourcenode_getter:
    type: counter
    description: >
      Whether a document got DataTransfer.mozSourceNode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  datatransfer_mozsourcenode_setter:
    type: counter
    description: >
      Whether a document set DataTransfer.mozSourceNode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onoverflow:
    type: counter
    description: >
      Whether a document sets an element onoverflow event listener.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onunderflow:
    type: counter
    description: >
      Whether a document sets an element onunderflow event listener.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_asmjs:
    type: counter
    description: >
      Whether a document uses asm.js.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_wasm:
    type: counter
    description: >
      Whether a document uses WebAssembly.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_wasm_legacy_exceptions:
    type: counter
    description: >
      Whether a document uses WebAssembly legacy exception-handling.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_is_htmldda_fuse:
    type: counter
    description: >
      Whether a document has used the document.all getter (popping the EmulatesUndefined Fuse).
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_optimize_get_iterator_fuse:
    type: counter
    description: >
      Whether a document has modified any builtins such that the GetIterator fuse is popped.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable:
    type: counter
    description: >
      Whether a document resolved a promise using thenable support rather than builtin methods.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable_proto:
    type: counter
    description: >
      Whether a document resolved a promise using thenable on prototype.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_thenable_standard_proto:
    type: counter
    description: >
      Whether a document resolved a promise using thenable on a standard prototype.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_legacy_lang_subtag:
    type: counter
    description: >
      Whether a document uses a 5-to-8-character language subtag in Intl.Locale constructor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_ic_stub_too_large:
    type: counter
    description: >
      Whether a document tried to create an IC stub that was too large.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_ic_stub_oom:
    type: counter
    description: >
      Whether a document OOMed while creating IC stub .
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_getter:
    type: counter
    description: >
      Whether a document called error.stack getter.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_getter_no_errordata:
    type: counter
    description: >
      Whether a document called error.stack getter on object without ErrorData internal slot.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter:
    type: counter
    description: >
      Whether a document called error.stack setter.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter_nonstring:
    type: counter
    description: >
      Whether a document called error.stack setter with non-string input.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_errorstack_setter_no_errordata:
    type: counter
    description: >
      Whether a document called error.stack setter on object without ErrorData internal slot.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_dateparse:
    type: counter
    description: >
      Whether a document called Date.parse.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  js_dateparse_impl_def:
    type: counter
    description: >
      Whether a document call to Date.parse used implementation defined behaviour.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_assert:
    type: counter
    description: >
      Whether a document called called console.assert.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_clear:
    type: counter
    description: >
      Whether a document called called console.clear.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_count:
    type: counter
    description: >
      Whether a document called called console.count.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_countreset:
    type: counter
    description: >
      Whether a document called called console.countReset.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_debug:
    type: counter
    description: >
      Whether a document called called console.debug.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_error:
    type: counter
    description: >
      Whether a document called called console.error.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_info:
    type: counter
    description: >
      Whether a document called called console.info.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_log:
    type: counter
    description: >
      Whether a document called called console.log.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_table:
    type: counter
    description: >
      Whether a document called called console.table.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_trace:
    type: counter
    description: >
      Whether a document called called console.trace.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_warn:
    type: counter
    description: >
      Whether a document called called console.warn.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dir:
    type: counter
    description: >
      Whether a document called called console.dir.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dirxml:
    type: counter
    description: >
      Whether a document called called console.dirxml.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_group:
    type: counter
    description: >
      Whether a document called called console.group.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupcollapsed:
    type: counter
    description: >
      Whether a document called called console.groupCollapsed.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupend:
    type: counter
    description: >
      Whether a document called called console.groupEnd.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_time:
    type: counter
    description: >
      Whether a document called called console.time.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timelog:
    type: counter
    description: >
      Whether a document called called console.timeLog.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timeend:
    type: counter
    description: >
      Whether a document called called console.timeEnd.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_exception:
    type: counter
    description: >
      Whether a document called called console.exception.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timestamp:
    type: counter
    description: >
      Whether a document called called console.timeStamp.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profile:
    type: counter
    description: >
      Whether a document called called console.profile.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profileend:
    type: counter
    description: >
      Whether a document called called console.profileEnd.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_get:
    type: counter
    description: >
      Whether a document called called CookieStore.get.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_getall:
    type: counter
    description: >
      Whether a document called called CookieStore.getAll.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_set:
    type: counter
    description: >
      Whether a document called called CookieStore.set.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_delete:
    type: counter
    description: >
      Whether a document called called CookieStore.delete.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_open:
    type: counter
    description: >
      Whether a document calls document.open in a way that creates a new Window object.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_named_getter_hit:
    type: counter
    description: >
      Whether a document calls to the named getter on HTMLDocument that find something via the name lookup.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  filtered_cross_origin_iframe:
    type: counter
    description: >
      Whether a document cross-origin <iframe> within a CSS/SVG filter.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  customelementregistry_define:
    type: counter
    description: >
      Whether a document called called CustomElementRegistry.define.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  customized_builtin:
    type: counter
    description: >
      Whether a document registers a customized built-in element.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  xslstylesheet:
    type: counter
    description: >
      Whether a document uses an XSL Stylesheet.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  xsltprocessor_constructor:
    type: counter
    description: >
      Whether a document called called XSLTProcessor.constructor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_attachshadow:
    type: counter
    description: >
      Whether a document called called Element.attachShadow.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_setcapture:
    type: counter
    description: >
      Whether a document called called Element.setCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_releasecapture:
    type: counter
    description: >
      Whether a document called called Element.releaseCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_setpointercapture:
    type: counter
    description: >
      Whether a document called called Element.setPointerCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_releasepointercapture:
    type: counter
    description: >
      Whether a document called called Element.releasePointerCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_enumeratedevices:
    type: counter
    description: >
      Whether a document called called MediaDevices.enumerateDevices.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  enumerate_devices_insec:
    type: counter
    description: >
      Whether a document calls MediaDevices.enumerateDevices from an insecure context.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  enumerate_devices_unfocused:
    type: counter
    description: >
      Whether a document calls MediaDevices.enumerateDevices from a unfocused document.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_getusermedia:
    type: counter
    description: >
      Whether a document called called MediaDevices.getUserMedia.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  navigator_mozgetusermedia:
    type: counter
    description: >
      Whether a document called called Navigator.mozGetUserMedia.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  get_user_media_unfocused:
    type: counter
    description: >
      Whether a document calls MediaDevices.getUserMedia from an unfocused document.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  get_user_media_insec:
    type: counter
    description: >
      Whether a document calls MediaDevices.getUserMedia from an insecure context.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_get_user_media_insec:
    type: counter
    description: >
      Whether a document calls Navigator.mozGetUserMedia from an insecure context.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mediadevices_getdisplaymedia:
    type: counter
    description: >
      Whether a document called called MediaDevices.getDisplayMedia.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedelete:
    type: counter
    description: >
      Whether a document called called MLS.stateDelete.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedeletegroup:
    type: counter
    description: >
      Whether a document called called MLS.stateDeleteGroup.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatesignaturekeypair:
    type: counter
    description: >
      Whether a document called called MLS.generateSignatureKeypair.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatecredentialbasic:
    type: counter
    description: >
      Whether a document called called MLS.generateCredentialBasic.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatekeypackage:
    type: counter
    description: >
      Whether a document called called MLS.generateKeyPackage.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupcreate:
    type: counter
    description: >
      Whether a document called called MLS.groupCreate.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupjoin:
    type: counter
    description: >
      Whether a document called called MLS.groupJoin.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupadd:
    type: counter
    description: >
      Whether a document called called MLS.groupAdd.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeadd:
    type: counter
    description: >
      Whether a document called called MLS.groupProposeAdd.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupremove:
    type: counter
    description: >
      Whether a document called called MLS.groupRemove.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeremove:
    type: counter
    description: >
      Whether a document called called MLS.groupProposeRemove.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupclose:
    type: counter
    description: >
      Whether a document called called MLS.groupClose.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupmembers:
    type: counter
    description: >
      Whether a document called called MLS.groupMembers.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_receive:
    type: counter
    description: >
      Whether a document called called MLS.receive.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_send:
    type: counter
    description: >
      Whether a document called called MLS.send.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_deriveexporter:
    type: counter
    description: >
      Whether a document called called MLS.deriveExporter.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_mozsetimageelement:
    type: counter
    description: >
      Whether a document called called Document.mozSetImageElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  ondommousescroll:
    type: counter
    description: >
      Whether a document sets DOMMouseScroll event listener.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  onmozmousepixelscroll:
    type: counter
    description: >
      Whether a document sets MozMousePixelScroll event listener.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  percentage_stroke_width_in_svg:
    type: counter
    description: >
      Whether a document whether percentage stroke-width is used in SVG elements (excluding <text>).
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  percentage_stroke_width_in_svgtext:
    type: counter
    description: >
      Whether a document whether percentage stroke-width is used in SVG <text>.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_caretrangefrompoint:
    type: counter
    description: >
      Whether a document called called Document.caretRangeFromPoint.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_exitpictureinpicture:
    type: counter
    description: >
      Whether a document called called Document.exitPictureInPicture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_featurepolicy:
    type: counter
    description: >
      Whether a document called called Document.featurePolicy.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforecopy:
    type: counter
    description: >
      Whether a document called called Document.onbeforecopy.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforecut:
    type: counter
    description: >
      Whether a document called called Document.onbeforecut.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onbeforepaste:
    type: counter
    description: >
      Whether a document called called Document.onbeforepaste.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_oncancel:
    type: counter
    description: >
      Whether a document called called Document.oncancel.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onfreeze:
    type: counter
    description: >
      Whether a document called called Document.onfreeze.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onmousewheel:
    type: counter
    description: >
      Whether a document called called Document.onmousewheel.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onresume:
    type: counter
    description: >
      Whether a document called called Document.onresume.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onsearch:
    type: counter
    description: >
      Whether a document called called Document.onsearch.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onwebkitfullscreenchange:
    type: counter
    description: >
      Whether a document called called Document.onwebkitfullscreenchange.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_onwebkitfullscreenerror:
    type: counter
    description: >
      Whether a document called called Document.onwebkitfullscreenerror.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_pictureinpictureelement:
    type: counter
    description: >
      Whether a document called called Document.pictureInPictureElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_pictureinpictureenabled:
    type: counter
    description: >
      Whether a document called called Document.pictureInPictureEnabled.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_registerelement:
    type: counter
    description: >
      Whether a document called called Document.registerElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_wasdiscarded:
    type: counter
    description: >
      Whether a document called called Document.wasDiscarded.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitcancelfullscreen:
    type: counter
    description: >
      Whether a document called called Document.webkitCancelFullScreen.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitcurrentfullscreenelement:
    type: counter
    description: >
      Whether a document called called Document.webkitCurrentFullScreenElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitexitfullscreen:
    type: counter
    description: >
      Whether a document called called Document.webkitExitFullscreen.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitfullscreenelement:
    type: counter
    description: >
      Whether a document called called Document.webkitFullscreenElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitfullscreenenabled:
    type: counter
    description: >
      Whether a document called called Document.webkitFullscreenEnabled.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkithidden:
    type: counter
    description: >
      Whether a document called called Document.webkitHidden.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitisfullscreen:
    type: counter
    description: >
      Whether a document called called Document.webkitIsFullScreen.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_webkitvisibilitystate:
    type: counter
    description: >
      Whether a document called called Document.webkitVisibilityState.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlencoding:
    type: counter
    description: >
      Whether a document called called Document.xmlEncoding.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlstandalone:
    type: counter
    description: >
      Whether a document called called Document.xmlStandalone.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldocument_xmlversion:
    type: counter
    description: >
      Whether a document called called Document.xmlVersion.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  location_ancestororigins:
    type: counter
    description: >
      Whether a document called called Location.ancestorOrigins.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_absoluteorientationsensor:
    type: counter
    description: >
      Whether a document called called Window.AbsoluteOrientationSensor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_accelerometer:
    type: counter
    description: >
      Whether a document called called Window.Accelerometer.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchmanager:
    type: counter
    description: >
      Whether a document called called Window.BackgroundFetchManager.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchrecord:
    type: counter
    description: >
      Whether a document called called Window.BackgroundFetchRecord.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_backgroundfetchregistration:
    type: counter
    description: >
      Whether a document called called Window.BackgroundFetchRegistration.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_beforeinstallpromptevent:
    type: counter
    description: >
      Whether a document called called Window.BeforeInstallPromptEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetooth:
    type: counter
    description: >
      Whether a document called called Window.Bluetooth.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothcharacteristicproperties:
    type: counter
    description: >
      Whether a document called called Window.BluetoothCharacteristicProperties.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothdevice:
    type: counter
    description: >
      Whether a document called called Window.BluetoothDevice.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattcharacteristic:
    type: counter
    description: >
      Whether a document called called Window.BluetoothRemoteGATTCharacteristic.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattdescriptor:
    type: counter
    description: >
      Whether a document called called Window.BluetoothRemoteGATTDescriptor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattserver:
    type: counter
    description: >
      Whether a document called called Window.BluetoothRemoteGATTServer.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothremotegattservice:
    type: counter
    description: >
      Whether a document called called Window.BluetoothRemoteGATTService.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_bluetoothuuid:
    type: counter
    description: >
      Whether a document called called Window.BluetoothUUID.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_canvascapturemediastreamtrack:
    type: counter
    description: >
      Whether a document called called Window.CanvasCaptureMediaStreamTrack.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_chrome:
    type: counter
    description: >
      Whether a document called called Window.chrome.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_clipboarditem:
    type: counter
    description: >
      Whether a document called called Window.ClipboardItem.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssimagevalue:
    type: counter
    description: >
      Whether a document called called Window.CSSImageValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csskeywordvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSKeywordValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathclamp:
    type: counter
    description: >
      Whether a document called called Window.CSSMathClamp.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathinvert:
    type: counter
    description: >
      Whether a document called called Window.CSSMathInvert.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathmax:
    type: counter
    description: >
      Whether a document called called Window.CSSMathMax.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathmin:
    type: counter
    description: >
      Whether a document called called Window.CSSMathMin.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathnegate:
    type: counter
    description: >
      Whether a document called called Window.CSSMathNegate.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathproduct:
    type: counter
    description: >
      Whether a document called called Window.CSSMathProduct.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathsum:
    type: counter
    description: >
      Whether a document called called Window.CSSMathSum.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmathvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSMathValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssmatrixcomponent:
    type: counter
    description: >
      Whether a document called called Window.CSSMatrixComponent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssnumericarray:
    type: counter
    description: >
      Whether a document called called Window.CSSNumericArray.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssnumericvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSNumericValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssperspective:
    type: counter
    description: >
      Whether a document called called Window.CSSPerspective.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csspositionvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSPositionValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csspropertyrule:
    type: counter
    description: >
      Whether a document called called Window.CSSPropertyRule.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssrotate:
    type: counter
    description: >
      Whether a document called called Window.CSSRotate.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssscale:
    type: counter
    description: >
      Whether a document called called Window.CSSScale.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskew:
    type: counter
    description: >
      Whether a document called called Window.CSSSkew.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskewx:
    type: counter
    description: >
      Whether a document called called Window.CSSSkewX.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssskewy:
    type: counter
    description: >
      Whether a document called called Window.CSSSkewY.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssstylevalue:
    type: counter
    description: >
      Whether a document called called Window.CSSStyleValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstransformcomponent:
    type: counter
    description: >
      Whether a document called called Window.CSSTransformComponent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstransformvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSTransformValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_csstranslate:
    type: counter
    description: >
      Whether a document called called Window.CSSTranslate.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssunitvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSUnitValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssunparsedvalue:
    type: counter
    description: >
      Whether a document called called Window.CSSUnparsedValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_cssvariablereferencevalue:
    type: counter
    description: >
      Whether a document called called Window.CSSVariableReferenceValue.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_defaultstatus:
    type: counter
    description: >
      Whether a document called called Window.defaultStatus.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_devicemotioneventacceleration:
    type: counter
    description: >
      Whether a document called called Window.DeviceMotionEventAcceleration.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_devicemotioneventrotationrate:
    type: counter
    description: >
      Whether a document called called Window.DeviceMotionEventRotationRate.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_domerror:
    type: counter
    description: >
      Whether a document called called Window.DOMError.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_encodedvideochunk:
    type: counter
    description: >
      Whether a document called called Window.EncodedVideoChunk.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_enterpictureinpictureevent:
    type: counter
    description: >
      Whether a document called called Window.EnterPictureInPictureEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_external:
    type: counter
    description: >
      Whether a document called called Window.External.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_federatedcredential:
    type: counter
    description: >
      Whether a document called called Window.FederatedCredential.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_gyroscope:
    type: counter
    description: >
      Whether a document called called Window.Gyroscope.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_htmlcontentelement:
    type: counter
    description: >
      Whether a document called called Window.HTMLContentElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_htmlshadowelement:
    type: counter
    description: >
      Whether a document called called Window.HTMLShadowElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_imagecapture:
    type: counter
    description: >
      Whether a document called called Window.ImageCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_inputdevicecapabilities:
    type: counter
    description: >
      Whether a document called called Window.InputDeviceCapabilities.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_inputdeviceinfo:
    type: counter
    description: >
      Whether a document called called Window.InputDeviceInfo.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_keyboard:
    type: counter
    description: >
      Whether a document called called Window.Keyboard.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_keyboardlayoutmap:
    type: counter
    description: >
      Whether a document called called Window.KeyboardLayoutMap.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_linearaccelerationsensor:
    type: counter
    description: >
      Whether a document called called Window.LinearAccelerationSensor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_mediasettingsrange:
    type: counter
    description: >
      Whether a document called called Window.MediaSettingsRange.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiaccess:
    type: counter
    description: >
      Whether a document called called Window.MIDIAccess.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiconnectionevent:
    type: counter
    description: >
      Whether a document called called Window.MIDIConnectionEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiinput:
    type: counter
    description: >
      Whether a document called called Window.MIDIInput.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiinputmap:
    type: counter
    description: >
      Whether a document called called Window.MIDIInputMap.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midimessageevent:
    type: counter
    description: >
      Whether a document called called Window.MIDIMessageEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midioutput:
    type: counter
    description: >
      Whether a document called called Window.MIDIOutput.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midioutputmap:
    type: counter
    description: >
      Whether a document called called Window.MIDIOutputMap.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_midiport:
    type: counter
    description: >
      Whether a document called called Window.MIDIPort.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_networkinformation:
    type: counter
    description: >
      Whether a document called called Window.NetworkInformation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_offscreenbuffering:
    type: counter
    description: >
      Whether a document called called Window.offscreenBuffering.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onbeforeinstallprompt:
    type: counter
    description: >
      Whether a document called called Window.onbeforeinstallprompt.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_oncancel:
    type: counter
    description: >
      Whether a document called called Window.oncancel.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onmousewheel:
    type: counter
    description: >
      Whether a document called called Window.onmousewheel.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onorientationchange:
    type: counter
    description: >
      Whether a document called called Window.onorientationchange.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onsearch:
    type: counter
    description: >
      Whether a document called called Window.onsearch.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_onselectionchange:
    type: counter
    description: >
      Whether a document called called Window.onselectionchange.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_opendatabase:
    type: counter
    description: >
      Whether a document called called Window.openDatabase.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_orientation:
    type: counter
    description: >
      Whether a document called called Window.orientation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_orientationsensor:
    type: counter
    description: >
      Whether a document called called Window.OrientationSensor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_overconstrainederror:
    type: counter
    description: >
      Whether a document called called Window.OverconstrainedError.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_passwordcredential:
    type: counter
    description: >
      Whether a document called called Window.PasswordCredential.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentaddress:
    type: counter
    description: >
      Whether a document called called Window.PaymentAddress.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentinstruments:
    type: counter
    description: >
      Whether a document called called Window.PaymentInstruments.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentmanager:
    type: counter
    description: >
      Whether a document called called Window.PaymentManager.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentmethodchangeevent:
    type: counter
    description: >
      Whether a document called called Window.PaymentMethodChangeEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentrequest:
    type: counter
    description: >
      Whether a document called called Window.PaymentRequest.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentrequestupdateevent:
    type: counter
    description: >
      Whether a document called called Window.PaymentRequestUpdateEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_paymentresponse:
    type: counter
    description: >
      Whether a document called called Window.PaymentResponse.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_performancelongtasktiming:
    type: counter
    description: >
      Whether a document called called Window.PerformanceLongTaskTiming.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_photocapabilities:
    type: counter
    description: >
      Whether a document called called Window.PhotoCapabilities.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_pictureinpictureevent:
    type: counter
    description: >
      Whether a document called called Window.PictureInPictureEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_pictureinpicturewindow:
    type: counter
    description: >
      Whether a document called called Window.PictureInPictureWindow.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentation:
    type: counter
    description: >
      Whether a document called called Window.Presentation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationavailability:
    type: counter
    description: >
      Whether a document called called Window.PresentationAvailability.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnection:
    type: counter
    description: >
      Whether a document called called Window.PresentationConnection.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectionavailableevent:
    type: counter
    description: >
      Whether a document called called Window.PresentationConnectionAvailableEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectioncloseevent:
    type: counter
    description: >
      Whether a document called called Window.PresentationConnectionCloseEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationconnectionlist:
    type: counter
    description: >
      Whether a document called called Window.PresentationConnectionList.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationreceiver:
    type: counter
    description: >
      Whether a document called called Window.PresentationReceiver.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_presentationrequest:
    type: counter
    description: >
      Whether a document called called Window.PresentationRequest.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_relativeorientationsensor:
    type: counter
    description: >
      Whether a document called called Window.RelativeOrientationSensor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_remoteplayback:
    type: counter
    description: >
      Whether a document called called Window.RemotePlayback.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_report:
    type: counter
    description: >
      Whether a document called called Window.Report.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_reportbody:
    type: counter
    description: >
      Whether a document called called Window.ReportBody.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_reportingobserver:
    type: counter
    description: >
      Whether a document called called Window.ReportingObserver.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcerror:
    type: counter
    description: >
      Whether a document called called Window.RTCError.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcerrorevent:
    type: counter
    description: >
      Whether a document called called Window.RTCErrorEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcicetransport:
    type: counter
    description: >
      Whether a document called called Window.RTCIceTransport.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_rtcpeerconnectioniceerrorevent:
    type: counter
    description: >
      Whether a document called called Window.RTCPeerConnectionIceErrorEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sensor:
    type: counter
    description: >
      Whether a document called called Window.Sensor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_sensorerrorevent:
    type: counter
    description: >
      Whether a document called called Window.SensorErrorEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionalternative:
    type: counter
    description: >
      Whether a document called called Window.SpeechRecognitionAlternative.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionresult:
    type: counter
    description: >
      Whether a document called called Window.SpeechRecognitionResult.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_speechrecognitionresultlist:
    type: counter
    description: >
      Whether a document called called Window.SpeechRecognitionResultList.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylemedia:
    type: counter
    description: >
      Whether a document called called Window.styleMedia.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylepropertymap:
    type: counter
    description: >
      Whether a document called called Window.StylePropertyMap.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_stylepropertymapreadonly:
    type: counter
    description: >
      Whether a document called called Window.StylePropertyMapReadOnly.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_svgdiscardelement:
    type: counter
    description: >
      Whether a document called called Window.SVGDiscardElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_syncmanager:
    type: counter
    description: >
      Whether a document called called Window.SyncManager.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_taskattributiontiming:
    type: counter
    description: >
      Whether a document called called Window.TaskAttributionTiming.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_textevent:
    type: counter
    description: >
      Whether a document called called Window.TextEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touch:
    type: counter
    description: >
      Whether a document called called Window.Touch.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touchevent:
    type: counter
    description: >
      Whether a document called called Window.TouchEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_touchlist:
    type: counter
    description: >
      Whether a document called called Window.TouchList.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usb:
    type: counter
    description: >
      Whether a document called called Window.USB.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbalternateinterface:
    type: counter
    description: >
      Whether a document called called Window.USBAlternateInterface.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbconfiguration:
    type: counter
    description: >
      Whether a document called called Window.USBConfiguration.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbconnectionevent:
    type: counter
    description: >
      Whether a document called called Window.USBConnectionEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbdevice:
    type: counter
    description: >
      Whether a document called called Window.USBDevice.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbendpoint:
    type: counter
    description: >
      Whether a document called called Window.USBEndpoint.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbinterface:
    type: counter
    description: >
      Whether a document called called Window.USBInterface.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbintransferresult:
    type: counter
    description: >
      Whether a document called called Window.USBInTransferResult.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousintransferpacket:
    type: counter
    description: >
      Whether a document called called Window.USBIsochronousInTransferPacket.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousintransferresult:
    type: counter
    description: >
      Whether a document called called Window.USBIsochronousInTransferResult.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousouttransferpacket:
    type: counter
    description: >
      Whether a document called called Window.USBIsochronousOutTransferPacket.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbisochronousouttransferresult:
    type: counter
    description: >
      Whether a document called called Window.USBIsochronousOutTransferResult.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_usbouttransferresult:
    type: counter
    description: >
      Whether a document called called Window.USBOutTransferResult.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_useractivation:
    type: counter
    description: >
      Whether a document called called Window.UserActivation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videocolorspace:
    type: counter
    description: >
      Whether a document called called Window.VideoColorSpace.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videodecoder:
    type: counter
    description: >
      Whether a document called called Window.VideoDecoder.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videoencoder:
    type: counter
    description: >
      Whether a document called called Window.VideoEncoder.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_videoframe:
    type: counter
    description: >
      Whether a document called called Window.VideoFrame.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_wakelock:
    type: counter
    description: >
      Whether a document called called Window.WakeLock.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_wakelocksentinel:
    type: counter
    description: >
      Whether a document called called Window.WakeLockSentinel.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitcancelanimationframe:
    type: counter
    description: >
      Whether a document called called Window.webkitCancelAnimationFrame.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitmediastream:
    type: counter
    description: >
      Whether a document called called Window.webkitMediaStream.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitmutationobserver:
    type: counter
    description: >
      Whether a document called called Window.WebKitMutationObserver.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrequestanimationframe:
    type: counter
    description: >
      Whether a document called called Window.webkitRequestAnimationFrame.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrequestfilesystem:
    type: counter
    description: >
      Whether a document called called Window.webkitRequestFileSystem.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitresolvelocalfilesystemurl:
    type: counter
    description: >
      Whether a document called called Window.webkitResolveLocalFileSystemURL.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitrtcpeerconnection:
    type: counter
    description: >
      Whether a document called called Window.webkitRTCPeerConnection.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechgrammar:
    type: counter
    description: >
      Whether a document called called Window.webkitSpeechGrammar.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechgrammarlist:
    type: counter
    description: >
      Whether a document called called Window.webkitSpeechGrammarList.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognition:
    type: counter
    description: >
      Whether a document called called Window.webkitSpeechRecognition.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognitionerror:
    type: counter
    description: >
      Whether a document called called Window.webkitSpeechRecognitionError.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitspeechrecognitionevent:
    type: counter
    description: >
      Whether a document called called Window.webkitSpeechRecognitionEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_webkitstorageinfo:
    type: counter
    description: >
      Whether a document called called Window.webkitStorageInfo.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_exec_command_content_read_only:
    type: counter
    description: >
      Whether a document calls execCommand with contentReadOnly.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domparser_parsefromstring:
    type: counter
    description: >
      Whether a document called called DOMParser.parseFromString.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  range_createcontextualfragment:
    type: counter
    description: >
      Whether a document called called Range.createContextualFragment.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_state_or_value_content_read_only:
    type: counter
    description: >
      Whether a document calls queryCommandState or queryCommandValue with contentReadOnly.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_state_or_value_insert_br_on_return:
    type: counter
    description: >
      Whether a document calls queryCommandState or queryCommandValue with insertBrOnReturn.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_supported_or_enabled_content_read_only:
    type: counter
    description: >
      Whether a document calls queryCommandSupported or queryCommandEnabled with contentReadOnly.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_query_command_supported_or_enabled_insert_br_on_return:
    type: counter
    description: >
      Whether a document calls queryCommandSupported or queryCommandEnabled with insertBrOnReturn.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_blend:
    type: counter
    description: >
      Whether a document uses the feBlend SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_color_matrix:
    type: counter
    description: >
      Whether a document uses the feColorMatrix SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_component_transfer:
    type: counter
    description: >
      Whether a document uses the feComponentTransfer SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_composite:
    type: counter
    description: >
      Whether a document uses the feComposite SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_convolve_matrix:
    type: counter
    description: >
      Whether a document uses the feConvolveMatrix SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_diffuse_lighting:
    type: counter
    description: >
      Whether a document uses the feDiffuseLighting SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_displacement_map:
    type: counter
    description: >
      Whether a document uses the feDisplacementMap SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_flood:
    type: counter
    description: >
      Whether a document uses the feFlood SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_gaussian_blur:
    type: counter
    description: >
      Whether a document uses the feGaussianBlur SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_image:
    type: counter
    description: >
      Whether a document uses the feImage SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_merge:
    type: counter
    description: >
      Whether a document uses the feMerge SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_morphology:
    type: counter
    description: >
      Whether a document uses the feMorphology SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_offset:
    type: counter
    description: >
      Whether a document uses the feOffset SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_specular_lighting:
    type: counter
    description: >
      Whether a document uses the feSpecularLighting SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_tile:
    type: counter
    description: >
      Whether a document uses the feTile SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  fe_turbulence:
    type: counter
    description: >
      Whether a document uses the feTurbulence SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  wr_filter_fallback:
    type: counter
    description: >
      Whether a document triggers the blob fallback for an SVG filter..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sanitizer_constructor:
    type: counter
    description: >
      Whether a document called called Sanitizer.constructor.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sanitizer_sanitize:
    type: counter
    description: >
      Whether a document called called Sanitizer.sanitize.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_sethtml:
    type: counter
    description: >
      Whether a document called called Element.setHTML.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_open_empty_url:
    type: counter
    description: >
      Whether a document calls window.open with an empty url argument.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_open:
    type: counter
    description: >
      Whether a document calls indexedDB.open in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_delete_database:
    type: counter
    description: >
      Whether a document calls indexedDB.deleteDatabase in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_match:
    type: counter
    description: >
      Whether a document calls caches.match in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_has:
    type: counter
    description: >
      Whether a document calls caches.has in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_open:
    type: counter
    description: >
      Whether a document calls caches.open in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_delete:
    type: counter
    description: >
      Whether a document calls caches.delete in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_keys:
    type: counter
    description: >
      Whether a document calls caches.keys in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_navigator_service_worker:
    type: counter
    description: >
      Whether a document accesses navigator.serviceWorker in Private Browsing Mode.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  you_tube_flash_embed:
    type: counter
    description: >
      Whether a document in <object> or <embed>.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  scheduler_posttask:
    type: counter
    description: >
      Whether a document called called Scheduler.postTask.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  htmldialogelement_show:
    type: counter
    description: >
      Whether a document called called HTMLDialogElement.show.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_image_success:
    type: counter
    description: >
      Whether a document includes a mixed content img element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_image_failure:
    type: counter
    description: >
      Whether a document includes a mixed content img element that does not load..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_video_success:
    type: counter
    description: >
      Whether a document includes a mixed content video element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_video_failure:
    type: counter
    description: >
      Whether a document includes a mixed content video element that does not laod..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_audio_success:
    type: counter
    description: >
      Whether a document includes a mixed content audio element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_upgraded_audio_failure:
    type: counter
    description: >
      Whether a document includes a mixed content audio element that does not load..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_image_success:
    type: counter
    description: >
      Whether a document includes a mixed content img element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_image_failure:
    type: counter
    description: >
      Whether a document includes a mixed content img element that does not load..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_video_success:
    type: counter
    description: >
      Whether a document includes a mixed content video element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_video_failure:
    type: counter
    description: >
      Whether a document includes a mixed content video element that does not laod..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_audio_success:
    type: counter
    description: >
      Whether a document includes a mixed content audio element that loads..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mixed_content_not_upgraded_audio_failure:
    type: counter
    description: >
      Whether a document includes a mixed content audio element that does not load..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  components_shim_resolved:
    type: counter
    description: >
      Whether a document resolves the components shim..
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sectioning_h1_with_no_font_size_or_margins:
    type: counter
    description: >
      Whether a document found sectioned h1 element with no font-size or no margins.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 53 'dedicated worker' use counters.
use.counter.worker.dedicated:
  pushmanager_subscribe:
    type: counter
    description: >
      Whether a dedicated worker called called PushManager.subscribe.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushsubscription_unsubscribe:
    type: counter
    description: >
      Whether a dedicated worker called called PushSubscription.unsubscribe.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_assert:
    type: counter
    description: >
      Whether a dedicated worker called called console.assert.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_clear:
    type: counter
    description: >
      Whether a dedicated worker called called console.clear.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_count:
    type: counter
    description: >
      Whether a dedicated worker called called console.count.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_countreset:
    type: counter
    description: >
      Whether a dedicated worker called called console.countReset.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_debug:
    type: counter
    description: >
      Whether a dedicated worker called called console.debug.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_error:
    type: counter
    description: >
      Whether a dedicated worker called called console.error.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_info:
    type: counter
    description: >
      Whether a dedicated worker called called console.info.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_log:
    type: counter
    description: >
      Whether a dedicated worker called called console.log.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_table:
    type: counter
    description: >
      Whether a dedicated worker called called console.table.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_trace:
    type: counter
    description: >
      Whether a dedicated worker called called console.trace.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_warn:
    type: counter
    description: >
      Whether a dedicated worker called called console.warn.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dir:
    type: counter
    description: >
      Whether a dedicated worker called called console.dir.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dirxml:
    type: counter
    description: >
      Whether a dedicated worker called called console.dirxml.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_group:
    type: counter
    description: >
      Whether a dedicated worker called called console.group.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupcollapsed:
    type: counter
    description: >
      Whether a dedicated worker called called console.groupCollapsed.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupend:
    type: counter
    description: >
      Whether a dedicated worker called called console.groupEnd.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_time:
    type: counter
    description: >
      Whether a dedicated worker called called console.time.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timelog:
    type: counter
    description: >
      Whether a dedicated worker called called console.timeLog.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timeend:
    type: counter
    description: >
      Whether a dedicated worker called called console.timeEnd.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_exception:
    type: counter
    description: >
      Whether a dedicated worker called called console.exception.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timestamp:
    type: counter
    description: >
      Whether a dedicated worker called called console.timeStamp.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profile:
    type: counter
    description: >
      Whether a dedicated worker called called console.profile.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profileend:
    type: counter
    description: >
      Whether a dedicated worker called called console.profileEnd.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_get:
    type: counter
    description: >
      Whether a dedicated worker called called CookieStore.get.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_getall:
    type: counter
    description: >
      Whether a dedicated worker called called CookieStore.getAll.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_set:
    type: counter
    description: >
      Whether a dedicated worker called called CookieStore.set.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_delete:
    type: counter
    description: >
      Whether a dedicated worker called called CookieStore.delete.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedelete:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.stateDelete.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedeletegroup:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.stateDeleteGroup.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatesignaturekeypair:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.generateSignatureKeypair.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatecredentialbasic:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.generateCredentialBasic.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatekeypackage:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.generateKeyPackage.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupcreate:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupCreate.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupjoin:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupJoin.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupadd:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupAdd.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeadd:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupProposeAdd.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupremove:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupRemove.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeremove:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupProposeRemove.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupclose:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupClose.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupmembers:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.groupMembers.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_receive:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.receive.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_send:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.send.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_deriveexporter:
    type: counter
    description: >
      Whether a dedicated worker called called MLS.deriveExporter.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_open:
    type: counter
    description: >
      Whether a dedicated worker calls indexedDB.open in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_delete_database:
    type: counter
    description: >
      Whether a dedicated worker calls indexedDB.deleteDatabase in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_match:
    type: counter
    description: >
      Whether a dedicated worker calls caches.match in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_has:
    type: counter
    description: >
      Whether a dedicated worker calls caches.has in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_open:
    type: counter
    description: >
      Whether a dedicated worker calls caches.open in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_delete:
    type: counter
    description: >
      Whether a dedicated worker calls caches.delete in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_keys:
    type: counter
    description: >
      Whether a dedicated worker calls caches.keys in Private Browsing Mode.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  scheduler_posttask:
    type: counter
    description: >
      Whether a dedicated worker called called Scheduler.postTask.
      Compare against `use.counter.dedicated_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 53 'shared worker' use counters.
use.counter.worker.shared:
  pushmanager_subscribe:
    type: counter
    description: >
      Whether a shared worker called called PushManager.subscribe.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushsubscription_unsubscribe:
    type: counter
    description: >
      Whether a shared worker called called PushSubscription.unsubscribe.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_assert:
    type: counter
    description: >
      Whether a shared worker called called console.assert.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_clear:
    type: counter
    description: >
      Whether a shared worker called called console.clear.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_count:
    type: counter
    description: >
      Whether a shared worker called called console.count.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_countreset:
    type: counter
    description: >
      Whether a shared worker called called console.countReset.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_debug:
    type: counter
    description: >
      Whether a shared worker called called console.debug.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_error:
    type: counter
    description: >
      Whether a shared worker called called console.error.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_info:
    type: counter
    description: >
      Whether a shared worker called called console.info.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_log:
    type: counter
    description: >
      Whether a shared worker called called console.log.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_table:
    type: counter
    description: >
      Whether a shared worker called called console.table.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_trace:
    type: counter
    description: >
      Whether a shared worker called called console.trace.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_warn:
    type: counter
    description: >
      Whether a shared worker called called console.warn.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dir:
    type: counter
    description: >
      Whether a shared worker called called console.dir.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dirxml:
    type: counter
    description: >
      Whether a shared worker called called console.dirxml.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_group:
    type: counter
    description: >
      Whether a shared worker called called console.group.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupcollapsed:
    type: counter
    description: >
      Whether a shared worker called called console.groupCollapsed.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupend:
    type: counter
    description: >
      Whether a shared worker called called console.groupEnd.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_time:
    type: counter
    description: >
      Whether a shared worker called called console.time.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timelog:
    type: counter
    description: >
      Whether a shared worker called called console.timeLog.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timeend:
    type: counter
    description: >
      Whether a shared worker called called console.timeEnd.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_exception:
    type: counter
    description: >
      Whether a shared worker called called console.exception.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timestamp:
    type: counter
    description: >
      Whether a shared worker called called console.timeStamp.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profile:
    type: counter
    description: >
      Whether a shared worker called called console.profile.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profileend:
    type: counter
    description: >
      Whether a shared worker called called console.profileEnd.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_get:
    type: counter
    description: >
      Whether a shared worker called called CookieStore.get.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_getall:
    type: counter
    description: >
      Whether a shared worker called called CookieStore.getAll.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_set:
    type: counter
    description: >
      Whether a shared worker called called CookieStore.set.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_delete:
    type: counter
    description: >
      Whether a shared worker called called CookieStore.delete.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedelete:
    type: counter
    description: >
      Whether a shared worker called called MLS.stateDelete.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedeletegroup:
    type: counter
    description: >
      Whether a shared worker called called MLS.stateDeleteGroup.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatesignaturekeypair:
    type: counter
    description: >
      Whether a shared worker called called MLS.generateSignatureKeypair.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatecredentialbasic:
    type: counter
    description: >
      Whether a shared worker called called MLS.generateCredentialBasic.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatekeypackage:
    type: counter
    description: >
      Whether a shared worker called called MLS.generateKeyPackage.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupcreate:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupCreate.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupjoin:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupJoin.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupadd:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupAdd.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeadd:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupProposeAdd.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupremove:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupRemove.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeremove:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupProposeRemove.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupclose:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupClose.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupmembers:
    type: counter
    description: >
      Whether a shared worker called called MLS.groupMembers.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_receive:
    type: counter
    description: >
      Whether a shared worker called called MLS.receive.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_send:
    type: counter
    description: >
      Whether a shared worker called called MLS.send.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_deriveexporter:
    type: counter
    description: >
      Whether a shared worker called called MLS.deriveExporter.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_open:
    type: counter
    description: >
      Whether a shared worker calls indexedDB.open in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_delete_database:
    type: counter
    description: >
      Whether a shared worker calls indexedDB.deleteDatabase in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_match:
    type: counter
    description: >
      Whether a shared worker calls caches.match in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_has:
    type: counter
    description: >
      Whether a shared worker calls caches.has in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_open:
    type: counter
    description: >
      Whether a shared worker calls caches.open in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_delete:
    type: counter
    description: >
      Whether a shared worker calls caches.delete in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_keys:
    type: counter
    description: >
      Whether a shared worker calls caches.keys in Private Browsing Mode.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  scheduler_posttask:
    type: counter
    description: >
      Whether a shared worker called called Scheduler.postTask.
      Compare against `use.counter.shared_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 53 'service worker' use counters.
use.counter.worker.service:
  pushmanager_subscribe:
    type: counter
    description: >
      Whether a service worker called called PushManager.subscribe.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  pushsubscription_unsubscribe:
    type: counter
    description: >
      Whether a service worker called called PushSubscription.unsubscribe.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_assert:
    type: counter
    description: >
      Whether a service worker called called console.assert.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_clear:
    type: counter
    description: >
      Whether a service worker called called console.clear.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_count:
    type: counter
    description: >
      Whether a service worker called called console.count.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_countreset:
    type: counter
    description: >
      Whether a service worker called called console.countReset.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_debug:
    type: counter
    description: >
      Whether a service worker called called console.debug.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_error:
    type: counter
    description: >
      Whether a service worker called called console.error.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_info:
    type: counter
    description: >
      Whether a service worker called called console.info.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_log:
    type: counter
    description: >
      Whether a service worker called called console.log.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_table:
    type: counter
    description: >
      Whether a service worker called called console.table.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_trace:
    type: counter
    description: >
      Whether a service worker called called console.trace.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_warn:
    type: counter
    description: >
      Whether a service worker called called console.warn.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dir:
    type: counter
    description: >
      Whether a service worker called called console.dir.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_dirxml:
    type: counter
    description: >
      Whether a service worker called called console.dirxml.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_group:
    type: counter
    description: >
      Whether a service worker called called console.group.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupcollapsed:
    type: counter
    description: >
      Whether a service worker called called console.groupCollapsed.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_groupend:
    type: counter
    description: >
      Whether a service worker called called console.groupEnd.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_time:
    type: counter
    description: >
      Whether a service worker called called console.time.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timelog:
    type: counter
    description: >
      Whether a service worker called called console.timeLog.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timeend:
    type: counter
    description: >
      Whether a service worker called called console.timeEnd.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_exception:
    type: counter
    description: >
      Whether a service worker called called console.exception.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_timestamp:
    type: counter
    description: >
      Whether a service worker called called console.timeStamp.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profile:
    type: counter
    description: >
      Whether a service worker called called console.profile.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  console_profileend:
    type: counter
    description: >
      Whether a service worker called called console.profileEnd.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_get:
    type: counter
    description: >
      Whether a service worker called called CookieStore.get.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_getall:
    type: counter
    description: >
      Whether a service worker called called CookieStore.getAll.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_set:
    type: counter
    description: >
      Whether a service worker called called CookieStore.set.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  cookiestore_delete:
    type: counter
    description: >
      Whether a service worker called called CookieStore.delete.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedelete:
    type: counter
    description: >
      Whether a service worker called called MLS.stateDelete.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_statedeletegroup:
    type: counter
    description: >
      Whether a service worker called called MLS.stateDeleteGroup.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatesignaturekeypair:
    type: counter
    description: >
      Whether a service worker called called MLS.generateSignatureKeypair.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatecredentialbasic:
    type: counter
    description: >
      Whether a service worker called called MLS.generateCredentialBasic.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_generatekeypackage:
    type: counter
    description: >
      Whether a service worker called called MLS.generateKeyPackage.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupcreate:
    type: counter
    description: >
      Whether a service worker called called MLS.groupCreate.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupjoin:
    type: counter
    description: >
      Whether a service worker called called MLS.groupJoin.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupadd:
    type: counter
    description: >
      Whether a service worker called called MLS.groupAdd.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeadd:
    type: counter
    description: >
      Whether a service worker called called MLS.groupProposeAdd.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupremove:
    type: counter
    description: >
      Whether a service worker called called MLS.groupRemove.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupproposeremove:
    type: counter
    description: >
      Whether a service worker called called MLS.groupProposeRemove.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupclose:
    type: counter
    description: >
      Whether a service worker called called MLS.groupClose.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_groupmembers:
    type: counter
    description: >
      Whether a service worker called called MLS.groupMembers.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_receive:
    type: counter
    description: >
      Whether a service worker called called MLS.receive.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_send:
    type: counter
    description: >
      Whether a service worker called called MLS.send.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mls_deriveexporter:
    type: counter
    description: >
      Whether a service worker called called MLS.deriveExporter.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_open:
    type: counter
    description: >
      Whether a service worker calls indexedDB.open in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_idbfactory_delete_database:
    type: counter
    description: >
      Whether a service worker calls indexedDB.deleteDatabase in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_match:
    type: counter
    description: >
      Whether a service worker calls caches.match in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_has:
    type: counter
    description: >
      Whether a service worker calls caches.has in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_open:
    type: counter
    description: >
      Whether a service worker calls caches.open in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_delete:
    type: counter
    description: >
      Whether a service worker calls caches.delete in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  private_browsing_caches_keys:
    type: counter
    description: >
      Whether a service worker calls caches.keys in Private Browsing Mode.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  scheduler_posttask:
    type: counter
    description: >
      Whether a service worker called called Scheduler.postTask.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 55 'deprecated operations (page)' use counters.
use.counter.deprecated_ops.page:
  domsubtree_modified:
    type: counter
    description: >
      Whether a page used DOMSubtreeModified.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_inserted:
    type: counter
    description: >
      Whether a page used DOMNodeInserted.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_removed:
    type: counter
    description: >
      Whether a page used DOMNodeRemoved.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_removed_from_document:
    type: counter
    description: >
      Whether a page used DOMNodeRemovedFromDocument.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_inserted_into_document:
    type: counter
    description: >
      Whether a page used DOMNodeInsertedIntoDocument.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domattr_modified:
    type: counter
    description: >
      Whether a page used DOMAttrModified.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domcharacter_data_modified:
    type: counter
    description: >
      Whether a page used DOMCharacterDataModified.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  components:
    type: counter
    description: >
      Whether a page used Components.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  node_iterator_detach:
    type: counter
    description: >
      Whether a page used NodeIteratorDetach.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  lenient_this:
    type: counter
    description: >
      Whether a page used LenientThis.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  use_of_capture_events:
    type: counter
    description: >
      Whether a page used UseOfCaptureEvents.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  use_of_release_events:
    type: counter
    description: >
      Whether a page used UseOfReleaseEvents.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sync_xmlhttp_request_deprecated:
    type: counter
    description: >
      Whether a page used SyncXMLHttpRequestDeprecated.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window__cc_ontrollers:
    type: counter
    description: >
      Whether a page used Window_Cc_ontrollers.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  import_xulinto_content:
    type: counter
    description: >
      Whether a page used ImportXULIntoContent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  install_trigger_deprecated:
    type: counter
    description: >
      Whether a page used InstallTriggerDeprecated.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  install_trigger_install_deprecated:
    type: counter
    description: >
      Whether a page used InstallTriggerInstallDeprecated.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  navigator_get_user_media:
    type: counter
    description: >
      Whether a page used NavigatorGetUserMedia.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  webrtc_deprecated_prefix:
    type: counter
    description: >
      Whether a page used WebrtcDeprecatedPrefix.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  rtcpeer_connection_get_streams:
    type: counter
    description: >
      Whether a page used RTCPeerConnectionGetStreams.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  app_cache:
    type: counter
    description: >
      Whether a page used AppCache.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  lenient_setter:
    type: counter
    description: >
      Whether a page used LenientSetter.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  image_bitmap_rendering_context__transfer_image_bitmap:
    type: counter
    description: >
      Whether a page used ImageBitmapRenderingContext_TransferImageBitmap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_content_untrusted:
    type: counter
    description: >
      Whether a page used WindowContentUntrusted.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  motion_event:
    type: counter
    description: >
      Whether a page used MotionEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  orientation_event:
    type: counter
    description: >
      Whether a page used OrientationEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  proximity_event:
    type: counter
    description: >
      Whether a page used ProximityEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  ambient_light_event:
    type: counter
    description: >
      Whether a page used AmbientLightEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  idbopen_dboptions__storage_type:
    type: counter
    description: >
      Whether a page used IDBOpenDBOptions_StorageType.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domquad_bounds_attr:
    type: counter
    description: >
      Whether a page used DOMQuadBoundsAttr.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_interface:
    type: counter
    description: >
      Whether a page used DeprecatedTestingInterface.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_method:
    type: counter
    description: >
      Whether a page used DeprecatedTestingMethod.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_attribute:
    type: counter
    description: >
      Whether a page used DeprecatedTestingAttribute.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  create_image_bitmap_canvas_rendering_context2_d:
    type: counter
    description: >
      Whether a page used CreateImageBitmapCanvasRenderingContext2D.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  draw_window_canvas_rendering_context2_d:
    type: counter
    description: >
      Whether a page used DrawWindowCanvasRenderingContext2D.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_request_full_screen_deprecated_prefix:
    type: counter
    description: >
      Whether a page used MozRequestFullScreenDeprecatedPrefix.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mozfullscreenchange_deprecated_prefix:
    type: counter
    description: >
      Whether a page used MozfullscreenchangeDeprecatedPrefix.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mozfullscreenerror_deprecated_prefix:
    type: counter
    description: >
      Whether a page used MozfullscreenerrorDeprecatedPrefix.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  external__add_search_provider:
    type: counter
    description: >
      Whether a page used External_AddSearchProvider.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mouse_event__moz_pressure:
    type: counter
    description: >
      Whether a page used MouseEvent_MozPressure.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_input_source:
    type: counter
    description: >
      Whether a page used MozInputSource.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  init_mouse_event:
    type: counter
    description: >
      Whether a page used InitMouseEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  init_nsmouse_event:
    type: counter
    description: >
      Whether a page used InitNSMouseEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_math_space_value2:
    type: counter
    description: >
      Whether a page used MathML_DeprecatedMathSpaceValue2.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_math_variant:
    type: counter
    description: >
      Whether a page used MathML_DeprecatedMathVariant.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_stixgeneral_operator_stretching:
    type: counter
    description: >
      Whether a page used MathML_DeprecatedStixgeneralOperatorStretching.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  form_submission_untrusted_event:
    type: counter
    description: >
      Whether a page used FormSubmissionUntrustedEvent.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_set_capture:
    type: counter
    description: >
      Whether a page used ElementSetCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_release_capture:
    type: counter
    description: >
      Whether a page used ElementReleaseCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_release_capture:
    type: counter
    description: >
      Whether a page used DocumentReleaseCapture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  offscreen_canvas_to_blob:
    type: counter
    description: >
      Whether a page used OffscreenCanvasToBlob.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgdeselect_all:
    type: counter
    description: >
      Whether a page used SVGDeselectAll.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgnearest_viewport_element:
    type: counter
    description: >
      Whether a page used SVGNearestViewportElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgfarthest_viewport_element:
    type: counter
    description: >
      Whether a page used SVGFarthestViewportElement.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  idbobject_store_create_index_locale:
    type: counter
    description: >
      Whether a page used IDBObjectStoreCreateIndexLocale.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 55 'deprecated operations (document)' use counters.
use.counter.deprecated_ops.doc:
  domsubtree_modified:
    type: counter
    description: >
      Whether a document used DOMSubtreeModified.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_inserted:
    type: counter
    description: >
      Whether a document used DOMNodeInserted.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_removed:
    type: counter
    description: >
      Whether a document used DOMNodeRemoved.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_removed_from_document:
    type: counter
    description: >
      Whether a document used DOMNodeRemovedFromDocument.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domnode_inserted_into_document:
    type: counter
    description: >
      Whether a document used DOMNodeInsertedIntoDocument.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domattr_modified:
    type: counter
    description: >
      Whether a document used DOMAttrModified.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domcharacter_data_modified:
    type: counter
    description: >
      Whether a document used DOMCharacterDataModified.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  components:
    type: counter
    description: >
      Whether a document used Components.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  node_iterator_detach:
    type: counter
    description: >
      Whether a document used NodeIteratorDetach.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  lenient_this:
    type: counter
    description: >
      Whether a document used LenientThis.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  use_of_capture_events:
    type: counter
    description: >
      Whether a document used UseOfCaptureEvents.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  use_of_release_events:
    type: counter
    description: >
      Whether a document used UseOfReleaseEvents.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  sync_xmlhttp_request_deprecated:
    type: counter
    description: >
      Whether a document used SyncXMLHttpRequestDeprecated.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window__cc_ontrollers:
    type: counter
    description: >
      Whether a document used Window_Cc_ontrollers.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  import_xulinto_content:
    type: counter
    description: >
      Whether a document used ImportXULIntoContent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  install_trigger_deprecated:
    type: counter
    description: >
      Whether a document used InstallTriggerDeprecated.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  install_trigger_install_deprecated:
    type: counter
    description: >
      Whether a document used InstallTriggerInstallDeprecated.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  navigator_get_user_media:
    type: counter
    description: >
      Whether a document used NavigatorGetUserMedia.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  webrtc_deprecated_prefix:
    type: counter
    description: >
      Whether a document used WebrtcDeprecatedPrefix.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  rtcpeer_connection_get_streams:
    type: counter
    description: >
      Whether a document used RTCPeerConnectionGetStreams.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  app_cache:
    type: counter
    description: >
      Whether a document used AppCache.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  lenient_setter:
    type: counter
    description: >
      Whether a document used LenientSetter.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  image_bitmap_rendering_context__transfer_image_bitmap:
    type: counter
    description: >
      Whether a document used ImageBitmapRenderingContext_TransferImageBitmap.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  window_content_untrusted:
    type: counter
    description: >
      Whether a document used WindowContentUntrusted.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  motion_event:
    type: counter
    description: >
      Whether a document used MotionEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  orientation_event:
    type: counter
    description: >
      Whether a document used OrientationEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  proximity_event:
    type: counter
    description: >
      Whether a document used ProximityEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  ambient_light_event:
    type: counter
    description: >
      Whether a document used AmbientLightEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  idbopen_dboptions__storage_type:
    type: counter
    description: >
      Whether a document used IDBOpenDBOptions_StorageType.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  domquad_bounds_attr:
    type: counter
    description: >
      Whether a document used DOMQuadBoundsAttr.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_interface:
    type: counter
    description: >
      Whether a document used DeprecatedTestingInterface.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_method:
    type: counter
    description: >
      Whether a document used DeprecatedTestingMethod.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  deprecated_testing_attribute:
    type: counter
    description: >
      Whether a document used DeprecatedTestingAttribute.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  create_image_bitmap_canvas_rendering_context2_d:
    type: counter
    description: >
      Whether a document used CreateImageBitmapCanvasRenderingContext2D.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  draw_window_canvas_rendering_context2_d:
    type: counter
    description: >
      Whether a document used DrawWindowCanvasRenderingContext2D.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_request_full_screen_deprecated_prefix:
    type: counter
    description: >
      Whether a document used MozRequestFullScreenDeprecatedPrefix.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mozfullscreenchange_deprecated_prefix:
    type: counter
    description: >
      Whether a document used MozfullscreenchangeDeprecatedPrefix.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mozfullscreenerror_deprecated_prefix:
    type: counter
    description: >
      Whether a document used MozfullscreenerrorDeprecatedPrefix.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  external__add_search_provider:
    type: counter
    description: >
      Whether a document used External_AddSearchProvider.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  mouse_event__moz_pressure:
    type: counter
    description: >
      Whether a document used MouseEvent_MozPressure.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  moz_input_source:
    type: counter
    description: >
      Whether a document used MozInputSource.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  init_mouse_event:
    type: counter
    description: >
      Whether a document used InitMouseEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  init_nsmouse_event:
    type: counter
    description: >
      Whether a document used InitNSMouseEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_math_space_value2:
    type: counter
    description: >
      Whether a document used MathML_DeprecatedMathSpaceValue2.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_math_variant:
    type: counter
    description: >
      Whether a document used MathML_DeprecatedMathVariant.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  math_ml__deprecated_stixgeneral_operator_stretching:
    type: counter
    description: >
      Whether a document used MathML_DeprecatedStixgeneralOperatorStretching.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  form_submission_untrusted_event:
    type: counter
    description: >
      Whether a document used FormSubmissionUntrustedEvent.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_set_capture:
    type: counter
    description: >
      Whether a document used ElementSetCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  element_release_capture:
    type: counter
    description: >
      Whether a document used ElementReleaseCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  document_release_capture:
    type: counter
    description: >
      Whether a document used DocumentReleaseCapture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  offscreen_canvas_to_blob:
    type: counter
    description: >
      Whether a document used OffscreenCanvasToBlob.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgdeselect_all:
    type: counter
    description: >
      Whether a document used SVGDeselectAll.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgnearest_viewport_element:
    type: counter
    description: >
      Whether a document used SVGNearestViewportElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  svgfarthest_viewport_element:
    type: counter
    description: >
      Whether a document used SVGFarthestViewportElement.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  idbobject_store_create_index_locale:
    type: counter
    description: >
      Whether a document used IDBObjectStoreCreateIndexLocale.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

# Total of 704 'CSS (page)' use counters.
use.counter.css.page:
  css_align_content:
    type: counter
    description: >
      Whether a page used the CSS property align-content.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_align_items:
    type: counter
    description: >
      Whether a page used the CSS property align-items.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_align_self:
    type: counter
    description: >
      Whether a page used the CSS property align-self.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_aspect_ratio:
    type: counter
    description: >
      Whether a page used the CSS property aspect-ratio.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_backface_visibility:
    type: counter
    description: >
      Whether a page used the CSS property backface-visibility.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_baseline_source:
    type: counter
    description: >
      Whether a page used the CSS property baseline-source.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_border_collapse:
    type: counter
    description: >
      Whether a page used the CSS property border-collapse.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_border_image_repeat:
    type: counter
    description: >
      Whether a page used the CSS property border-image-repeat.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_box_decoration_break:
    type: counter
    description: >
      Whether a page used the CSS property box-decoration-break.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_box_sizing:
    type: counter
    description: >
      Whether a page used the CSS property box-sizing.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_break_inside:
    type: counter
    description: >
      Whether a page used the CSS property break-inside.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_caption_side:
    type: counter
    description: >
      Whether a page used the CSS property caption-side.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_clear:
    type: counter
    description: >
      Whether a page used the CSS property clear.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_color_interpolation:
    type: counter
    description: >
      Whether a page used the CSS property color-interpolation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_color_interpolation_filters:
    type: counter
    description: >
      Whether a page used the CSS property color-interpolation-filters.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_column_count:
    type: counter
    description: >
      Whether a page used the CSS property column-count.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_column_fill:
    type: counter
    description: >
      Whether a page used the CSS property column-fill.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_column_span:
    type: counter
    description: >
      Whether a page used the CSS property column-span.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_contain:
    type: counter
    description: >
      Whether a page used the CSS property contain.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_container_type:
    type: counter
    description: >
      Whether a page used the CSS property container-type.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_content_visibility:
    type: counter
    description: >
      Whether a page used the CSS property content-visibility.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_direction:
    type: counter
    description: >
      Whether a page used the CSS property direction.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_display:
    type: counter
    description: >
      Whether a page used the CSS property display.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_dominant_baseline:
    type: counter
    description: >
      Whether a page used the CSS property dominant-baseline.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_empty_cells:
    type: counter
    description: >
      Whether a page used the CSS property empty-cells.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_field_sizing:
    type: counter
    description: >
      Whether a page used the CSS property field-sizing.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_flex_direction:
    type: counter
    description: >
      Whether a page used the CSS property flex-direction.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_flex_wrap:
    type: counter
    description: >
      Whether a page used the CSS property flex-wrap.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_float:
    type: counter
    description: >
      Whether a page used the CSS property float.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_kerning:
    type: counter
    description: >
      Whether a page used the CSS property font-kerning.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_language_override:
    type: counter
    description: >
      Whether a page used the CSS property font-language-override.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_optical_sizing:
    type: counter
    description: >
      Whether a page used the CSS property font-optical-sizing.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_size_adjust:
    type: counter
    description: >
      Whether a page used the CSS property font-size-adjust.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_stretch:
    type: counter
    description: >
      Whether a page used the CSS property font-stretch.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_style:
    type: counter
    description: >
      Whether a page used the CSS property font-style.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_variant_caps:
    type: counter
    description: >
      Whether a page used the CSS property font-variant-caps.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_variant_east_asian:
    type: counter
    description: >
      Whether a page used the CSS property font-variant-east-asian.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_variant_emoji:
    type: counter
    description: >
      Whether a page used the CSS property font-variant-emoji.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_variant_ligatures:
    type: counter
    description: >
      Whether a page used the CSS property font-variant-ligatures.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  css_font_variant_numeric:
--> --------------------

--> maximum size reached

--> --------------------

[Verzeichnis aufwärts0.789unsichere VerbindungÜbersetzung europäischer Sprachen durch Browser2026-04-29]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge