summaryrefslogtreecommitdiffstats
path: root/content/browser/accessibility/browser_accessibility_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* IAccessibleText: Made content editables return embedded object information an...nektar2015-08-101-17/+35
* Update SplitString calls to new formbrettw2015-08-081-4/+6
* Reports the position of the caret and current selection in content editables.nektar2015-08-071-30/+132
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-6/+4
* Update SplitString calls to new formbrettw2015-08-071-4/+6
* Fix some clang warnings with -Wmissing-braces in content.dcheng2015-07-021-5/+8
* Make HTML5 <mark> accessible.shreeram.k2015-06-181-0/+4
* Exposes datetime attribute.je_julie.kim2015-06-111-5/+23
* Handles conversion rule for TimeRole and updates InputTimeRole.je_julie.kim2015-05-271-1/+5
* Initial support for foreground / background color, text direction, font size,...nektar2015-05-131-9/+7
* win: Fix style plugin warnings in browser_accessibility_win.h.thakis2015-04-301-0/+186
* Apply automated fixits for Chrome clang plugin to content.dcheng2015-04-291-7/+8
* Fix menu list and list box screen reader accessibility.dmazzoni2015-04-241-9/+43
* Chromium side Implementation to expose aria properties - setsize & posinsetshreeram.k2015-04-231-19/+7
* Use multiline attribute to check for IA2_STATE_MULTILINE.shreeram.k2015-04-081-7/+4
* Changed get_caretOffset to return -1 when the object on which it's called is ...nektar2015-04-031-1/+6
* Modified code to report caret offset and text selection in all editable text ...nektar2015-04-021-6/+8
* Chromium side Implementation of new roles added in ARIA 1.1 draft.shreeram.k2015-03-271-4/+9
* Fixed IAccessibleText::TextAtOffset with IA2_TEXT_BOUNDARY_WORD to return tex...nektar2015-02-251-1/+22
* Handles aria-dropeffect after getting its value from blink.je_julie.kim2015-02-101-0/+1
* Added the aria-sort state to the accessibility tree.nektar2015-02-091-2/+23
* Don't set the STATE_SYSTEM_HOTTRACKED state in tests.dmazzoni2015-02-031-2/+10
* Fire AX text inserted event when embedded obj char changes.dmazzoni2015-02-031-86/+123
* Add more logging to track down flakiness (2).dmazzoni2015-02-011-1/+5
* Add conversion rule for aria-grabbed attributes.je_julie.kim2015-01-271-0/+3
* Re-land: Send Windows accessibility events based on tree updates.dmazzoni2015-01-271-388/+533
* Revert of Send Windows accessibility events based on tree updates. (patchset ...pauljensen2015-01-261-533/+388
* Send Windows accessibility events based on tree updates.dmazzoni2015-01-261-388/+533
* Fix typo in get_accDefaultAction implementationdmazzoni2015-01-231-1/+1
* Add DumpAccessibilityTree tests (12 of 20)shreeram.k2015-01-191-1/+0
* Exposed the invalid state of form controls to the accessibility APIs.nektar2015-01-131-11/+53
* Add a helper function, ,IsCellOrTableHeaderRole(), for ax table headerje_julie.kim2015-01-121-4/+5
* Expose br tag in AX Tree as ROLE_SYSTEM_WHITESPACE.shreeram.k2015-01-081-0/+3
* HTML Legend tag should be exposed as IA2_ROLE_LABEL roleramya.v2015-01-071-0/+1
* Expose ARIA role status on MACshreeram.k2015-01-071-1/+0
* TableCaptionElement is not exposed to accessibilityramya.v2015-01-061-0/+4
* Input type in radio state with menu as parent should be exposed similar to AR...shreeram.k2014-12-221-0/+1
* Support presentational iframes and make use of them in the uber frame.dmazzoni2014-12-171-0/+11
* ARIA state/property aria-autocomplete should expose IA2_STATE_SUPPORTS_AUTOCO...shreeram.k2014-12-171-0/+6
* Expose aria-pressed as STATE_SYSTEM_PRESSED on windowsshreeram.k2014-12-121-8/+0
* Added trailing semicolon to the list of ia2 attributes.nektar2014-12-091-4/+3
* Remove unused roles(EditableText, SplitGroup, GrowArea) from Chromium.shreeram.k2014-12-021-14/+0
* Exposing ARIA state/property aria-orientation on Windows correctly.shreeram.k2014-12-011-3/+2
* Expose IA2 role for embed, object element.shreeram.k2014-11-261-0/+4
* Removing unused roles(7) from chromium.shreeram.k2014-11-261-8/+0
* Exposing AXRole* correctly for HTML input types on mac.shreeram.k2014-11-181-4/+1
* ARIA role spinbutton should expose AXRole as AXIncrementor.shreeram.k2014-11-131-1/+0
* MSAA + (IA,IA2) role are not correctly exposed for html footer tag.shreeram.k2014-11-111-2/+2
* AXRoleDescriptions are not correctly exposed for dl, dd, dt tagsshreeram.k2014-11-111-1/+1