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
*
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
*
Retrieve the accessibility tree from an iframe's document in the renderer,
dmazzoni@chromium.org
2011-03-25
1
-0
/
+49
*
Coverity: Initialize a local var.
jhawkins@chromium.org
2011-03-24
1
-1
/
+5
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
5
-35
/
+35
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
4
-26
/
+21
*
Return proper and VoiceOver expected AXValue for radiobuttons.
dtseng@chromium.org
2011-03-22
1
-1
/
+2
*
Fix clang build (tested on trybots this time!).
dmazzoni@chromium.org
2011-03-14
1
-1
/
+1
*
Remove NativeViewAccessibilityWin from the views namespace because
dmazzoni@chromium.org
2011-03-14
1
-1
/
+1
*
Fix handling of case where the same AccessibilityObject appears as a
dmazzoni@chromium.org
2011-03-14
3
-0
/
+38
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-5
/
+8
*
Cleanup: Remove renderer_id as well child_id in BrowserAccessibilityManager::...
ctguil@chromium.org
2011-03-11
3
-4
/
+5
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
3
-14
/
+6
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
4
-6
/
+6
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
2
-4
/
+4
*
Move virtual method implementation from .h to .cc to fix clang build
dmazzoni@chromium.org
2011-03-08
2
-1
/
+5
*
Browser accessibility improvements so that screen readers can access more
dmazzoni@chromium.org
2011-03-08
14
-175
/
+831
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
1
-2
/
+2
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
1
-5
/
+5
*
Put file_system messages in their own file and move them to content, in prepa...
jam@chromium.org
2011-03-07
1
-0
/
+1
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-12
/
+13
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-8
/
+5
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-5
/
+8
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
views: Organize all the bookmark UI files into the chrome/browser/ui/views/bo...
tfarina@chromium.org
2011-03-01
1
-2
/
+2
*
Remove dependency on Views::Window from platforms that don't support it.
estade@chromium.org
2011-02-24
1
-3
/
+5
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
1
-0
/
+204
*
Implement support for special offset constants in IAccessibleText methods.
dmazzoni@chromium.org
2011-02-18
1
-1
/
+9
*
Quick fix for problems with editable text field accessibility by not sending
dmazzoni@chromium.org
2011-02-18
1
-2
/
+0
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
1
-0
/
+1
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
1
-1
/
+0
*
Don't include render_message_params.h from headers.
jam@chromium.org
2011-02-10
6
-13
/
+15
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-09
1
-6
/
+6
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-6
/
+6
*
Report accessible static text content in the name rather than the value.
dmazzoni@chromium.org
2011-02-08
3
-19
/
+29
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-6
/
+6
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Use the proper role for secure text fields to distinguish from ordinary text ...
dtseng@chromium.org
2011-02-03
1
-1
/
+9
*
[mac accessibility] Fix a crash that may occur while using VoiceOver.
csilv@chromium.org
2011-02-02
1
-1
/
+4
*
Re-land 73197: Support Mozilla's GUID for ISimpleDOM and add a unit test for it.
dmazzoni@chromium.org
2011-02-01
2
-13
/
+87
*
Revert 73197 - Support Mozilla's GUID for ISimpleDOM and add a unit test for it.
dmazzoni@chromium.org
2011-01-31
2
-89
/
+15
*
Support Mozilla's GUID for ISimpleDOM and add a unit test for it.
dmazzoni@chromium.org
2011-01-31
2
-15
/
+89
*
Map a few more WebKit roles to MSAA roles - thanks to Charles
dmazzoni@chromium.org
2011-01-25
1
-6
/
+18
[next]