Open
Bug 1753293
Opened 3 years ago
Updated 3 years ago
Refactor PiP WebVTT logic into a PiPWebVTTHandler class
Categories
(Toolkit :: Picture-in-Picture, task, P3)
Toolkit
Picture-in-Picture
Tracking
()
NEW
People
(Reporter: kpatenio, Unassigned)
References
(Blocks 2 open bugs)
Details
Patch for bug 1748884 (once landed) will integrate the initial infrastructure needed to support WebVTT for Picture in Picture. All changes are currently done in PictureInPictureChild.jsm, but WebVTT logic could be encapsulated into its own class PiPWebVTTHandler
to make the PiP child codebase less bloated. The PiP child can then simply call a function to display WebVTT captions provided by this new class.
You need to log in
before you can comment on or make changes to this bug.
Description
•