WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109203
[Mac] respect in-band caption color
https://bugs.webkit.org/show_bug.cgi?id=109203
Summary
[Mac] respect in-band caption color
Eric Carlson
Reported
2013-02-07 09:14:17 PST
In-band captions can specify foreground (text) and background color.
Attachments
Proposed patch
(23.36 KB, patch)
2013-02-08 20:56 PST
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
Updated patch
(23.36 KB, patch)
2013-02-08 21:16 PST
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-02-07 09:14:36 PST
<
rdar://problem/13171845
>
Eric Carlson
Comment 2
2013-02-08 20:56:25 PST
Created
attachment 187404
[details]
Proposed patch
WebKit Review Bot
Comment 3
2013-02-08 20:58:42 PST
Attachment 187404
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/media/track/track-in-band-style-expected.txt', u'LayoutTests/media/track/track-in-band-style.html', u'LayoutTests/platform/chromium/TestExpectations', u'LayoutTests/platform/efl/TestExpectations', u'LayoutTests/platform/gtk/TestExpectations', u'LayoutTests/platform/mac/TestExpectations', u'LayoutTests/platform/qt/TestExpectations', u'LayoutTests/platform/win/TestExpectations', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.xcodeproj/project.pbxproj', u'Source/WebCore/html/track/InbandTextTrack.cpp', u'Source/WebCore/html/track/TextTrackCue.h', u'Source/WebCore/html/track/TextTrackCueGeneric.cpp', u'Source/WebCore/html/track/TextTrackCueGeneric.h', u'Source/WebCore/page/CaptionUserPreferencesMac.mm', u'Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h', u'Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp']" exit_code: 1 Source/WebCore/html/track/TextTrackCue.h:144: The return type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 1 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 4
2013-02-08 21:16:30 PST
Created
attachment 187406
[details]
Updated patch
Dean Jackson
Comment 5
2013-02-08 21:27:45 PST
Comment on
attachment 187406
[details]
Updated patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187406&action=review
> Source/WebCore/ChangeLog:10 > + * WebCore.xcodeproj/project.pbxproj:
Probably should mention you exported HTMLDivElement. Actually, why do you do this?
> LayoutTests/media/track/track-in-band-style-expected.txt:14 > +EXPECTED (getComputedStyle(cueDisplayElement).color == 'rgb(255, 255, 255)') OK > +EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 0, 0)') OK
Are these actually set in counting-captioned.mov? I'm wondering what the default values would be, and whether this test would pass on any captioned movie that doesn't set the style.
Eric Carlson
Comment 6
2013-02-08 21:56:55 PST
Committed
http://trac.webkit.org/r142349
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