Closed
Bug 1932090
Opened 1 year ago
Closed 1 year ago
Remove leftover call to Services.telemetry.keyedScalarAdd in PictureInPictureChild.sys.mjs
Categories
(Toolkit :: Picture-in-Picture, task)
Toolkit
Picture-in-Picture
Tracking
()
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
There's leftover code:
Services.telemetry.keyedScalarAdd(
"pictureinpicture.opened_method",
"toggle",
1
);
at https://searchfox.org/mozilla-central/rev/6050bf4eca89956c9d91bfd89fa59294ae32a689/toolkit/actors/PictureInPictureChild.sys.mjs#1083-1087 that should have been removed in bug 1915228 (https://phabricator.services.mozilla.com/D220314)
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8aa920f03974
Remove leftover call to Services.telemetry.keyedScalarAdd in PictureInPictureChild.sys.mjs, r=chutten.
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•