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

Issue 633043002: Expose aria role menuitemcheckbox and menuitemradio with correct IA2 role.(Chromium) (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Expose aria role menuitemcheckbox and menuitemradio with correct IA2 role.(Chromium) According to specs(http://www.w3.org/WAI/PF/aria-implementation/) aria role menuitemcheckbox should have IA2 role as IA2_ROLE_CHECK_MENU_ITEM aria role menuitemradio should have IA2 role as IA2_ROLE_RADIO_MENU_ITEM This CL depends on https://codereview.chromium.org/629003003/ and https://codereview.chromium.org/631113002/ BUG=169569, 420605, 169573 TBR=kalman Committed: https://crrev.com/93f1e4e35afa32aefe0ad065e7fe166ca25a9f22 Cr-Commit-Position: refs/heads/master@{#298780}

Patch Set 1 #

Patch Set 2 : Adding expectations for mac and android #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : updating expectations for android according to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -17 lines) Patch
M chrome/common/extensions/api/automation.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/web_ax_object_proxy.cc View 1 chunk +4 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria-menuitemcheckbox.html View 1 chunk +17 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria-menuitemcheckbox-expected-mac.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria-menuitemcheckbox-expected-win.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M content/test/data/accessibility/aria-menuitemradio.html View 1 chunk +8 lines, -4 lines 0 comments Download
M content/test/data/accessibility/aria-menuitemradio-expected-android.txt View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria-menuitemradio-expected-mac.txt View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M content/test/data/accessibility/aria-menuitemradio-expected-win.txt View 1 chunk +7 lines, -6 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.mm View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
shreeramk
Please review. Thanks!
6 years, 2 months ago (2014-10-08 05:14:49 UTC) #2
dmazzoni
https://codereview.chromium.org/633043002/diff/20001/content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt File content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt (right): https://codereview.chromium.org/633043002/diff/20001/content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt#newcode3 content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt:3: android.view.View clickable name='Menu item 1' This should be checkable, ...
6 years, 2 months ago (2014-10-08 06:58:32 UTC) #3
Mike West
I don't have comments beyond what Dominic's already said. The code change looks good to ...
6 years, 2 months ago (2014-10-08 08:13:22 UTC) #4
shreeramk
On 2014/10/08 06:58:32, dmazzoni wrote: > https://codereview.chromium.org/633043002/diff/20001/content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt > File content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt > (right): > > https://codereview.chromium.org/633043002/diff/20001/content/test/data/accessibility/aria-menuitemcheckbox-expected-android.txt#newcode3 ...
6 years, 2 months ago (2014-10-08 08:15:15 UTC) #5
shreeramk
PTAL! Updated expectations for android platform. Skipped expectations for mac platform and filed a new ...
6 years, 2 months ago (2014-10-08 08:41:48 UTC) #6
dmazzoni
lgtm Great, thanks!
6 years, 2 months ago (2014-10-08 18:54:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633043002/80001
6 years, 2 months ago (2014-10-08 18:54:44 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/16397)
6 years, 2 months ago (2014-10-08 19:07:17 UTC) #11
shreeramk
On 2014/10/08 19:07:17, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-10-08 19:49:27 UTC) #12
dmazzoni
+kalman for automation.idl
6 years, 2 months ago (2014-10-08 20:01:06 UTC) #14
dmazzoni
> > Chromium_presubmit is failing :( > > What could be the cause for this? ...
6 years, 2 months ago (2014-10-08 20:02:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633043002/80001
6 years, 2 months ago (2014-10-08 20:03:39 UTC) #17
dmazzoni
lgtm
6 years, 2 months ago (2014-10-08 20:04:13 UTC) #18
shreeramk
On 2014/10/08 20:02:36, dmazzoni wrote: > > > > Chromium_presubmit is failing :( > > ...
6 years, 2 months ago (2014-10-08 20:09:01 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/16433) mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/21803)
6 years, 2 months ago (2014-10-08 20:58:53 UTC) #21
not at google - send to devlin
lgtm
6 years, 2 months ago (2014-10-09 00:22:51 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633043002/80001
6 years, 2 months ago (2014-10-09 03:05:21 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001) as df663e9d92edd1650455c2cf9f6fd7f1582b03e3
6 years, 2 months ago (2014-10-09 04:45:27 UTC) #25
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 04:46:27 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/93f1e4e35afa32aefe0ad065e7fe166ca25a9f22
Cr-Commit-Position: refs/heads/master@{#298780}

Powered by Google App Engine
This is Rietveld 408576698