Bug 1789033 - Fix whitespace issues for yaml and yml files. r=linter-reviewers,sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D194918
This commit is contained in:
Mark Banner 2023-11-28 21:47:03 +00:00
parent 3515693b25
commit b2e978e7a9
14 changed files with 945 additions and 949 deletions

View file

@ -133,10 +133,10 @@ shopping:
extra_keys: extra_keys:
action: action:
description: > description: >
Whether the button was used to expand or collapse the quality Whether the button was used to expand or collapse the quality
explainer card. explainer card.
Possible values are `expanded` and `collapsed`. Possible values are `expanded` and `collapsed`.
type: string type: string
surface_settings_expand_clicked: surface_settings_expand_clicked:
type: event type: event
@ -181,7 +181,7 @@ shopping:
source: source:
description: > description: >
The source of the close event. For example, whether the shopping The source of the close event. For example, whether the shopping
sidebar was closed with the close button or the icon in the sidebar was closed with the close button or the icon in the
address bar. address bar.
type: string type: string
@ -324,7 +324,7 @@ shopping:
type: event type: event
description: | description: |
Review reliability was not available for display in the shopping side Review reliability was not available for display in the shopping side
bar. This metric does not contain any information about the product bar. This metric does not contain any information about the product
the user is viewing. the user is viewing.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1849243 - https://bugzilla.mozilla.org/show_bug.cgi?id=1849243
@ -343,7 +343,7 @@ shopping:
type: event type: event
description: | description: |
The user clicked to analyze reviews in the case the reliability rating The user clicked to analyze reviews in the case the reliability rating
was not available for display in the shopping side bar. This metric was not available for display in the shopping side bar. This metric
does not contain any information about the product the user is viewing. does not contain any information about the product the user is viewing.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1849244 - https://bugzilla.mozilla.org/show_bug.cgi?id=1849244
@ -364,7 +364,7 @@ shopping:
The user clicked the 'Learn More' link in the Shopping onboarding The user clicked the 'Learn More' link in the Shopping onboarding
experience. experience.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1851820 - https://bugzilla.mozilla.org/show_bug.cgi?id=1851820
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1851820#c2 - https://bugzilla.mozilla.org/show_bug.cgi?id=1851820#c2
data_sensitivity: data_sensitivity:

View file

@ -39198,4 +39198,3 @@ use.counter.css.doc:
expires: never expires: never
send_in_pings: send_in_pings:
- use-counters - use-counters

View file

@ -41,4 +41,3 @@ vendoring:
exclude: exclude:
- g3doc/ - g3doc/

File diff suppressed because it is too large Load diff

View file

