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

Issue 4057: Adds MSAA/IAccessible exposure of web content. (Closed)

Created:
12 years, 3 months ago by Jonas Klink (Google)
Modified:
9 years, 7 months ago
Reviewers:
macdome, jcampan, pink (ping after 24hrs), eseidel
CC:
chromium-reviews_googlegroups.com, a11y-reviews_google.com
Visibility:
Public.

Description

Adds MSAA/IAccessible exposure of web content.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1666 lines, -7 lines) Patch
M chrome/browser/browser.vcproj View 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/browser_accessibility.h View 1 2 1 chunk +169 lines, -0 lines 0 comments Download
A chrome/browser/browser_accessibility.cc View 1 2 1 chunk +555 lines, -0 lines 0 comments Download
A chrome/browser/browser_accessibility_manager.h View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A chrome/browser/browser_accessibility_manager.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download
A chrome/browser/iaccessible_function_ids.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/browser/render_view_host.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/render_widget_host_hwnd.h View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/render_widget_host_hwnd.cc View 1 2 2 chunks +51 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 chunks +129 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 6 chunks +35 lines, -4 lines 0 comments Download
M webkit/build/glue/glue.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
A webkit/glue/glue_accessibility.h View 1 2 1 chunk +68 lines, -0 lines 1 comment Download
A webkit/glue/glue_accessibility.cc View 1 2 1 chunk +281 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jonas Klink (Google)
Adds the glue and browser-layer functionality for exposing MSAA/IAccessible information from WebKit, through IPC and ...
12 years, 3 months ago (2008-09-23 23:42:06 UTC) #1
macdome_gmail.com
I looked through it briefly. Looks sane, but I'm anything but an AX expert. (eseidel) ...
12 years, 3 months ago (2008-09-24 01:18:24 UTC) #2
jcampan
http://codereview.chromium.org/4057/diff/1/13 File chrome/browser/browser_accessibility.h (right): http://codereview.chromium.org/4057/diff/1/13#newcode5 Line 5: #ifndef CHROME_BROWSER_BROWSER_ACCESSIBILITY_H__ New style guide says only one ...
12 years, 3 months ago (2008-09-24 20:14:21 UTC) #3
jcampan
http://codereview.chromium.org/4057/diff/401/605 File chrome/browser/browser_accessibility_manager.cc (right): http://codereview.chromium.org/4057/diff/401/605#newcode51 Line 51: int iaccessible_id, int instance_id, int iaccessible_func_id, VARIANT var_id, ...
12 years, 2 months ago (2008-09-26 17:53:03 UTC) #4
pink (ping after 24hrs)
http://codereview.chromium.org/4057/diff/806/232 File webkit/glue/glue_accessibility.h (right): http://codereview.chromium.org/4057/diff/806/232#newcode5 Line 5: #ifndef WEBKIT_GLUE_GLUE_ACCESSIBILITY_H_ drive-by comment.... how about naming this ...
12 years, 2 months ago (2008-09-30 13:10:10 UTC) #5
jcampan
12 years, 2 months ago (2008-09-30 22:39:57 UTC) #6
OK, LGTM.

Note that I think it would have been easier to deal with the RPH notifications
if each BrowserAccessibility had been listening for the notification from its
specific RPH. That way BrowserAccessibilityManager would not need a map
RPH<->BrowserAccessibility.

Powered by Google App Engine
This is Rietveld 408576698