summaryrefslogtreecommitdiffstats
path: root/content/renderer/renderer_accessibility.h
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-2/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Refactor all accessibility code out of webkit/glue.dmazzoni@chromium.org2012-06-121-4/+0
* New RendererAccessibility implementation that doesn't use WebKit accessibility.dmazzoni@chromium.org2012-06-051-106/+47
* Remedy irratic focus behavior when accessibility clients set focus.dtseng@chromium.org2012-04-191-14/+12
* Add an accessibility mode for editable text fields only.dmazzoni@chromium.org2012-04-131-2/+24
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-131-4/+4
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-241-1/+3
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-2/+2
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-2/+2
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+1
* Remove special casing for firing load completes.dtseng@chromium.org2011-12-091-3/+0
* Add IPCs to allow assistive technology to scroll the pagedmazzoni@chromium.org2011-12-021-0/+3
* Make sure the document's scroll position is always up-to-date beforedmazzoni@chromium.org2011-12-011-0/+5
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-3/+3
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-1/+3
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-291-0/+119