forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1560590 - Add Telemetry for Picture-in-Picture opening and closin…
…g mechanisms. data-review=chutten,r=JSON_voorhees Depends on D36358 Differential Revision: https://phabricator.services.mozilla.com/D36359 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
152ad9f
commit d38b355
Showing
5 changed files
with
71 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -584,6 +584,43 @@ sandbox: | |
operating_systems: | ||
- "windows" | ||
|
||
pictureinpicture: | ||
opened_method: | ||
bug_numbers: | ||
- 1560590 | ||
description: > | ||
The number of times a Picture-in-Picture window was opened, per trigger | ||
mechanism (e.g.: the video toggle, the context menu). | ||
expires: "74" | ||
kind: uint | ||
keyed: true | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-in | ||
record_in_processes: | ||
- content | ||
operating_systems: | ||
- "windows" | ||
closed_method: | ||
bug_numbers: | ||
- 1560590 | ||
description: > | ||
The number of times a Picture-in-Picture window was closed, per trigger | ||
mechanism (e.g.: the close button, the unpip button, originating tab going away, | ||
process shutdown, etc). | ||
expires: "74" | ||
kind: uint | ||
keyed: true | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-in | ||
record_in_processes: | ||
- main | ||
operating_systems: | ||
- "windows" | ||
|
||
preferences: | ||
created_new_user_prefs_file: | ||
bug_numbers: | ||
|