Bug 108882

Summary: [Mac] Captions menu should indicate language and type of track
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, dglazkov, eric.carlson, feature-media-reviews, ojan.autocc, peter+ews, rniwa, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch eric.carlson: review+

Dean Jackson
Reported 2013-02-04 17:25:17 PST
For Mac, we want a specific text label on the menu items in the list of captions. For example: <label> <language> <type-indicator>
Attachments
Patch (32.42 KB, patch)
2013-02-04 17:51 PST, Dean Jackson
no flags
Patch (32.40 KB, patch)
2013-02-04 19:10 PST, Dean Jackson
eric.carlson: review+
Radar WebKit Bug Importer
Comment 1 2013-02-04 17:25:40 PST
Dean Jackson
Comment 2 2013-02-04 17:51:55 PST
Build Bot
Comment 3 2013-02-04 18:00:48 PST
Comment on attachment 186510 [details] Patch Attachment 186510 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16365575
Dean Jackson
Comment 4 2013-02-04 18:18:57 PST
Gah - build failure because it relies on r141840 which only just landed.
Dean Jackson
Comment 5 2013-02-04 18:19:18 PST
Anyway, I developed on mac-wk2 so I think it's ok there.
EFL EWS Bot
Comment 6 2013-02-04 18:43:27 PST
WebKit Review Bot
Comment 7 2013-02-04 18:48:00 PST
Comment on attachment 186510 [details] Patch Attachment 186510 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16376437
Peter Beverloo (cr-android ews)
Comment 8 2013-02-04 19:04:36 PST
Comment on attachment 186510 [details] Patch Attachment 186510 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/16365604
Dean Jackson
Comment 9 2013-02-04 19:10:32 PST
Eric Carlson
Comment 10 2013-02-04 20:51:50 PST
Comment on attachment 186525 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186525&action=review > Source/WebCore/page/CaptionUserPreferencesMac.mm:439 > + if (track->kind() != track->subtitlesKeyword()) { Shouldn't this test to see if it *is* a caption track instead?
Dean Jackson
Comment 11 2013-02-05 00:04:07 PST
Comment on attachment 186525 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186525&action=review >> Source/WebCore/page/CaptionUserPreferencesMac.mm:439 >> + if (track->kind() != track->subtitlesKeyword()) { > > Shouldn't this test to see if it *is* a caption track instead? Yes. Fixed.
Dean Jackson
Comment 12 2013-02-05 00:05:35 PST
Note You need to log in before you can comment on or make changes to this bug.