Eine aufbereitete Darstellung der Quelle

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

Benutzer

SSL use_counter_metrics.yaml   Sprache: unbekannt

 
Haftungsausschluß.yaml KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

# 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
      - metrics

  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 2570 use counter metrics (excludes denominators).
# Total of 403 '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

  window_orientation_getter:
    type: counter
    description: >
      Whether a page got 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_orientation_setter:
    type: counter
    description: >
      Whether a page set 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

  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

  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_use_asm:
    type: counter
    description: >
      Whether a page has instantiated a script containing "use asm" either in the top level or a nested function.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_optimize_array_species_fuse:
    type: counter
    description: >
      Whether a page has modified builtin Array objects such that the ArraySpecies 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_optimize_promise_lookup_fuse:
    type: counter
    description: >
      Whether a page has modified builtin Promise objects such that the PromiseLookup 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_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_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

  js_large_oom_reported:
    type: counter
    description: >
      Whether a page reported a large oom.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_small_oom_reported:
    type: counter
    description: >
      Whether a page reported a small oom.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_large_oom_recovered:
    type: counter
    description: >
      Whether a page recovered a large oom.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_small_oom_recovered:
    type: counter
    description: >
      Whether a page recovered a small oom.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_generator_function_created:
    type: counter
    description: >
      Whether a page created a generator function.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_async_generator_function_created:
    type: counter
    description: >
      Whether a page created an async generator function.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_generator_function_ion_eligible:
    type: counter
    description: >
      Whether a page created a generator function eligible for Ion compilation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_async_generator_function_ion_eligible:
    type: counter
    description: >
      Whether a page created an async generator function eligible for Ion compilation.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

  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

  location_ancestororigins_getter:
    type: counter
    description: >
      Whether a page got 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

  location_ancestororigins_setter:
    type: counter
    description: >
      Whether a page set 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

  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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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

  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_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_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_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_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_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

  grid_auto_flow_initial_value_change:
    type: counter
    description: >
      Whether a page rendering change for proposed grid-auto-flow initial value.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

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

  webgpu_render_output:
    type: counter
    description: >
      Whether a page displays WebGPU rendering output.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

  reportingobserver_constructor:
    type: counter
    description: >
      Whether a page called called ReportingObserver.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

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

  videodecoder_constructor:
    type: counter
    description: >
      Whether a page called called VideoDecoder.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

  videoencoder_constructor:
    type: counter
    description: >
      Whether a page called called VideoEncoder.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

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

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

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

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

  serialport_open:
    type: counter
    description: >
      Whether a page called called SerialPort.open.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.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

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

  invalid_text_directives:
    type: counter
    description: >
      Whether a page had a text fragment that could not be found after loading has finished.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  text_directive_not_created:
    type: counter
    description: >
      Whether a page has not succeeded in creating a text fragment.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_mlused:
    type: counter
    description: >
      Whether a page has used MathML.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

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

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

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

  notificationoptions_timestamp:
    type: counter
    description: >
      Whether a page called called NotificationOptions.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  navigationtransition_finished_setter:
    type: counter
    description: >
      Whether a page set NavigationTransition.finished.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_requestfullscreen:
    type: counter
    description: >
      Whether a page called called Element.requestFullscreen.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

  editcontext_constructor:
    type: counter
    description: >
      Whether a page called called EditContext.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_requestpointerlock:
    type: counter
    description: >
      Whether a page called called Element.requestPointerLock.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

  htmlvideoelement_requestpictureinpicture:
    type: counter
    description: >
      Whether a page called called HTMLVideoElement.requestPictureInPicture.
      Compare against `use.counter.top_level_content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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 402 '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

  window_orientation_getter:
    type: counter
    description: >
      Whether a document got 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_orientation_setter:
    type: counter
    description: >
      Whether a document set 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

  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

  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_use_asm:
    type: counter
    description: >
      Whether a document has instantiated a script containing "use asm" either in the top level or a nested function.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_optimize_array_species_fuse:
    type: counter
    description: >
      Whether a document has modified builtin Array objects such that the ArraySpecies 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_optimize_promise_lookup_fuse:
    type: counter
    description: >
      Whether a document has modified builtin Promise objects such that the PromiseLookup 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_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_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

  js_large_oom_reported:
    type: counter
    description: >
      Whether a document reported a large oom.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_small_oom_reported:
    type: counter
    description: >
      Whether a document reported a small oom.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_large_oom_recovered:
    type: counter
    description: >
      Whether a document recovered a large oom.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_small_oom_recovered:
    type: counter
    description: >
      Whether a document recovered a small oom.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_generator_function_created:
    type: counter
    description: >
      Whether a document created a generator function.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_async_generator_function_created:
    type: counter
    description: >
      Whether a document created an async generator function.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_generator_function_ion_eligible:
    type: counter
    description: >
      Whether a document created a generator function eligible for Ion compilation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_async_generator_function_ion_eligible:
    type: counter
    description: >
      Whether a document created an async generator function eligible for Ion compilation.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

  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

  location_ancestororigins_getter:
    type: counter
    description: >
      Whether a document got 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

  location_ancestororigins_setter:
    type: counter
    description: >
      Whether a document set 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

  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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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 HTMLDocument.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

  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_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_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_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_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_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

  grid_auto_flow_initial_value_change:
    type: counter
    description: >
      Whether a document rendering change for proposed grid-auto-flow initial value.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

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

  webgpu_render_output:
    type: counter
    description: >
      Whether a document displays WebGPU rendering output.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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

  reportingobserver_constructor:
    type: counter
    description: >
      Whether a document called called ReportingObserver.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

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

  videodecoder_constructor:
    type: counter
    description: >
      Whether a document called called VideoDecoder.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

  videoencoder_constructor:
    type: counter
    description: >
      Whether a document called called VideoEncoder.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

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

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

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

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

  serialport_open:
    type: counter
    description: >
      Whether a document called called SerialPort.open.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.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

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

  invalid_text_directives:
    type: counter
    description: >
      Whether a document had a text fragment that could not be found after loading has finished.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

  text_directive_not_created:
    type: counter
    description: >
      Whether a document has not succeeded in creating a text fragment.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_mlused:
    type: counter
    description: >
      Whether a document has used MathML.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

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

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

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

  notificationoptions_timestamp:
    type: counter
    description: >
      Whether a document called called NotificationOptions.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  navigationtransition_finished_setter:
    type: counter
    description: >
      Whether a document set NavigationTransition.finished.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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_requestfullscreen:
    type: counter
    description: >
      Whether a document called called Element.requestFullscreen.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

  editcontext_constructor:
    type: counter
    description: >
      Whether a document called called EditContext.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_requestpointerlock:
    type: counter
    description: >
      Whether a document called called Element.requestPointerLock.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    notification_emails:
      - dom-core@mozilla.com
      - emilio@mozilla.com
    expires: never
    send_in_pings:
      - use-counters

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

  htmlvideoelement_requestpictureinpicture:
    type: counter
    description: >
      Whether a document called called HTMLVideoElement.requestPictureInPicture.
      Compare against `use.counter.content_documents_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
      - https://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 67 '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

  videodecoder_constructor:
    type: counter
    description: >
      Whether a dedicated worker called called VideoDecoder.constructor.
      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

  videoencoder_constructor:
    type: counter
    description: >
      Whether a dedicated worker called called VideoEncoder.constructor.
      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

  reportingobserver_constructor:
    type: counter
    description: >
      Whether a dedicated worker called called ReportingObserver.constructor.
      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

  webgpu_request_adapter:
    type: counter
    description: >
      Whether a dedicated worker requests a WebGPU adapter.
      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

  notificationoptions_navigate:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.navigate.
      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

  notificationoptions_image:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.image.
      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

  notificationoptions_badge:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.badge.
      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

  notificationoptions_vibrate:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.vibrate.
      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

  notificationoptions_timestamp:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.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

  notificationoptions_renotify:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.renotify.
      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

  notificationoptions_requireinteraction:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.requireInteraction.
      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

  notificationoptions_actions:
    type: counter
    description: >
      Whether a dedicated worker called called NotificationOptions.actions.
      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

  serial_getports:
    type: counter
    description: >
      Whether a dedicated worker called called Serial.getPorts.
      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

  serialport_open:
    type: counter
    description: >
      Whether a dedicated worker called called SerialPort.open.
      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 67 '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

  videodecoder_constructor:
    type: counter
    description: >
      Whether a shared worker called called VideoDecoder.constructor.
      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

  videoencoder_constructor:
    type: counter
    description: >
      Whether a shared worker called called VideoEncoder.constructor.
      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

  reportingobserver_constructor:
    type: counter
    description: >
      Whether a shared worker called called ReportingObserver.constructor.
      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

  webgpu_request_adapter:
    type: counter
    description: >
      Whether a shared worker requests a WebGPU adapter.
      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

  notificationoptions_navigate:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.navigate.
      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

  notificationoptions_image:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.image.
      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

  notificationoptions_badge:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.badge.
      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

  notificationoptions_vibrate:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.vibrate.
      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

  notificationoptions_timestamp:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.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

  notificationoptions_renotify:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.renotify.
      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

  notificationoptions_requireinteraction:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.requireInteraction.
      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

  notificationoptions_actions:
    type: counter
    description: >
      Whether a shared worker called called NotificationOptions.actions.
      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

  serial_getports:
    type: counter
    description: >
      Whether a shared worker called called Serial.getPorts.
      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

  serialport_open:
    type: counter
    description: >
      Whether a shared worker called called SerialPort.open.
      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 67 '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

  videodecoder_constructor:
    type: counter
    description: >
      Whether a service worker called called VideoDecoder.constructor.
      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

  videoencoder_constructor:
    type: counter
    description: >
      Whether a service worker called called VideoEncoder.constructor.
      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

  reportingobserver_constructor:
    type: counter
    description: >
      Whether a service worker called called ReportingObserver.constructor.
      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

  webgpu_request_adapter:
    type: counter
    description: >
      Whether a service worker requests a WebGPU adapter.
      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

  notificationoptions_navigate:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.navigate.
      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

  notificationoptions_image:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.image.
      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

  notificationoptions_badge:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.badge.
      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

  notificationoptions_vibrate:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.vibrate.
      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

  notificationoptions_timestamp:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.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

  notificationoptions_renotify:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.renotify.
      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

  notificationoptions_requireinteraction:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.requireInteraction.
      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

  notificationoptions_actions:
    type: counter
    description: >
      Whether a service worker called called NotificationOptions.actions.
      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

  serial_getports:
    type: counter
    description: >
      Whether a service worker called called Serial.getPorts.
      Compare against `use.counter.service_workers_destroyed`
      to calculate the rate.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
    data_reviews:
--> --------------------

--> maximum size reached

--> --------------------

[zur Elbe Produktseite wechseln0.889Quellennavigators]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142