index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
accessibility
/
view_accessibility.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-1
/
+1
*
views: Remove unused View::IsPushed() method.
tfarina@chromium.org
2011-02-25
1
-2
/
+0
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
1
-7
/
+6
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
1
-6
/
+7
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-44
/
+23
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-3
/
+3
*
Support accDoDefaultAction for NativeButton in ViewAccessibility.
ctguil@chromium.org
2011-01-14
1
-4
/
+17
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
1
-4
/
+4
*
Attempt 2 at:
sky@chromium.org
2010-11-21
1
-5
/
+6
*
Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...
sky@chromium.org
2010-11-19
1
-6
/
+5
*
Converts usage of SetProp/GetProp to a map. Even after making sure we
sky@chromium.org
2010-11-19
1
-5
/
+6
*
Some cleanup of view accessibility and view accessibility wrapper.
ctguil@chromium.org
2010-10-22
1
-154
/
+91
*
Make the Windows location bar send accessibility events to the
dmazzoni@chromium.org
2010-10-21
1
-1
/
+7
*
Make the Downloads Shelf keyboard-accessible (via F6) and accessible to
dmazzoni@chromium.org
2010-10-21
1
-0
/
+2
*
Return the IAccessible interface of the deepest descent that contains the spe...
ctguil@chromium.org
2010-10-20
1
-39
/
+16
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-17
/
+6
*
Reland r60342.
dtseng@chromium.org
2010-09-24
1
-0
/
+4
*
Revert "Set focus to a ConfirmInfoBar. This serves to alerts screen reader u...
maruel@chromium.org
2010-09-23
1
-4
/
+0
*
Set focus to a ConfirmInfoBar. This serves to alerts screen reader users tha...
dtseng@chromium.org
2010-09-23
1
-0
/
+4
*
Alway return interface from ViewAccessibility::get_accChild.
ctguil@chromium.org
2010-09-03
1
-164
/
+68
*
Connect native view accessibles back to the accessibility tree.
ctguil@chromium.org
2010-09-02
1
-5
/
+4
*
Another take on menu's. This uses the hosting menu scroll view container as ...
dtseng@chromium.org
2010-08-19
1
-0
/
+2
*
Enable better NVDA support for custom menus.
ctguil@chromium.org
2010-08-06
1
-0
/
+2
*
Fire focus events when CustomButtons are hottracked.
dtseng@chromium.org
2010-07-07
1
-0
/
+18
*
Fix radiobuttons and connect up child widgets again.
dtseng@chromium.org
2010-06-24
1
-1
/
+4
*
Small tweaks to improve toolbar keyboard accessibility: Put focus rects
dmazzoni@chromium.org
2010-06-22
1
-3
/
+1
*
Keep a cache of all views that have sent notifications. This ensures that Ac...
dtseng@chromium.org
2010-06-18
1
-2
/
+36
*
Initial work to fix the IAccessible tree in circumstances where there is a wi...
ctguil@chromium.org
2010-05-27
1
-25
/
+34
*
Provide accessibility support for Window_win.
ctguil@chromium.org
2010-05-17
1
-50
/
+52
*
Submitting for dtseng. Ensure that the variant out param gets properly
dmazzoni@chromium.org
2010-04-23
1
-0
/
+3
*
[accessibility] Allow views to have multiple accessibility states and add cor...
mhm@chromium.org
2010-04-09
1
-9
/
+26
*
[accessibility] Extension toolbar and infobar container views should not have...
ctguil@chromium.org
2010-03-30
1
-3
/
+5
*
views: [accessibility] Add support for Accessibility Value.
ctguil@chromium.org
2010-03-26
1
-7
/
+34
*
Reapply r41640.
ajwong@chromium.org
2010-03-16
1
-0
/
+4
*
Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...
ajwong@chromium.org
2010-03-16
1
-4
/
+0
*
Landing tfarina CL.
ctguil@chromium.org
2010-03-15
1
-0
/
+4
*
Landing tfarina CL.
ctguil@chromium.org
2010-03-10
1
-0
/
+2
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
1
-3
/
+4
*
Ensure that accessibility information from native views like the autocomplete...
ananta@chromium.org
2009-10-16
1
-3
/
+6
*
Accessibility information from the renderer was not being returned to tools l...
ananta@chromium.org
2009-10-10
1
-1
/
+80
*
Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...
jhawkins@chromium.org
2009-09-10
1
-4
/
+4
*
Adds support and exposure of additional accessibility roles. Includes naming ...
klink@chromium.org
2009-08-22
1
-0
/
+2
*
Adds additional MSAA information to fill in a few gaps in the hierarchy.
klink@chromium.org
2009-07-28
1
-0
/
+2
*
Adds MSAA information to various (previously uncovered) bits of the UI, inclu...
klink@chromium.org
2009-07-23
1
-8
/
+16
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-0
/
+698