| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor content/ to use ui::AXNodeData instead of blink. | dmazzoni@google.com | 2014-01-06 | 1 | -60/+58 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -3/+3 |
* | Allow computing bounds for range on any accessible element. | dmazzoni@chromium.org | 2013-12-17 | 1 | -2/+46 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -5/+5 |
* | Fix windows accessibility tree traversal. | dmazzoni@chromium.org | 2013-11-17 | 1 | -4/+4 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -20/+20 |
* | This adds an implementation of boundsForRange to BrowserAccessibility, | dmazzoni@chromium.org | 2013-11-04 | 1 | -2/+92 |
* | This adds support for the InlineTextBox role in the AX tree, | dmazzoni@chromium.org | 2013-11-01 | 1 | -1/+10 |
* | Use Blink accessibility enums in Chromium | dmazzoni@chromium.org | 2013-09-04 | 1 | -15/+14 |
* | Make AccessibilityNodeData more compact. | dmazzoni@chromium.org | 2013-08-20 | 1 | -26/+176 |
* | Content side of changes to enable native accessibility on android. | aboxhall@chromium.org | 2013-06-13 | 1 | -4/+20 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Keep accessible bounding box rects in sync. | dmazzoni@chromium.org | 2013-05-06 | 1 | -0/+4 |
* | Rename confusing child_id to unique_id_win | dmazzoni@chromium.org | 2013-04-10 | 1 | -4/+1 |
* | Fix accessible bounding box when page is scrolled. | dmazzoni@google.com | 2013-03-26 | 1 | -2/+4 |
* | Connect RenderWidgetHostViewAura to BrowserAccessibilityManager. | dmazzoni@chromium.org | 2013-03-15 | 1 | -2/+2 |
* | Fix staleness in Mac accessibility tree. | dmazzoni@chromium.org | 2013-03-14 | 1 | -4/+0 |
* | Send fewer accessibility tree nodes from renderer to browser. | dmazzoni@chromium.org | 2013-03-07 | 1 | -41/+28 |
* | Fix accessibility coordinates within iframes. | dmazzoni@chromium.org | 2013-01-29 | 1 | -8/+23 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -2/+1 |
* | Move content\accessibility code into the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -1/+3 |
* | Refactor all accessibility code out of webkit/glue. | dmazzoni@chromium.org | 2012-06-12 | 1 | -11/+14 |
* | Implement correct accessibility states for contenteditable. | dmazzoni@chromium.org | 2012-05-30 | 1 | -1/+5 |
* | Add initial GTK web accessibility framework (third attempt). | dmazzoni@chromium.org | 2012-05-09 | 1 | -3/+9 |
* | Revert 135593 - Add initial GTK web accessibility framework (new with valgrin... | dmazzoni@chromium.org | 2012-05-06 | 1 | -19/+3 |
* | Add initial GTK web accessibility framework (new with valgrind fix). | dmazzoni@chromium.org | 2012-05-06 | 1 | -3/+19 |
* | Revert 135160 - Re-land: Add initial GTK web accessibility framework. | dmazzoni@chromium.org | 2012-05-03 | 1 | -5/+3 |
* | Re-land: Add initial GTK web accessibility framework. | dmazzoni@chromium.org | 2012-05-03 | 1 | -3/+5 |
* | Revert 135020 - Add initial GTK web accessibility framework. | jam@chromium.org | 2012-05-02 | 1 | -3/+3 |
* | Add initial GTK web accessibility framework. | dmazzoni@chromium.org | 2012-05-02 | 1 | -3/+3 |
* | Refactoring: Split more accessibility code into separate files. | dmazzoni@chromium.org | 2012-02-13 | 1 | -3/+3 |
* | Expose IAccessible2 role IA2_ROLE_TOGGLE_BUTTON when aria-pressed used with a... | aaronlevbugs@gmail.com | 2012-02-10 | 1 | -0/+25 |
* | Use WebKit implementation of accessible scrolling methods. | dmazzoni@chromium.org | 2012-01-24 | 1 | -86/+0 |
* | Fix accessible scrolling methods. | dmazzoni@chromium.org | 2012-01-19 | 1 | -2/+2 |
* | Coverity: Fix unchecked return bugs. | kmadhusu@chromium.org | 2011-12-22 | 1 | -2/+4 |
* | Clear accessibility children after releasing references to them. | grt@chromium.org | 2011-12-21 | 1 | -1/+6 |
* | Reland 8775059 Support IAccessibleHypertext. | dtseng@chromium.org | 2011-12-14 | 1 | -7/+7 |
* | Revert 114367 - Reland of reland 8775059 Support IAccessibleHypertext. | toyoshim@chromium.org | 2011-12-14 | 1 | -7/+7 |
* | Reland of reland 8775059 Support IAccessibleHypertext. | dtseng@chromium.org | 2011-12-14 | 1 | -7/+7 |
* | Revert r112885 and follow-up r112886. | thakis@chromium.org | 2011-12-04 | 1 | -7/+7 |
* | Relanding http://codereview.chromium.org/8416034 | dmazzoni@chromium.org | 2011-12-03 | 1 | -7/+7 |
* | Initial implementation of IAccessible2 scrollTo and setTextSelection and | dmazzoni@chromium.org | 2011-12-03 | 1 | -0/+86 |
* | Improve support for multiselect list box accessibility on Windows. | dmazzoni@chromium.org | 2011-12-03 | 1 | -0/+4 |
* | Make accessible scroll position attributes more generic and | dmazzoni@chromium.org | 2011-12-02 | 1 | -3/+2 |
* | Split accessible bounds calculation into two methods, one to retrieve | dmazzoni@chromium.org | 2011-11-30 | 1 | -7/+13 |
* | Get content to build again with aura & component build. | ben@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Add support for accessible labels for controls. | dmazzoni@chromium.org | 2011-10-21 | 1 | -0/+12 |
* | Add a big grab bag of missing web accessibility | dmazzoni@chromium.org | 2011-09-01 | 1 | -12/+66 |
* | Implement IAccessibleTable and IAccessibleTableCell so that screen | dmazzoni@chromium.org | 2011-07-20 | 1 | -24/+23 |
* | Re-land: Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-25 | 1 | -0/+204 |