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

Issue 1063383005: Chromium side Implementation to expose aria properties - setsize & posinset (Closed)

Created:
5 years, 8 months ago by shreeramk
Modified:
5 years, 8 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, je_julie(Not used), plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Chromium side Implementation to expose aria properties - setsize & posinset This CL depends on https://codereview.chromium.org/1071483002/ BUG=474903 Committed: https://crrev.com/deec21d2f582eff12c78adac4d16ad54d7461066 Cr-Commit-Position: refs/heads/master@{#326463}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : addressing comment #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : Updating Cl #

Patch Set 7 : updating expectations #

Patch Set 8 : updating expectations on android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -20 lines) Patch
M content/browser/accessibility/accessibility_tree_formatter_mac.mm View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 6 3 chunks +24 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 2 chunks +7 lines, -19 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/accessibility/blink_ax_tree_source.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/web_ax_object_proxy.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/web_ax_object_proxy.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-posinset.html View 1 chunk +23 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-posinset-expected-android.txt View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-posinset-expected-mac.txt View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-posinset-expected-win.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-setsize.html View 1 chunk +23 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-setsize-expected-android.txt View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-setsize-expected-mac.txt View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria/aria-setsize-expected-win.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/accessibility/ax_node_data.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
shreeramk
5 years, 8 months ago (2015-04-08 12:00:54 UTC) #2
dmazzoni
https://codereview.chromium.org/1063383005/diff/1/content/browser/accessibility/browser_accessibility_win.cc File content/browser/accessibility/browser_accessibility_win.cc (right): https://codereview.chromium.org/1063383005/diff/1/content/browser/accessibility/browser_accessibility_win.cc#newcode896 content/browser/accessibility/browser_accessibility_win.cc:896: STDMETHODIMP BrowserAccessibilityWin::get_groupPosition( aria-posinset should also be exposed here. https://codereview.chromium.org/1063383005/diff/1/content/browser/accessibility/browser_accessibility_win.cc#newcode3013 ...
5 years, 8 months ago (2015-04-09 06:31:22 UTC) #3
shreeramk
PTAL. Thanks.
5 years, 8 months ago (2015-04-21 03:17:42 UTC) #4
dmazzoni
Please make sure that you can dump these attributes on Mac and update the Mac ...
5 years, 8 months ago (2015-04-21 05:56:21 UTC) #5
shreeramk
On 2015/04/21 05:56:21, dmazzoni wrote: > Please make sure that you can dump these attributes ...
5 years, 8 months ago (2015-04-21 06:27:04 UTC) #6
dmazzoni
https://codereview.chromium.org/1063383005/diff/80001/content/test/data/accessibility/aria/aria-setsize-expected-mac.txt File content/test/data/accessibility/aria/aria-setsize-expected-mac.txt (right): https://codereview.chromium.org/1063383005/diff/80001/content/test/data/accessibility/aria/aria-setsize-expected-mac.txt#newcode3 content/test/data/accessibility/aria/aria-setsize-expected-mac.txt:3: ++++AXStaticText AXRoleDescription='text' AXTitle='Item 1' You should add AXARIASetSize, etc. ...
5 years, 8 months ago (2015-04-21 22:44:25 UTC) #7
shreeramk
PTAL. Which bot should be used to test content_browsertest for android?? Thanks!!
5 years, 8 months ago (2015-04-22 11:37:55 UTC) #8
shreeramk
On 2015/04/22 11:37:55, shreeramk wrote: > PTAL. > > Which bot should be used to ...
5 years, 8 months ago (2015-04-22 17:35:19 UTC) #9
dmazzoni
I believe linux_android_dbg_ng and linux_android_rel_ng are the best trybots to use for Android now, they ...
5 years, 8 months ago (2015-04-22 22:31:28 UTC) #10
dmazzoni
lgtm
5 years, 8 months ago (2015-04-22 22:32:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1063383005/140001
5 years, 8 months ago (2015-04-23 05:09:05 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-23 06:02:35 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-23 06:03:30 UTC) #16
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/deec21d2f582eff12c78adac4d16ad54d7461066
Cr-Commit-Position: refs/heads/master@{#326463}

Powered by Google App Engine
This is Rietveld 408576698