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
/
browser_accessibility_manager_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize initial AX tree after BrowserAccessibilityManagerWin.
dmazzoni
2014-10-07
1
-1
/
+2
*
Simplify access to LegacyRenderWidgetHostHWND.
dmazzoni@chromium.org
2014-07-26
1
-52
/
+18
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-26
1
-1
/
+5
*
Revert 284065 "Revert of Revert of Migrate accessibility from Re..."
bruening@google.com
2014-07-21
1
-5
/
+1
*
Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...
mkwst@chromium.org
2014-07-18
1
-1
/
+5
*
Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...
mkwst@chromium.org
2014-07-18
1
-5
/
+1
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-18
1
-1
/
+5
*
Implement accessible states and notifications for the tab strip.
dmazzoni@chromium.org
2014-07-10
1
-8
/
+2
*
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
1
-1
/
+1
*
More NVDA browse mode fixes
dmazzoni@chromium.org
2014-06-19
1
-22
/
+43
*
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
1
-3
/
+12
*
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
*
RWHI should implement BrowserAccessibilityDelegate
dmazzoni@chromium.org
2014-04-30
1
-1
/
+1
*
Make BrowserAccessibilityManager use AXTree (re-land).
dmazzoni@chromium.org
2014-04-21
1
-24
/
+32
*
Revert of Make BrowserAccessibilityManager use AXTree. (https://codereview.ch...
ckocagil@chromium.org
2014-04-21
1
-32
/
+24
*
Make BrowserAccessibilityManager use AXTree.
dmazzoni@chromium.org
2014-04-21
1
-24
/
+32
*
Fire live region changed event on Windows.
dmazzoni@chromium.org
2014-04-21
1
-4
/
+3
*
Refactor BrowserAccessibility to prepare for AXNode (re-land)
dmazzoni@chromium.org
2014-04-10
1
-2
/
+2
*
Revert 262673 "Refactor BrowserAccessibility to prepare for AXNode."
dmazzoni@google.com
2014-04-09
1
-2
/
+2
*
Refactor BrowserAccessibility to prepare for AXNode.
dmazzoni@chromium.org
2014-04-09
1
-2
/
+2
*
Fire ax focus on root document when root changes.
dmazzoni@chromium.org
2014-04-08
1
-0
/
+5
*
Fire accessibility focus/blur events on root web document.
dmazzoni@chromium.org
2014-04-03
1
-0
/
+14
*
Send accessibility scroll event on Windows and Android.
dmazzoni@chromium.org
2014-02-28
1
-0
/
+3
*
Move ui/base/accessibility to ui/accessibility.
dmazzoni@chromium.org
2014-02-25
1
-1
/
+1
*
Generate ax enums from idl.
dtseng@chromium.org
2014-02-09
1
-1
/
+1
*
Set the BrowserAccessibilityManagerWin instance in the LegacyRenderWidgetHost...
ananta@chromium.org
2014-02-08
1
-1
/
+1
*
Create a visible window with class name Chrome_RenderWidgetHostHWND which cor...
ananta@chromium.org
2014-02-07
1
-92
/
+11
*
Remove some code inside USE_AURA and OS_WIN ifdefs in content.
jam@chromium.org
2014-01-14
1
-5
/
+3
*
Remove Chrome Frame code from BrowserAccessibilityManagerWin.
grt@chromium.org
2014-01-10
1
-3
/
+0
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-1
/
+1
*
Refactor content/ to use ui::AXNodeData instead of blink.
dmazzoni@google.com
2014-01-06
1
-32
/
+32
*
Fix case where BrowserAccessibilityManagerWin is deleted before AccessibleHWND
dmazzoni@chromium.org
2013-12-13
1
-2
/
+16
*
Support win aura screen reader workarounds on Win 8 too.
dmazzoni@chromium.org
2013-11-30
1
-4
/
+14
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-1
/
+1
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-1
/
+1
*
Fix windows accessibility tree traversal.
dmazzoni@chromium.org
2013-11-17
1
-0
/
+3
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-28
/
+28
*
Fix window class name used for screen reader compatibility.
dmazzoni@chromium.org
2013-10-23
1
-1
/
+1
*
Use fake HWND as root of Aura web accessibility tree.
dmazzoni@chromium.org
2013-10-18
1
-3
/
+97
*
Use Blink accessibility enums in Chromium
dmazzoni@chromium.org
2013-09-04
1
-28
/
+29
*
Allow the IAccessible parent to be known late in the game.
grt@chromium.org
2013-05-25
1
-11
/
+15
*
Fix use-after-free of BrowserAccessibilityManagerWin::tracked_scroll_object_
dmazzoni@chromium.org
2013-04-23
1
-0
/
+4
*
Rename confusing child_id to unique_id_win
dmazzoni@chromium.org
2013-04-10
1
-5
/
+36
*
Fix RenderWidgetHostViewAura's accessible parent.
dmazzoni@chromium.org
2013-03-20
1
-8
/
+0
*
Fire notification when scrolling to anchor to enable skip links on Windows.
dmazzoni@chromium.org
2013-03-15
1
-0
/
+3
*
Connect RenderWidgetHostViewAura to BrowserAccessibilityManager.
dmazzoni@chromium.org
2013-03-15
1
-21
/
+25
*
Support new accessibility notification enums from WebKit.
dmazzoni@chromium.org
2013-02-22
1
-19
/
+34
[next]