summaryrefslogtreecommitdiffstats
path: root/content/browser/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-246-217/+42
* Fix accessible scrolling methods.dmazzoni@chromium.org2012-01-192-9/+6
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+2
* Re-enable these tests as they are no longer failing.dtseng@chromium.org2011-12-291-4/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-9/+20
* Mark two tests as DISABLED_, as they're timing out/DCHECKing rather than fail...rsleevi@chromium.org2011-12-221-5/+6
* Coverity: Fix unchecked return bugs.kmadhusu@chromium.org2011-12-221-2/+4
* Initial addition of a11y test dump infrastructure.dtseng@chromium.org2011-12-213-0/+19
* Clear accessibility children after releasing references to them.grt@chromium.org2011-12-211-1/+6
* Fixes regression in checkbox state for NVDA.dtseng@chromium.org2011-12-201-6/+6
* Marked RendererAccessibilityBrowserTest.CrossPlatformTableSpan as failingbattre@chromium.org2011-12-181-1/+2
* Marked RendererAccessibilityBrowserTest.CrossPlatformMultipleInheritanceAcces...battre@chromium.org2011-12-181-1/+2
* Reland 8775059 Support IAccessibleHypertext.dtseng@chromium.org2011-12-148-53/+370
* Revert 114367 - Reland of reland 8775059 Support IAccessibleHypertext.toyoshim@chromium.org2011-12-148-370/+53
* Reland of reland 8775059 Support IAccessibleHypertext.dtseng@chromium.org2011-12-148-53/+370
* Fixes and reenables RendererAccessibilityBrowserTest.*dtseng@chromium.org2011-12-121-4/+1
* Revert 113704 - Remove special casing for firing load completes.dtseng@chromium.org2011-12-092-12/+23
* Remove special casing for firing load completes.dtseng@chromium.org2011-12-092-23/+12
* Remove special casing for firing load completes.dtseng@chromium.org2011-12-091-1/+4
* Fixed path to WebRect in include after webkit roll.vsevik@chromium.org2011-12-071-1/+1
* Move a bunch of accessibility tests in chrome that have no chrome dependencie...jam@chromium.org2011-12-053-0/+1494
* Revert r112885 and follow-up r112886.thakis@chromium.org2011-12-047-204/+53
* Fix shared build by adding CONTENT_EXPORT.dmazzoni@chromium.org2011-12-031-2/+2
* Relanding http://codereview.chromium.org/8416034dmazzoni@chromium.org2011-12-037-53/+204
* Initial implementation of IAccessible2 scrollTo and setTextSelection anddmazzoni@chromium.org2011-12-034-35/+318
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-034-30/+157
* Add IPCs to allow assistive technology to scroll the pagedmazzoni@chromium.org2011-12-022-0/+28
* Make accessible scroll position attributes more generic anddmazzoni@chromium.org2011-12-021-3/+2
* Split accessible bounds calculation into two methods, one to retrievedmazzoni@chromium.org2011-11-304-16/+26
* The Mac accessibility impl should defer to BrowserAccessibilityManagerdmazzoni@chromium.org2011-11-301-1/+2
* Get content to build again with aura & component build.ben@chromium.org2011-11-172-2/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-172-5/+6
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-102-2/+0
* Remove ctguil from OWNERS files (no longer works on chromium).dmazzoni@chromium.org2011-11-091-7/+0
* Return the base part of the image filename as the descriptiondmazzoni@chromium.org2011-11-081-3/+32
* content: Remove 16 exit time destructors and 15 static initializers.thakis@chromium.org2011-11-081-154/+171
* Add a UMA histogram to count accessibility usage.dmazzoni@chromium.org2011-11-052-5/+37
* Implement more IAccessibleText in NativeViewAccessibilityWin.dmazzoni@chromium.org2011-11-042-89/+48
* Also include selected state when returning AXValue.dtseng@chromium.org2011-11-031-3/+7
* Revert 108211 - Support IAccessibleHypertext.glotov@google.com2011-11-023-169/+21
* Support IAccessibleHypertext.dtseng@chromium.org2011-11-023-21/+169
* Fix build on the "Linux Clang (ChromeOS dbg)" bot.hbono@chromium.org2011-10-271-1/+1
* Add support for accessible labels for controls.dmazzoni@chromium.org2011-10-215-14/+271
* Add Windows accessibility notifications used by <select> controlsdmazzoni@chromium.org2011-10-201-0/+6
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Fix accessible focus when transitioning to a new page.dmazzoni@chromium.org2011-10-141-8/+19
* yet another batch of symbols to export from content.dpranke@chromium.org2011-10-041-226/+244
* Fix flipped boolean state for required attribute.dtseng@chromium.org2011-10-031-1/+1
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-302-3/+4
* Add support for a few more Mac accessibility attributes.dmazzoni@chromium.org2011-09-291-15/+131