summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webaccessibility.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 82256 - Fix handling of a case where an AccessibilityObject is listed a...cevans@chromium.org2011-04-231-1/+12
* Revert 82076 - Fix handling of a case where an AccessibilityObject is listed ...andybons@chromium.org2011-04-191-12/+1
* Fix handling of a case where an AccessibilityObject is listed as a child mult...ctguil@chromium.org2011-04-191-1/+12
* Retrieve the accessibility tree from an iframe's document in the renderer,dmazzoni@chromium.org2011-03-251-2/+8
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-0/+1
* Fix handling of case where the same AccessibilityObject appears as admazzoni@chromium.org2011-03-141-6/+6
* Browser accessibility improvements so that screen readers can access moredmazzoni@chromium.org2011-03-081-8/+22
* Quick fix for problems with editable text field accessibility by not sendingdmazzoni@chromium.org2011-02-181-0/+6
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-14/+14
* Rename ATTR_LINK_TARGET to ATTR_URL and assign it within webaccessibility.BUG...ctguil@chromium.org2010-12-201-0/+2
* Only send child node updates on load and children changed notifications.ctguil@chromium.org2010-11-051-14/+18
* Add basic support for accessibility hit testing within web contents.ctguil@chromium.org2010-11-031-0/+5
* Make the selection start and end attributes of an html input controldmazzoni@chromium.org2010-10-011-2/+19
* Support additional webkit accessibility notifications and states. ctguil@chromium.org2010-09-251-1/+20
* Store lower case tag names within web accessibility.ctguil@chromium.org2010-09-231-1/+5
* Set name of document accessibility nodes to document title. ctguil@chromium.org2010-09-211-0/+2
* Revert 60088 - Set name of document accessibility nodes to document title.rdsmith@chromium.org2010-09-211-2/+0
* Set name of document accessibility nodes to document title.ctguil@chromium.org2010-09-211-0/+2
* Don't add invalid webkit accessibility objects to the renderer accessibility ...ctguil@chromium.org2010-09-161-2/+8
* Add html node info (tag name, attributes, and computed display) and documentdmazzoni@chromium.org2010-08-301-0/+37
* FBTF: Move code from headers into cc files.erg@google.com2010-08-271-0/+3
* Revert 57327 - Re-landing. Add html node info (tag name, attributes, and comp...dmazzoni@chromium.org2010-08-251-34/+0
* Re-landing. Add html node info (tag name, attributes, and computed display)dmazzoni@chromium.org2010-08-251-0/+34
* Revert 57188 - Add html node info (tag name, attributes, and computed display...dmazzoni@chromium.org2010-08-241-34/+0
* Add html node info (tag name, attributes, and computed display) and documentdmazzoni@chromium.org2010-08-241-0/+34
* Windows accessibility improvements: 1. All WebKit roles are now passed to thedmazzoni@chromium.org2010-05-211-39/+162
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-111-208/+45
* Revert 46842 - Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-101-45/+208
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-101-208/+45
* Revert 46567 - Reimplement accessibility of web content by caching the entire zork@chromium.org2010-05-071-45/+208
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-061-208/+45
* Landing Chris Guillory CL.jcampan@chromium.org2010-02-241-24/+24
* Roll Webkit to 53220 and fix compilation error due to renamed API.atwilson@chromium.org2010-01-141-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-6/+6
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-041-0/+340