Skip to content
Snippets Groups Projects
  1. Nov 03, 2010
  2. Oct 08, 2010
  3. Oct 07, 2010
  4. Oct 06, 2010
  5. Oct 01, 2010
  6. Sep 08, 2010
  7. Sep 03, 2010
  8. Sep 01, 2010
  9. Aug 31, 2010
  10. Aug 05, 2010
  11. Jul 26, 2010
  12. Jun 16, 2010
  13. May 21, 2010
  14. May 11, 2010
    • dmazzoni@chromium.org's avatar
      Reimplement accessibility of web content by caching the entire · b3df5a4b
      dmazzoni@chromium.org authored
      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 cross-platform 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
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46916 0039d316-1c4b-4281-b951-d872f2087c98
      b3df5a4b
  15. May 10, 2010
  16. May 07, 2010
  17. May 06, 2010
    • dmazzoni@chromium.org's avatar
      Reimplement accessibility of web content by caching the entire · 70102973
      dmazzoni@chromium.org authored
      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 cross-platform 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
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46567 0039d316-1c4b-4281-b951-d872f2087c98
      70102973
  18. Feb 24, 2010
  19. Sep 29, 2009
  20. Jun 05, 2009
  21. May 20, 2009
  22. Mar 20, 2009
  23. Mar 10, 2009
  24. Feb 05, 2009
  25. Feb 04, 2009
  26. Sep 30, 2008
Loading