RESOLVED FIXED105940
AX: Chromium needs platform localized strings for media controls.
https://bugs.webkit.org/show_bug.cgi?id=105940
Summary AX: Chromium needs platform localized strings for media controls.
David Tseng
Reported 2013-01-02 13:29:44 PST
Chrome uses its own infrastructure to localize strings within webkit and these strings are not localized (or even exist) in Chrome. Thus this results in the following bug: - play any mp3 file via a link in Chrome. (note must be Google Chrome). - inspect any button with an a11y tool on your platform. result: no labels. This hampers the usability of any media control and has been a source of many user complaints.
Attachments
Patch (8.46 KB, patch)
2013-01-02 13:44 PST, David Tseng
no flags
Patch (8.17 KB, patch)
2013-01-02 14:27 PST, David Tseng
no flags
Patch (8.41 KB, patch)
2013-01-02 15:50 PST, David Tseng
no flags
David Tseng
Comment 1 2013-01-02 13:44:49 PST
WebKit Review Bot
Comment 2 2013-01-02 13:51:13 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Tony Chang
Comment 3 2013-01-02 14:11:38 PST
Comment on attachment 181057 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181057&action=review Seems fine, just fix the ChangeLog. > Source/Platform/ChangeLog:1 > +2013-01-02 My Name <my@email> Please put your name and email here. I think you can set user.name and user.email in git to have this automatically filled in. > Source/WebKit/chromium/ChangeLog:1 > +2013-01-02 My Name <my@email> Please put your name and email here. > Source/WebKit/chromium/ChangeLog:18 > +2013-01-02 My Name <my@email> > + > + Need a short description (OOPS!). > + Need the bug URL (OOPS!). > + > + Reviewed by NOBODY (OOPS!). Looks like this got duplicated.
David Tseng
Comment 4 2013-01-02 14:27:03 PST
Silvia Pfeiffer
Comment 5 2013-01-02 14:37:05 PST
FWIW: LGTM Thanks for taking this on - it's been on my plate for a while, but I never got the chance to look at it. Seems simpler than I thought!
Tony Chang
Comment 6 2013-01-02 15:23:58 PST
Comment on attachment 181067 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181067&action=review > Source/Platform/chromium/public/WebLocalizedString.h:55 > + AXMediaDefault, > + AXMediaAudioElement, > + AXMediaVideoElement, > + AXMediaMuteButton, > + AXMediaUnMuteButton, > + AXMediaPlayButton, > + AXMediaPauseButton, Please sort these. > Source/WebKit/chromium/src/LocalizedStrings.cpp:462 > + > + return query(WebLocalizedString::AXMediaDefault); Should we ASSERT_NOT_REACHED() here? That's what WebCore/platform/LocalizedStrings.cpp does.
David Tseng
Comment 7 2013-01-02 15:50:03 PST
David Tseng
Comment 8 2013-01-02 15:56:10 PST
(In reply to comment #6) > (From update of attachment 181067 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=181067&action=review > > > Source/Platform/chromium/public/WebLocalizedString.h:55 > > + AXMediaDefault, > > + AXMediaAudioElement, > > + AXMediaVideoElement, > > + AXMediaMuteButton, > > + AXMediaUnMuteButton, > > + AXMediaPlayButton, > > + AXMediaPauseButton, > > Please sort these. Done > > > Source/WebKit/chromium/src/LocalizedStrings.cpp:462 > > + > > + return query(WebLocalizedString::AXMediaDefault); > > Should we ASSERT_NOT_REACHED() here? That's what WebCore/platform/LocalizedStrings.cpp does. Done (as well as for localizedHelpText); (I went as far as to include the specific check for the ControlsPanel, but not the exception for the enter full screen button help since it seems odd for webkit to make such a singular exception.
Tony Chang
Comment 9 2013-01-02 16:33:52 PST
Comment on attachment 181089 [details] Patch Note that the ews and commit queue bots don't run in debug so if the assert triggers, we probably won't see it until the patch lands.
WebKit Review Bot
Comment 10 2013-01-02 16:57:16 PST
Comment on attachment 181089 [details] Patch Clearing flags on attachment: 181089 Committed r138680: <http://trac.webkit.org/changeset/138680>
WebKit Review Bot
Comment 11 2013-01-02 16:57:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.