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
/
content
/
browser
/
accessibility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more CreateIntegerValue calls.
estade@chromium.org
2014-07-16
1
-3
/
+3
*
Fixes for re-enabling more MSVC level 4 warnings: content/browser/ edition
pkasting@chromium.org
2014-07-15
1
-1
/
+1
*
Fix a use after free crasher in the BrowserAccessibilityManagerWinTest.TestAc...
ananta@chromium.org
2014-07-12
2
-2
/
+6
*
Implement accessible states and notifications for the tab strip.
dmazzoni@chromium.org
2014-07-10
3
-22
/
+4
*
Support list / listbox accessibility attributes on Mac.
dmazzoni@chromium.org
2014-07-01
4
-10
/
+104
*
Don't send accessibility notifications on wrong HWND.
dmazzoni@chromium.org
2014-07-01
1
-0
/
+10
*
Updated the WindowEventTarget interface in ui\base to return a bool from all ...
ananta@chromium.org
2014-06-24
2
-10
/
+40
*
Fix IAccessible2 interface in views accessibility.
dmazzoni@chromium.org
2014-06-19
1
-4
/
+4
*
More NVDA browse mode fixes
dmazzoni@chromium.org
2014-06-19
2
-23
/
+47
*
Use L###macro_arg instead of L#macro_arg to make a wide string literal
rnk@chromium.org
2014-06-19
1
-5
/
+5
*
Fix accessibility in Windows x64 build.
dmazzoni@chromium.org
2014-06-16
1
-160
/
+28
*
CHR-1796: Implement UIATextProvider::get_Value method.
mpichlinski@opera.com
2014-06-16
1
-1
/
+2
*
Fix crash if legacy hwnd is NULL on win 8.
dmazzoni@chromium.org
2014-06-15
1
-3
/
+6
*
Fix race in BrowserAccessibilityManagerWin creation.
dmazzoni@chromium.org
2014-06-13
3
-3
/
+19
*
Fix bug where NVDA wouldn't enter browse mode on page load.
dmazzoni@chromium.org
2014-06-13
1
-0
/
+13
*
Removing WTL from content runner.
cpu@chromium.org
2014-06-11
1
-0
/
+2
*
Revert 276232 "Make accessibility unserialization error crash th..."
dmazzoni@google.com
2014-06-11
1
-2
/
+2
*
Make accessibility unserialization error crash the browser in order to debug.
dmazzoni@chromium.org
2014-06-11
1
-2
/
+2
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
3
-4
/
+4
*
Revert 274063 "Revert of Properly prioritize the sources of an a..."
dalecurtis@google.com
2014-05-31
1
-3
/
+20
*
Revert of Properly prioritize the sources of an accessible name on Android. (...
dalecurtis@chromium.org
2014-05-31
1
-20
/
+3
*
Properly prioritize the sources of an accessible name on Android.
dmazzoni@chromium.org
2014-05-31
1
-3
/
+20
*
Implement Android accessible hit testing using an IPC to the renderer process.
dmazzoni@chromium.org
2014-05-22
6
-81
/
+113
*
Always return a subrole when the Mac accessibility role is AXList.
dmazzoni@chromium.org
2014-05-17
2
-4
/
+7
*
Fix crash when using invalid Cocoa selector in accessibility test code
dmazzoni@chromium.org
2014-05-15
2
-1
/
+6
*
Add hack so VoiceOver speaks updates to injected live regions.
dmazzoni@chromium.org
2014-05-13
8
-1
/
+63
*
Handle ActiveDescendant correctly on Mac
aboxhall@chromium.org
2014-05-09
5
-3
/
+43
*
Don't return IA2_STATE_EDITABLE on a scroll pane on Windows.
dmazzoni@chromium.org
2014-05-07
1
-0
/
+1
*
Fix for crash in accessibility_ui: Move HandleRequestCallback back out into n...
aboxhall@chromium.org
2014-05-03
2
-50
/
+41
*
Remove RenderWidgetHostViewPort.
jam@chromium.org
2014-05-01
4
-13
/
+13
*
RWHI should implement BrowserAccessibilityDelegate
dmazzoni@chromium.org
2014-04-30
10
-137
/
+75
*
Fix AccessibilityModeHelperTest on Win8+
fatalerr@yandex-team.ru
2014-04-24
1
-2
/
+16
*
Filter pages shown on chrome://accessibility page by current BrowserContext
aboxhall@chromium.org
2014-04-21
2
-39
/
+48
*
Make BrowserAccessibilityManager use AXTree (re-land).
dmazzoni@chromium.org
2014-04-21
20
-624
/
+506
*
Get Android accessible link text from url if otherwise unlabeled
dmazzoni@chromium.org
2014-04-21
2
-2
/
+25
*
Revert of Make BrowserAccessibilityManager use AXTree. (https://codereview.ch...
ckocagil@chromium.org
2014-04-21
20
-505
/
+617
*
Make BrowserAccessibilityManager use AXTree.
dmazzoni@chromium.org
2014-04-21
20
-617
/
+505
*
Fire live region changed event on Windows.
dmazzoni@chromium.org
2014-04-21
1
-4
/
+3
*
Return AXURL from NSAccessibilityURLAttribute.
dmazzoni@chromium.org
2014-04-16
2
-4
/
+15
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
4
-12
/
+5
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
5
-851
/
+0
*
Refactor BrowserAccessibility to prepare for AXNode (re-land)
dmazzoni@chromium.org
2014-04-10
16
-415
/
+395
*
Revert 262673 "Refactor BrowserAccessibility to prepare for AXNode."
dmazzoni@google.com
2014-04-09
16
-405
/
+425
*
Refactor BrowserAccessibility to prepare for AXNode.
dmazzoni@chromium.org
2014-04-09
16
-425
/
+405
*
Fire ax focus on root document when root changes.
dmazzoni@chromium.org
2014-04-08
6
-4
/
+13
*
Add a better iframe role on Windows and fix iframe ax tests.
dmazzoni@chromium.org
2014-04-05
3
-8
/
+8
*
Fire accessibility focus/blur events on root web document.
dmazzoni@chromium.org
2014-04-03
4
-17
/
+26
*
Refactor content/renderer/accessibility to use AXTreeSerializer (re-land).
dmazzoni@chromium.org
2014-04-03
3
-17
/
+17
*
Revert of Refactor content/renderer/accessibility to use AXTreeSerializer. (h...
pfeldman@chromium.org
2014-04-02
3
-17
/
+17
*
Refactor content/renderer/accessibility to use AXTreeSerializer.
dmazzoni@chromium.org
2014-04-02
3
-17
/
+17
[next]