Bug 109203

Summary: [Mac] respect in-band caption color
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, feature-media-reviews, gyuyoung.kim, ojan.autocc, rakuco, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch
none
Updated patch none

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
Updated patch (23.36 KB, patch)
2013-02-08 21:16 PST, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2013-02-07 09:14:36 PST
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
Note You need to log in before you can comment on or make changes to this bug.