gecko/accessible/src/base
2013-02-23 21:33:11 +09: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 834894 - remove NS_IMPL_CYCLE_COLLECTION_NATIVE_x macros r=mccr8 2013-01-16 23:36:02 -05:00
AccEvent.h Bug 812767 - move out event processing logging from NotificationController, r=tbsaunde 2013-01-29 19:00:58 +09:00
AccGroupInfo.cpp
AccGroupInfo.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
AccIterator.cpp Bug 818407, part1 - don't mix up with accessible types of ARIA role, r=tbsaunde 2012-12-21 12:16:44 +09:00
AccIterator.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
AccTypes.h Bug 814836 - <xul:deck> element messes up screen readers, r=tbsaunde, sr=roc 2012-12-28 17:15:02 +09:00
ARIAStateMap.cpp Bug 835121 - ARIA grid should be editable by default, r=tbsaunde 2013-02-14 19:57:35 +09:00
ARIAStateMap.h Bug 835121 - ARIA grid should be editable by default, r=tbsaunde 2013-02-14 19:57:35 +09:00
DocManager.cpp Bug 822367 - Since document.open() creates a new channel, set nsDocShell:mMixedContentChannel to the newly created channel if the user has decided to allow mixed content on the page. r=smaug 2013-01-30 00:04:34 -08:00
DocManager.h Bug 812844 - densify nsAccDocManager, r=tbsaunde 2012-11-20 23:15:32 +09: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 678454 - coalesce events by accessible tree, r=tbsaunde 2012-11-20 13:53:38 +09:00
FocusManager.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
Logging.cpp Bug 822367 - Since document.open() creates a new channel, set nsDocShell:mMixedContentChannel to the newly created channel if the user has decided to allow mixed content on the page. r=smaug 2013-01-30 00:04:34 -08:00
Logging.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
Makefile.in Bug 812767 - move out event processing logging from NotificationController, r=tbsaunde 2013-01-29 19:00:58 +09:00
NotificationController.cpp Bug 835752 - EventQueue shouldn't keep a strong reference to DocAccessible instance, r=tbsaunde 2013-02-23 21:33:11 +09:00
NotificationController.h Bug 812767 - move out event processing logging from NotificationController, r=tbsaunde 2013-01-29 19:00:58 +09:00
nsAccCache.h Bug 815397 - Clean up Accessibility cycle collector definitions. r=smaug 2012-11-28 16:05:04 -08:00
nsAccessibilityService.cpp Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert 2013-02-16 13:51:02 -08:00
nsAccessibilityService.h Bug 814836 - <xul:deck> element messes up screen readers, r=tbsaunde, sr=roc 2012-12-28 17:15:02 +09:00
nsAccessiblePivot.cpp Bug 814738 - Modernize Traverse for nsTObserverArray. r=smaug 2012-11-23 11:13:39 -08:00
nsAccessiblePivot.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09: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 825228 - remove nsAccessNode::IsElement() r=surkov 2012-12-27 15:54:28 -05:00
nsAccUtils.cpp bug 822580 - clean up nsAccUtils functions for position r=surkov 2012-12-17 15:11:02 -05:00
nsAccUtils.h bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsARIAMap.cpp Bug 835121 - ARIA grid should be editable by default, r=tbsaunde 2013-02-14 19:57:35 +09:00
nsARIAMap.h Bug 838407 - aria-hidden false value shouldn't be exposed via object attributes, r=tbsaunde 2013-02-11 09:54:14 +09:00
nsCaretAccessible.cpp Bug 678454 - coalesce events by accessible tree, r=tbsaunde 2012-11-20 13:53:38 +09:00
nsCaretAccessible.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
nsCoreUtils.cpp bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsCoreUtils.h bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsEventShell.cpp Bug 678454 - coalesce events by accessible tree, r=tbsaunde 2012-11-20 13:53:38 +09:00
nsEventShell.h Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
nsTextEquivUtils.cpp Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert 2013-02-16 13:51:02 -08:00
nsTextEquivUtils.h Bug 835666 - ARIA combobox selected value is not a part of name computation, r=tbsaunde 2013-02-15 18:54:06 +09: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 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde 2012-08-28 22:13:59 +09:00
Role.h Bug 811729 - remove XForms a11y support, r=tbsaunde 2012-11-16 01:43:41 +09:00
RoleAsserts.cpp
RoleMap.h Bug 812041 - ARIA slider and spinbutton don't provide a value for name computation, r=tbsaunde 2012-11-19 13:14:59 +09:00
States.h
Statistics.h Bug 811729 - remove XForms a11y support, r=tbsaunde 2012-11-16 01:43:41 +09:00
StyleInfo.cpp Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert 2013-02-16 13:51:02 -08:00
StyleInfo.h Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
TextAttrs.cpp Bug 833169 - add font family name to font entries and use in user font cache key. r=jkew 2013-02-18 11:22:55 +09: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
TreeWalker.cpp Bug 804461, part2 - use context to build table trees, r=tbsaunde 2012-11-30 16:33:01 +09:00
TreeWalker.h Bug 812846 - densify nsAccTreeWalker, r=tbsaunde 2012-11-19 18:20:09 +09:00