| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert remaining StringToLowerASCII to ToLowerASCII. | brettw | 2015-08-11 | 1 | -2/+2 |
* | IAccessibleText: Made content editables return embedded object information an... | nektar | 2015-08-10 | 1 | -17/+35 |
* | Update SplitString calls to new form | brettw | 2015-08-08 | 1 | -4/+6 |
* | Reports the position of the caret and current selection in content editables. | nektar | 2015-08-07 | 1 | -30/+132 |
* | Revert of Update SplitString calls to new form (patchset #5 id:80001 of https... | pkasting | 2015-08-07 | 1 | -6/+4 |
* | Update SplitString calls to new form | brettw | 2015-08-07 | 1 | -4/+6 |
* | Fix some clang warnings with -Wmissing-braces in content. | dcheng | 2015-07-02 | 1 | -5/+8 |
* | Make HTML5 <mark> accessible. | shreeram.k | 2015-06-18 | 1 | -0/+4 |
* | Exposes datetime attribute. | je_julie.kim | 2015-06-11 | 1 | -5/+23 |
* | Handles conversion rule for TimeRole and updates InputTimeRole. | je_julie.kim | 2015-05-27 | 1 | -1/+5 |
* | Initial support for foreground / background color, text direction, font size,... | nektar | 2015-05-13 | 1 | -9/+7 |
* | win: Fix style plugin warnings in browser_accessibility_win.h. | thakis | 2015-04-30 | 1 | -0/+186 |
* | Apply automated fixits for Chrome clang plugin to content. | dcheng | 2015-04-29 | 1 | -7/+8 |
* | Fix menu list and list box screen reader accessibility. | dmazzoni | 2015-04-24 | 1 | -9/+43 |
* | Chromium side Implementation to expose aria properties - setsize & posinset | shreeram.k | 2015-04-23 | 1 | -19/+7 |
* | Use multiline attribute to check for IA2_STATE_MULTILINE. | shreeram.k | 2015-04-08 | 1 | -7/+4 |
* | Changed get_caretOffset to return -1 when the object on which it's called is ... | nektar | 2015-04-03 | 1 | -1/+6 |
* | Modified code to report caret offset and text selection in all editable text ... | nektar | 2015-04-02 | 1 | -6/+8 |
* | Chromium side Implementation of new roles added in ARIA 1.1 draft. | shreeram.k | 2015-03-27 | 1 | -4/+9 |
* | Fixed IAccessibleText::TextAtOffset with IA2_TEXT_BOUNDARY_WORD to return tex... | nektar | 2015-02-25 | 1 | -1/+22 |
* | Handles aria-dropeffect after getting its value from blink. | je_julie.kim | 2015-02-10 | 1 | -0/+1 |
* | Added the aria-sort state to the accessibility tree. | nektar | 2015-02-09 | 1 | -2/+23 |
* | Don't set the STATE_SYSTEM_HOTTRACKED state in tests. | dmazzoni | 2015-02-03 | 1 | -2/+10 |
* | Fire AX text inserted event when embedded obj char changes. | dmazzoni | 2015-02-03 | 1 | -86/+123 |
* | Add more logging to track down flakiness (2). | dmazzoni | 2015-02-01 | 1 | -1/+5 |
* | Add conversion rule for aria-grabbed attributes. | je_julie.kim | 2015-01-27 | 1 | -0/+3 |
* | Re-land: Send Windows accessibility events based on tree updates. | dmazzoni | 2015-01-27 | 1 | -388/+533 |
* | Revert of Send Windows accessibility events based on tree updates. (patchset ... | pauljensen | 2015-01-26 | 1 | -533/+388 |
* | Send Windows accessibility events based on tree updates. | dmazzoni | 2015-01-26 | 1 | -388/+533 |
* | Fix typo in get_accDefaultAction implementation | dmazzoni | 2015-01-23 | 1 | -1/+1 |
* | Add DumpAccessibilityTree tests (12 of 20) | shreeram.k | 2015-01-19 | 1 | -1/+0 |
* | Exposed the invalid state of form controls to the accessibility APIs. | nektar | 2015-01-13 | 1 | -11/+53 |
* | Add a helper function, ,IsCellOrTableHeaderRole(), for ax table header | je_julie.kim | 2015-01-12 | 1 | -4/+5 |
* | Expose br tag in AX Tree as ROLE_SYSTEM_WHITESPACE. | shreeram.k | 2015-01-08 | 1 | -0/+3 |
* | HTML Legend tag should be exposed as IA2_ROLE_LABEL role | ramya.v | 2015-01-07 | 1 | -0/+1 |
* | Expose ARIA role status on MAC | shreeram.k | 2015-01-07 | 1 | -1/+0 |
* | TableCaptionElement is not exposed to accessibility | ramya.v | 2015-01-06 | 1 | -0/+4 |
* | Input type in radio state with menu as parent should be exposed similar to AR... | shreeram.k | 2014-12-22 | 1 | -0/+1 |
* | Support presentational iframes and make use of them in the uber frame. | dmazzoni | 2014-12-17 | 1 | -0/+11 |
* | ARIA state/property aria-autocomplete should expose IA2_STATE_SUPPORTS_AUTOCO... | shreeram.k | 2014-12-17 | 1 | -0/+6 |
* | Expose aria-pressed as STATE_SYSTEM_PRESSED on windows | shreeram.k | 2014-12-12 | 1 | -8/+0 |
* | Added trailing semicolon to the list of ia2 attributes. | nektar | 2014-12-09 | 1 | -4/+3 |
* | Remove unused roles(EditableText, SplitGroup, GrowArea) from Chromium. | shreeram.k | 2014-12-02 | 1 | -14/+0 |
* | Exposing ARIA state/property aria-orientation on Windows correctly. | shreeram.k | 2014-12-01 | 1 | -3/+2 |
* | Expose IA2 role for embed, object element. | shreeram.k | 2014-11-26 | 1 | -0/+4 |
* | Removing unused roles(7) from chromium. | shreeram.k | 2014-11-26 | 1 | -8/+0 |
* | Exposing AXRole* correctly for HTML input types on mac. | shreeram.k | 2014-11-18 | 1 | -4/+1 |
* | ARIA role spinbutton should expose AXRole as AXIncrementor. | shreeram.k | 2014-11-13 | 1 | -1/+0 |
* | MSAA + (IA,IA2) role are not correctly exposed for html footer tag. | shreeram.k | 2014-11-11 | 1 | -2/+2 |
* | AXRoleDescriptions are not correctly exposed for dl, dd, dt tags | shreeram.k | 2014-11-11 | 1 | -1/+1 |