RESOLVED FIXED 105081
Remove in-band text tracks when media element's src changes
https://bugs.webkit.org/show_bug.cgi?id=105081
Summary Remove in-band text tracks when media element's src changes
Eric Carlson
Reported 2012-12-14 18:59:21 PST
All in-band tracks removed from the media element when its src changes.
Attachments
Proposed patch (10.03 KB, patch)
2012-12-14 19:12 PST, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2012-12-14 18:59:42 PST
Eric Carlson
Comment 2 2012-12-14 19:12:50 PST
Created attachment 179576 [details] Proposed patch
WebKit Review Bot
Comment 3 2012-12-14 20:04:55 PST
Comment on attachment 179576 [details] Proposed patch Attachment 179576 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15317876 New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Eric Carlson
Comment 4 2012-12-15 08:03:18 PST
(In reply to comment #3) > (From update of attachment 179576 [details]) > Attachment 179576 [details] did not pass chromium-ews (chromium-xvfb): > Output: http://queues.webkit.org/results/15317876 > > New failing tests: > inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html This is has nothing to do with these change.
Sam Weinig
Comment 5 2012-12-15 18:31:53 PST
Comment on attachment 179576 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=179576&action=review > Source/WebCore/html/HTMLMediaElement.cpp:2788 > + beginIgnoringTrackDisplayUpdateRequests(); It might add some point make sense to add an RAII object to use scope to control this bounding.
WebKit Review Bot
Comment 6 2012-12-16 11:27:16 PST
Comment on attachment 179576 [details] Proposed patch Clearing flags on attachment: 179576 Committed r137844: <http://trac.webkit.org/changeset/137844>
WebKit Review Bot
Comment 7 2012-12-16 11:27:20 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.