@ -1,149 +1,149 @@
# This Source Code Form is subject to the terms of the Mozilla Public # 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 # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that! # Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
--- ---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags: $tags:
- 'Core :: Networking: HTTP' - 'Core :: Networking: HTTP'
netwerk: netwerk:
early_hints: early_hints:
type: labeled_counter type: labeled_counter
labels: labels:
- stylesheet - stylesheet
- fonts - fonts
- scripts - scripts
- fetch - fetch
- image - image
- other - other
description: > description: >
Counts the different type of resources that are sent for early hints. Counts the different type of resources that are sent for early hints.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772124 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772124
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772124 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772124
- https://bugzilla.mozilla.org/show_bug.cgi?id=1797695 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797695
notification_emails: notification_emails:
- necko@mozilla.com - necko@mozilla.com
- ddamjanovic@mozilla.com - ddamjanovic@mozilla.com
expires: never expires: never
eh_link_type: eh_link_type:
type: labeled_counter type: labeled_counter
labels: labels:
- dns-prefetch - dns-prefetch
- icon - icon
- modulepreload - modulepreload
- preconnect - preconnect
- prefetch - prefetch
- preload - preload
- prerender - prerender
- stylesheet - stylesheet
- other - other
description: > description: >
Counts different type of link headers that are sent in early hint Counts different type of link headers that are sent in early hint
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1797936 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797936
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1797936 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797936
notification_emails: notification_emails:
- necko@mozilla.com - necko@mozilla.com
- manuel@mozilla.com - manuel@mozilla.com
expires: never expires: never
network: network:
data_size_per_type: data_size_per_type:
type: labeled_counter type: labeled_counter
labels: labels:
- text_html - text_html
- text_css - text_css
- text_json - text_json
- text_plain - text_plain
- text_javascript - text_javascript
- text_other - text_other
- audio - audio
- video - video
- multipart - multipart
- icon - icon
- image - image
- ocsp - ocsp
- xpinstall - xpinstall
- wasm - wasm
- pdf - pdf
- octet_stream - octet_stream
- proxy - proxy
- compressed - compressed
- x509 - x509
- application_other - application_other
description: > description: >
Number of KB we transferred keyed by "contentType" Number of KB we transferred keyed by "contentType"
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1808695 - https://bugzilla.mozilla.org/show_bug.cgi?id=1808695
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1808695 - https://bugzilla.mozilla.org/show_bug.cgi?id=1808695
notification_emails: notification_emails:
- necko@mozilla.com - necko@mozilla.com
- rtestard@mozilla.com - rtestard@mozilla.com
expires: 130 expires: 130
telemetry_mirror: NETWORKING_DATA_TRANSFERRED_PER_CONTENT_TYPE telemetry_mirror: NETWORKING_DATA_TRANSFERRED_PER_CONTENT_TYPE
no_lint: no_lint:
- COMMON_PREFIX - COMMON_PREFIX
data_size_pb_per_type: data_size_pb_per_type:
type: labeled_counter type: labeled_counter
labels: labels:
- text_html - text_html
- text_css - text_css
- text_json - text_json
- text_plain - text_plain
- text_javascript - text_javascript
- text_other - text_other
- audio - audio
- video - video
- multipart - multipart
- icon - icon
- image - image
- ocsp - ocsp
- xpinstall - xpinstall
- wasm - wasm
- pdf - pdf
- octet_stream - octet_stream
- proxy - proxy
- compressed - compressed
- x509 - x509
- application_other - application_other
description: > description: >
Number of KB we transferred keyed by "contentType" Number of KB we transferred keyed by "contentType"
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1808695 - https://bugzilla.mozilla.org/show_bug.cgi?id=1808695
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1808695 - https://bugzilla.mozilla.org/show_bug.cgi?id=1808695
notification_emails: notification_emails:
- necko@mozilla.com - necko@mozilla.com
- rtestard@mozilla.com - rtestard@mozilla.com
expires: 130 expires: 130
telemetry_mirror: NETWORKING_DATA_TRANSFERRED_PB_PER_CONTENT_TYPE telemetry_mirror: NETWORKING_DATA_TRANSFERRED_PB_PER_CONTENT_TYPE
no_lint: no_lint:
- COMMON_PREFIX - COMMON_PREFIX
cors_authorization_header: cors_authorization_header:
type: labeled_counter type: labeled_counter
labels: labels:
- allowed - allowed
- disallowed - disallowed
- covered_by_wildcard - covered_by_wildcard
description: > description: >
Count how many times we see `Authorization` header in Count how many times we see `Authorization` header in
`Access-Control-Request-Headers` header and the possible outcomes. `Access-Control-Request-Headers` header and the possible outcomes.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1687364 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687364
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1687364 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687364
notification_emails: notification_emails:
- necko@mozilla.com - necko@mozilla.com
- kershaw@mozilla.com - kershaw@mozilla.com
expires: 130 expires: 130

View file

@ -415,7 +415,7 @@ extensions.counters:
description: | description: |
Number of times an event page hit the idle timeout and results in one of the labels. Number of times an event page hit the idle timeout and results in one of the labels.
# Keep these labels in sync with the ones in WEBEXT_BROWSERACTION_POPUP_PRELOAD_RESULT_COUNT # Keep these labels in sync with the ones in WEBEXT_BROWSERACTION_POPUP_PRELOAD_RESULT_COUNT
# as defined in Histograms.json # as defined in Histograms.json
labels: labels:
- popupShown - popupShown
- clearAfterHover - clearAfterHover
@ -446,7 +446,7 @@ extensions.counters:
description: | description: |
Number of times an event page hit the idle timeout and results in one of the labels. Number of times an event page hit the idle timeout and results in one of the labels.
# Keep these labels in sync with the ones in WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT # Keep these labels in sync with the ones in WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT
# as defined in Histograms.json # as defined in Histograms.json
labels: labels:
- suspend - suspend
- reset_other - reset_other
@ -567,7 +567,7 @@ extensions.timing:
- addons-dev-internal@mozilla.com - addons-dev-internal@mozilla.com
bugs: bugs:
- https://bugzilla.mozilla.org/1353171 - https://bugzilla.mozilla.org/1353171
- https://bugzilla.mozilla.org/1489524 - https://bugzilla.mozilla.org/1489524
- https://bugzilla.mozilla.org/1820158 - https://bugzilla.mozilla.org/1820158
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8 - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8

