summaryrefslogtreecommitdiffstats
path: root/content/browser/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Retain static local NSArray so it's not garbage-collected.dmazzoni@google.com2013-08-071-1/+2
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-4/+5
* Implement AtkComponent and AtkValue interfaces.dmazzoni@chromium.org2013-07-312-70/+205
* Disable AccessibilitySvg test in preparation for rebaselineadamk@chromium.org2013-07-291-1/+3
* Adding an accessibility tree formatter and a couple more role mappings for GT...aboxhall@chromium.org2013-07-236-8/+152
* Avoid fatal error when using BrowserAccessibilityManager base class.dmazzoni@chromium.org2013-07-182-0/+10
* [OSX] Cleanup - Use NSZeroPoint if possible.groby@chromium.org2013-07-131-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Changed the semantics of RenderWidgetHost::GetRenderWidgetHosts() to filter o...dsjang@chromium.org2013-07-031-1/+4
* Expose "Chrome" as accessible product name.dmazzoni@chromium.org2013-06-291-4/+17
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* Native Android accessibility.dmazzoni@chromium.org2013-06-255-365/+382
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-243-6/+6
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-1/+1
* Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHostnasko@chromium.org2013-06-212-35/+12
* Revert 207875 "Native Android accessibility."dmichael@chromium.org2013-06-215-381/+365
* Native Android accessibility.dmazzoni@chromium.org2013-06-215-365/+381
* Fix crash when system retains an accessibility object.dmazzoni@google.com2013-06-214-18/+85
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-203-5/+5
* Make content use base namespace for Values.brettw@chromium.org2013-06-145-57/+58
* Fix race condition in accessibility browser tests.dmazzoni@chromium.org2013-06-143-96/+57
* Content side of changes to enable native accessibility on android.aboxhall@chromium.org2013-06-1311-15/+1139
* 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/browser/, part 1.avi@chromium.org2013-06-1113-18/+18
* Re-enable AccessibilityAria{Menu,Level} testsdmazzoni@chromium.org2013-06-101-12/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-0713-14/+14
* Fix typo define -> definedalph@chromium.org2013-06-061-1/+1
* Disable broken AccessibilityAria{Menu,Level}alph@chromium.org2013-06-061-2/+11
* Allow the IAccessible parent to be known late in the game.grt@chromium.org2013-05-253-22/+32
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-2/+2
* Remove unnecessary WebKit includes from content/(browser|content)jamesr@chromium.org2013-05-091-1/+0
* Keep accessible bounding box rects in sync.dmazzoni@chromium.org2013-05-065-0/+23
* Makes native and extension-based accessibility mutually exclusive.dtseng@chromium.org2013-05-033-30/+36
* Fix overzealous runtime assertion in BrowserAccessibilityManager.dmazzoni@chromium.org2013-05-021-4/+22
* Implement all missing table accessibility methods on Mac.dmazzoni@google.com2013-04-294-6/+298
* Check for invalid args to IAccessibleApplication interfacesdmazzoni@chromium.org2013-04-241-0/+24
* Fix use-after-free of BrowserAccessibilityManagerWin::tracked_scroll_object_dmazzoni@chromium.org2013-04-231-0/+4
* Implement IAccessibleApplicationdmazzoni@chromium.org2013-04-232-0/+50
* Modify AccessibilityTreeFormatter to build up an internal representation of t...aboxhall@chromium.org2013-04-224-171/+424
* Revert 194775 "Modify AccessibilityTreeFormatter to build up an ..."kjellander@chromium.org2013-04-184-443/+197
* Modify AccessibilityTreeFormatter to build up an internal representation of t...aboxhall@chromium.org2013-04-184-197/+443
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-172-3/+3
* Misc. cleanup:pkasting@chromium.org2013-04-152-318/+377
* Ignore offscreen and hottracked states in accessibility testsdmazzoni@google.com2013-04-153-13/+20
* Revert 194174 "Ignore offscreen and hottracked states in accessi..."akuegel@chromium.org2013-04-153-20/+13
* Ignore offscreen and hottracked states in accessibility testsdmazzoni@google.com2013-04-153-13/+20
* content: Move more constants into content namespace.tfarina@chromium.org2013-04-141-1/+1
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-132-134/+132
* Map accessible child ids from Views to RenderWidgetHostViewAuradmazzoni@chromium.org2013-04-111-3/+8