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

Issue 2763043002: Implement BrowserAccessibility accLocation in terms of AXPlatformNodeWin. (Closed)

Created:
3 years, 9 months ago by dougt
Modified:
3 years, 8 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, aboxhall+watch_chromium.org, nektar+watch_chromium.org, jam, yuzo+watch_chromium.org, je_julie, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement BrowserAccessibility accLocation in terms of AXPlatformNodeWin. Here we are implementing one IAccessibility method, accLocation(), in terms of ui::AXPlatformNodeWin. The idea is that we can forward IAccessibility calls to ui::AXPlatformNodeWin and then slowly trim down, and maybe remove, BrowserAccessibilityWin. This CL adds a small helper method that allows the cast conversation of platform_node_, which is created in AXPlatformNode, from a AXPlatformNode to AXPlatformNodeWin. If this result is nullptr, we will fall back to using the BrowserAccessibilityWin implementation. BUG=703369 Review-Url: https://codereview.chromium.org/2763043002 Cr-Commit-Position: refs/heads/master@{#462978} Committed: https://chromium.googlesource.com/chromium/src/+/9f99a6f415f9a0caaae84ed0a768b8c63e3fceb3

Patch Set 1 : Use delegate's GetScreenBoundsRect() #

Patch Set 2 : Implement BrowserAccessibility accLocation in terms of AXPlatformNodeWin. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -14 lines) Patch
M content/browser/accessibility/browser_accessibility_win.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 chunks +7 lines, -14 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (23 generated)
dougt
dmazzoni, ptal.
3 years, 9 months ago (2017-03-21 14:59:21 UTC) #2
dmazzoni
I don't think this will work. Once the other changes have landed let's run try ...
3 years, 9 months ago (2017-03-21 16:57:21 UTC) #7
dmazzoni
lgtm I would like to see you check in content/test/data/accessibility/html/iframe-transform-expected-win.txt as part of this change ...
3 years, 8 months ago (2017-04-07 18:26:17 UTC) #23
dougt
On 2017/04/07 18:26:17, dmazzoni wrote: > lgtm > > I would like to see you ...
3 years, 8 months ago (2017-04-07 18:46:54 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2763043002/60001
3 years, 8 months ago (2017-04-07 20:00:38 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 20:12:13 UTC) #29
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/9f99a6f415f9a0caaae84ed0a768...

Powered by Google App Engine
This is Rietveld 408576698