View file

@ -254,4 +254,4 @@ formautofill.creditcards:
type: string type: string
field_name: field_name:
description: Name of the field being affected by the event description: Name of the field being affected by the event
type: string type: string

View file

@ -187,7 +187,7 @@ fog.validation:
type: quantity type: quantity
unit: int unit: int
description: | description: |
Primary display pixel height, recorded alongside the GeckoView Streaming Primary display pixel height, recorded alongside the GeckoView Streaming
API for the purposes of Validation (hence GVSV). API for the purposes of Validation (hence GVSV).
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1858954 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858954
@ -205,7 +205,7 @@ fog.validation:
type: quantity type: quantity
unit: int unit: int
description: | description: |
Primary display pixel width, recorded alongside the GeckoView Streaming Primary display pixel width, recorded alongside the GeckoView Streaming
API for the purposes of Validation (hence GVSV). API for the purposes of Validation (hence GVSV).
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1858954 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858954
@ -265,8 +265,8 @@ fog.validation:
type: timing_distribution type: timing_distribution
time_unit: millisecond time_unit: millisecond
description: > description: >
Glean equivalent to the Geckoview Stream gfx Composite Time metric. Glean equivalent to the Geckoview Stream gfx Composite Time metric.
Represents The time taken to composite a frame. Differs between Represents The time taken to composite a frame. Differs between
non-webrender and webrender, see the non-validation version for more non-webrender and webrender, see the non-validation version for more
details. details.
data_sensitivity: data_sensitivity:

View file

@ -2033,4 +2033,3 @@ mailto:
application and another prompt to set the current site as default application and another prompt to set the current site as default
webmail site in Firefox. webmail site in Firefox.
fallbackPref: browser.mailto.dualPrompt.os fallbackPref: browser.mailto.dualPrompt.os

View file

@ -38,4 +38,4 @@ pwmgr:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1833398#c3 - https://bugzilla.mozilla.org/show_bug.cgi?id=1833398#c3
notification_emails: notification_emails:
- passwords-dev@mozilla.org - passwords-dev@mozilla.org
expires: never expires: never

View file

@ -2057,5 +2057,5 @@ fog.validation:
notification_emails: notification_emails:
- pmcmanis@mozilla.com - pmcmanis@mozilla.com
- glean-team@mozilla.com - glean-team@mozilla.com
expires: never expires: never
gecko_datapoint: GVSV_AUDIO_STREAM_INITS gecko_datapoint: GVSV_AUDIO_STREAM_INITS

View file

