Bug 72547

Summary: Text tracks should be treated differently according to their kind
Product: WebKit Reporter: Anna Cavender <annacc>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: dw.im, eric.carlson, rniwa, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 43668    
Attachments:
Description Flags
Proposed patch
none
Updated patch sam: review+

Anna Cavender
Reported 2011-11-16 14:25:45 PST
4.8.9 The track element http://www.whatwg.org/specs/web-apps/current-work/#the-track-element See descriptions of subtitles, captions, descriptions, chapters, and metadata.
Attachments
Proposed patch (42.28 KB, patch)
2011-12-12 15:19 PST, Eric Carlson
no flags
Updated patch (51.03 KB, patch)
2011-12-14 13:35 PST, Eric Carlson
sam: review+
Radar WebKit Bug Importer
Comment 1 2011-11-17 12:38:41 PST
Eric Carlson
Comment 2 2011-12-12 15:19:08 PST
Created attachment 118880 [details] Proposed patch
WebKit Review Bot
Comment 3 2011-12-12 15:24:42 PST
Attachment 118880 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/medi..." exit_code: 1 Source/WebCore/html/HTMLMediaElement.h:203: The parameter name "trackElement" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 4 2011-12-14 13:35:34 PST
Created attachment 119286 [details] Updated patch Update patch as Alexey pointed out that track selection logic should not run until the media element has been closed.
Sam Weinig
Comment 5 2011-12-15 10:19:20 PST
Comment on attachment 119286 [details] Updated patch View in context: https://bugs.webkit.org/attachment.cgi?id=119286&action=review > Source/WebCore/html/HTMLMediaElement.cpp:2296 > + Settings* settings = document()->settings(); > + You could pull the settings null check up here and avoid the duplication below.
Eric Carlson
Comment 6 2011-12-15 10:56:26 PST
(In reply to comment #5) > (From update of attachment 119286 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=119286&action=review > > > Source/WebCore/html/HTMLMediaElement.cpp:2296 > > + Settings* settings = document()->settings(); > > + > > You could pull the settings null check up here and avoid the duplication below. Thanks, I will fix that in a follow up patch so I can use the commit-queue on this one.
Eric Carlson
Comment 7 2011-12-15 11:20:01 PST
Or not. Committed by hand so I can get on with things. http://trac.webkit.org/changeset/102968
Ryosuke Niwa
Comment 8 2011-12-23 19:49:52 PST
Note You need to log in before you can comment on or make changes to this bug.