forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1739290: Extend remote canvas 2D telemetry to version 103. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D132685
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3437,10 +3437,11 @@ gfx.canvas.remote: | |
- 1641722 | ||
- 1672582 | ||
- 1706844 | ||
- 1739290 | ||
description: > | ||
Number of times remote canvas 2D has been activated. | ||
kind: uint | ||
expires: "97" | ||
expires: "103" | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -3455,10 +3456,11 @@ gfx.canvas.remote: | |
- 1641722 | ||
- 1672582 | ||
- 1706844 | ||
- 1739290 | ||
description: > | ||
Number of times remote canvas 2D has been deactivated due to device creation failure. | ||
kind: uint | ||
expires: "97" | ||
expires: "103" | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -3473,10 +3475,11 @@ gfx.canvas.remote: | |
- 1641722 | ||
- 1672582 | ||
- 1706844 | ||
- 1739290 | ||
description: > | ||
Number of times remote canvas 2D has been deactivated due to a stream read failure. | ||
kind: uint | ||
expires: "97" | ||
expires: "103" | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
|