Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Issue 1415953006: Fix accessibility issues in AudioPlayer and VideoPlayer. (Closed)

Created:
5 years, 1 month ago by fukino
Modified:
5 years, 1 month ago
Reviewers:
mtomasz, yawano
CC:
chromium-reviews, extensions-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix accessibility issues in AudioPlayer and VideoPlayer. This CL includes: - Make each control focusable. - Implement blue outline for focused-by-keyboard buttons. - Add aria-label for buttons and sliders. - Extracted common behaviors of icon buttons as files-icon-button. BUG=551267, 533604 TEST=manually tested using ChromeVox. Committed: https://crrev.com/11e80965386a3488f6ef9d4bb94722a4f5ba83f9 Cr-Commit-Position: refs/heads/master@{#359041}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address review comments. #

Patch Set 3 : Use button element instead of files-icon-button for cast button. #

Patch Set 4 : Fix query for repeat button. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -158 lines) Patch
M chrome/app/chromeos_strings.grdp View 2 chunks +46 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 4 chunks +32 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/audio_player.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/audio_player.js View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/control_panel.css View 4 chunks +10 lines, -45 lines 0 comments Download
M ui/file_manager/audio_player/elements/control_panel.html View 2 chunks +37 lines, -61 lines 0 comments Download
M ui/file_manager/audio_player/elements/control_panel.js View 1 3 chunks +35 lines, -9 lines 0 comments Download
M ui/file_manager/audio_player/js/audio_player.js View 1 chunk +13 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/elements/files_icon_button.html View 1 1 chunk +61 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/elements/files_icon_button.js View 1 chunk +29 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/manifest.json View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/file_manager/integration_tests/file_manager/open_audio_files.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/video_player/css/media_controls.css View 1 2 4 chunks +14 lines, -9 lines 0 comments Download
M ui/file_manager/video_player/js/media_controls.js View 1 2 13 chunks +58 lines, -13 lines 0 comments Download
M ui/file_manager/video_player/js/video_player.js View 1 2 6 chunks +6 lines, -19 lines 0 comments Download
M ui/file_manager/video_player/video_player.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
fukino
yawano@, could you take a look? Sorry for including multiple fixes in one CL. Please ...
5 years, 1 month ago (2015-11-05 18:55:21 UTC) #3
yawano
Thank you! I really like files-icon-button. It makes the code much simpler and clean. https://codereview.chromium.org/1415953006/diff/1/ui/file_manager/audio_player/elements/control_panel.css ...
5 years, 1 month ago (2015-11-06 05:38:37 UTC) #4
fukino
Thank you! https://codereview.chromium.org/1415953006/diff/1/ui/file_manager/audio_player/elements/control_panel.css File ui/file_manager/audio_player/elements/control_panel.css (right): https://codereview.chromium.org/1415953006/diff/1/ui/file_manager/audio_player/elements/control_panel.css#newcode131 ui/file_manager/audio_player/elements/control_panel.css:131: background-image: -webkit-image-set( On 2015/11/06 05:38:37, yawano wrote: ...
5 years, 1 month ago (2015-11-06 10:13:21 UTC) #5
yawano
lgtm. Thank you!
5 years, 1 month ago (2015-11-06 10:22:26 UTC) #6
fukino
On 2015/11/06 10:22:26, yawano wrote: > lgtm. Thank you! Thank you!
5 years, 1 month ago (2015-11-06 10:53:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415953006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415953006/20001
5 years, 1 month ago (2015-11-06 10:53:30 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/116254)
5 years, 1 month ago (2015-11-06 11:03:15 UTC) #11
fukino
Awano-san, I fixed browser tests. Could you take another look?
5 years, 1 month ago (2015-11-10 01:57:36 UTC) #12
yawano
still lgtm. Thank you!
5 years, 1 month ago (2015-11-10 04:08:50 UTC) #13
fukino
Tomasz, could you take a look at chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc?
5 years, 1 month ago (2015-11-10 04:10:03 UTC) #15
fukino
Friendly ping. > Tomasz
5 years, 1 month ago (2015-11-11 02:29:52 UTC) #16
mtomasz
lgtm. sorry for late, missed it!
5 years, 1 month ago (2015-11-11 02:32:23 UTC) #17
fukino
On 2015/11/11 02:32:23, mtomasz wrote: > lgtm. sorry for late, missed it! Thank you!
5 years, 1 month ago (2015-11-11 03:38:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415953006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415953006/60001
5 years, 1 month ago (2015-11-11 03:39:53 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-11 04:05:19 UTC) #21
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/11e80965386a3488f6ef9d4bb94722a4f5ba83f9 Cr-Commit-Position: refs/heads/master@{#359041}
5 years, 1 month ago (2015-11-11 04:06:29 UTC) #22
fukino
5 years, 1 month ago (2015-11-12 08:15:49 UTC) #23
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1441603002/ by fukino@chromium.org.

The reason for reverting is: We decided to punt redesign of audio player to
M49..

Powered by Google App Engine
This is Rietveld 408576698