summaryrefslogtreecommitdiffstats
path: root/content/renderer/renderer_accessibility.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor all accessibility code out of webkit/glue.dmazzoni@chromium.org2012-06-121-2/+0
* New RendererAccessibility implementation that doesn't use WebKit accessibility.dmazzoni@chromium.org2012-06-051-620/+10
* Implement correct accessibility states for contenteditable.dmazzoni@chromium.org2012-05-301-1/+10
* Don't compute line breaks when accessibility is in editable text mode.dmazzoni@chromium.org2012-05-091-4/+15
* Translates the webkit notification for selection changes properly on Windows ...dtseng@chromium.org2012-05-061-0/+4
* Change CHECK to DCHECK so users don't experience crash while waiting on under...dmazzoni@chromium.org2012-04-271-1/+1
* Check RendererAccessibility mode instead of WebKit accessibilityEnabled.dmazzoni@chromium.org2012-04-231-8/+11
* Remedy irratic focus behavior when accessibility clients set focus.dtseng@chromium.org2012-04-191-30/+92
* Add an accessibility mode for editable text fields only.dmazzoni@chromium.org2012-04-131-8/+67
* Separate out the broker from the pepper dispatcher.brettw@chromium.org2012-02-261-0/+1
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-131-38/+40
* Post a notification when accessible scroll requests complete.dmazzoni@chromium.org2012-02-111-1/+1
* Prevent SendPendingAccessibilityNotifications from calling itself recursively.dmazzoni@chromium.org2012-02-101-19/+30
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-241-21/+45
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-4/+6
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-6/+4
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-4/+6
* Fix a stack overflow crash in the accessibility code in the renderer. The cra...ananta@chromium.org2011-12-151-3/+5
* Remove special casing for firing load completes.dtseng@chromium.org2011-12-091-18/+7
* Revert 113267 - Attempt fixes at chrome frame tests redness.dtseng@chromium.org2011-12-071-1/+1
* Attempt fixes at chrome frame tests redness.dtseng@chromium.org2011-12-061-1/+1
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-031-1/+2
* Add IPCs to allow assistive technology to scroll the pagedmazzoni@chromium.org2011-12-021-0/+76
* Fix a possible renderer hang due to an WebAccessibilityObject becoming invalid.dtseng@chromium.org2011-12-021-10/+17
* Make sure the document's scroll position is always up-to-date beforedmazzoni@chromium.org2011-12-011-0/+14
* Pass the right notification enum to WebAccessibility::DebugString.dmazzoni@chromium.org2011-10-251-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-2/+2
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-2/+2
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+1
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-291-0/+434