summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:21:41 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:21:41 +0000
commit9f4db510a3ba5dd8447d9f7b60827d926e13ed5e (patch)
tree1a39331bc057c956d3ed3add243836ac8fa94402 /chrome/chrome_tests.gypi
parent5cff506ccd4f4381bfdf0620b308cb105abd4719 (diff)
downloadchromium_src-9f4db510a3ba5dd8447d9f7b60827d926e13ed5e.zip
chromium_src-9f4db510a3ba5dd8447d9f7b60827d926e13ed5e.tar.gz
chromium_src-9f4db510a3ba5dd8447d9f7b60827d926e13ed5e.tar.bz2
Revert 46842 - Reimplement accessibility of web content by caching the entire
accessibility tree in the browser process. Adds new RPCs for a browser tab to request accessibility info from a renderer; the renderer responds with a complete tree of accessibility metadata for the entire DOM, which is then cached in the RenderWidgetHostView. This part is crossplatform and will help with accessibility on both Windows and Mac OS X. For Windows, MSAA support for web content has been rewritten to use this new cache. Tested in JAWS and NVDA screen readers. Using Chrome with a screen reader is now fast and stable, unlike the previous implementation. However, note that most advanced functionality is still not supported, and much work remains to make Chrome work well with a screen reader. This is a necessary step to improve stability first. BUG=25564 BUG=13291 TEST=See http://codereview.chromium.org/1806001 Review URL: http://codereview.chromium.org/1637018 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/1989009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1790467..dd470c4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -594,7 +594,6 @@
'browser/bookmarks/bookmark_model_test_utils.h',
'browser/bookmarks/bookmark_model_unittest.cc',
'browser/bookmarks/bookmark_utils_unittest.cc',
- 'browser/browser_accessibility_unittest.cc',
'browser/browser_commands_unittest.cc',
'browser/browser_theme_pack_unittest.cc',
'browser/browser_theme_provider_unittest.cc',
@@ -986,7 +985,6 @@
'common/notification_service_unittest.cc',
'common/process_watcher_unittest.cc',
'common/property_bag_unittest.cc',
- 'common/render_messages_unittest.cc',
'common/resource_dispatcher_unittest.cc',
'common/sandbox_mac_unittest.mm',
'common/thumbnail_score_unittest.cc',
@@ -1136,7 +1134,6 @@
'dependencies': [
'chrome_dll_version',
'installer/installer.gyp:installer_util_strings',
- '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'test_chrome_plugin', # run time dependency
'<(allocator_target)',
],
@@ -1188,7 +1185,6 @@
'sources!': [
'browser/bookmarks/bookmark_codec_unittest.cc',
'browser/bookmarks/bookmark_drag_data_unittest.cc',
- 'browser/browser_accessibility_unittest.cc',
'browser/browser_unittest.cc',
'browser/chrome_plugin_unittest.cc',
'browser/extensions/extension_process_manager_unittest.cc',