RESOLVED FIXED Bug 119228
TextTrackRepresentation captions often disappear then appear again.
https%3A%2F%2Fbugs.webkit.org%2Fshow_bug.cgi?id=119228
Summary TextTrackRepresentation captions often disappear then appear again.
Jer Noble
Reported 2013-07-29 15:55:18 PDT
TextTrackRepresentation captions often disappear then appear again.
Attachments
Patch (4.25 KB, patch)
2013-07-29 16:12 PDT, Jer Noble
simon.fraser: review+
Note You need to log in before you can comment on or make changes to this bug.
Jer Noble
Comment 1 2013-07-29 15:55:47 PDT
Jer Noble
Comment 2 2013-07-29 16:12:46 PDT
WebKit Commit Bot
Comment 3 2013-07-29 16:15:48 PDT
Attachment 207677 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/html/HTMLMediaElement.cpp', u'Source/WebCore/html/HTMLMediaElement.h']" exit_code: 1 Source/WebCore/html/HTMLMediaElement.h:295: The parameter name "flags" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Simon Fraser (smfr)
Comment 4 2013-07-29 16:16:25 PDT
Comment on attachment 207677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=207677&action=review > Source/WebCore/html/HTMLMediaElement.h:294 > + enum ConfigureTextTrackDisplayFlags { DoNotAssumeVisibleTextTracksChanged, AssumeVisibleTextTracksChanged }; "Flags" make me think this is a bitmask, and then the "flags == DoNotAssumeVisibleTextTracksChanged" code seemed iffy. Not sure I like "AssumeVisibleTextTracksChanged" etc; can you change the name to something more descriptive of the impact?
Jer Noble
Comment 5 2013-07-29 17:14:28 PDT
Simon Fraser (smfr)
Comment 6 2013-07-31 20:22:29 PDT
This broke the media/video-controls-captions-trackmenu.html test