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

Issue 2948513002: Forward BrowserAccessibility::accHitTest to AXPlatformNode. (Closed)

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

Description

Forward BrowserAccessibility::accHitTest to AXPlatformNode. BUG=703369 Review-Url: https://codereview.chromium.org/2948513002 Cr-Commit-Position: refs/heads/master@{#482398} Committed: https://chromium.googlesource.com/chromium/src/+/07c299e9c4839adca2fb75822fe21c4513b4bdd6

Patch Set 1 #

Patch Set 2 : Add tests, delegate. #

Patch Set 3 : Adjust the test to match the spec #

Total comments: 10

Patch Set 4 : add simple hit test #

Total comments: 2

Patch Set 5 : spelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -27 lines) Patch
M content/browser/accessibility/browser_accessibility.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_com_win.cc View 1 1 chunk +1 line, -24 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_win.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_win_unittest.cc View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
M ui/accessibility/platform/test_ax_node_wrapper.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/accessibility/platform/test_ax_node_wrapper.cc View 1 2 3 1 chunk +23 lines, -1 line 0 comments Download

Messages

Total messages: 36 (26 generated)
dougt
dmazzoni, please take a look. Also, if there is something you know that uses accHitTest ...
3 years, 6 months ago (2017-06-22 21:02:32 UTC) #19
dmazzoni
For testing, open Inspect.exe and click on "Watch Cursor" in the toolbar, then hover over ...
3 years, 5 months ago (2017-06-23 18:42:26 UTC) #20
dmazzoni
For manual testing I'd suggest testing an html page with overflow or a z-index, something ...
3 years, 5 months ago (2017-06-23 18:51:13 UTC) #21
dougt
On 2017/06/23 18:42:26, dmazzoni wrote: > For testing, open Inspect.exe and click on "Watch Cursor" ...
3 years, 5 months ago (2017-06-23 19:15:01 UTC) #22
dougt
On 2017/06/23 19:15:01, dougt wrote: > On 2017/06/23 18:42:26, dmazzoni wrote: > > For testing, ...
3 years, 5 months ago (2017-06-23 19:23:44 UTC) #23
dougt
https://codereview.chromium.org/2948513002/diff/60001/content/browser/accessibility/browser_accessibility.cc File content/browser/accessibility/browser_accessibility.cc (right): https://codereview.chromium.org/2948513002/diff/60001/content/browser/accessibility/browser_accessibility.cc#newcode1133 content/browser/accessibility/browser_accessibility.cc:1133: auto* accessible = ApproximateHitTest(gfx::Point(x, y)); On 2017/06/23 18:51:12, dmazzoni ...
3 years, 5 months ago (2017-06-25 21:16:32 UTC) #28
dmazzoni
lgtm https://codereview.chromium.org/2948513002/diff/80001/ui/accessibility/platform/ax_platform_node_win_unittest.cc File ui/accessibility/platform/ax_platform_node_win_unittest.cc (right): https://codereview.chromium.org/2948513002/diff/80001/ui/accessibility/platform/ax_platform_node_win_unittest.cc#newcode158 ui/accessibility/platform/ax_platform_node_win_unittest.cc:158: // We got something back, make sure that ...
3 years, 5 months ago (2017-06-26 16:52:58 UTC) #29
dougt
https://codereview.chromium.org/2948513002/diff/80001/ui/accessibility/platform/ax_platform_node_win_unittest.cc File ui/accessibility/platform/ax_platform_node_win_unittest.cc (right): https://codereview.chromium.org/2948513002/diff/80001/ui/accessibility/platform/ax_platform_node_win_unittest.cc#newcode158 ui/accessibility/platform/ax_platform_node_win_unittest.cc:158: // We got something back, make sure that it ...
3 years, 5 months ago (2017-06-26 19:12:21 UTC) #30
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/2948513002/100001
3 years, 5 months ago (2017-06-26 19:12:38 UTC) #33
commit-bot: I haz the power
3 years, 5 months ago (2017-06-26 21:10:16 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/07c299e9c4839adca2fb75822fe2...

Powered by Google App Engine
This is Rietveld 408576698