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

Issue 175613002: Include relationship ARIA objects in serialized accessibility tree (Closed)

Created:
6 years, 10 months ago by aboxhall
Modified:
6 years, 9 months ago
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Visibility:
Public.

Description

Include relationship ARIA objects in serialized accessibility tree Depends on cl/168243003 BUG=98976 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258928

Patch Set 1 #

Patch Set 2 : Use and add test cases for ARIA relationship attributes on Mac #

Patch Set 3 : Revert spurious changes #

Total comments: 18

Patch Set 4 : Address review comments #

Patch Set 5 : Add TODO for ServesAsTitleUIElement #

Total comments: 1

Patch Set 6 : Tweak accesibility tree formatter and aria-combobox test #

Patch Set 7 : Disable AccessibilityAriaFlowto on Android #

Patch Set 8 : Reuse MAYBE(x) for failing android test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -38 lines) Patch
M content/browser/accessibility/accessibility_tree_formatter_mac.mm View 1 2 3 4 5 5 chunks +59 lines, -18 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 6 chunks +40 lines, -2 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -2 lines 0 comments Download
M content/renderer/accessibility/accessibility_node_serializer.cc View 1 2 3 3 chunks +45 lines, -5 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-combobox.html View 1 2 3 4 5 1 chunk +11 lines, -7 lines 0 comments Download
M content/test/data/accessibility/aria-combobox-expected-mac.txt View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
A content/test/data/accessibility/aria-flowto.html View 1 1 chunk +10 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/aria-flowto-expected-android.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A content/test/data/accessibility/aria-flowto-expected-mac.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/aria-flowto-expected-win.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M content/test/data/accessibility/aria-menu.html View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria-menu-expected-mac.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ui/accessibility/ax_node_data.cc View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 52 (0 generated)
aboxhall
6 years, 9 months ago (2014-03-11 22:31:56 UTC) #1
dmazzoni
lgtm with two style suggestions. Nice! https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode870 content/browser/accessibility/browser_accessibility_cocoa.mm:870: browserAccessibility_->GetIntListAttribute(ui::AX_ATTR_OWNS_IDS); These are ...
6 years, 9 months ago (2014-03-11 23:37:52 UTC) #2
David Tseng
Comments for b_a_c.mm https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode290 content/browser/accessibility/browser_accessibility_cocoa.mm:290: { @"AXLinkedUIElements", @"linkedUIElements" }, This is ...
6 years, 9 months ago (2014-03-12 00:30:56 UTC) #3
aboxhall
https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode290 content/browser/accessibility/browser_accessibility_cocoa.mm:290: { @"AXLinkedUIElements", @"linkedUIElements" }, On 2014/03/12 00:30:56, David Tseng ...
6 years, 9 months ago (2014-03-12 17:50:46 UTC) #4
David Tseng
https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode857 content/browser/accessibility/browser_accessibility_cocoa.mm:857: if (labelledby_ids.size() == 1) { On 2014/03/12 17:50:47, aboxhall ...
6 years, 9 months ago (2014-03-12 18:30:17 UTC) #5
aboxhall1
On Mar 12, 2014 11:30 AM, <dtseng@chromium.org> wrote: > > > https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm > File content/browser/accessibility/browser_accessibility_cocoa.mm ...
6 years, 9 months ago (2014-03-12 18:50:25 UTC) #6
David Tseng
On Wed, Mar 12, 2014 at 11:50 AM, Alice Boxhall <aboxhall@google.com> wrote: > > On ...
6 years, 9 months ago (2014-03-12 19:16:56 UTC) #7
aboxhall
https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/50001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode857 content/browser/accessibility/browser_accessibility_cocoa.mm:857: if (labelledby_ids.size() == 1) { On 2014/03/12 18:30:17, David ...
6 years, 9 months ago (2014-03-12 20:51:46 UTC) #8
David Tseng
LGTM https://codereview.chromium.org/175613002/diff/90001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/175613002/diff/90001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode1402 content/browser/accessibility/browser_accessibility_cocoa.mm:1402: // for elements which are referred to by ...
6 years, 9 months ago (2014-03-12 21:00:19 UTC) #9
aboxhall
On 2014/03/12 21:00:19, David Tseng wrote: > LGTM > > https://codereview.chromium.org/175613002/diff/90001/content/browser/accessibility/browser_accessibility_cocoa.mm > File content/browser/accessibility/browser_accessibility_cocoa.mm (right): ...
6 years, 9 months ago (2014-03-13 03:07:20 UTC) #10
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-14 09:54:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/90001
6 years, 9 months ago (2014-03-14 09:54:15 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 09:55:12 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 09:55:12 UTC) #14
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-14 10:01:37 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/90001
6 years, 9 months ago (2014-03-14 10:01:45 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 10:03:15 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 10:03:16 UTC) #18
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-14 10:23:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/90001
6 years, 9 months ago (2014-03-14 10:23:46 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 10:59:42 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-14 10:59:43 UTC) #22
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-17 10:01:13 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/110001
6 years, 9 months ago (2014-03-17 10:01:16 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 10:02:36 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-17 10:02:37 UTC) #26
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org
6 years, 9 months ago (2014-03-17 14:50:31 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/110001
6 years, 9 months ago (2014-03-17 14:50:33 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 23:16:56 UTC) #29
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
6 years, 9 months ago (2014-03-17 23:16:57 UTC) #30
aboxhall
On 2014/03/17 23:16:57, I haz the power (commit-bot) wrote: > The commit queue went berserk ...
6 years, 9 months ago (2014-03-18 13:39:22 UTC) #31
aboxhall
On 2014/03/18 13:39:22, aboxhall wrote: > On 2014/03/17 23:16:57, I haz the power (commit-bot) wrote: ...
6 years, 9 months ago (2014-03-18 13:40:39 UTC) #32
dmazzoni
If all else fails, you can disable the test (in the C++ code) on Android ...
6 years, 9 months ago (2014-03-19 07:22:00 UTC) #33
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-20 14:33:56 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/130001
6 years, 9 months ago (2014-03-20 14:35:55 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 14:38:07 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-20 14:38:08 UTC) #37
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-20 15:17:08 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/130001
6 years, 9 months ago (2014-03-20 15:17:49 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 16:10:53 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-20 16:10:54 UTC) #41
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-20 16:23:08 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/130001
6 years, 9 months ago (2014-03-20 16:23:55 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 02:18:14 UTC) #44
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-24 10:16:16 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/150001
6 years, 9 months ago (2014-03-24 10:16:18 UTC) #47
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 12:02:36 UTC) #48
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=286694
6 years, 9 months ago (2014-03-24 12:02:37 UTC) #49
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 9 months ago (2014-03-24 12:14:46 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/175613002/150001
6 years, 9 months ago (2014-03-24 12:14:49 UTC) #51
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 14:40:44 UTC) #52
Message was sent while issue was closed.
Change committed as 258928

Powered by Google App Engine
This is Rietveld 408576698