Convert dom/media/webvtt/ to ES modules
Categories
(Core :: Audio/Video, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(1 file)
As part of the ongoing conversion, we should convert dom/media/webvtt/ to ES modules.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D175613
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/705d14143281
https://hg.mozilla.org/mozilla-central/rev/0491c0807789
Comment 5•2 years ago
|
||
Mark, I found that the entire history of vtt.jsm
was disappear after you rename it to a new file, I wonder if you know how to restore it? Did you use hg move
or similar command when doing that? Thanks!
Assignee | ||
Comment 6•2 years ago
|
||
(In reply to Alastor Wu [:alwu] from comment #5)
Mark, I found that the entire history of
vtt.jsm
was disappear after you rename it to a new file, I wonder if you know how to restore it? Did you usehg move
or similar command when doing that? Thanks!
Take a look at the details for the earliest revision of vtt.sys.mjs
- in there you'll see a link to base
(its easy to miss!), which points to the previous vtt.jsm
file. From there, you can select revisions
to see the history of the file with the previous name.
Description
•