Closed
Bug 1535223
Opened 7 years ago
Closed 7 years ago
[webvtt] Enhance the WebVTT log
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
In order to help debugging faster, we should add more log for web vtt log module.
Assignee | ||
Comment 1•7 years ago
|
||
Use more general name WebVTT
for this log module, which will include other debug logs in other files later.
Assignee | ||
Comment 2•7 years ago
|
||
Automatically print TextTrackManager
's address for the log marco, also update some exist logs.
Assignee | ||
Comment 3•7 years ago
|
||
It would be helpful if we can also print the information in TextTrack
and TextTrackCue
.
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b0cef2fcae5
part1 : rename log module's name. r=jya
https://hg.mozilla.org/integration/autoland/rev/49dd1144a43d
part2 : update TextTrackManager's logs. r=jya
https://hg.mozilla.org/integration/autoland/rev/f0c35396d81f
part3 : add log in TextTrack and TextTrackCue. r=jya
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8b0cef2fcae5
https://hg.mozilla.org/mozilla-central/rev/49dd1144a43d
https://hg.mozilla.org/mozilla-central/rev/f0c35396d81f
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•