summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webaccessibility.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor all accessibility code out of webkit/glue.dmazzoni@chromium.org2012-06-121-969/+0
* Don't compute line breaks when accessibility is in editable text mode.dmazzoni@chromium.org2012-05-091-12/+18
* Expose correct semantics for HTML5 footer element on mac and windows platform...aboxhall@chromium.org2012-04-271-0/+2
* Use new WebElement attribute accessors so we can delete WebNamedNodeMap.dmazzoni@chromium.org2012-04-201-5/+3
* Remedy irratic focus behavior when accessibility clients set focus.dtseng@chromium.org2012-04-191-74/+2
* Expose correct MSAA roles for ARIA tab-related roles.aaronlevbugs@gmail.com2012-02-151-3/+3
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-031-0/+4
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-4/+4
* Make accessible scroll position attributes more generic anddmazzoni@chromium.org2011-12-021-6/+26
* Re-land 108318 now that patch for WebKit bug 71561 has landeddmazzoni@chromium.org2011-11-121-16/+13
* Revert 108318 temporarily until the fix for WebKit bug 71561 landsdmazzoni@chromium.org2011-11-051-13/+16
* Expose accessible text attributes for anything with andmazzoni@chromium.org2011-11-021-16/+13
* Add support for accessible labels for controls.dmazzoni@chromium.org2011-10-211-0/+5
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-291-12/+7
* Ensure WebKit's "canSetValue" attribute is reflected in Chrome's accessibilit...aboxhall@chromium.org2011-09-291-1/+6
* Add routing id and notification type to accessibility logging.dtseng@chromium.org2011-09-211-2/+74
* Fix the readonly state in the Mac accessibility tree.dmazzoni@chromium.org2011-09-091-1/+6
* Add a big grab bag of missing web accessibilitydmazzoni@chromium.org2011-09-011-15/+477
* Implement IAccessibleTable and IAccessibleTableCell so that screendmazzoni@chromium.org2011-07-201-17/+43
* Fix Jaws not reading the value of textfields .dtseng@chromium.org2011-07-081-0/+3
* Update src/webkit/glue to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+1
* Support for accessible multiline text editing for Windowsdmazzoni@chromium.org2011-06-151-6/+10
* Revert 82261 - Revert 82256 - unit_tests failures were unrelated - Fix handli...ctguil@chromium.org2011-04-201-1/+12
* Revert 82256 - Looks unrelated but unit_tests on mac 10.6 dbg(1) are failing ...ctguil@chromium.org2011-04-201-12/+1
* Fix handling of a case where an AccessibilityObject is listed as a child mult...ctguil@chromium.org2011-04-201-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