mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1781984 - Collect os.environment.{invoked_to_handle,is_default_handler,launched_to_handle} forever. r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D153224
This commit is contained in:
parent
af5850efb7
commit
f1be36e2ca
@ -1949,6 +1949,7 @@ os.environment:
|
||||
launched_to_handle:
|
||||
bug_numbers:
|
||||
- 1243603
|
||||
- 1781984
|
||||
description: >
|
||||
Records counts for when Firefox was launched afresh (i.e., was not already
|
||||
running) to handle a file type or protocol with `-osint -url ...`. The
|
||||
@ -1961,7 +1962,7 @@ os.environment:
|
||||
recorded as ".<other extension>" or "<other protocol>", respectively
|
||||
(neither of which are valid extension or protocol identifiers).
|
||||
keyed: true
|
||||
expires: "106"
|
||||
expires: never
|
||||
kind: uint
|
||||
notification_emails:
|
||||
- application-update-telemetry-alerts@mozilla.com
|
||||
@ -1976,6 +1977,7 @@ os.environment:
|
||||
invoked_to_handle:
|
||||
bug_numbers:
|
||||
- 1243603
|
||||
- 1781984
|
||||
description: >
|
||||
Records counts for when Firefox was invoked (i.e., was already running and
|
||||
was not launched) to handle a file type or protocol with `-osint -url
|
||||
@ -1989,7 +1991,7 @@ os.environment:
|
||||
respectively (neither of which are valid extension or protocol
|
||||
identifiers).
|
||||
keyed: true
|
||||
expires: "106"
|
||||
expires: never
|
||||
kind: uint
|
||||
notification_emails:
|
||||
- application-update-telemetry-alerts@mozilla.com
|
||||
@ -2004,6 +2006,7 @@ os.environment:
|
||||
is_default_handler:
|
||||
bug_numbers:
|
||||
- 1743914
|
||||
- 1781984
|
||||
description: >
|
||||
Records whether Firefox was the default handler for particular file types
|
||||
or protocols. The result is split into keys which represent the file
|
||||
@ -2012,7 +2015,7 @@ os.environment:
|
||||
and/or a subset of the protocol schemes that Firefox registers to may be
|
||||
recorded.
|
||||
keyed: true
|
||||
expires: "106"
|
||||
expires: never
|
||||
kind: boolean
|
||||
notification_emails:
|
||||
- application-update-telemetry-alerts@mozilla.com
|
||||
|
Loading…
Reference in New Issue
Block a user