WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72547
Text tracks should be treated differently according to their kind
https://bugs.webkit.org/show_bug.cgi?id=72547
Summary
Text tracks should be treated differently according to their kind
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
Details
Formatted Diff
Diff
Updated patch
(51.03 KB, patch)
2011-12-14 13:35 PST
,
Eric Carlson
sam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2011-11-17 12:38:41 PST
<
rdar://problem/10464470
>
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
Mac rebaseline done in
http://trac.webkit.org/changeset/103642
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug