summaryrefslogtreecommitdiffstats
path: root/content/renderer/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Native Android accessibility.dmazzoni@chromium.org2013-06-251-1/+11
* Allow AccessibilityHostMsg_Notifications messages to be sent from the rendere...dmazzoni@google.com2013-06-212-0/+51
* Update Blink include pathsabarth@chromium.org2013-06-178-30/+30
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-072-2/+2
* Replace call to WebAccessibilityObject::firstChilddmazzoni@chromium.org2013-06-071-1/+1
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-302-5/+5
* Keep accessible bounding box rects in sync.dmazzoni@chromium.org2013-05-062-1/+60
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-5/+4
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Implement all missing table accessibility methods on Mac.dmazzoni@google.com2013-04-291-0/+17
* Reserve so that appending to vector doesn't make element references invalid.dmazzoni@chromium.org2013-04-251-4/+4
* Fix accessibility crash due to reparenting an iframe.dmazzoni@chromium.org2013-03-293-15/+55
* Prevent function aliasing to get better crash stack traces.dmazzoni@chromium.org2013-03-291-1/+1
* Fix <select multiple> accessibility regression.dmazzoni@chromium.org2013-03-242-17/+11
* Return #document as the accessible tag name for the document element.dmazzoni@chromium.org2013-03-231-0/+1
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+1
* Send fewer accessibility tree nodes from renderer to browser.dmazzoni@chromium.org2013-03-077-132/+421
* Support new accessibility notification enums from WebKit.dmazzoni@chromium.org2013-02-222-1/+20
* Fix definition list accessibility mapping after WebKit roll.dmazzoni@chromium.org2013-02-201-0/+6
* Move code to cache WebKit accessibility inside inner loop.dmazzoni@chromium.org2013-02-091-5/+5
* Move renderer accessibility to subdir and add OWNERSdmazzoni@chromium.org2013-02-0810-0/+1939