@ -1,159 +1,159 @@
# This Source Code Form is subject to the terms of the Mozilla Public # 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 # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that! # Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
--- ---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags: $tags:
- 'Toolkit :: Default Browser Agent' - 'Toolkit :: Default Browser Agent'
system_default: system_default:
browser: browser:
type: string type: string
description: > description: >
Which browser is currently set as the system default web browser. This is Which browser is currently set as the system default web browser. This is
simply a string with the name of the browser binned to a fixed set of simply a string with the name of the browser binned to a fixed set of
known browsers. known browsers.
Possible values currently include the following (from Possible values currently include the following (from
[DefaultBrowser.cpp](https://searchfox.org/mozilla-central/source/toolkit/mozapps/defaultagent/DefaultBrowser.cpp)): [DefaultBrowser.cpp](https://searchfox.org/mozilla-central/source/toolkit/mozapps/defaultagent/DefaultBrowser.cpp)):
* "error" * "error"
* "" (unknown) * "" (unknown)
* "firefox" * "firefox"
* "chrome" * "chrome"
* "edge" * "edge"
* "edge-chrome" * "edge-chrome"
* "ie" * "ie"
* "opera" * "opera"
* "brave" * "brave"
* "yandex" * "yandex"
* "qq-browser" * "qq-browser"
* "360-browser" * "360-browser"
* "sogou" * "sogou"
* "duckduckgo" * "duckduckgo"
lifetime: application lifetime: application
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1838755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1838755
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1621293 - https://bugzilla.mozilla.org/show_bug.cgi?id=1621293
data_sensitivity: data_sensitivity:
- technical - technical
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com
expires: never expires: never
send_in_pings: send_in_pings:
- default-agent - default-agent
previous_browser: previous_browser:
type: string type: string
description: > description: >
Which browser was set as the system default before it was changed to the Which browser was set as the system default before it was changed to the
current setting. The possible values are the same as for current setting. The possible values are the same as for
`system_default.browser`. `system_default.browser`.
The OS does not keep track of previous default settings, so the agent The OS does not keep track of previous default settings, so the agent
records this information itself. That means that it will be inaccurate records this information itself. That means that it will be inaccurate
until the first time the default is changed after the agent task begins until the first time the default is changed after the agent task begins
running. Before then, the value of `previous_browser` will be the same running. Before then, the value of `previous_browser` will be the same
as `browser`. as `browser`.
This value is updated every time the Default Agent runs, so when the This value is updated every time the Default Agent runs, so when the
default browser is first changed the values for `browser` and default browser is first changed the values for `browser` and
`previous_browser` will be different. But on subsequent executions of `previous_browser` will be different. But on subsequent executions of
the Default Agent, the two values will be the same. the Default Agent, the two values will be the same.
lifetime: application lifetime: application
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1838755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1838755
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1621293 - https://bugzilla.mozilla.org/show_bug.cgi?id=1621293
data_sensitivity: data_sensitivity:
- technical - technical
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com
expires: never expires: never
send_in_pings: send_in_pings:
- default-agent - default-agent
pdf_handler: pdf_handler:
type: string type: string
description: > description: >
Which pdf handler is currently set as the system default handler. This is Which pdf handler is currently set as the system default handler. This is
simply a string with the name of the handler binned to a fixed set of simply a string with the name of the handler binned to a fixed set of
known handlers. known handlers.
Possible values currently include the following (from Possible values currently include the following (from
[DefaultPDF.cpp](https://searchfox.org/mozilla-central/source/toolkit/mozapps/defaultagent/DefaultPDF.cpp)): [DefaultPDF.cpp](https://searchfox.org/mozilla-central/source/toolkit/mozapps/defaultagent/DefaultPDF.cpp)):
* "Error" * "Error"
* "" (unknown) * "" (unknown)
* "Firefox" * "Firefox"
* "Microsoft Edge" * "Microsoft Edge"
* "Google Chrome" * "Google Chrome"
* "Adobe Acrobat" * "Adobe Acrobat"
* "WPS" * "WPS"
* "Nitro" * "Nitro"
* "Foxit" * "Foxit"
* "PDF-XChange" * "PDF-XChange"
* "Avast" * "Avast"
* "Sumatra" * "Sumatra"
lifetime: application lifetime: application
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1756900 - https://bugzilla.mozilla.org/show_bug.cgi?id=1756900
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1756900 - https://bugzilla.mozilla.org/show_bug.cgi?id=1756900
data_sensitivity: data_sensitivity:
- technical - technical
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com
expires: never expires: never
send_in_pings: send_in_pings:
- default-agent - default-agent
notification: notification:
show_success: show_success:
type: boolean type: boolean
description: > description: >
Whether a notification was shown or not. Possible value include "shown" and "error". Whether a notification was shown or not. Possible value include "shown" and "error".
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1838755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1838755
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1621293 - https://bugzilla.mozilla.org/show_bug.cgi?id=1621293
expires: never expires: never
send_in_pings: send_in_pings:
- default-agent - default-agent
action: action:
type: string type: string
description: > description: >
The action that the user took in response to the notification. Possible The action that the user took in response to the notification. Possible
values currently include the following: values currently include the following:
* “dismissed-by-timeout” * “dismissed-by-timeout”
* “dismissed-to-action-center” * “dismissed-to-action-center”
* “dismissed-by-button” * “dismissed-by-button”
* “dismissed-by-application-hidden” * “dismissed-by-application-hidden”
* “make-firefox-default-button” * “make-firefox-default-button”
* “toast-clicked” * “toast-clicked”
Many of the values correspond to buttons on the notification and should be Many of the values correspond to buttons on the notification and should be
pretty self explanatory, but a few are less so. pretty self explanatory, but a few are less so.
* “dismissed-to-action-center” will be used if the user clicks the arrow in * “dismissed-to-action-center” will be used if the user clicks the arrow in
the top right corner of the notification to dismiss it to the the top right corner of the notification to dismiss it to the
action center. action center.
* “dismissed-by-application-hidden” is provided because that is a method of * “dismissed-by-application-hidden” is provided because that is a method of
dismissal that the notification API could give but, in practice, should dismissal that the notification API could give but, in practice, should
never be seen. never be seen.
* “dismissed-by-timeout” indicates that the user did not interact with the * “dismissed-by-timeout” indicates that the user did not interact with the
notification and it timed out. notification and it timed out.
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1838755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1838755
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1621293 - https://bugzilla.mozilla.org/show_bug.cgi?id=1621293
expires: never expires: never
send_in_pings: send_in_pings:
- default-agent - default-agent

View file

@ -1,42 +1,42 @@
# This Source Code Form is subject to the terms of the Mozilla Public # 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 # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
--- ---
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
default-agent: default-agent:
description: > description: >
This opt-out ping is sent from the Default Agent, which is a Windows-only This opt-out ping is sent from the Default Agent, which is a Windows-only
Firefox Background Task that is registered during Firefox installation with Firefox Background Task that is registered during Firefox installation with
the Windows scheduled tasks system so that it runs automatically every 24 the Windows scheduled tasks system so that it runs automatically every 24
hours, whether Firefox is running or not. hours, whether Firefox is running or not.
Opting out of telemetry is handled via the pref value being copied to the Opting out of telemetry is handled via the pref value being copied to the
registry so that the Default Agent can read it without needing to work with registry so that the Default Agent can read it without needing to work with
profiles. Relevant policies are consulted as well. The agent also has its own profiles. Relevant policies are consulted as well. The agent also has its own
pref, `default-agent.enabled`, which if set to false disables all agent pref, `default-agent.enabled`, which if set to false disables all agent
functionality, including generating this ping. functionality, including generating this ping.
Each installation of Firefox has its own copy of the agent and its own Each installation of Firefox has its own copy of the agent and its own
scheduled task which shares a common `LastPingSentAt` user registry key with scheduled task which shares a common `LastPingSentAt` user registry key with
other installations. Installations race to send a single ping per 24 hour other installations. Installations race to send a single ping per 24 hour
window per installing user. If multiple operating system-level users are all window per installing user. If multiple operating system-level users are all
using one copy of Firefox, only one scheduled task will have been created and using one copy of Firefox, only one scheduled task will have been created and
only one ping will be sent, even though the users might have different only one ping will be sent, even though the users might have different
default browser settings. If multiple users have installed Firefox then each default browser settings. If multiple users have installed Firefox then each
installing user will have a scheduled task and ping. installing user will have a scheduled task and ping.
Additional information for the Default Agent can be found in the Additional information for the Default Agent can be found in the
[Default Browser Agent docs](https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html). [Default Browser Agent docs](https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html).
include_client_id: false include_client_id: false
send_if_empty: false send_if_empty: false
reasons: reasons:
daily_ping: | daily_ping: |
The ping was sent as part of the daily scheduled Default Agent run. The ping was sent as part of the daily scheduled Default Agent run.
bugs: bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1838755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1838755
data_reviews: data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1621293 - https://bugzilla.mozilla.org/show_bug.cgi?id=1621293
notification_emails: notification_emails:
- install-update@mozilla.com - install-update@mozilla.com

View file

@ -35,4 +35,3 @@ protocolhandler.mailto:
- active - active
- events - events
- metrics - metrics