summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_accessibility_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-041-1/+2
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-4/+3
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-291-2/+2
* Fixes an issue where the MSAA information was not reported back correctly to ...klink@chromium.org2009-06-051-5/+0
* Revert "Revert "Use a NotificationRegistrar to listen for notifications.""evan@chromium.org2009-05-221-6/+2
* Revert "Use a NotificationRegistrar to listen for notifications."evan@chromium.org2009-05-221-2/+6
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-6/+2
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-82/+70
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-201-13/+14
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-3/+3
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-041-1/+2
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-2/+1
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-1/+2
* Address a review comment I forgot in my previous patch.brettw@chromium.org2009-02-011-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Reverting 5927 as John has a better fix for this issue.ananta@chromium.org2008-11-271-4/+0
* Fixes a potential memory leak with a message creation.klink@chromium.org2008-11-241-4/+3
* Don't reenter Webkit, while it waits for outgoing sync calls to complete. Thisananta@chromium.org2008-11-241-0/+4
* Fixes a null pointer bug, and adds null checks around potentially dying proce...klink@chromium.org2008-10-111-5/+11
* Fixes crash in BrowserAccessibilityManager destructor (see CPBrowsingContextM...klink@chromium.org2008-10-091-3/+3
* Adds MSAA/IAccessible exposure of web content.klink@chromium.org2008-09-301-0/+167