summaryrefslogtreecommitdiffstats
path: root/content/browser/accessibility/browser_accessibility_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, no functional change.pkasting@chromium.org2012-11-131-190/+153
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-10/+6
* Move content\accessibility code into the content namespace.jam@chromium.org2012-10-241-1/+3
* New fix for Win 8 OSKdmazzoni@chromium.org2012-10-081-6/+1
* Add support for new accessibility roles from WebKit, with tests.dmazzoni@chromium.org2012-09-121-6/+37
* Make on-screen keyboard not pop up when switching to a tab.dmazzoni@chromium.org2012-08-221-0/+10
* Improve accessible name calculation on Windows.dmazzoni@chromium.org2012-08-061-9/+75
* Refactor all accessibility code out of webkit/glue.dmazzoni@chromium.org2012-06-121-239/+255
* Escape search terms correctly in the path portion of a custom search engine.pkasting@chromium.org2012-05-311-5/+0
* Implement correct accessibility states for contenteditable.dmazzoni@chromium.org2012-05-301-79/+92
* Fix crash in the accessibility code in the shared build. The problem is that ...tommi@chromium.org2012-05-221-1/+1
* Add initial GTK web accessibility framework (third attempt).dmazzoni@chromium.org2012-05-091-28/+32
* Revert 135593 - Add initial GTK web accessibility framework (new with valgrin...dmazzoni@chromium.org2012-05-061-50/+49
* Add initial GTK web accessibility framework (new with valgrind fix).dmazzoni@chromium.org2012-05-061-49/+50
* Translates the webkit notification for selection changes properly on Windows ...dtseng@chromium.org2012-05-061-2/+9
* Revert 135160 - Re-land: Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-031-28/+28
* Re-land: Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-031-28/+28
* Revert 135020 - Add initial GTK web accessibility framework.jam@chromium.org2012-05-021-28/+28
* Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-021-28/+28
* Expose correct semantics for HTML5 footer element on mac and windows platform...aboxhall@chromium.org2012-04-271-0/+4
* Fix BrowserAccessibilityWin::QueryService to use the service guid rather than...dtseng@chromium.org2012-04-271-15/+15
* Correctly map list markers to a specific role rather than a generic group on ...dtseng@chromium.org2012-04-131-1/+2
* Add support for UIA accessibility interfaces like IAccessibleEx and IRawEleme...ananta@chromium.org2012-04-041-15/+64
* Comment out flakey statesdtseng@chromium.org2012-02-291-5/+0
* Add logic for WebKit ROLE_GROUP cases in order to map ARIA group and fieldset...aaronlevbugs@gmail.com2012-02-241-2/+7
* Revert 123372 - Adds deps file for content/browser/accessibility/vandebo@chromium.org2012-02-241-0/+5
* Adds deps file for content/browser/accessibility/dtseng@chromium.org2012-02-241-5/+0
* Revert r122805 "Add logic for WebKit ROLE_GROUP cases in order to map ARIA gr...maruel@chromium.org2012-02-211-7/+2
* Add logic for WebKit ROLE_GROUP cases in order to map ARIA group and fieldset...aaronlevbugs@gmail.com2012-02-211-2/+7
* Revert 122617 - Adds dump accessibility tree support in Windows.dtseng@chromium.org2012-02-171-0/+5
* Adds dump accessibility tree support in Windows.dtseng@chromium.org2012-02-171-5/+0
* Expose correct MSAA roles for ARIA tab-related roles.aaronlevbugs@gmail.com2012-02-151-2/+7
* Ensure BrowserAccessibilityRelation only includes active instances of Browser...dtseng@chromium.org2012-02-141-1/+10
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-131-3/+3
* Post a notification when accessible scroll requests complete.dmazzoni@chromium.org2012-02-111-0/+6
* Expose IAccessible2 role IA2_ROLE_TOGGLE_BUTTON when aria-pressed used with a...aaronlevbugs@gmail.com2012-02-101-0/+8
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-241-31/+13
* Fix accessible scrolling methods.dmazzoni@chromium.org2012-01-191-7/+4
* Initial addition of a11y test dump infrastructure.dtseng@chromium.org2011-12-211-0/+5
* Reland 8775059 Support IAccessibleHypertext.dtseng@chromium.org2011-12-141-17/+87
* Revert 114367 - Reland of reland 8775059 Support IAccessibleHypertext.toyoshim@chromium.org2011-12-141-87/+17
* Reland of reland 8775059 Support IAccessibleHypertext.dtseng@chromium.org2011-12-141-17/+87
* Revert r112885 and follow-up r112886.thakis@chromium.org2011-12-041-87/+17
* Relanding http://codereview.chromium.org/8416034dmazzoni@chromium.org2011-12-031-17/+87
* Initial implementation of IAccessible2 scrollTo and setTextSelection anddmazzoni@chromium.org2011-12-031-1/+157
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-031-25/+143
* Split accessible bounds calculation into two methods, one to retrievedmazzoni@chromium.org2011-11-301-2/+2
* Implement more IAccessibleText in NativeViewAccessibilityWin.dmazzoni@chromium.org2011-11-041-81/+29
* Revert 108211 - Support IAccessibleHypertext.glotov@google.com2011-11-021-82/+14
* Support IAccessibleHypertext.dtseng@chromium.org2011-11-021-14/+82