summaryrefslogtreecommitdiffstats
path: root/views/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove NativeViewAccessibilityWin from the views namespace becausedmazzoni@chromium.org2011-03-142-8/+6
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-143-174/+106
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-043-106/+174
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-033-174/+106
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-1/+1
* views: Remove unused View::IsPushed() method.tfarina@chromium.org2011-02-251-2/+0
* Revert 74693. Changing approach.ben@chromium.org2011-02-141-7/+6
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-6/+7
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-44/+23
* Add OWNERS files for accessibility directories.dmazzoni@chromium.org2011-01-211-0/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-3/+3
* Support accDoDefaultAction for NativeButton in ViewAccessibility.ctguil@chromium.org2011-01-142-7/+20
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-4/+4
* Attempt 2 at:sky@chromium.org2010-11-212-6/+7
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-192-7/+6
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-192-6/+7
* Some cleanup of view accessibility and view accessibility wrapper.ctguil@chromium.org2010-10-224-321/+109
* Make the Windows location bar send accessibility events to thedmazzoni@chromium.org2010-10-212-2/+11
* Make the Downloads Shelf keyboard-accessible (via F6) and accessible todmazzoni@chromium.org2010-10-212-1/+4
* Return the IAccessible interface of the deepest descent that contains the spe...ctguil@chromium.org2010-10-201-39/+16
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-17/+6
* Reland r60342.dtseng@chromium.org2010-09-242-0/+6
* Revert "Set focus to a ConfirmInfoBar. This serves to alerts screen reader u...maruel@chromium.org2010-09-232-6/+0
* Set focus to a ConfirmInfoBar. This serves to alerts screen reader users tha...dtseng@chromium.org2010-09-232-0/+6
* Alway return interface from ViewAccessibility::get_accChild.ctguil@chromium.org2010-09-032-168/+71
* Connect native view accessibles back to the accessibility tree.ctguil@chromium.org2010-09-021-5/+4
* Another take on menu's. This uses the hosting menu scroll view container as ...dtseng@chromium.org2010-08-192-0/+3
* Enable better NVDA support for custom menus.ctguil@chromium.org2010-08-062-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Fire focus events when CustomButtons are hottracked.dtseng@chromium.org2010-07-072-4/+31
* Fix radiobuttons and connect up child widgets again.dtseng@chromium.org2010-06-242-1/+5
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-221-3/+1
* Keep a cache of all views that have sent notifications. This ensures that Ac...dtseng@chromium.org2010-06-183-2/+52
* Initial work to fix the IAccessible tree in circumstances where there is a wi...ctguil@chromium.org2010-05-272-25/+37
* Provide accessibility support for Window_win.ctguil@chromium.org2010-05-174-60/+66
* Submitting for dtseng. Ensure that the variant out param gets properlydmazzoni@chromium.org2010-04-231-0/+3
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-092-19/+49
* [accessibility] Extension toolbar and infobar container views should not have...ctguil@chromium.org2010-03-303-5/+8
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-262-10/+37
* Reapply r41640.ajwong@chromium.org2010-03-162-0/+6
* Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...ajwong@chromium.org2010-03-162-6/+0
* Landing tfarina CL. ctguil@chromium.org2010-03-152-0/+6
* Landing tfarina CL. ctguil@chromium.org2010-03-102-0/+3
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-3/+4
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-1/+1
* Ensure that accessibility information from native views like the autocomplete...ananta@chromium.org2009-10-161-3/+6
* Accessibility information from the renderer was not being returned to tools l...ananta@chromium.org2009-10-104-1/+105
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-103-6/+7