gecko-dev/accessible/src/base
2013-07-23 12:06:52 -04:00
..
AccCollector.cpp Bug 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde 2012-08-28 22:13:59 +09:00
AccCollector.h Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
AccEvent.cpp bug 833164 - code gen xpcom accessible events r=surkov ted 2013-01-19 10:38:01 -05:00
AccEvent.h bug 833164 - code gen xpcom accessible events r=surkov ted 2013-01-19 10:38:01 -05:00
AccGroupInfo.cpp Bug 864224 - Support nested ARIA listitems structured by role='group', r=tbsaunde 2013-05-16 15:38:17 +09:00
AccGroupInfo.h Bug 527461 - Implement RELATION_NODE_PARENT_OF, r=tbsaunde 2013-02-26 16:17:10 +09:00
AccIterator.cpp Bug 796061 - Part 1: Remove mBindingTable from nsBindingManager. r=mrbkap 2013-07-17 09:05:03 -07:00
AccIterator.h Bug 527461 - Implement RELATION_NODE_PARENT_OF, r=tbsaunde 2013-02-26 16:17:10 +09:00
AccTypes.h Bug 559764 - make input@type=range accessible, r=tbsaunde, roc, smaug 2013-04-28 09:54:54 +09:00
ARIAMap.cpp Bug 888247 - ARIA columnheader/rowheader shouldn't be selectable by default, r=tbsaunde 2013-07-19 11:20:51 -04:00
ARIAMap.h Bug 864646 - get rid nsARIAMap struct, r=tbsaunde 2013-04-25 12:48:26 +09:00
ARIAStateMap.cpp Bug 888247 - ARIA columnheader/rowheader shouldn't be selectable by default, r=tbsaunde 2013-07-19 11:20:51 -04:00
ARIAStateMap.h Bug 888247 - ARIA columnheader/rowheader shouldn't be selectable by default, r=tbsaunde 2013-07-19 11:20:51 -04:00
DocManager.cpp Bug 884061 - Part 3a: Use NS_DECL_THREADSAFE_ISUPPORTS in accessible/, r=tbsaunde 2013-07-14 11:34:46 -05:00
DocManager.h Bug 884061 - Part 3a: Use NS_DECL_THREADSAFE_ISUPPORTS in accessible/, r=tbsaunde 2013-07-14 11:34:46 -05:00
EventQueue.cpp Bug 812767 - move out event processing logging from NotificationController, r=tbsaunde 2013-01-29 19:00:58 +09:00
EventQueue.h Bug 835752 - EventQueue shouldn't keep a strong reference to DocAccessible instance, r=tbsaunde 2013-02-23 21:33:11 +09:00
Filters.cpp Bug 525909 - support ARIA role=rowgroup, r=tbsaunde 2012-11-17 16:59:55 +09:00
Filters.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
FocusManager.cpp Bug 852804 - a11y::SelectionManager shouldn't hold a strong ref to focused element, r=tbsaunde 2013-03-23 10:59:48 +09:00
FocusManager.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
Logging.cpp bug 850797 - add nsIDocument::IsVisibleConsideringAncestors() r=bz 2013-03-16 00:13:38 -04:00
Logging.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
Makefile.in bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal 2013-06-17 15:21:01 -04:00
NotificationController.cpp bug 869806 - fix assertion about event type in accessibleWrap.cpp r=surkov 2013-05-24 14:24:19 -04:00
NotificationController.h bug 869806 - fix assertion about event type in accessibleWrap.cpp r=surkov 2013-05-24 14:24:19 -04:00
nsAccCache.h Bug 784739 - Switch from NULL to nullptr in accessible/; r=ehsan 2013-04-02 20:33:43 -04:00
nsAccessibilityService.cpp Bug 882767 - don't expose whitespace accessibles in context of grids, r=tbsaunde 2013-07-18 11:09:45 -04:00
nsAccessibilityService.h Bug 559764 - make input@type=range accessible, r=tbsaunde, roc, smaug 2013-04-28 09:54:54 +09:00
nsAccessiblePivot.cpp Bug 892607 - Start pivot searches from outside the ignored subtree. r=surkov 2013-07-15 14:19:51 -07:00
nsAccessiblePivot.h Bug 892607 - Start pivot searches from outside the ignored subtree. r=surkov 2013-07-15 14:19:51 -07:00
nsAccessNode.cpp bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsAccessNode.h bug 850990 - remove nsAccessNode::IsDocumentNode() r=surkov 2013-03-14 01:33:37 -04:00
nsAccUtils.cpp Bug 884648 - no object attributes for aria-atomic='false', r=tbsaunde 2013-06-25 18:11:39 -04:00
nsAccUtils.h Bug 864646 - get rid nsARIAMap struct, r=tbsaunde 2013-04-25 12:48:26 +09:00
nsCoreUtils.cpp Bug 882767 - don't expose whitespace accessibles in context of grids, r=tbsaunde 2013-07-18 11:09:45 -04:00
nsCoreUtils.h Bug 882767 - don't expose whitespace accessibles in context of grids, r=tbsaunde 2013-07-18 11:09:45 -04:00
nsEventShell.cpp bug 874483 - get rid of some static constructors in accessible/ r=surkov 2013-05-21 12:03:33 -04:00
nsEventShell.h bug 874483 - get rid of some static constructors in accessible/ r=surkov 2013-05-21 12:03:33 -04:00
nsTextEquivUtils.cpp Bug 887250 - ARIA textbox role doesn't expose value, r=tbsaunde 2013-07-23 12:06:52 -04:00
nsTextEquivUtils.h Bug 887250 - ARIA textbox role doesn't expose value, r=tbsaunde 2013-07-23 12:06:52 -04:00
Platform.h bug 817133 - move platform init and shutdown stuff out of nsAccessNodeWrap and ApplicationAccessibleWrap static methods r=surkov 2012-12-01 19:58:25 -05:00
Relation.h Bug 527461 - Implement RELATION_NODE_PARENT_OF, r=tbsaunde 2013-02-26 16:17:10 +09:00
Role.h Bug 808596 - Introduce key role. r=surkov 2013-04-29 14:07:39 -07:00
RoleAsserts.cpp Bug 785226 - fix -Wenum-compare warning spam in accessible/src/base/RoleAsserts.cpp; r=davidb 2012-08-23 17:00:58 -04:00
RoleMap.h Bug 808596 - Introduce key role. r=surkov 2013-04-29 14:07:39 -07:00
SelectionManager.cpp Bug 852804 - a11y::SelectionManager shouldn't hold a strong ref to focused element, r=tbsaunde 2013-03-23 10:59:48 +09:00
SelectionManager.h Bug 852804 - a11y::SelectionManager shouldn't hold a strong ref to focused element, r=tbsaunde 2013-03-23 10:59:48 +09:00
States.h Bug 577727 - Make pinned tabs distinguishable from other tabs for accessibility. r=marcoz 2013-06-05 17:03:52 +02:00
Statistics.h Bug 811729 - remove XForms a11y support, r=tbsaunde 2012-11-16 01:43:41 +09:00
StyleInfo.cpp [Bug 847110] Fix up includes in layout/style r=dbaron 2013-03-02 19:31:48 -05:00
StyleInfo.h Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
TextAttrs.cpp bug 856476 - bustage fix on osx r=me landed on a CLOSED TREE 2013-04-01 06:56:01 -04:00
TextAttrs.h Bug 445510 - Support ARIA-based text attributes, r=tbsaunde 2013-02-09 13:36:34 +09:00
TextUpdater.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
TextUpdater.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TreeWalker.cpp Bug 804461, part2 - use context to build table trees, r=tbsaunde 2012-11-30 16:33:01 +09:00
TreeWalker.h Bug 847007: Remove nsIContent includes r=Ms2ger 2013-03-21 20:05:20 -04:00