| Commit message (Expand) | Author | Age | Files | Lines |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 1 | -5/+5 |
* | Added heading ARIA role to all HTML heading tags. | nektar | 2014-12-19 | 1 | -0/+2 |
* | Add support for RenderFrameProxy to be notified of loading status. | nasko | 2014-12-18 | 1 | -1/+1 |
* | Support presentational iframes and make use of them in the uber frame. | dmazzoni | 2014-12-17 | 1 | -0/+2 |
* | ARIA state/property aria-autocomplete should expose IA2_STATE_SUPPORTS_AUTOCO... | shreeram.k | 2014-12-17 | 1 | -0/+3 |
* | Fix live regions on Mac OS X. | dmazzoni | 2014-12-12 | 1 | -2/+4 |
* | Pass origin information for remote frame creation. | alexmos | 2014-12-06 | 1 | -1/+2 |
* | Remove unused roles(EditableText, SplitGroup, GrowArea) from Chromium. | shreeram.k | 2014-12-02 | 2 | -8/+1 |
* | Exposing ARIA state/property aria-orientation on Windows correctly. | shreeram.k | 2014-12-01 | 1 | -1/+3 |
* | Removing unused roles(7) from chromium. | shreeram.k | 2014-11-26 | 1 | -16/+0 |
* | Only load inline text boxes for the node that has accessibility focus. | dmazzoni | 2014-11-26 | 4 | -5/+49 |
* | ARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. | shreeram.k | 2014-11-19 | 1 | -0/+2 |
* | Support accessibility actions to increment / decrement sliders. | dmazzoni | 2014-11-19 | 1 | -0/+1 |
* | [content/renderer] Convert VLOGs to DVLOGs | anujk.sharma | 2014-11-14 | 1 | -3/+3 |
* | ARIA role spinbutton should expose AXRole as AXIncrementor. | shreeram.k | 2014-11-13 | 1 | -2/+0 |
* | AXRoleDescription for html figure tag would be 'figure'. | shreeram.k | 2014-11-11 | 1 | -0/+2 |
* | HTML Ruby tag is not exposed on Windows | shreeram.k | 2014-11-10 | 1 | -0/+2 |
* | Expose password information in android accessibility nodes and events. | plundblad | 2014-11-10 | 1 | -0/+4 |
* | AX_ROLE_HORIZONTAL_RULE is not required. | shreeram.k | 2014-11-08 | 2 | -4/+0 |
* | Add support for Android accessible movement granularities. | dmazzoni | 2014-11-08 | 1 | -5/+2 |
* | Move accessibility focus to Find In Page results on Android. | dmazzoni | 2014-11-06 | 2 | -0/+26 |
* | Add Android AX functions to set the value and selection of a text field. | dmazzoni | 2014-11-05 | 2 | -8/+21 |
* | ARIA role math and HTML math element are not exposed correctly. | shreeram.k | 2014-11-04 | 2 | -4/+0 |
* | Make use of new faster Blink AX live region APIs. | dmazzoni | 2014-10-31 | 1 | -68/+11 |
* | Refactor RendererAccessibiltiyComplete back into RendererAccessibility. | sungmann.cho | 2014-10-31 | 5 | -619/+508 |
* | Change condition for adding AX_STATE_EXPANDED | je_julie.kim | 2014-10-30 | 2 | -9/+8 |
* | Replace deprecated updateBackingStoreAndCheckValidity to updateLayoutAndCheck... | kkosztyo.u-szeged | 2014-10-29 | 1 | -2/+2 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-29 | 2 | -2/+2 |
* | Expose HTML pre tag with correct MSAA+IA2 Role | shreeram.k | 2014-10-27 | 1 | -0/+2 |
* | Add conversion rule of WebAXRoleBlockquote | je_julie.kim | 2014-10-25 | 1 | -0/+2 |
* | Reset accessibility if it gets out of sync. | dmazzoni | 2014-10-24 | 3 | -3/+21 |
* | Unknown WebAXRole from Blink should be mapped to a valid chromium AX role. | dmazzoni | 2014-10-24 | 1 | -1/+3 |
* | Disable accessibility when VoiceOver is turned off. | dmazzoni | 2014-10-22 | 3 | -0/+22 |
* | Remove RendererAccessibilityFocusOnly. | sungmann.cho | 2014-10-21 | 5 | -386/+3 |
* | Standardize usage of virtual/override/final in content/renderer/ | dcheng | 2014-10-21 | 4 | -26/+25 |
* | Send AX event on nearest unignored ancestor of target. | dmazzoni | 2014-10-16 | 1 | -0/+4 |
* | HTML Meter tag should have MSAA+IA2 as ROLE_SYSTEM_PROGRESSBAR. | shreeram.k | 2014-10-16 | 1 | -0/+2 |
* | Expose IA and IA2 role and state for HTML input type attributes related to da... | shreeram.k | 2014-10-15 | 1 | -0/+6 |
* | Expose aria role menuitemcheckbox and menuitemradio with correct IA2 role.(Ch... | shreeram.k | 2014-10-09 | 1 | -0/+4 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer | mohan.reddy | 2014-10-08 | 3 | -17/+17 |
* | Revert of Reset accessibility if it gets out of sync. (patchset #10 id:180001... | jackhou | 2014-10-07 | 4 | -22/+4 |
* | Reset accessibility if it gets out of sync. | dmazzoni | 2014-10-06 | 4 | -4/+22 |
* | IA2 role, xml-roles are not correct for {address, aside, nav, main} | shreeram.k | 2014-10-06 | 1 | -1/+0 |
* | Add AX attribute conversion for input type | je_julie.kim | 2014-10-03 | 1 | -0/+6 |
* | xml-roles for input types {radio, range, button}, math | shreeram.k | 2014-10-02 | 1 | -0/+8 |
* | Add conversion rule for WebAXRoleDescriptionList | je_julie.kim | 2014-10-02 | 1 | -0/+2 |
* | PlzNavigate: implement CommitNavigation on the browser side | clamy | 2014-09-30 | 1 | -4/+5 |
* | Adds conversion rule for WebAXRoleDetails | shreeram.k | 2014-09-30 | 1 | -0/+2 |
* | hr tag should have xml role as separator | shreeram.k | 2014-09-29 | 1 | -0/+2 |
* | img tag should have xml-role as img. | shreeram.k | 2014-09-26 | 1 | -0/+2 |