summaryrefslogtreecommitdiffstats
path: root/content/browser/accessibility/browser_accessibility_win.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Map ROLE_SYSTEM_GROUPING to AX role for figureje_julie.kim2014-11-101-2/+0
* HTML Ruby tag is not exposed on Windowsshreeram.k2014-11-101-0/+4
* AX_ROLE_HORIZONTAL_RULE is not required.shreeram.k2014-11-081-3/+0
* Add DumpAccessibilityTree tests (11 of 20)shreeram.k2014-11-061-1/+0
* ARIA role math and HTML math element are not exposed correctly.shreeram.k2014-11-041-2/+1
* Add a few missing overrides found by a new clang warning.thakis2014-10-301-7/+10
* Add DumpAccessibilityTree tests (9 of 20)shreeram.k2014-10-291-12/+3
* Add DumpAccessibilityTree tests (6 of 20)shreeram.k2014-10-281-2/+0
* Expose HTML pre tag with correct MSAA+IA2 Roleshreeram.k2014-10-271-0/+5
* Add conversion rule of WebAXRoleBlockquoteje_julie.kim2014-10-251-0/+4
* ARIA role region is not exposed correct with MSAA+IA2 roleshreeram.k2014-10-211-3/+6
* Fix MSAA+IA2 & AX for <header> tag and banner roleshreeram.k2014-10-211-1/+4
* HTML Meter tag should have MSAA+IA2 as ROLE_SYSTEM_PROGRESSBAR.shreeram.k2014-10-161-0/+6
* Expose IA and IA2 role and state for HTML input type attributes related to da...shreeram.k2014-10-151-0/+11
* Fixing IA2 role for input type attribute in button and checkbox state with me...shreeram.k2014-10-151-0/+1
* Expose aria role menuitemcheckbox and menuitemradio with correct IA2 role.(Ch...shreeram.k2014-10-091-0/+10
* ARIA role marquee should have ROLE_SYSTEM_ANIMATION as MSSA+IA2 roleshreeram.k2014-10-081-1/+3
* IAccessible2 state not defined for input type checkbox.shreeram.k2014-10-061-0/+1
* IA2 role, xml-roles are not correct for {address, aside, nav, main}shreeram.k2014-10-061-6/+16
* Add AX attribute conversion for input typeje_julie.kim2014-10-031-0/+1
* Add conversion rule for WebAXRoleDescriptionListje_julie.kim2014-10-021-0/+5
* Adds conversion rule for WebAXRoleDetailsshreeram.k2014-09-301-2/+4
* Article not exposed with correct IA2 Roleshreeram.k2014-09-261-2/+1
* Html main tag is not exposed with correct IA2 ROLEshreeram.k2014-09-261-1/+3
* Adds conversion rule for WebAXRoleNoneshreeram.k2014-09-241-0/+1
* Adds conversion rule for WebAXRoleFigcaption.je_julie.kim2014-09-181-0/+4
* Adds conversion rule for WebAXRoleFigureje_julie.kim2014-09-031-0/+5
* Send Android accessibility event when object location changes.dmazzoni2014-08-271-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Simplify access to LegacyRenderWidgetHostHWND.dmazzoni@chromium.org2014-07-261-3/+4
* Fix a use after free crasher in the BrowserAccessibilityManagerWinTest.TestAc...ananta@chromium.org2014-07-121-0/+2
* CHR-1796: Implement UIATextProvider::get_Value method.mpichlinski@opera.com2014-06-161-1/+2
* Fix race in BrowserAccessibilityManagerWin creation.dmazzoni@chromium.org2014-06-131-0/+5
* Don't return IA2_STATE_EDITABLE on a scroll pane on Windows.dmazzoni@chromium.org2014-05-071-0/+1
* RWHI should implement BrowserAccessibilityDelegatedmazzoni@chromium.org2014-04-301-5/+0
* Make BrowserAccessibilityManager use AXTree (re-land).dmazzoni@chromium.org2014-04-211-26/+22
* Revert of Make BrowserAccessibilityManager use AXTree. (https://codereview.ch...ckocagil@chromium.org2014-04-211-22/+26
* Make BrowserAccessibilityManager use AXTree.dmazzoni@chromium.org2014-04-211-26/+22
* Refactor BrowserAccessibility to prepare for AXNode (re-land)dmazzoni@chromium.org2014-04-101-85/+86
* Revert 262673 "Refactor BrowserAccessibility to prepare for AXNode."dmazzoni@google.com2014-04-091-86/+85
* Refactor BrowserAccessibility to prepare for AXNode.dmazzoni@chromium.org2014-04-091-85/+86
* Add a better iframe role on Windows and fix iframe ax tests.dmazzoni@chromium.org2014-04-051-0/+4
* Switch static text role on Windows.dmazzoni@chromium.org2014-02-261-6/+2
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-1/+1
* Fix a crasher in the BrowserAccessibilityWin::get_accParent function which oc...ananta@chromium.org2014-02-211-4/+9
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-3/+3
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-061-280/+280
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-18/+19
* Allow computing bounds for range on any accessible element.dmazzoni@chromium.org2013-12-171-6/+0