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 1874202 - Add a stopwatch telemetry to record the time it takes t…
…o read from the clipboard. r=mak Differential Revision: https://phabricator.services.mozilla.com/D198595
- Loading branch information
Showing
3 changed files
with
43 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9494,6 +9494,19 @@ | |
"bug_numbers": [1334615], | ||
"description": "The input method the user used to select a result in the searchbar. 'enter' => The user hit the Enter key without choosing a result in the popup. 'enterSelection' => The user chose a result and then hit the Enter key. 'click' => The user clicked a result with the mouse." | ||
}, | ||
"FX_URLBAR_PROVIDER_CLIPBOARD_READ_TIME_MS": { | ||
"record_in_processes": ["main"], | ||
"products": ["firefox"], | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "128", | ||
"kind": "exponential", | ||
"low": 16, | ||
"high": 5000, | ||
"n_buckets": 8, | ||
"bug_numbers": [1866710], | ||
"releaseChannelCollection": "opt-out", | ||
"description": "Time taken to read data from the clipboard (ms)" | ||
}, | ||
"INNERWINDOWS_WITH_MUTATION_LISTENERS": { | ||
"record_in_processes": ["main", "content"], | ||
"products": ["firefox", "fennec"], | ||
|