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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
IAccessibleText: Made content editables return embedded object information an...
nektar
2015-08-10
1
-0
/
+3
*
Reports the position of the caret and current selection in content editables.
nektar
2015-08-07
1
-1
/
+1
*
Get rid of FrameAccessibility using AXTreeIDs
dmazzoni
2015-08-07
1
-5
/
+0
*
ATK accessibility support for web content on Aura Linux.
shreeram.k
2015-07-20
1
-0
/
+4
*
Fix accessibility objects with zero width and height.
dmazzoni
2015-06-24
1
-0
/
+6
*
Implement UIElementsForSearchPredicate accessibility APIs for OS X.
dmazzoni
2015-05-14
1
-1
/
+3
*
Fixed word and line navigation in multi-line text fields.
nektar
2015-04-30
1
-0
/
+8
*
Fixed IAccessibleText::TextAtOffset with IA2_TEXT_BOUNDARY_WORD to return tex...
nektar
2015-02-25
1
-0
/
+6
*
Accessibility BoundsForRange needs to take scroll offsets into account.
dmazzoni
2015-02-04
1
-0
/
+5
*
Fire AX text inserted event when embedded obj char changes.
dmazzoni
2015-02-03
1
-6
/
+0
*
Re-land: Send Windows accessibility events based on tree updates.
dmazzoni
2015-01-27
1
-17
/
+15
*
Revert of Send Windows accessibility events based on tree updates. (patchset ...
pauljensen
2015-01-26
1
-15
/
+17
*
Send Windows accessibility events based on tree updates.
dmazzoni
2015-01-26
1
-17
/
+15
*
Fix focus and bounds calculations for guest frames.
dmazzoni
2015-01-16
1
-0
/
+5
*
Add a helper function, ,IsCellOrTableHeaderRole(), for ax table header
je_julie.kim
2015-01-12
1
-0
/
+3
*
Support presentational iframes and make use of them in the uber frame.
dmazzoni
2014-12-17
1
-0
/
+3
*
Use of base::StringPairs appropriately in content
mohan.reddy
2014-09-25
1
-1
/
+2
*
Hook up guest browser plugins to the accessibility tree.
dmazzoni
2014-09-15
1
-12
/
+0
*
Cross-process iframe accessibility.
dmazzoni
2014-09-10
1
-6
/
+18
*
Revert of Cross-process iframe accessibility. (patchset #19 id:360001 of http...
dconnelly
2014-09-10
1
-18
/
+6
*
Cross-process iframe accessibility.
dmazzoni
2014-09-10
1
-6
/
+18
*
Send Android accessibility event when object location changes.
dmazzoni
2014-08-27
1
-1
/
+1
*
Make BrowserAccessibilityManager use AXTree (re-land).
dmazzoni@chromium.org
2014-04-21
1
-74
/
+36
*
Revert of Make BrowserAccessibilityManager use AXTree. (https://codereview.ch...
ckocagil@chromium.org
2014-04-21
1
-36
/
+74
*
Make BrowserAccessibilityManager use AXTree.
dmazzoni@chromium.org
2014-04-21
1
-74
/
+36
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
1
-4
/
+0
*
Refactor BrowserAccessibility to prepare for AXNode (re-land)
dmazzoni@chromium.org
2014-04-10
1
-42
/
+31
*
Revert 262673 "Refactor BrowserAccessibility to prepare for AXNode."
dmazzoni@google.com
2014-04-09
1
-31
/
+42
*
Refactor BrowserAccessibility to prepare for AXNode.
dmazzoni@chromium.org
2014-04-09
1
-42
/
+31
*
Refactor content/ to use ui::AXNodeData instead of blink.
dmazzoni@google.com
2014-01-06
1
-33
/
+27
*
Allow computing bounds for range on any accessible element.
dmazzoni@chromium.org
2013-12-17
1
-0
/
+4
*
Make browser_accessibility fields private.
dmazzoni@chromium.org
2013-12-04
1
-1
/
+5
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-4
/
+4
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
This adds an implementation of boundsForRange to BrowserAccessibility,
dmazzoni@chromium.org
2013-11-04
1
-0
/
+9
*
This adds support for the InlineTextBox role in the AX tree,
dmazzoni@chromium.org
2013-11-01
1
-2
/
+15
*
Use Blink accessibility enums in Chromium
dmazzoni@chromium.org
2013-09-04
1
-1
/
+2
*
Make AccessibilityNodeData more compact.
dmazzoni@chromium.org
2013-08-20
1
-64
/
+67
*
Content side of changes to enable native accessibility on android.
aboxhall@chromium.org
2013-06-13
1
-4
/
+4
*
Keep accessible bounding box rects in sync.
dmazzoni@chromium.org
2013-05-06
1
-0
/
+3
*
Rename confusing child_id to unique_id_win
dmazzoni@chromium.org
2013-04-10
1
-5
/
+0
*
Fix staleness in Mac accessibility tree.
dmazzoni@chromium.org
2013-03-14
1
-4
/
+1
*
Send fewer accessibility tree nodes from renderer to browser.
dmazzoni@chromium.org
2013-03-07
1
-35
/
+20
*
Move content\accessibility code into the content namespace.
jam@chromium.org
2012-10-24
1
-16
/
+17
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Refactor all accessibility code out of webkit/glue.
dmazzoni@chromium.org
2012-06-12
1
-16
/
+20
*
Add initial GTK web accessibility framework (third attempt).
dmazzoni@chromium.org
2012-05-09
1
-2
/
+10
*
Revert 135593 - Add initial GTK web accessibility framework (new with valgrin...
dmazzoni@chromium.org
2012-05-06
1
-9
/
+5
*
Add initial GTK web accessibility framework (new with valgrind fix).
dmazzoni@chromium.org
2012-05-06
1
-5
/
+9
*
Revert 135160 - Re-land: Add initial GTK web accessibility framework.
dmazzoni@chromium.org
2012-05-03
1
-6
/
+2
[next]