Bug 1756703 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

**Probes that need to be revived or updated for Fx 101. 

**pictureinpicture.closed**
(event category: pictureinpicture, event method: closed_method) - let’s not revive the [existing scalar](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=scalar%2Fpictureinpicture.closed_method), but add a new event with the following attributes instead:

closeButton
unpipButton
originTabClose 
processShutdown

**2. FX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION**

This is an [existing expired histogram](https://probes.telemetry.mozilla.org/?search=FX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION&view=detail&probeId=histogram%2FFX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION) that needs to be revived.

**3. pictureinpicture.create**

(event category: pictureinpicture, event method: create) - this is an [existing probe](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=scalar%2Fpictureinpicture.closed_method), but it needs two new attributes to help us track PiP windows created with subtitles on in the origin tab video and the “source” of subtitles (site-specific adapter or WebVTT):

subtitlesEnabled: bool
webVTTSubtitles: bool

**4. pictureinpicture.settings.disable**

(event category: pictureinpicture.settings, event method: disable)

[This probe](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=event%2Fpictureinpicture.settings.disable%23disable) is currently only recorded when users uncheck Enable Picture-in-Picture video controls in Settings > Browse, but not when users right-click the PiP icon on the video and choose “Hide Picture-in-Picture toggle”. 

We need to record the **pictureinpicture.settings.disable**  event in the second scenario too.
**Probes that need to be revived or updated for Fx 100**

**pictureinpicture.closed**
(event category: pictureinpicture, event method: closed_method) - let’s not revive the [existing scalar](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=scalar%2Fpictureinpicture.closed_method), but add a new event with the following attributes instead:

closeButton
unpipButton
originTabClose 
processShutdown

**2. FX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION**

This is an [existing expired histogram](https://probes.telemetry.mozilla.org/?search=FX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION&view=detail&probeId=histogram%2FFX_PICTURE_IN_PICTURE_WINDOW_OPEN_DURATION) that needs to be revived.

**3. pictureinpicture.create**

(event category: pictureinpicture, event method: create) - this is an [existing probe](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=scalar%2Fpictureinpicture.closed_method), but it needs two new attributes to help us track PiP windows created with subtitles on in the origin tab video and the “source” of subtitles (site-specific adapter or WebVTT):

subtitlesEnabled: bool
webVTTSubtitles: bool

**4. pictureinpicture.settings.disable**

(event category: pictureinpicture.settings, event method: disable)

[This probe](https://probes.telemetry.mozilla.org/?search=pictureinpicture&view=detail&probeId=event%2Fpictureinpicture.settings.disable%23disable) is currently only recorded when users uncheck Enable Picture-in-Picture video controls in Settings > Browse, but not when users right-click the PiP icon on the video and choose “Hide Picture-in-Picture toggle”. 

We need to record the **pictureinpicture.settings.disable**  event in the second scenario too.

Back to Bug 1756703 Comment 0