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
/
chrome
/
browser
/
accessibility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
3
-6
/
+6
*
Implement IAccessibleTable and IAccessibleTableCell so that screen
dmazzoni@chromium.org
2011-07-20
2
-13
/
+96
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
2
-21
/
+21
*
Fix Jaws not reading the value of textfields .
dtseng@chromium.org
2011-07-08
1
-2
/
+0
*
Re-land: Move browser accessibility code from chrome to content.
dmazzoni@chromium.org
2011-06-25
20
-4459
/
+6
*
Revert 90435 - Re-land: Move browser accessibility code from chrome to content.
brettw@chromium.org
2011-06-24
20
-6
/
+4459
*
Re-land: Move browser accessibility code from chrome to content.
dmazzoni@chromium.org
2011-06-24
20
-4459
/
+6
*
Revert 90265 - Move browser accessibility code from chrome to content.
dmazzoni@chromium.org
2011-06-23
20
-6
/
+4459
*
Move browser accessibility code from chrome to content.
dmazzoni@chromium.org
2011-06-23
20
-4459
/
+6
*
Refactor BrowserAccessibilityCocoa.
dtseng@chromium.org
2011-06-22
2
-140
/
+194
*
Copy the list of subroles from AccessibilityObjectWrapper to browser_accessib...
aboxhall@chromium.org
2011-06-22
1
-2
/
+29
*
Add all remaining roles in our role mapping array.
dtseng@chromium.org
2011-06-18
1
-2
/
+43
*
Make multiline text editing (textarea) accessible with VoiceOver on Mac OS X.
dmazzoni@chromium.org
2011-06-17
2
-9
/
+43
*
Support for accessible multiline text editing for Windows
dmazzoni@chromium.org
2011-06-15
4
-8
/
+35
*
Set appropriate roles in bookmarks WebUI page.
dtseng@chromium.org
2011-06-15
2
-13
/
+56
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
2
-94
/
+59
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-4
/
+4
*
Fix up accessibility.
dmaclach@chromium.org
2011-06-09
1
-37
/
+29
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-08
1
-2
/
+2
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
1
-1
/
+1
*
DetachTree should be virtual as BrowserAccessibilityMac attempts to override it.
dtseng@chromium.org
2011-06-08
2
-13
/
+13
*
Revert 88142 to fix sync_integration_tests offline.
msw@chromium.org
2011-06-07
1
-2
/
+2
*
Reland 7058037
dtseng@chromium.org
2011-06-07
2
-4
/
+34
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-07
1
-2
/
+2
*
Revert 88095.
thakis@chromium.org
2011-06-07
2
-33
/
+3
*
Add accessibility support for tab, tablist, and tabpanel to Mac.
dtseng@chromium.org
2011-06-07
2
-3
/
+33
*
Don't resuse a BrowserAccessibility when our assumption, that is has already ...
ctguil@chromium.org
2011-06-03
1
-6
/
+8
*
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...
chromium@hybridsource.org
2011-05-28
2
-4
/
+4
*
First pass attempting to use html_attributes to get the ARIA role information...
aboxhall@chromium.org
2011-05-27
1
-6
/
+47
*
browser tests: Fix a new[]/delete mismatch found by PVS Studio.
thakis@chromium.org
2011-05-25
1
-1
/
+2
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-3
/
+1
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
2
-2
/
+1
*
Add missing roles to BrowserAccessibilityCocoa.
dtseng@chromium.org
2011-05-19
1
-0
/
+4
*
Use NSAccessibilityURLAttribute instead of @"AXURL"
ctguil@chromium.org
2011-05-18
1
-2
/
+2
*
Use the url as the value for links without a text value.
ctguil@chromium.org
2011-05-18
1
-0
/
+7
*
Implement the ShowMenu action.
dtseng@chromium.org
2011-05-17
3
-5
/
+8
*
Support the AXRows and AXColumns attributes. We do this by examining the AX ...
dtseng@chromium.org
2011-05-14
4
-0
/
+56
*
IAccessibleText::get_text must support special text offsets.
ctguil@chromium.org
2011-05-11
3
-5
/
+22
*
Modify screen reader detection to use the AXEnhancedUserInterface attribute s...
dtseng@chromium.org
2011-05-03
1
-2
/
+5
*
Add parameterized accessibility attributes to fix text field behavior with Vo...
dtseng@chromium.org
2011-04-28
3
-0
/
+55
*
Ensures detached subtrees have root nodes that retain the previous parent.
dtseng@chromium.org
2011-04-26
6
-26
/
+9
*
Revert 82261 - Revert 82256 - unit_tests failures were unrelated - Fix handli...
ctguil@chromium.org
2011-04-20
1
-0
/
+17
*
Revert 82256 - Looks unrelated but unit_tests on mac 10.6 dbg(1) are failing ...
ctguil@chromium.org
2011-04-20
1
-17
/
+0
*
Fix handling of a case where an AccessibilityObject is listed as a child mult...
ctguil@chromium.org
2011-04-20
1
-0
/
+17
*
Revert 82076 - Fix handling of a case where an AccessibilityObject is listed ...
andybons@chromium.org
2011-04-19
1
-25
/
+0
*
Fix handling of a case where an AccessibilityObject is listed as a child mult...
ctguil@chromium.org
2011-04-19
1
-0
/
+25
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
4
-31
/
+37
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
3
-3
/
+3
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-28
2
-4
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-13
/
+13
[next]