Closed
Bug 1491066
Opened 6 years ago
Closed 6 years ago
dom.ua_widget.enabled breaks ::cue
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: timdream)
References
Details
Attachments
(1 obsolete file)
See https://bugzilla.mozilla.org/show_bug.cgi?id=1490793#c7 for a test-case.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → timdream
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
There is already a patch in bug 1484048. https://phabricator.services.mozilla.com/D3667 .
I can land that patch w/ from this bug.
Assignee | ||
Comment 2•6 years ago
|
||
With UA Widget, the videocontrols container is created lazily.
It won't be a problem for WebVTT.processCues() in vtt.jsm, so
TextTrackManager::UpdateCueDisplay() should not early return there, but pass
nullptr to it.
Comment 3•6 years ago
|
||
Comment on attachment 9008914 [details]
Bug 1491066 - Allow TextTrackManager to pass cue without videocontrols r=alwu
Alastor Wu [:alwu] has approved the revision.
Attachment #9008914 -
Flags: review+
Pushed by tchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b88bbab404c6
Allow TextTrackManager to pass cue without videocontrols r=alwu
Assignee | ||
Comment 5•6 years ago
|
||
I have to say, the whole thing is a bit flicky for me, sometimes it shows up, sometimes it doesn't and it only shows up with a reload. But that's a separate bug I think...
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 7•6 months ago
|
||
Comment on attachment 9008914 [details]
Bug 1491066 - Allow TextTrackManager to pass cue without videocontrols r=alwu
Revision D3667 was moved to bug 1601000. Setting attachment 9008914 [details] to obsolete.
Attachment #9008914 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•