summaryrefslogtreecommitdiffstats
path: root/chrome/browser/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Revert 82261 - Revert 82256 - unit_tests failures were unrelated - Fix handli...ctguil@chromium.org2011-04-201-0/+17
* Revert 82256 - Looks unrelated but unit_tests on mac 10.6 dbg(1) are failing ...ctguil@chromium.org2011-04-201-17/+0
* Fix handling of a case where an AccessibilityObject is listed as a child mult...ctguil@chromium.org2011-04-201-0/+17
* Revert 82076 - Fix handling of a case where an AccessibilityObject is listed ...andybons@chromium.org2011-04-191-25/+0
* Fix handling of a case where an AccessibilityObject is listed as a child mult...ctguil@chromium.org2011-04-191-0/+25
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-124-31/+37
* Cleanup: Update a bunch of files to the new location of browser_window.h. Par...tfarina@chromium.org2011-04-093-3/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-282-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-287-13/+13
* Retrieve the accessibility tree from an iframe's document in the renderer,dmazzoni@chromium.org2011-03-251-0/+49
* Coverity: Initialize a local var.jhawkins@chromium.org2011-03-241-1/+5
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-245-35/+35
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-234-26/+21
* Return proper and VoiceOver expected AXValue for radiobuttons.dtseng@chromium.org2011-03-221-1/+2
* Fix clang build (tested on trybots this time!).dmazzoni@chromium.org2011-03-141-1/+1
* Remove NativeViewAccessibilityWin from the views namespace becausedmazzoni@chromium.org2011-03-141-1/+1
* Fix handling of case where the same AccessibilityObject appears as admazzoni@chromium.org2011-03-143-0/+38
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-5/+8
* Cleanup: Remove renderer_id as well child_id in BrowserAccessibilityManager::...ctguil@chromium.org2011-03-113-4/+5
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-103-14/+6
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-084-6/+6
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-082-4/+4
* Move virtual method implementation from .h to .cc to fix clang builddmazzoni@chromium.org2011-03-082-1/+5
* Browser accessibility improvements so that screen readers can access moredmazzoni@chromium.org2011-03-0814-175/+831
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-081-2/+2
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-5/+5
* Put file_system messages in their own file and move them to content, in prepa...jam@chromium.org2011-03-071-0/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-12/+13
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-8/+5
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-5/+8
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* views: Organize all the bookmark UI files into the chrome/browser/ui/views/bo...tfarina@chromium.org2011-03-011-2/+2
* Remove dependency on Views::Window from platforms that don't support it.estade@chromium.org2011-02-241-3/+5
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-0/+204
* Implement support for special offset constants in IAccessibleText methods.dmazzoni@chromium.org2011-02-181-1/+9
* Quick fix for problems with editable text field accessibility by not sendingdmazzoni@chromium.org2011-02-181-2/+0
* Revert 74693. Changing approach.ben@chromium.org2011-02-141-0/+1
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-1/+0
* Don't include render_message_params.h from headers.jam@chromium.org2011-02-106-13/+15
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-091-6/+6
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-6/+6
* Report accessible static text content in the name rather than the value.dmazzoni@chromium.org2011-02-083-19/+29
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-6/+6
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Use the proper role for secure text fields to distinguish from ordinary text ...dtseng@chromium.org2011-02-031-1/+9
* [mac accessibility] Fix a crash that may occur while using VoiceOver.csilv@chromium.org2011-02-021-1/+4
* Re-land 73197: Support Mozilla's GUID for ISimpleDOM and add a unit test for it.dmazzoni@chromium.org2011-02-012-13/+87
* Revert 73197 - Support Mozilla's GUID for ISimpleDOM and add a unit test for it.dmazzoni@chromium.org2011-01-312-89/+15
* Support Mozilla's GUID for ISimpleDOM and add a unit test for it.dmazzoni@chromium.org2011-01-312-15/+89
* Map a few more WebKit roles to MSAA roles - thanks to Charlesdmazzoni@chromium.org2011-01-251-6/+18