summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_accessibility_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Move functions required by the rest of the browser from RenderProcessHost to ↵brettw@chromium.org2009-01-161-15/+15
| | | | | | | | an interface and move the implementation to BrowserRenderProcessHost. This will allow me to write render view unit tests without using the actual renderer, but there are no tests yet. Review URL: http://codereview.chromium.org/18132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8188 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in BrowserAccessibilityManager destructor (see ↵klink@chromium.org2008-10-091-2/+2
| | | | | | | | | | CPBrowsingContextManager for example of this type of fix). Also fixes small style issue, to be consistent with other Singleton implementations. Review URL: http://codereview.chromium.org/6282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3078 0039d316-1c4b-4281-b951-d872f2087c98
* Adds MSAA/IAccessible exposure of web content.klink@chromium.org2008-09-301-0/+108
Review URL: http://codereview.chromium.org/4057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2738 0039d316-1c4b-4281-b951-d872f2087c98