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)

task

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)

Blocks: 1915228, 1931901
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.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: